2024-04-12T16:03:47.922 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-12T16:03:47.923 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157 --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi --verbose --owner scheduled_rzarzynski@teuthology -- /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/orig.config.yaml 2024-04-12T16:03:47.951 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T16:03:48.027 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157 branch: wip-yuri10-testing-2024-03-24-1159 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: null first_in_suite: false job_id: '7654157' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri10-testing-2024-03-24-1159 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 sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d workunit: branch: wip-yuri10-testing-2024-03-24-1159 sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d owner: scheduled_rzarzynski@teuthology priority: 85 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: 8148 sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-03-24-1159 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_bf9c5618cc018927fa77780d25b6deb1f5dc254d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d targets: smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvXKh2JsVXvq8dennRfX7pFBticOuYVS85amCtT4VKCGwacqU1Lvb16J/nOEhrhyUnXnz9QWnkOxbKm1/vrUMM= smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBYTT+7KiWSX6ek31kZcSp6N2mm+aL3EvoTiXXqRS36NsqQO4tIYdtacIyRnA2SIQhHlMDjXnJVzhTblI1w8obs= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOAIOwX3leT8mm9WRwbd91UAy5i8fiIZfvlfeO6Idt9P0MHtiI4JdHKjfhZ9EXbj1mnLR0Ay6hs3XV3UZVGvs9Q= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-12_15:15:07 tube: smithi user: rzarzynski verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-12T16:03:48.027 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_bf9c5618cc018927fa77780d25b6deb1f5dc254d/qa; will attempt to use it 2024-04-12T16:03:48.028 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_bf9c5618cc018927fa77780d25b6deb1f5dc254d/qa/tasks 2024-04-12T16:03:48.028 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-12T16:03:48.029 INFO:teuthology.task.internal:Checking packages... 2024-04-12T16:03:48.051 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'bf9c5618cc018927fa77780d25b6deb1f5dc254d' 2024-04-12T16:03:48.051 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-12T16:03:48.052 INFO:teuthology.packaging:ref: None 2024-04-12T16:03:48.052 INFO:teuthology.packaging:tag: None 2024-04-12T16:03:48.052 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-03-24-1159 2024-04-12T16:03:48.052 INFO:teuthology.packaging:sha1: bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:03:48.052 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri10-testing-2024-03-24-1159 2024-04-12T16:03:48.271 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:03:48.272 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-12T16:03:48.278 INFO:teuthology.task.internal:no buildpackages task found 2024-04-12T16:03:48.278 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-12T16:03:48.291 INFO:teuthology.task.internal:Saving configuration 2024-04-12T16:03:48.303 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-12T16:03:48.309 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:03:48.330 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157', '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-04-12 15:58:05.755765', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOq738ilNwX4jLuf1eqgAlYX47bSA2wT6RNbFVxTP6RW'} 2024-04-12T16:03:48.351 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157', '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-04-12 15:58:05.754705', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICdrlwNVXf4AbrnRLq5l+PzAvXCl25TjlFtrVPI0llb8'} 2024-04-12T16:03:48.371 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157', '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-04-12 15:58:05.753482', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbyLJhXIzDC2TN3OkzdTeeXjGKdaOpXDP9K6MHdkueO'} 2024-04-12T16:03:48.371 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-12T16:03:48.377 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-12T16:03:48.377 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-12T16:03:48.377 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-12T16:03:48.377 INFO:teuthology.run_tasks:Running task console_log... 2024-04-12T16:03:48.474 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd6e84d5f70>, signals=[15]) 2024-04-12T16:03:48.474 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-12T16:03:48.480 INFO:teuthology.task.internal:Opening connections... 2024-04-12T16:03:48.480 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-04-12T16:03:48.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:03:48.563 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2024-04-12T16:03:48.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:03:48.641 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-04-12T16:03:48.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:03:48.718 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-12T16:03:48.725 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-04-12T16:03:48.729 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-04-12T16:03:48.730 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-04-12T16:03:48.774 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Ubuntu" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="22.04" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_CODENAME=jammy 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:ID=ubuntu 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE=debian 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-12T16:03:48.775 INFO:teuthology.orchestra.run.smithi115.stdout:UBUNTU_CODENAME=jammy 2024-04-12T16:03:48.776 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-04-12T16:03:48.797 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2024-04-12T16:03:48.803 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2024-04-12T16:03:48.803 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2024-04-12T16:03:48.850 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="Ubuntu" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="22.04" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_CODENAME=jammy 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:ID=ubuntu 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE=debian 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-12T16:03:48.851 INFO:teuthology.orchestra.run.smithi152.stdout:UBUNTU_CODENAME=jammy 2024-04-12T16:03:48.851 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2024-04-12T16:03:48.872 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-04-12T16:03:48.877 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-04-12T16:03:48.878 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-04-12T16:03:48.924 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-12T16:03:48.924 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Ubuntu" 2024-04-12T16:03:48.924 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="22.04" 2024-04-12T16:03:48.924 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-12T16:03:48.924 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_CODENAME=jammy 2024-04-12T16:03:48.924 INFO:teuthology.orchestra.run.smithi154.stdout:ID=ubuntu 2024-04-12T16:03:48.925 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE=debian 2024-04-12T16:03:48.925 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-12T16:03:48.925 INFO:teuthology.orchestra.run.smithi154.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-12T16:03:48.925 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-12T16:03:48.925 INFO:teuthology.orchestra.run.smithi154.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-12T16:03:48.925 INFO:teuthology.orchestra.run.smithi154.stdout:UBUNTU_CODENAME=jammy 2024-04-12T16:03:48.925 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-04-12T16:03:48.947 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-12T16:03:48.955 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-12T16:03:48.960 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-12T16:03:48.960 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-04-12T16:03:48.963 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2024-04-12T16:03:48.966 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-04-12T16:03:48.972 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-12T16:03:48.977 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-12T16:03:48.977 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-04-12T16:03:49.008 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2024-04-12T16:03:49.011 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-04-12T16:03:49.106 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-12T16:03:49.173 INFO:teuthology.run_tasks:Running task kernel... 2024-04-12T16:03:49.187 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-12T16:03:49.187 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-04-12T16:03:49.187 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T16:03:49.188 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T16:03:49.188 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T16:03:49.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:03:49.193 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-12T16:03:49.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:03:49.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:03:49.195 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-12T16:03:49.196 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-04-12T16:03:49.239 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-56-generic 2024-04-12T16:03:49.239 INFO:teuthology.task.kernel:Running kernel on smithi115: 5.15.0-56-generic 2024-04-12T16:03:49.239 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-04-12T16:03:49.242 INFO:teuthology.orchestra.run.smithi152.stdout:5.15.0-56-generic 2024-04-12T16:03:49.243 INFO:teuthology.task.kernel:Running kernel on smithi152: 5.15.0-56-generic 2024-04-12T16:03:49.243 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get clean 2024-04-12T16:03:49.244 INFO:teuthology.orchestra.run.smithi154.stdout:5.15.0-56-generic 2024-04-12T16:03:49.245 INFO:teuthology.task.kernel:Running kernel on smithi154: 5.15.0-56-generic 2024-04-12T16:03:49.245 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get clean 2024-04-12T16:03:49.370 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-12T16:03:49.393 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get update 2024-04-12T16:03:49.435 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2024-04-12T16:03:49.539 INFO:teuthology.orchestra.run.smithi152.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-12T16:03:49.601 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:03:49.601 INFO:teuthology.orchestra.run.smithi154.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-12T16:03:49.601 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-12T16:03:49.646 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:03:49.656 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:03:49.656 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-12T16:03:49.681 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-12T16:03:49.720 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-12T16:03:49.728 INFO:teuthology.orchestra.run.smithi152.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-12T16:03:49.771 INFO:teuthology.orchestra.run.smithi152.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-12T16:03:49.834 INFO:teuthology.orchestra.run.smithi154.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-12T16:03:49.874 INFO:teuthology.orchestra.run.smithi152.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-12T16:03:49.898 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-12T16:03:49.932 INFO:teuthology.orchestra.run.smithi152.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-12T16:03:49.938 INFO:teuthology.orchestra.run.smithi152.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-12T16:03:49.939 INFO:teuthology.orchestra.run.smithi152.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-12T16:03:49.940 INFO:teuthology.orchestra.run.smithi152.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-12T16:03:49.975 INFO:teuthology.orchestra.run.smithi152.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-12T16:03:49.979 INFO:teuthology.orchestra.run.smithi152.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T16:03:49.979 INFO:teuthology.orchestra.run.smithi152.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-12T16:03:49.990 INFO:teuthology.orchestra.run.smithi152.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-12T16:03:49.997 INFO:teuthology.orchestra.run.smithi152.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-12T16:03:49.998 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-12T16:03:49.999 INFO:teuthology.orchestra.run.smithi152.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-12T16:03:50.008 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-12T16:03:50.009 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-12T16:03:50.016 INFO:teuthology.orchestra.run.smithi154.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-12T16:03:50.017 INFO:teuthology.orchestra.run.smithi154.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-12T16:03:50.018 INFO:teuthology.orchestra.run.smithi154.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-12T16:03:50.028 INFO:teuthology.orchestra.run.smithi152.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-12T16:03:50.028 INFO:teuthology.orchestra.run.smithi152.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-12T16:03:50.029 INFO:teuthology.orchestra.run.smithi152.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-12T16:03:50.041 INFO:teuthology.orchestra.run.smithi152.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-12T16:03:50.051 INFO:teuthology.orchestra.run.smithi154.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-12T16:03:50.061 INFO:teuthology.orchestra.run.smithi154.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T16:03:50.061 INFO:teuthology.orchestra.run.smithi154.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-12T16:03:50.075 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-12T16:03:50.075 INFO:teuthology.orchestra.run.smithi154.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-12T16:03:50.081 INFO:teuthology.orchestra.run.smithi152.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-12T16:03:50.082 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-12T16:03:50.108 INFO:teuthology.orchestra.run.smithi154.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-12T16:03:50.108 INFO:teuthology.orchestra.run.smithi154.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-12T16:03:50.136 INFO:teuthology.orchestra.run.smithi154.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-12T16:03:50.136 INFO:teuthology.orchestra.run.smithi154.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-12T16:03:50.137 INFO:teuthology.orchestra.run.smithi154.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-12T16:03:50.137 INFO:teuthology.orchestra.run.smithi154.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-12T16:03:50.138 INFO:teuthology.orchestra.run.smithi154.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-12T16:03:50.156 INFO:teuthology.orchestra.run.smithi154.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-12T16:03:50.176 INFO:teuthology.orchestra.run.smithi154.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-12T16:03:50.192 INFO:teuthology.orchestra.run.smithi154.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-12T16:03:50.194 INFO:teuthology.orchestra.run.smithi154.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-12T16:03:50.200 INFO:teuthology.orchestra.run.smithi154.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T16:03:50.202 INFO:teuthology.orchestra.run.smithi154.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-12T16:03:50.220 INFO:teuthology.orchestra.run.smithi152.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-12T16:03:50.221 INFO:teuthology.orchestra.run.smithi154.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-12T16:03:50.222 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-12T16:03:50.233 INFO:teuthology.orchestra.run.smithi154.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-12T16:03:50.237 INFO:teuthology.orchestra.run.smithi154.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-12T16:03:50.237 INFO:teuthology.orchestra.run.smithi154.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-12T16:03:50.237 INFO:teuthology.orchestra.run.smithi154.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-12T16:03:50.239 INFO:teuthology.orchestra.run.smithi154.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-12T16:03:50.239 INFO:teuthology.orchestra.run.smithi154.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-12T16:03:50.239 INFO:teuthology.orchestra.run.smithi154.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-12T16:03:50.241 INFO:teuthology.orchestra.run.smithi154.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-12T16:03:50.259 INFO:teuthology.orchestra.run.smithi154.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-12T16:03:50.259 INFO:teuthology.orchestra.run.smithi154.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-12T16:03:50.259 INFO:teuthology.orchestra.run.smithi154.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-12T16:03:50.280 INFO:teuthology.orchestra.run.smithi154.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-12T16:03:50.281 INFO:teuthology.orchestra.run.smithi154.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-12T16:03:50.281 INFO:teuthology.orchestra.run.smithi154.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-12T16:03:50.361 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-12T16:03:50.419 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-12T16:03:50.527 INFO:teuthology.orchestra.run.smithi152.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-12T16:03:50.528 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-12T16:03:50.540 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-12T16:03:50.541 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-12T16:03:50.543 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-12T16:03:50.566 INFO:teuthology.orchestra.run.smithi152.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-12T16:03:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-12T16:03:50.582 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-12T16:03:50.582 INFO:teuthology.orchestra.run.smithi152.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-12T16:03:50.582 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-12T16:03:50.583 INFO:teuthology.orchestra.run.smithi152.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-12T16:03:50.584 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-12T16:03:50.584 INFO:teuthology.orchestra.run.smithi152.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-12T16:03:50.643 INFO:teuthology.orchestra.run.smithi152.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-12T16:03:50.650 INFO:teuthology.orchestra.run.smithi152.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T16:03:50.651 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-12T16:03:50.651 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-12T16:03:50.658 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T16:03:50.659 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T16:03:50.659 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-12T16:03:50.674 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-12T16:03:50.814 INFO:teuthology.orchestra.run.smithi152.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-12T16:03:50.823 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-12T16:03:50.846 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-12T16:03:51.251 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-12T16:03:51.256 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-12T16:03:51.257 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-12T16:03:51.271 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-12T16:03:51.274 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-12T16:03:51.391 INFO:teuthology.orchestra.run.smithi152.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-12T16:03:51.455 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-12T16:03:51.493 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-12T16:03:51.503 INFO:teuthology.orchestra.run.smithi152.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-12T16:03:51.506 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-12T16:03:51.507 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-12T16:03:51.507 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-12T16:03:51.510 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-12T16:03:51.511 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-12T16:03:51.511 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-12T16:03:51.523 INFO:teuthology.orchestra.run.smithi152.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-12T16:03:51.525 INFO:teuthology.orchestra.run.smithi152.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-12T16:03:51.525 INFO:teuthology.orchestra.run.smithi152.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-12T16:03:51.529 INFO:teuthology.orchestra.run.smithi152.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-12T16:03:51.530 INFO:teuthology.orchestra.run.smithi152.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-12T16:03:51.530 INFO:teuthology.orchestra.run.smithi152.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-12T16:03:51.534 INFO:teuthology.orchestra.run.smithi152.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-12T16:03:51.538 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-12T16:03:51.539 INFO:teuthology.orchestra.run.smithi152.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-12T16:03:51.541 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-12T16:03:51.703 INFO:teuthology.orchestra.run.smithi152.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-12T16:03:51.706 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-12T16:03:51.786 INFO:teuthology.orchestra.run.smithi152.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-12T16:03:51.789 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-12T16:03:51.891 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-12T16:03:51.896 INFO:teuthology.orchestra.run.smithi152.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-12T16:03:51.951 INFO:teuthology.orchestra.run.smithi152.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-12T16:03:51.952 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-12T16:03:51.984 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-12T16:03:51.985 INFO:teuthology.orchestra.run.smithi152.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-12T16:03:55.567 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 12.9 MB in 2s (6,817 kB/s) 2024-04-12T16:03:56.207 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 12.9 MB in 3s (5,045 kB/s) 2024-04-12T16:03:56.310 INFO:teuthology.orchestra.run.smithi152.stdout:Fetched 12.9 MB in 3s (5,080 kB/s) 2024-04-12T16:03:56.926 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-12T16:03:56.943 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T16:03:56.995 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-12T16:03:57.171 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2024-04-12T16:03:57.172 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2024-04-12T16:03:57.327 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:03:57.327 INFO:teuthology.orchestra.run.smithi154.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:03:57.327 INFO:teuthology.orchestra.run.smithi154.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:03:57.328 INFO:teuthology.orchestra.run.smithi154.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:03:57.328 INFO:teuthology.orchestra.run.smithi154.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-12T16:03:57.328 INFO:teuthology.orchestra.run.smithi154.stdout: python2.7-minimal 2024-04-12T16:03:57.328 INFO:teuthology.orchestra.run.smithi154.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:03:57.329 INFO:teuthology.orchestra.run.smithi154.stdout:The following additional packages will be installed: 2024-04-12T16:03:57.329 INFO:teuthology.orchestra.run.smithi154.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T16:03:57.329 INFO:teuthology.orchestra.run.smithi154.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-12T16:03:57.329 INFO:teuthology.orchestra.run.smithi154.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-12T16:03:57.330 INFO:teuthology.orchestra.run.smithi154.stdout:Suggested packages: 2024-04-12T16:03:57.331 INFO:teuthology.orchestra.run.smithi154.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-12T16:03:57.331 INFO:teuthology.orchestra.run.smithi154.stdout:Recommended packages: 2024-04-12T16:03:57.331 INFO:teuthology.orchestra.run.smithi154.stdout: thermald 2024-04-12T16:03:57.387 INFO:teuthology.orchestra.run.smithi154.stdout:The following NEW packages will be installed: 2024-04-12T16:03:57.387 INFO:teuthology.orchestra.run.smithi154.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T16:03:57.387 INFO:teuthology.orchestra.run.smithi154.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-12T16:03:57.388 INFO:teuthology.orchestra.run.smithi154.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-12T16:03:57.389 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages will be upgraded: 2024-04-12T16:03:57.389 INFO:teuthology.orchestra.run.smithi154.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-12T16:03:57.469 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-12T16:03:57.485 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T16:03:57.536 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-12T16:03:57.568 INFO:teuthology.orchestra.run.smithi154.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T16:03:57.568 INFO:teuthology.orchestra.run.smithi154.stdout:Need to get 113 MB of archives. 2024-04-12T16:03:57.568 INFO:teuthology.orchestra.run.smithi154.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-12T16:03:57.568 INFO:teuthology.orchestra.run.smithi154.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-12T16:03:57.718 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-12T16:03:57.718 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-12T16:03:57.737 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2024-04-12T16:03:57.754 DEBUG:teuthology.orchestra.run.smithi152:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T16:03:57.858 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2024-04-12T16:03:57.871 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:03:57.871 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:03:57.871 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:03:57.871 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:03:57.871 INFO:teuthology.orchestra.run.smithi115.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-12T16:03:57.872 INFO:teuthology.orchestra.run.smithi115.stdout: python2.7-minimal 2024-04-12T16:03:57.872 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:03:57.873 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-04-12T16:03:57.873 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T16:03:57.873 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-12T16:03:57.873 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-12T16:03:57.874 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-04-12T16:03:57.874 INFO:teuthology.orchestra.run.smithi115.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-12T16:03:57.874 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-04-12T16:03:57.874 INFO:teuthology.orchestra.run.smithi115.stdout: thermald 2024-04-12T16:03:57.927 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-04-12T16:03:57.927 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T16:03:57.927 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-12T16:03:57.928 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-12T16:03:57.929 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages will be upgraded: 2024-04-12T16:03:57.929 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-12T16:03:58.034 INFO:teuthology.orchestra.run.smithi152.stdout:Building dependency tree... 2024-04-12T16:03:58.034 INFO:teuthology.orchestra.run.smithi152.stdout:Reading state information... 2024-04-12T16:03:58.154 INFO:teuthology.orchestra.run.smithi115.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T16:03:58.154 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 113 MB of archives. 2024-04-12T16:03:58.155 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-12T16:03:58.155 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-12T16:03:58.186 INFO:teuthology.orchestra.run.smithi152.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:03:58.186 INFO:teuthology.orchestra.run.smithi152.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:03:58.187 INFO:teuthology.orchestra.run.smithi152.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:03:58.187 INFO:teuthology.orchestra.run.smithi152.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:03:58.187 INFO:teuthology.orchestra.run.smithi152.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-12T16:03:58.187 INFO:teuthology.orchestra.run.smithi152.stdout: python2.7-minimal 2024-04-12T16:03:58.187 INFO:teuthology.orchestra.run.smithi152.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:03:58.188 INFO:teuthology.orchestra.run.smithi152.stdout:The following additional packages will be installed: 2024-04-12T16:03:58.188 INFO:teuthology.orchestra.run.smithi152.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T16:03:58.188 INFO:teuthology.orchestra.run.smithi152.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-12T16:03:58.189 INFO:teuthology.orchestra.run.smithi152.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-12T16:03:58.189 INFO:teuthology.orchestra.run.smithi152.stdout:Suggested packages: 2024-04-12T16:03:58.190 INFO:teuthology.orchestra.run.smithi152.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-12T16:03:58.190 INFO:teuthology.orchestra.run.smithi152.stdout:Recommended packages: 2024-04-12T16:03:58.190 INFO:teuthology.orchestra.run.smithi152.stdout: thermald 2024-04-12T16:03:58.235 INFO:teuthology.orchestra.run.smithi152.stdout:The following NEW packages will be installed: 2024-04-12T16:03:58.235 INFO:teuthology.orchestra.run.smithi152.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T16:03:58.235 INFO:teuthology.orchestra.run.smithi152.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-12T16:03:58.235 INFO:teuthology.orchestra.run.smithi152.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-12T16:03:58.237 INFO:teuthology.orchestra.run.smithi152.stdout:The following packages will be upgraded: 2024-04-12T16:03:58.237 INFO:teuthology.orchestra.run.smithi152.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-12T16:03:58.804 INFO:teuthology.orchestra.run.smithi152.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T16:03:58.804 INFO:teuthology.orchestra.run.smithi152.stdout:Need to get 113 MB of archives. 2024-04-12T16:03:58.804 INFO:teuthology.orchestra.run.smithi152.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-12T16:03:58.804 INFO:teuthology.orchestra.run.smithi152.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-12T16:03:58.900 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-12T16:03:58.955 INFO:teuthology.orchestra.run.smithi154.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-12T16:03:59.125 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-12T16:03:59.312 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-12T16:03:59.794 INFO:teuthology.orchestra.run.smithi152.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-12T16:04:00.084 INFO:teuthology.orchestra.run.smithi152.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-12T16:04:00.875 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-12T16:04:00.875 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-12T16:04:00.876 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-12T16:04:01.145 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-12T16:04:01.228 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-12T16:04:01.484 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-12T16:04:01.484 INFO:teuthology.orchestra.run.smithi154.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-12T16:04:01.485 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-12T16:04:01.663 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 113 MB in 3s (34.4 MB/s) 2024-04-12T16:04:01.744 INFO:teuthology.orchestra.run.smithi152.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-12T16:04:01.744 INFO:teuthology.orchestra.run.smithi152.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-12T16:04:01.744 INFO:teuthology.orchestra.run.smithi152.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-12T16:04:01.847 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-12T16:04:01.909 INFO:teuthology.orchestra.run.smithi152.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-12T16:04:01.943 INFO:teuthology.orchestra.run.smithi152.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-12T16:04:02.232 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-12T16:04:02.355 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-12T16:04:02.359 INFO:teuthology.orchestra.run.smithi152.stdout:Fetched 113 MB in 4s (30.6 MB/s) 2024-04-12T16:04:02.525 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-12T16:04:02.761 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 113 MB in 5s (22.9 MB/s) 2024-04-12T16:04:02.937 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-12T16:04:03.885 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:04:03.890 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:03.969 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:04.593 INFO:teuthology.orchestra.run.smithi152.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-04-12T16:04:04.597 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:04.762 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:04.960 INFO:teuthology.orchestra.run.smithi154.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-04-12T16:04:04.964 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:05.051 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:05.970 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-12T16:04:05.992 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:06.083 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:06.523 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-12T16:04:06.544 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:06.573 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:07.321 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-12T16:04:07.342 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:07.439 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:07.503 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-12T16:04:07.524 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:07.605 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:08.023 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-12T16:04:08.043 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:08.073 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:08.332 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-12T16:04:08.353 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:08.390 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:12.947 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:13.050 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:13.367 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:13.503 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:13.798 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-12T16:04:13.821 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-12T16:04:13.864 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T16:04:14.373 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:14.484 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:14.801 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:14.929 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:15.232 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-12T16:04:15.254 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-12T16:04:15.270 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:15.298 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T16:04:15.388 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:15.746 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:15.891 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:16.211 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-12T16:04:16.233 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-12T16:04:16.277 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T16:04:19.925 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-12T16:04:19.962 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:20.000 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:20.937 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-12T16:04:20.974 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:21.012 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:21.935 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-12T16:04:21.973 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T16:04:22.010 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:22.570 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:22.702 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:23.034 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T16:04:23.156 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:23.282 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-12T16:04:23.411 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:23.548 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:23.673 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:24.006 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T16:04:24.144 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:24.278 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-12T16:04:24.407 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:24.721 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:24.721 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:24.721 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:24.721 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:24.862 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:25.737 INFO:teuthology.orchestra.run.smithi154.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:25.737 INFO:teuthology.orchestra.run.smithi154.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:25.737 INFO:teuthology.orchestra.run.smithi154.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:25.737 INFO:teuthology.orchestra.run.smithi154.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:25.900 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:26.132 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T16:04:26.282 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T16:04:26.564 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:26.657 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T16:04:26.770 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:26.922 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-12T16:04:27.050 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:27.293 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:27.957 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-12T16:04:28.082 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-12T16:04:28.209 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:28.276 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-12T16:04:28.277 INFO:teuthology.orchestra.run.smithi115.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:28.412 INFO:teuthology.orchestra.run.smithi152.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:28.412 INFO:teuthology.orchestra.run.smithi152.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:28.412 INFO:teuthology.orchestra.run.smithi152.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:28.412 INFO:teuthology.orchestra.run.smithi152.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:28.569 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:28.953 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-12T16:04:29.079 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-12T16:04:29.206 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:29.276 INFO:teuthology.orchestra.run.smithi154.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-12T16:04:29.276 INFO:teuthology.orchestra.run.smithi154.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:30.029 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:31.989 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-12T16:04:32.115 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-12T16:04:32.266 INFO:teuthology.orchestra.run.smithi152.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T16:04:32.322 INFO:teuthology.orchestra.run.smithi152.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-12T16:04:32.323 INFO:teuthology.orchestra.run.smithi152.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:42.336 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-12T16:04:42.336 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub' 2024-04-12T16:04:42.354 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T16:04:42.377 INFO:teuthology.orchestra.run.smithi115.stdout:Generating grub configuration file ... 2024-04-12T16:04:42.647 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:42.666 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:42.960 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:42.966 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:43.030 INFO:teuthology.orchestra.run.smithi154.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-12T16:04:43.031 INFO:teuthology.orchestra.run.smithi154.stdout:Sourcing file `/etc/default/grub' 2024-04-12T16:04:43.037 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T16:04:43.043 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T16:04:43.051 INFO:teuthology.orchestra.run.smithi154.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T16:04:43.063 INFO:teuthology.orchestra.run.smithi154.stdout:Generating grub configuration file ... 2024-04-12T16:04:43.221 INFO:teuthology.orchestra.run.smithi115.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T16:04:43.221 INFO:teuthology.orchestra.run.smithi115.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T16:04:43.221 INFO:teuthology.orchestra.run.smithi115.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T16:04:43.260 INFO:teuthology.orchestra.run.smithi115.stdout:done 2024-04-12T16:04:43.341 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:43.375 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:43.642 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:43.648 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:43.712 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T16:04:43.718 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T16:04:43.722 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.102.99 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T16:04:43.746 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T16:04:43.747 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-04-12T16:04:43.747 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-04-12T16:04:43.747 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-04-12T16:04:43.747 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-04-12T16:04:43.747 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-12T16:04:43.747 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T16:04:43.747 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T16:04:43.747 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-12T16:04:43.747 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T16:04:43.748 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-04-12T16:04:43.881 INFO:teuthology.orchestra.run.smithi154.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T16:04:43.881 INFO:teuthology.orchestra.run.smithi154.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T16:04:43.881 INFO:teuthology.orchestra.run.smithi154.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T16:04:43.919 INFO:teuthology.orchestra.run.smithi154.stdout:done 2024-04-12T16:04:43.953 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-12T16:04:44.220 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:04:44.220 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T16:04:44.283 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T16:04:44.365 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T16:04:44.377 DEBUG:teuthology.orchestra.run.smithi154:> dpkg -s linux-image-generic 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Package: linux-image-generic 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Status: install ok installed 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Priority: optional 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Section: kernel 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Installed-Size: 21 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: amd64 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Source: linux-meta 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Version: 5.15.0.102.99 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T16:04:44.398 INFO:teuthology.orchestra.run.smithi154.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T16:04:44.399 INFO:teuthology.orchestra.run.smithi154.stdout:Recommends: thermald 2024-04-12T16:04:44.399 INFO:teuthology.orchestra.run.smithi154.stdout:Description: Generic Linux kernel image 2024-04-12T16:04:44.399 INFO:teuthology.orchestra.run.smithi154.stdout: This package will always depend on the latest generic kernel image 2024-04-12T16:04:44.399 INFO:teuthology.orchestra.run.smithi154.stdout: available. 2024-04-12T16:04:44.399 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-12T16:04:44.399 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T16:04:44.399 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T16:04:44.399 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-12T16:04:44.399 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T16:04:44.399 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get clean 2024-04-12T16:04:44.584 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2024-04-12T16:04:44.718 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:04:44.718 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T16:04:44.733 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T16:04:44.754 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T16:04:45.610 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-12T16:04:45.628 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T16:04:45.679 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-12T16:04:45.862 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-12T16:04:45.863 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-12T16:04:46.016 INFO:teuthology.orchestra.run.smithi115.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-12T16:04:46.016 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:04:46.016 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:04:46.016 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:04:46.017 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:04:46.017 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T16:04:46.017 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T16:04:46.017 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:04:46.055 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T16:04:46.057 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-04-12T16:04:46.112 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-04-12T16:04:46.112 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-04-12T16:04:46.112 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-04-12T16:04:46.112 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.102.99 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-04-12T16:04:46.113 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-04-12T16:04:46.114 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-04-12T16:04:46.149 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-12T16:04:46.157 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.q8EEQlhFlt 2024-04-12T16:04:46.158 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub/grub.cfg /tmp/tmp.q8EEQlhFlt 2024-04-12T16:04:46.166 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T16:04:46.214 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.q8EEQlhFlt 2024-04-12T16:04:46.219 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-12T16:04:46.333 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.q8EEQlhFlt is 10KB 2024-04-12T16:04:46.349 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.q8EEQlhFlt 2024-04-12T16:04:46.354 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-12T16:04:46.394 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2024-04-12T16:04:46.395 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2024-04-12T16:04:46.409 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:04:46.410 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-12T16:04:46.410 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-12T16:04:46.477 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-12T16:04:46.477 DEBUG:teuthology.orchestra.run.smithi115:> sudo update-grub 2024-04-12T16:04:46.549 INFO:teuthology.orchestra.run.smithi154.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-12T16:04:46.549 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:04:46.549 INFO:teuthology.orchestra.run.smithi154.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:04:46.549 INFO:teuthology.orchestra.run.smithi154.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:04:46.549 INFO:teuthology.orchestra.run.smithi154.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:04:46.550 INFO:teuthology.orchestra.run.smithi154.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T16:04:46.550 INFO:teuthology.orchestra.run.smithi154.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T16:04:46.550 INFO:teuthology.orchestra.run.smithi154.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:04:46.588 INFO:teuthology.orchestra.run.smithi154.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T16:04:46.589 DEBUG:teuthology.orchestra.run.smithi154:> dpkg -s linux-image-generic 2024-04-12T16:04:46.609 INFO:teuthology.orchestra.run.smithi152.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-12T16:04:46.609 INFO:teuthology.orchestra.run.smithi152.stdout:Sourcing file `/etc/default/grub' 2024-04-12T16:04:46.636 INFO:teuthology.orchestra.run.smithi152.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T16:04:46.645 INFO:teuthology.orchestra.run.smithi154.stdout:Package: linux-image-generic 2024-04-12T16:04:46.645 INFO:teuthology.orchestra.run.smithi154.stdout:Status: install ok installed 2024-04-12T16:04:46.645 INFO:teuthology.orchestra.run.smithi154.stdout:Priority: optional 2024-04-12T16:04:46.645 INFO:teuthology.orchestra.run.smithi154.stdout:Section: kernel 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Installed-Size: 21 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: amd64 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Source: linux-meta 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Version: 5.15.0.102.99 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Recommends: thermald 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout:Description: Generic Linux kernel image 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout: This package will always depend on the latest generic kernel image 2024-04-12T16:04:46.646 INFO:teuthology.orchestra.run.smithi154.stdout: available. 2024-04-12T16:04:46.646 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2024-04-12T16:04:46.690 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.xcm9Q8u8X0 2024-04-12T16:04:46.690 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xcm9Q8u8X0 2024-04-12T16:04:46.696 INFO:teuthology.orchestra.run.smithi152.stdout:Generating grub configuration file ... 2024-04-12T16:04:46.746 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.xcm9Q8u8X0 2024-04-12T16:04:46.868 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.xcm9Q8u8X0 is 10KB 2024-04-12T16:04:46.881 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.xcm9Q8u8X0 2024-04-12T16:04:46.887 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-12T16:04:46.942 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:04:46.942 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-12T16:04:46.942 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-12T16:04:47.010 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-12T16:04:47.011 DEBUG:teuthology.orchestra.run.smithi154:> sudo update-grub 2024-04-12T16:04:47.080 INFO:teuthology.orchestra.run.smithi152.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:47.095 INFO:teuthology.orchestra.run.smithi152.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:47.507 INFO:teuthology.orchestra.run.smithi152.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:47.512 INFO:teuthology.orchestra.run.smithi152.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:47.578 INFO:teuthology.orchestra.run.smithi152.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T16:04:47.583 INFO:teuthology.orchestra.run.smithi152.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T16:04:47.599 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub' 2024-04-12T16:04:47.600 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T16:04:47.602 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-04-12T16:04:47.786 INFO:teuthology.orchestra.run.smithi152.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T16:04:47.786 INFO:teuthology.orchestra.run.smithi152.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T16:04:47.786 INFO:teuthology.orchestra.run.smithi152.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T16:04:47.796 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:47.803 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:47.826 INFO:teuthology.orchestra.run.smithi152.stdout:done 2024-04-12T16:04:48.024 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:48.029 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:48.067 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T16:04:48.071 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T16:04:48.179 INFO:teuthology.orchestra.run.smithi154.stderr:Sourcing file `/etc/default/grub' 2024-04-12T16:04:48.180 INFO:teuthology.orchestra.run.smithi154.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T16:04:48.184 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2024-04-12T16:04:48.196 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T16:04:48.196 INFO:teuthology.orchestra.run.smithi115.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T16:04:48.196 INFO:teuthology.orchestra.run.smithi115.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T16:04:48.217 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-04-12T16:04:48.226 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-04-12T16:04:48.369 DEBUG:teuthology.orchestra.run.smithi152:> dpkg -s linux-image-generic 2024-04-12T16:04:48.393 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Package: linux-image-generic 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Status: install ok installed 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Priority: optional 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Section: kernel 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Installed-Size: 21 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T16:04:48.396 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: amd64 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout:Source: linux-meta 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout:Version: 5.15.0.102.99 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout:Recommends: thermald 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout:Description: Generic Linux kernel image 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout: This package will always depend on the latest generic kernel image 2024-04-12T16:04:48.397 INFO:teuthology.orchestra.run.smithi152.stdout: available. 2024-04-12T16:04:48.397 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-12T16:04:48.397 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T16:04:48.397 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T16:04:48.397 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-12T16:04:48.398 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T16:04:48.398 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get clean 2024-04-12T16:04:48.399 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:48.573 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get update 2024-04-12T16:04:48.630 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:48.635 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:48.676 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T16:04:48.681 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T16:04:48.691 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T16:04:48.806 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:04:48.817 INFO:teuthology.orchestra.run.smithi154.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T16:04:48.817 INFO:teuthology.orchestra.run.smithi154.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T16:04:48.817 INFO:teuthology.orchestra.run.smithi154.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T16:04:48.832 INFO:teuthology.orchestra.run.smithi154.stderr:done 2024-04-12T16:04:48.845 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2024-04-12T16:04:48.889 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T16:04:48.969 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T16:04:50.021 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2024-04-12T16:04:50.040 DEBUG:teuthology.orchestra.run.smithi152:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T16:04:50.103 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2024-04-12T16:04:50.301 INFO:teuthology.orchestra.run.smithi152.stdout:Building dependency tree... 2024-04-12T16:04:50.302 INFO:teuthology.orchestra.run.smithi152.stdout:Reading state information... 2024-04-12T16:04:50.477 INFO:teuthology.orchestra.run.smithi152.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-12T16:04:50.478 INFO:teuthology.orchestra.run.smithi152.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:04:50.478 INFO:teuthology.orchestra.run.smithi152.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:04:50.478 INFO:teuthology.orchestra.run.smithi152.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:04:50.478 INFO:teuthology.orchestra.run.smithi152.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:04:50.478 INFO:teuthology.orchestra.run.smithi152.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T16:04:50.479 INFO:teuthology.orchestra.run.smithi152.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T16:04:50.479 INFO:teuthology.orchestra.run.smithi152.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:04:50.520 INFO:teuthology.orchestra.run.smithi152.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T16:04:50.522 DEBUG:teuthology.orchestra.run.smithi152:> dpkg -s linux-image-generic 2024-04-12T16:04:50.537 INFO:teuthology.orchestra.run.smithi152.stdout:Package: linux-image-generic 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Status: install ok installed 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Priority: optional 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Section: kernel 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Installed-Size: 21 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: amd64 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Source: linux-meta 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Version: 5.15.0.102.99 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Recommends: thermald 2024-04-12T16:04:50.538 INFO:teuthology.orchestra.run.smithi152.stdout:Description: Generic Linux kernel image 2024-04-12T16:04:50.539 INFO:teuthology.orchestra.run.smithi152.stdout: This package will always depend on the latest generic kernel image 2024-04-12T16:04:50.539 INFO:teuthology.orchestra.run.smithi152.stdout: available. 2024-04-12T16:04:50.539 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2024-04-12T16:04:50.586 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.POCLFOP2Nt 2024-04-12T16:04:50.586 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub/grub.cfg /tmp/tmp.POCLFOP2Nt 2024-04-12T16:04:50.642 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.POCLFOP2Nt 2024-04-12T16:04:50.753 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.POCLFOP2Nt is 10KB 2024-04-12T16:04:50.766 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.POCLFOP2Nt 2024-04-12T16:04:50.771 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-12T16:04:50.825 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:04:50.825 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-12T16:04:50.825 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-12T16:04:50.889 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-12T16:04:50.889 DEBUG:teuthology.orchestra.run.smithi152:> sudo update-grub 2024-04-12T16:04:52.189 INFO:teuthology.orchestra.run.smithi152.stderr:Sourcing file `/etc/default/grub' 2024-04-12T16:04:52.192 INFO:teuthology.orchestra.run.smithi152.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T16:04:52.196 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2024-04-12T16:04:52.486 INFO:teuthology.orchestra.run.smithi152.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T16:04:52.492 INFO:teuthology.orchestra.run.smithi152.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T16:04:52.848 INFO:teuthology.orchestra.run.smithi152.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T16:04:52.854 INFO:teuthology.orchestra.run.smithi152.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T16:04:52.896 INFO:teuthology.orchestra.run.smithi152.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T16:04:52.902 INFO:teuthology.orchestra.run.smithi152.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T16:04:53.044 INFO:teuthology.orchestra.run.smithi152.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T16:04:53.044 INFO:teuthology.orchestra.run.smithi152.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T16:04:53.044 INFO:teuthology.orchestra.run.smithi152.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T16:04:53.069 INFO:teuthology.orchestra.run.smithi152.stderr:done 2024-04-12T16:04:53.071 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2024-04-12T16:05:18.253 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-12T16:05:18.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:05:18.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:05:18.849 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-12T16:05:18.849 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:05:18.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:05:23.078 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-12T16:05:23.078 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:05:23.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:05:36.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-12T16:05:41.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-04-12T16:05:45.675 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:05:45.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:05:48.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-12T16:05:50.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:05:50.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:05:53.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-12T16:05:53.598 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-04-12T16:06:00.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:06:00.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:02.312 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:06:02.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:05.603 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:06:05.604 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:19.167 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-12T16:06:20.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-12T16:06:24.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-04-12T16:06:32.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:06:32.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:34.169 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:06:34.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:34.503 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-12T16:06:35.149 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:06:35.149 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-12T16:06:35.150 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-12T16:06:35.196 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-102-generic 2024-04-12T16:06:35.196 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-12T16:06:35.196 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T16:06:35.196 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-12T16:06:35.774 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-12T16:06:36.197 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-12T16:06:36.198 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T16:06:36.277 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-04-12T16:06:36.298 DEBUG:teuthology.parallel:result is None 2024-04-12T16:06:39.036 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:06:39.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:40.559 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-04-12T16:06:50.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:06:50.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:51.120 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-12T16:06:51.683 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:06:51.683 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-102-generic"... 2024-04-12T16:06:51.683 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-12T16:06:51.729 INFO:teuthology.orchestra.run.smithi154.stdout:5.15.0-102-generic 2024-04-12T16:06:51.729 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-12T16:06:51.730 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T16:06:51.730 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-12T16:06:52.731 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-12T16:06:52.731 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T16:06:52.827 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-04-12T16:06:52.859 DEBUG:teuthology.parallel:result is None 2024-04-12T16:06:58.560 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:06:58.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:06:58.981 DEBUG:teuthology.orchestra.run.smithi152:> true 2024-04-12T16:06:59.547 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:06:59.548 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-12T16:06:59.548 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-04-12T16:06:59.594 INFO:teuthology.orchestra.run.smithi152.stdout:5.15.0-102-generic 2024-04-12T16:06:59.594 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-12T16:06:59.595 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T16:06:59.595 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-12T16:07:00.596 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-12T16:07:00.596 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T16:07:00.983 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2024-04-12T16:07:01.004 DEBUG:teuthology.parallel:result is None 2024-04-12T16:07:01.005 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-12T16:07:01.012 INFO:teuthology.task.internal:Creating test directory... 2024-04-12T16:07:01.012 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T16:07:01.015 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T16:07:01.017 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T16:07:01.024 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-12T16:07:01.030 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-12T16:07:01.040 INFO:teuthology.task.internal:Creating archive directory... 2024-04-12T16:07:01.040 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T16:07:01.062 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T16:07:01.064 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T16:07:01.145 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-12T16:07:01.152 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-12T16:07:01.152 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T16:07:01.155 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T16:07:01.157 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T16:07:01.173 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T16:07:01.178 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T16:07:01.181 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T16:07:01.186 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T16:07:01.189 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T16:07:01.197 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T16:07:01.199 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-12T16:07:01.206 INFO:teuthology.task.internal:Configuring sudo... 2024-04-12T16:07:01.206 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T16:07:01.229 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T16:07:01.231 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T16:07:01.253 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-12T16:07:01.262 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-12T16:07:01.263 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T16:07:01.289 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T16:07:01.291 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T16:07:01.301 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T16:07:01.340 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T16:07:01.388 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:07:01.388 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T16:07:01.446 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T16:07:01.453 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T16:07:01.499 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:07:01.499 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T16:07:01.555 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T16:07:01.561 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T16:07:01.609 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:07:01.610 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T16:07:01.670 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-04-12T16:07:01.673 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2024-04-12T16:07:01.675 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-04-12T16:07:01.753 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-12T16:07:01.761 INFO:teuthology.task.internal:Starting timer... 2024-04-12T16:07:01.761 INFO:teuthology.run_tasks:Running task pcp... 2024-04-12T16:07:01.771 INFO:teuthology.run_tasks:Running task selinux... 2024-04-12T16:07:01.779 DEBUG:teuthology.task.selinux:Excluding smithi115: OS 'ubuntu' does not support SELinux 2024-04-12T16:07:01.779 DEBUG:teuthology.task.selinux:Excluding smithi152: OS 'ubuntu' does not support SELinux 2024-04-12T16:07:01.779 DEBUG:teuthology.task.selinux:Excluding smithi154: OS 'ubuntu' does not support SELinux 2024-04-12T16:07:01.779 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-12T16:07:01.779 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-12T16:07:01.780 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-12T16:07:01.780 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-12T16:07:01.789 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-12T16:07:01.795 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-12T16:07:01.918 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-12T16:07:01.936 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-12T16:07:01.937 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi115.front.sepia.ceph.com,smithi152.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-12T16:14:04.378 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi152.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2024-04-12T16:14:04.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:14:04.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:14:04.466 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-12T16:14:04.542 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-12T16:14:04.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:14:04.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:14:04.622 DEBUG:teuthology.orchestra.run.smithi152:> true 2024-04-12T16:14:04.698 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-04-12T16:14:04.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:14:04.699 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T16:14:04.779 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-12T16:14:04.850 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-12T16:14:04.851 INFO:teuthology.run_tasks:Running task clock... 2024-04-12T16:14:04.863 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-12T16:14:04.863 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T16:14:04.864 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:14:04.866 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T16:14:04.866 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:14:04.868 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T16:14:04.869 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:14:04.892 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-12T16:14:04.892 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Command line: ntpd -gq 2024-04-12T16:14:04.892 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: ---------------------------------------------------- 2024-04-12T16:14:04.893 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: ntp-4 is maintained by Network Time Foundation, 2024-04-12T16:14:04.893 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-12T16:14:04.893 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: corporation. Support and training for ntp-4 are 2024-04-12T16:14:04.893 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: available at https://www.nwtime.org/support 2024-04-12T16:14:04.893 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: ---------------------------------------------------- 2024-04-12T16:14:04.894 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: proto: precision = 0.059 usec (-24) 2024-04-12T16:14:04.894 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: basedate set to 2022-02-04 2024-04-12T16:14:04.894 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: gps base set to 2022-02-06 (week 2196) 2024-04-12T16:14:04.894 INFO:teuthology.orchestra.run.smithi115.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T16:14:04.895 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T16:14:04.895 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: restrict ::: KOD does nothing without LIMITED. 2024-04-12T16:14:04.895 INFO:teuthology.orchestra.run.smithi115.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-12T16:14:04.896 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listen and drop on 0 v6wildcard [::]:123 2024-04-12T16:14:04.896 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-12T16:14:04.896 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listen normally on 2 lo 127.0.0.1:123 2024-04-12T16:14:04.896 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listen normally on 3 enp3s0f1 172.21.15.115:123 2024-04-12T16:14:04.896 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listen normally on 4 lo [::1]:123 2024-04-12T16:14:04.896 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce8f%5]:123 2024-04-12T16:14:04.897 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:04 ntpd[17160]: Listening on routing socket on fd #22 for interface updates 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Command line: ntpd -gq 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: ---------------------------------------------------- 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: ntp-4 is maintained by Network Time Foundation, 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: corporation. Support and training for ntp-4 are 2024-04-12T16:14:04.898 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: available at https://www.nwtime.org/support 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: ---------------------------------------------------- 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: proto: precision = 0.044 usec (-24) 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: basedate set to 2022-02-04 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: gps base set to 2022-02-06 (week 2196) 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T16:14:04.899 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: restrict ::: KOD does nothing without LIMITED. 2024-04-12T16:14:04.900 INFO:teuthology.orchestra.run.smithi152.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-12T16:14:04.900 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listen and drop on 0 v6wildcard [::]:123 2024-04-12T16:14:04.900 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-12T16:14:04.900 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listen normally on 2 lo 127.0.0.1:123 2024-04-12T16:14:04.901 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listen normally on 3 enp3s0f1 172.21.15.152:123 2024-04-12T16:14:04.901 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listen normally on 4 lo [::1]:123 2024-04-12T16:14:04.901 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de3%5]:123 2024-04-12T16:14:04.901 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:04 ntpd[17211]: Listening on routing socket on fd #22 for interface updates 2024-04-12T16:14:04.919 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-12T16:14:04.919 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Command line: ntpd -gq 2024-04-12T16:14:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: ---------------------------------------------------- 2024-04-12T16:14:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: ntp-4 is maintained by Network Time Foundation, 2024-04-12T16:14:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-12T16:14:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: corporation. Support and training for ntp-4 are 2024-04-12T16:14:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: available at https://www.nwtime.org/support 2024-04-12T16:14:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: ---------------------------------------------------- 2024-04-12T16:14:04.921 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: proto: precision = 0.057 usec (-24) 2024-04-12T16:14:04.921 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: basedate set to 2022-02-04 2024-04-12T16:14:04.921 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: gps base set to 2022-02-06 (week 2196) 2024-04-12T16:14:04.921 INFO:teuthology.orchestra.run.smithi154.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T16:14:04.921 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T16:14:04.921 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: restrict ::: KOD does nothing without LIMITED. 2024-04-12T16:14:04.922 INFO:teuthology.orchestra.run.smithi154.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listen and drop on 0 v6wildcard [::]:123 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listen normally on 2 lo 127.0.0.1:123 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listen normally on 3 enp3s0f1 172.21.15.154:123 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listen normally on 4 lo [::1]:123 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7761%5]:123 2024-04-12T16:14:04.923 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:04 ntpd[17190]: Listening on routing socket on fd #22 for interface updates 2024-04-12T16:14:05.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:05.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:05 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:05.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:05 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:06.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:06.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:06 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:06.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:06.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:06 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:06.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:06 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:06.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:06 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:06.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:06 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:06.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:06 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:07 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:07 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:07 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:07 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:07 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:07.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:07 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:07.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:07.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:07 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:07.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:07.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:07 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:08.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:08.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:08 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:08.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:08.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:08 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:08.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:08 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:08.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:08 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:08.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:08 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:08.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:08 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:08.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:08 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:08.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:08 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:08.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:08 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:08.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:08 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:09 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:09 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:09.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:09 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:10.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:10 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:10.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:10 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:10.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:10 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:10.893 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:10 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:10.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:10 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:10.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:10 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:10.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:10 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:10.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:10 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:10.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:10 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:10.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:10 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:10.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:10 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:10.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:10 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:11.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:11 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stdout:12 Apr 16:14:11 ntpd[17211]: ntpd: time slew +0.000114 s 2024-04-12T16:14:11.896 INFO:teuthology.orchestra.run.smithi152.stdout:ntpd: time slew +0.000114s 2024-04-12T16:14:11.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-12T16:14:11.897 INFO:teuthology.orchestra.run.smithi152.stderr:12 Apr 16:14:11 ntpd[17211]: can't open /var/log/ntpstats/loopstats.20240412: Permission denied 2024-04-12T16:14:11.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.920 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stdout:12 Apr 16:14:11 ntpd[17190]: ntpd: time slew -0.000216 s 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stdout:ntpd: time slew -0.000216s 2024-04-12T16:14:11.921 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-12T16:14:11.922 INFO:teuthology.orchestra.run.smithi154.stderr:12 Apr 16:14:11 ntpd[17190]: can't open /var/log/ntpstats/loopstats.20240412: Permission denied 2024-04-12T16:14:11.966 INFO:teuthology.orchestra.run.smithi152.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T16:14:11.966 INFO:teuthology.orchestra.run.smithi152.stdout:============================================================================== 2024-04-12T16:14:11.966 INFO:teuthology.orchestra.run.smithi152.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.966 INFO:teuthology.orchestra.run.smithi152.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.966 INFO:teuthology.orchestra.run.smithi152.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.967 INFO:teuthology.orchestra.run.smithi152.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.973 INFO:teuthology.orchestra.run.smithi154.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T16:14:11.973 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================== 2024-04-12T16:14:11.973 INFO:teuthology.orchestra.run.smithi154.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.973 INFO:teuthology.orchestra.run.smithi154.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.973 INFO:teuthology.orchestra.run.smithi154.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:11.973 INFO:teuthology.orchestra.run.smithi154.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:12.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:12.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:12.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T16:14:12.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T16:14:12.894 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T16:14:12.895 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T16:14:12.895 INFO:teuthology.orchestra.run.smithi115.stdout:12 Apr 16:14:12 ntpd[17160]: ntpd: time slew -0.003133 s 2024-04-12T16:14:12.895 INFO:teuthology.orchestra.run.smithi115.stdout:ntpd: time slew -0.003133s 2024-04-12T16:14:12.896 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-12T16:14:12.896 INFO:teuthology.orchestra.run.smithi115.stderr:12 Apr 16:14:12 ntpd[17160]: can't open /var/log/ntpstats/loopstats.20240412: Permission denied 2024-04-12T16:14:12.941 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T16:14:12.941 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-04-12T16:14:12.941 INFO:teuthology.orchestra.run.smithi115.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:12.941 INFO:teuthology.orchestra.run.smithi115.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:12.941 INFO:teuthology.orchestra.run.smithi115.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:12.941 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T16:14:12.942 INFO:teuthology.run_tasks:Running task install... 2024-04-12T16:14:12.954 DEBUG:teuthology.task.install:project ceph 2024-04-12T16:14:12.954 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d'}} 2024-04-12T16:14:12.955 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d'} 2024-04-12T16:14:12.955 INFO:teuthology.task.install:Using flavor: default 2024-04-12T16:14:12.961 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-04-12T16:14:12.961 INFO:teuthology.task.install:extra packages: [] 2024-04-12T16:14:12.961 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-key list | grep Ceph 2024-04-12T16:14:12.962 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-key list | grep Ceph 2024-04-12T16:14:12.962 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-key list | grep Ceph 2024-04-12T16:14:13.024 INFO:teuthology.orchestra.run.smithi152.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-12T16:14:13.025 INFO:teuthology.orchestra.run.smithi154.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-12T16:14:13.048 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-12T16:14:13.050 INFO:teuthology.orchestra.run.smithi152.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-12T16:14:13.050 INFO:teuthology.orchestra.run.smithi152.stdout:uid [ unknown] Ceph.com (release key) 2024-04-12T16:14:13.051 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-04-12T16:14:13.051 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:14:13.057 INFO:teuthology.orchestra.run.smithi154.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-12T16:14:13.057 INFO:teuthology.orchestra.run.smithi154.stdout:uid [ unknown] Ceph.com (release key) 2024-04-12T16:14:13.057 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-04-12T16:14:13.057 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:14:13.076 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-12T16:14:13.076 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph.com (release key) 2024-04-12T16:14:13.076 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-04-12T16:14:13.077 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:14:13.200 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default/ 2024-04-12T16:14:13.200 INFO:teuthology.task.install.deb:Package version is 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:14:13.212 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default/ 2024-04-12T16:14:13.212 INFO:teuthology.task.install.deb:Package version is 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:14:13.321 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default/ 2024-04-12T16:14:13.321 INFO:teuthology.task.install.deb:Package version is 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:14:13.386 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:14:13.386 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-12T16:14:13.388 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:14:13.388 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-12T16:14:13.401 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get update 2024-04-12T16:14:13.402 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2024-04-12T16:14:13.535 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:14:13.535 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-12T16:14:13.549 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-12T16:14:13.587 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:14:13.587 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:14:13.604 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T16:14:13.606 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T16:14:13.606 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T16:14:13.619 INFO:teuthology.orchestra.run.smithi152.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy InRelease 2024-04-12T16:14:13.626 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T16:14:13.627 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T16:14:13.641 INFO:teuthology.orchestra.run.smithi152.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-12T16:14:13.663 INFO:teuthology.orchestra.run.smithi152.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-12T16:14:13.684 INFO:teuthology.orchestra.run.smithi152.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-04-12T16:14:13.693 INFO:teuthology.orchestra.run.smithi154.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy InRelease 2024-04-12T16:14:13.711 INFO:teuthology.orchestra.run.smithi152.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-12T16:14:13.713 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T16:14:13.721 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T16:14:13.721 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T16:14:13.730 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-12T16:14:13.735 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T16:14:13.755 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T16:14:13.767 INFO:teuthology.orchestra.run.smithi154.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-12T16:14:13.768 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy InRelease 2024-04-12T16:14:13.789 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-12T16:14:13.804 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-04-12T16:14:13.811 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-12T16:14:13.834 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-12T16:14:13.849 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-12T16:14:13.859 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-04-12T16:14:13.931 INFO:teuthology.orchestra.run.smithi152.stdout:Fetched 29.2 kB in 0s (82.2 kB/s) 2024-04-12T16:14:13.938 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 29.2 kB in 0s (80.8 kB/s) 2024-04-12T16:14:14.078 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 29.2 kB in 0s (82.8 kB/s) 2024-04-12T16:14:14.861 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-12T16:14:14.862 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2024-04-12T16:14:14.877 DEBUG:teuthology.orchestra.run.smithi152:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2847-gbf9c5618-1jammy cephadm=19.0.0-2847-gbf9c5618-1jammy ceph-mds=19.0.0-2847-gbf9c5618-1jammy ceph-mgr=19.0.0-2847-gbf9c5618-1jammy ceph-common=19.0.0-2847-gbf9c5618-1jammy ceph-fuse=19.0.0-2847-gbf9c5618-1jammy ceph-test=19.0.0-2847-gbf9c5618-1jammy ceph-volume=19.0.0-2847-gbf9c5618-1jammy radosgw=19.0.0-2847-gbf9c5618-1jammy python3-rados=19.0.0-2847-gbf9c5618-1jammy python3-rgw=19.0.0-2847-gbf9c5618-1jammy python3-cephfs=19.0.0-2847-gbf9c5618-1jammy python3-rbd=19.0.0-2847-gbf9c5618-1jammy libcephfs2=19.0.0-2847-gbf9c5618-1jammy libcephfs-dev=19.0.0-2847-gbf9c5618-1jammy librados2=19.0.0-2847-gbf9c5618-1jammy librbd1=19.0.0-2847-gbf9c5618-1jammy rbd-fuse=19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:14:14.878 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2847-gbf9c5618-1jammy cephadm=19.0.0-2847-gbf9c5618-1jammy ceph-mds=19.0.0-2847-gbf9c5618-1jammy ceph-mgr=19.0.0-2847-gbf9c5618-1jammy ceph-common=19.0.0-2847-gbf9c5618-1jammy ceph-fuse=19.0.0-2847-gbf9c5618-1jammy ceph-test=19.0.0-2847-gbf9c5618-1jammy ceph-volume=19.0.0-2847-gbf9c5618-1jammy radosgw=19.0.0-2847-gbf9c5618-1jammy python3-rados=19.0.0-2847-gbf9c5618-1jammy python3-rgw=19.0.0-2847-gbf9c5618-1jammy python3-cephfs=19.0.0-2847-gbf9c5618-1jammy python3-rbd=19.0.0-2847-gbf9c5618-1jammy libcephfs2=19.0.0-2847-gbf9c5618-1jammy libcephfs-dev=19.0.0-2847-gbf9c5618-1jammy librados2=19.0.0-2847-gbf9c5618-1jammy librbd1=19.0.0-2847-gbf9c5618-1jammy rbd-fuse=19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:14:14.929 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2024-04-12T16:14:14.930 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-12T16:14:15.064 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-12T16:14:15.081 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2847-gbf9c5618-1jammy cephadm=19.0.0-2847-gbf9c5618-1jammy ceph-mds=19.0.0-2847-gbf9c5618-1jammy ceph-mgr=19.0.0-2847-gbf9c5618-1jammy ceph-common=19.0.0-2847-gbf9c5618-1jammy ceph-fuse=19.0.0-2847-gbf9c5618-1jammy ceph-test=19.0.0-2847-gbf9c5618-1jammy ceph-volume=19.0.0-2847-gbf9c5618-1jammy radosgw=19.0.0-2847-gbf9c5618-1jammy python3-rados=19.0.0-2847-gbf9c5618-1jammy python3-rgw=19.0.0-2847-gbf9c5618-1jammy python3-cephfs=19.0.0-2847-gbf9c5618-1jammy python3-rbd=19.0.0-2847-gbf9c5618-1jammy libcephfs2=19.0.0-2847-gbf9c5618-1jammy libcephfs-dev=19.0.0-2847-gbf9c5618-1jammy librados2=19.0.0-2847-gbf9c5618-1jammy librbd1=19.0.0-2847-gbf9c5618-1jammy rbd-fuse=19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:14:15.105 INFO:teuthology.orchestra.run.smithi152.stdout:Building dependency tree... 2024-04-12T16:14:15.106 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2024-04-12T16:14:15.106 INFO:teuthology.orchestra.run.smithi152.stdout:Reading state information... 2024-04-12T16:14:15.106 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2024-04-12T16:14:15.139 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-12T16:14:15.276 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:14:15.276 INFO:teuthology.orchestra.run.smithi154.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:14:15.276 INFO:teuthology.orchestra.run.smithi154.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:14:15.277 INFO:teuthology.orchestra.run.smithi154.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:14:15.277 INFO:teuthology.orchestra.run.smithi154.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T16:14:15.277 INFO:teuthology.orchestra.run.smithi154.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T16:14:15.277 INFO:teuthology.orchestra.run.smithi154.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:14:15.280 INFO:teuthology.orchestra.run.smithi154.stdout:The following additional packages will be installed: 2024-04-12T16:14:15.280 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-12T16:14:15.280 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-12T16:14:15.280 INFO:teuthology.orchestra.run.smithi154.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-12T16:14:15.280 INFO:teuthology.orchestra.run.smithi154.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-12T16:14:15.281 INFO:teuthology.orchestra.run.smithi154.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet zip 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout:Suggested packages: 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout:Recommended packages: 2024-04-12T16:14:15.282 INFO:teuthology.orchestra.run.smithi154.stdout: btrfs-tools 2024-04-12T16:14:15.283 INFO:teuthology.orchestra.run.smithi152.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:14:15.283 INFO:teuthology.orchestra.run.smithi152.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:14:15.283 INFO:teuthology.orchestra.run.smithi152.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout:The following additional packages will be installed: 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-12T16:14:15.284 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-12T16:14:15.285 INFO:teuthology.orchestra.run.smithi152.stdout: xmlstarlet zip 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout:Suggested packages: 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout:Recommended packages: 2024-04-12T16:14:15.286 INFO:teuthology.orchestra.run.smithi152.stdout: btrfs-tools 2024-04-12T16:14:15.336 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-12T16:14:15.337 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout:The following NEW packages will be installed: 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-12T16:14:15.379 INFO:teuthology.orchestra.run.smithi154.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-12T16:14:15.381 INFO:teuthology.orchestra.run.smithi154.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-12T16:14:15.381 INFO:teuthology.orchestra.run.smithi154.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-12T16:14:15.382 INFO:teuthology.orchestra.run.smithi154.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-12T16:14:15.383 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-12T16:14:15.383 INFO:teuthology.orchestra.run.smithi154.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-12T16:14:15.383 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-12T16:14:15.383 INFO:teuthology.orchestra.run.smithi154.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout:The following NEW packages will be installed: 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T16:14:15.384 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-12T16:14:15.385 INFO:teuthology.orchestra.run.smithi152.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-12T16:14:15.448 INFO:teuthology.orchestra.run.smithi154.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-12T16:14:15.448 INFO:teuthology.orchestra.run.smithi154.stdout:Need to get 180 MB of archives. 2024-04-12T16:14:15.448 INFO:teuthology.orchestra.run.smithi154.stdout:After this operation, 823 MB of additional disk space will be used. 2024-04-12T16:14:15.448 INFO:teuthology.orchestra.run.smithi154.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-12T16:14:15.523 INFO:teuthology.orchestra.run.smithi154.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2847-gbf9c5618-1jammy [3,554 kB] 2024-04-12T16:14:15.529 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T16:14:15.529 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T16:14:15.529 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T16:14:15.529 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T16:14:15.530 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T16:14:15.530 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T16:14:15.530 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T16:14:15.530 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-04-12T16:14:15.530 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-12T16:14:15.531 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-12T16:14:15.531 INFO:teuthology.orchestra.run.smithi115.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-12T16:14:15.531 INFO:teuthology.orchestra.run.smithi115.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-12T16:14:15.532 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-12T16:14:15.532 INFO:teuthology.orchestra.run.smithi115.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-12T16:14:15.532 INFO:teuthology.orchestra.run.smithi115.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-12T16:14:15.532 INFO:teuthology.orchestra.run.smithi115.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-12T16:14:15.532 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-12T16:14:15.532 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-12T16:14:15.533 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet zip 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-12T16:14:15.534 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-04-12T16:14:15.535 INFO:teuthology.orchestra.run.smithi115.stdout: btrfs-tools 2024-04-12T16:14:15.556 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-12T16:14:15.559 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-12T16:14:15.569 INFO:teuthology.orchestra.run.smithi152.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-12T16:14:15.569 INFO:teuthology.orchestra.run.smithi152.stdout:Need to get 180 MB of archives. 2024-04-12T16:14:15.569 INFO:teuthology.orchestra.run.smithi152.stdout:After this operation, 823 MB of additional disk space will be used. 2024-04-12T16:14:15.569 INFO:teuthology.orchestra.run.smithi152.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-12T16:14:15.580 INFO:teuthology.orchestra.run.smithi154.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-12T16:14:15.596 INFO:teuthology.orchestra.run.smithi152.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2847-gbf9c5618-1jammy [3,554 kB] 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-12T16:14:15.633 INFO:teuthology.orchestra.run.smithi115.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-12T16:14:15.634 INFO:teuthology.orchestra.run.smithi115.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-12T16:14:15.635 INFO:teuthology.orchestra.run.smithi115.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-12T16:14:15.636 INFO:teuthology.orchestra.run.smithi115.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-12T16:14:15.636 INFO:teuthology.orchestra.run.smithi115.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-12T16:14:15.636 INFO:teuthology.orchestra.run.smithi115.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-12T16:14:15.636 INFO:teuthology.orchestra.run.smithi115.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-12T16:14:15.636 INFO:teuthology.orchestra.run.smithi115.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-12T16:14:15.651 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-12T16:14:15.656 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-12T16:14:15.669 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-12T16:14:15.673 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-12T16:14:15.674 INFO:teuthology.orchestra.run.smithi154.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-12T16:14:15.675 INFO:teuthology.orchestra.run.smithi154.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-12T16:14:15.686 INFO:teuthology.orchestra.run.smithi154.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-12T16:14:15.687 INFO:teuthology.orchestra.run.smithi154.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-12T16:14:15.688 INFO:teuthology.orchestra.run.smithi154.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-12T16:14:15.689 INFO:teuthology.orchestra.run.smithi154.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-12T16:14:15.698 INFO:teuthology.orchestra.run.smithi154.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-12T16:14:15.700 INFO:teuthology.orchestra.run.smithi154.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-12T16:14:15.702 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-12T16:14:15.702 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 180 MB of archives. 2024-04-12T16:14:15.702 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 823 MB of additional disk space will be used. 2024-04-12T16:14:15.702 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-12T16:14:15.702 INFO:teuthology.orchestra.run.smithi154.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-12T16:14:15.704 INFO:teuthology.orchestra.run.smithi154.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-12T16:14:15.720 INFO:teuthology.orchestra.run.smithi154.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-12T16:14:15.721 INFO:teuthology.orchestra.run.smithi154.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-12T16:14:15.723 INFO:teuthology.orchestra.run.smithi154.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-12T16:14:15.723 INFO:teuthology.orchestra.run.smithi154.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-12T16:14:15.723 INFO:teuthology.orchestra.run.smithi154.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-12T16:14:15.724 INFO:teuthology.orchestra.run.smithi154.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-12T16:14:15.745 INFO:teuthology.orchestra.run.smithi154.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-12T16:14:15.746 INFO:teuthology.orchestra.run.smithi154.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-12T16:14:15.746 INFO:teuthology.orchestra.run.smithi154.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-12T16:14:15.749 INFO:teuthology.orchestra.run.smithi154.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-12T16:14:15.766 INFO:teuthology.orchestra.run.smithi154.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-12T16:14:15.767 INFO:teuthology.orchestra.run.smithi154.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-12T16:14:15.767 INFO:teuthology.orchestra.run.smithi154.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-12T16:14:15.768 INFO:teuthology.orchestra.run.smithi154.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-12T16:14:15.769 INFO:teuthology.orchestra.run.smithi154.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-12T16:14:15.769 INFO:teuthology.orchestra.run.smithi154.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-12T16:14:15.781 INFO:teuthology.orchestra.run.smithi154.stdout:Get:36 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2847-gbf9c5618-1jammy [3,224 kB] 2024-04-12T16:14:15.787 INFO:teuthology.orchestra.run.smithi154.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-12T16:14:15.788 INFO:teuthology.orchestra.run.smithi154.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-12T16:14:15.789 INFO:teuthology.orchestra.run.smithi154.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-12T16:14:15.794 INFO:teuthology.orchestra.run.smithi154.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-12T16:14:15.808 INFO:teuthology.orchestra.run.smithi154.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-12T16:14:15.809 INFO:teuthology.orchestra.run.smithi154.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-12T16:14:15.809 INFO:teuthology.orchestra.run.smithi154.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-12T16:14:15.811 INFO:teuthology.orchestra.run.smithi154.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-12T16:14:15.813 INFO:teuthology.orchestra.run.smithi154.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-12T16:14:15.814 INFO:teuthology.orchestra.run.smithi154.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-04-12T16:14:15.816 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-12T16:14:15.818 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-12T16:14:15.829 INFO:teuthology.orchestra.run.smithi154.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-04-12T16:14:15.830 INFO:teuthology.orchestra.run.smithi154.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-12T16:14:15.832 INFO:teuthology.orchestra.run.smithi154.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-12T16:14:15.833 INFO:teuthology.orchestra.run.smithi154.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-12T16:14:15.840 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-12T16:14:15.850 INFO:teuthology.orchestra.run.smithi154.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-12T16:14:15.852 INFO:teuthology.orchestra.run.smithi154.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-04-12T16:14:15.899 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2847-gbf9c5618-1jammy [3,554 kB] 2024-04-12T16:14:15.916 INFO:teuthology.orchestra.run.smithi154.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-12T16:14:15.917 INFO:teuthology.orchestra.run.smithi154.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-12T16:14:15.919 INFO:teuthology.orchestra.run.smithi154.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-12T16:14:15.930 INFO:teuthology.orchestra.run.smithi154.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-12T16:14:15.931 INFO:teuthology.orchestra.run.smithi154.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2847-gbf9c5618-1jammy [712 kB] 2024-04-12T16:14:15.932 INFO:teuthology.orchestra.run.smithi154.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-12T16:14:15.952 INFO:teuthology.orchestra.run.smithi154.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2847-gbf9c5618-1jammy [356 kB] 2024-04-12T16:14:15.954 INFO:teuthology.orchestra.run.smithi154.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-12T16:14:15.957 INFO:teuthology.orchestra.run.smithi154.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-12T16:14:15.957 INFO:teuthology.orchestra.run.smithi154.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-12T16:14:15.964 INFO:teuthology.orchestra.run.smithi154.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2847-gbf9c5618-1jammy [32.8 kB] 2024-04-12T16:14:15.966 INFO:teuthology.orchestra.run.smithi154.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2847-gbf9c5618-1jammy [180 kB] 2024-04-12T16:14:15.966 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-12T16:14:15.973 INFO:teuthology.orchestra.run.smithi154.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2847-gbf9c5618-1jammy [66.9 kB] 2024-04-12T16:14:15.976 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-12T16:14:15.977 INFO:teuthology.orchestra.run.smithi154.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2847-gbf9c5618-1jammy [330 kB] 2024-04-12T16:14:15.988 INFO:teuthology.orchestra.run.smithi154.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-12T16:14:15.988 INFO:teuthology.orchestra.run.smithi154.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-12T16:14:15.989 INFO:teuthology.orchestra.run.smithi152.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-12T16:14:15.989 INFO:teuthology.orchestra.run.smithi154.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-12T16:14:15.991 INFO:teuthology.orchestra.run.smithi154.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2847-gbf9c5618-1jammy [6,725 kB] 2024-04-12T16:14:15.996 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-12T16:14:16.001 INFO:teuthology.orchestra.run.smithi152.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-12T16:14:16.002 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-12T16:14:16.003 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-12T16:14:16.004 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-12T16:14:16.006 INFO:teuthology.orchestra.run.smithi154.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-12T16:14:16.007 INFO:teuthology.orchestra.run.smithi154.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-12T16:14:16.007 INFO:teuthology.orchestra.run.smithi154.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-12T16:14:16.008 INFO:teuthology.orchestra.run.smithi154.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-12T16:14:16.009 INFO:teuthology.orchestra.run.smithi154.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-12T16:14:16.013 INFO:teuthology.orchestra.run.smithi154.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-12T16:14:16.016 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-12T16:14:16.019 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-12T16:14:16.022 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-12T16:14:16.024 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-12T16:14:16.024 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-12T16:14:16.027 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-12T16:14:16.027 INFO:teuthology.orchestra.run.smithi154.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-12T16:14:16.029 INFO:teuthology.orchestra.run.smithi154.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-12T16:14:16.030 INFO:teuthology.orchestra.run.smithi154.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-12T16:14:16.035 INFO:teuthology.orchestra.run.smithi154.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-12T16:14:16.044 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-12T16:14:16.046 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-12T16:14:16.047 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-12T16:14:16.047 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-12T16:14:16.048 INFO:teuthology.orchestra.run.smithi154.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-12T16:14:16.049 INFO:teuthology.orchestra.run.smithi154.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-12T16:14:16.050 INFO:teuthology.orchestra.run.smithi154.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-12T16:14:16.056 INFO:teuthology.orchestra.run.smithi154.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-12T16:14:16.056 INFO:teuthology.orchestra.run.smithi154.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-12T16:14:16.060 INFO:teuthology.orchestra.run.smithi154.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-12T16:14:16.066 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-12T16:14:16.066 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-12T16:14:16.067 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-12T16:14:16.067 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-12T16:14:16.068 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-12T16:14:16.068 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-12T16:14:16.069 INFO:teuthology.orchestra.run.smithi154.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-12T16:14:16.071 INFO:teuthology.orchestra.run.smithi154.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-12T16:14:16.071 INFO:teuthology.orchestra.run.smithi154.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-12T16:14:16.073 INFO:teuthology.orchestra.run.smithi154.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-12T16:14:16.082 INFO:teuthology.orchestra.run.smithi152.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-12T16:14:16.089 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-12T16:14:16.092 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-12T16:14:16.092 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-12T16:14:16.093 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-12T16:14:16.098 INFO:teuthology.orchestra.run.smithi154.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-12T16:14:16.106 INFO:teuthology.orchestra.run.smithi154.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-12T16:14:16.106 INFO:teuthology.orchestra.run.smithi154.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-12T16:14:16.107 INFO:teuthology.orchestra.run.smithi154.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-12T16:14:16.109 INFO:teuthology.orchestra.run.smithi154.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-12T16:14:16.110 INFO:teuthology.orchestra.run.smithi154.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-12T16:14:16.136 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-12T16:14:16.138 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-12T16:14:16.138 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-12T16:14:16.139 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-12T16:14:16.141 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-12T16:14:16.143 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-12T16:14:16.163 INFO:teuthology.orchestra.run.smithi152.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2847-gbf9c5618-1jammy [3,224 kB] 2024-04-12T16:14:16.164 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-12T16:14:16.174 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-12T16:14:16.175 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-12T16:14:16.176 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-12T16:14:16.196 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-12T16:14:16.199 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-12T16:14:16.202 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-12T16:14:16.204 INFO:teuthology.orchestra.run.smithi115.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-12T16:14:16.207 INFO:teuthology.orchestra.run.smithi115.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-12T16:14:16.208 INFO:teuthology.orchestra.run.smithi115.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-12T16:14:16.231 INFO:teuthology.orchestra.run.smithi115.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-12T16:14:16.232 INFO:teuthology.orchestra.run.smithi115.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-12T16:14:16.233 INFO:teuthology.orchestra.run.smithi115.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-12T16:14:16.238 INFO:teuthology.orchestra.run.smithi115.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-12T16:14:16.293 INFO:teuthology.orchestra.run.smithi154.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2847-gbf9c5618-1jammy [112 kB] 2024-04-12T16:14:16.295 INFO:teuthology.orchestra.run.smithi154.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2847-gbf9c5618-1jammy [466 kB] 2024-04-12T16:14:16.314 INFO:teuthology.orchestra.run.smithi154.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2847-gbf9c5618-1jammy [25.5 MB] 2024-04-12T16:14:16.333 INFO:teuthology.orchestra.run.smithi115.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-12T16:14:16.335 INFO:teuthology.orchestra.run.smithi115.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-12T16:14:16.336 INFO:teuthology.orchestra.run.smithi152.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-12T16:14:16.336 INFO:teuthology.orchestra.run.smithi115.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-12T16:14:16.337 INFO:teuthology.orchestra.run.smithi115.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-12T16:14:16.338 INFO:teuthology.orchestra.run.smithi115.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-12T16:14:16.352 INFO:teuthology.orchestra.run.smithi152.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-12T16:14:16.379 INFO:teuthology.orchestra.run.smithi115.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-12T16:14:16.381 INFO:teuthology.orchestra.run.smithi152.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-12T16:14:16.384 INFO:teuthology.orchestra.run.smithi115.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-12T16:14:16.384 INFO:teuthology.orchestra.run.smithi115.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-12T16:14:16.408 INFO:teuthology.orchestra.run.smithi152.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-12T16:14:16.411 INFO:teuthology.orchestra.run.smithi152.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-12T16:14:16.416 INFO:teuthology.orchestra.run.smithi152.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-12T16:14:16.465 INFO:teuthology.orchestra.run.smithi152.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-12T16:14:16.467 INFO:teuthology.orchestra.run.smithi115.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-12T16:14:16.467 INFO:teuthology.orchestra.run.smithi115.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-12T16:14:16.468 INFO:teuthology.orchestra.run.smithi115.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-12T16:14:16.469 INFO:teuthology.orchestra.run.smithi115.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-12T16:14:16.470 INFO:teuthology.orchestra.run.smithi115.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-12T16:14:16.471 INFO:teuthology.orchestra.run.smithi115.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-12T16:14:16.471 INFO:teuthology.orchestra.run.smithi115.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-12T16:14:16.472 INFO:teuthology.orchestra.run.smithi115.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-12T16:14:16.478 INFO:teuthology.orchestra.run.smithi115.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-12T16:14:16.499 INFO:teuthology.orchestra.run.smithi115.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-12T16:14:16.513 INFO:teuthology.orchestra.run.smithi115.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-12T16:14:16.514 INFO:teuthology.orchestra.run.smithi115.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-12T16:14:16.519 INFO:teuthology.orchestra.run.smithi115.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-12T16:14:16.523 INFO:teuthology.orchestra.run.smithi115.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-12T16:14:16.525 INFO:teuthology.orchestra.run.smithi115.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-12T16:14:16.526 INFO:teuthology.orchestra.run.smithi115.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-12T16:14:16.533 INFO:teuthology.orchestra.run.smithi115.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-12T16:14:16.534 INFO:teuthology.orchestra.run.smithi115.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-12T16:14:16.544 INFO:teuthology.orchestra.run.smithi115.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-12T16:14:16.572 INFO:teuthology.orchestra.run.smithi115.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-12T16:14:16.573 INFO:teuthology.orchestra.run.smithi115.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-12T16:14:16.573 INFO:teuthology.orchestra.run.smithi115.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-12T16:14:16.576 INFO:teuthology.orchestra.run.smithi115.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-12T16:14:16.577 INFO:teuthology.orchestra.run.smithi115.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-12T16:14:16.589 INFO:teuthology.orchestra.run.smithi115.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-12T16:14:16.589 INFO:teuthology.orchestra.run.smithi115.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-12T16:14:16.589 INFO:teuthology.orchestra.run.smithi115.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-12T16:14:16.592 INFO:teuthology.orchestra.run.smithi115.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-12T16:14:16.620 INFO:teuthology.orchestra.run.smithi115.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-12T16:14:16.635 INFO:teuthology.orchestra.run.smithi152.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-12T16:14:16.687 INFO:teuthology.orchestra.run.smithi152.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2847-gbf9c5618-1jammy [712 kB] 2024-04-12T16:14:16.817 INFO:teuthology.orchestra.run.smithi152.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2847-gbf9c5618-1jammy [356 kB] 2024-04-12T16:14:16.897 INFO:teuthology.orchestra.run.smithi152.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2847-gbf9c5618-1jammy [32.8 kB] 2024-04-12T16:14:16.898 INFO:teuthology.orchestra.run.smithi152.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2847-gbf9c5618-1jammy [180 kB] 2024-04-12T16:14:16.923 INFO:teuthology.orchestra.run.smithi152.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2847-gbf9c5618-1jammy [66.9 kB] 2024-04-12T16:14:16.947 INFO:teuthology.orchestra.run.smithi152.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2847-gbf9c5618-1jammy [330 kB] 2024-04-12T16:14:17.008 INFO:teuthology.orchestra.run.smithi152.stdout:Get:21 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2847-gbf9c5618-1jammy [6,725 kB] 2024-04-12T16:14:17.053 INFO:teuthology.orchestra.run.smithi152.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-12T16:14:17.089 INFO:teuthology.orchestra.run.smithi152.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-12T16:14:17.089 INFO:teuthology.orchestra.run.smithi152.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-12T16:14:17.169 INFO:teuthology.orchestra.run.smithi152.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-12T16:14:17.221 INFO:teuthology.orchestra.run.smithi152.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-12T16:14:17.256 INFO:teuthology.orchestra.run.smithi152.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-12T16:14:17.276 INFO:teuthology.orchestra.run.smithi152.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-12T16:14:17.279 INFO:teuthology.orchestra.run.smithi152.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-12T16:14:17.301 INFO:teuthology.orchestra.run.smithi152.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-12T16:14:17.302 INFO:teuthology.orchestra.run.smithi152.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-12T16:14:17.468 INFO:teuthology.orchestra.run.smithi152.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-12T16:14:17.499 INFO:teuthology.orchestra.run.smithi154.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2847-gbf9c5618-1jammy [5,087 kB] 2024-04-12T16:14:17.551 INFO:teuthology.orchestra.run.smithi152.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-12T16:14:17.579 INFO:teuthology.orchestra.run.smithi152.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-12T16:14:17.596 INFO:teuthology.orchestra.run.smithi152.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-12T16:14:17.642 INFO:teuthology.orchestra.run.smithi152.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-12T16:14:17.667 INFO:teuthology.orchestra.run.smithi154.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2847-gbf9c5618-1jammy [244 kB] 2024-04-12T16:14:17.679 INFO:teuthology.orchestra.run.smithi154.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2847-gbf9c5618-1jammy [124 kB] 2024-04-12T16:14:17.685 INFO:teuthology.orchestra.run.smithi154.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2847-gbf9c5618-1jammy [1,526 kB] 2024-04-12T16:14:17.758 INFO:teuthology.orchestra.run.smithi154.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2847-gbf9c5618-1jammy [6,258 kB] 2024-04-12T16:14:17.855 INFO:teuthology.orchestra.run.smithi152.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-12T16:14:17.871 INFO:teuthology.orchestra.run.smithi152.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-12T16:14:17.877 INFO:teuthology.orchestra.run.smithi152.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-12T16:14:17.882 INFO:teuthology.orchestra.run.smithi152.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-12T16:14:17.891 INFO:teuthology.orchestra.run.smithi115.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2847-gbf9c5618-1jammy [3,224 kB] 2024-04-12T16:14:17.906 INFO:teuthology.orchestra.run.smithi152.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-12T16:14:17.908 INFO:teuthology.orchestra.run.smithi152.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-12T16:14:18.026 INFO:teuthology.orchestra.run.smithi152.stdout:Get:43 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2847-gbf9c5618-1jammy [112 kB] 2024-04-12T16:14:18.028 INFO:teuthology.orchestra.run.smithi152.stdout:Get:44 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2847-gbf9c5618-1jammy [466 kB] 2024-04-12T16:14:18.063 INFO:teuthology.orchestra.run.smithi154.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2847-gbf9c5618-1jammy [22.8 MB] 2024-04-12T16:14:18.074 INFO:teuthology.orchestra.run.smithi152.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-12T16:14:18.099 INFO:teuthology.orchestra.run.smithi152.stdout:Get:46 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2847-gbf9c5618-1jammy [25.5 MB] 2024-04-12T16:14:18.406 INFO:teuthology.orchestra.run.smithi152.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-12T16:14:18.444 INFO:teuthology.orchestra.run.smithi152.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-12T16:14:18.454 INFO:teuthology.orchestra.run.smithi152.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-12T16:14:18.655 INFO:teuthology.orchestra.run.smithi152.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-12T16:14:18.656 INFO:teuthology.orchestra.run.smithi152.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-12T16:14:18.662 INFO:teuthology.orchestra.run.smithi152.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-12T16:14:18.668 INFO:teuthology.orchestra.run.smithi152.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-12T16:14:18.682 INFO:teuthology.orchestra.run.smithi152.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-12T16:14:18.704 INFO:teuthology.orchestra.run.smithi152.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-12T16:14:18.709 INFO:teuthology.orchestra.run.smithi152.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-12T16:14:18.756 INFO:teuthology.orchestra.run.smithi115.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2847-gbf9c5618-1jammy [712 kB] 2024-04-12T16:14:18.870 INFO:teuthology.orchestra.run.smithi115.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2847-gbf9c5618-1jammy [356 kB] 2024-04-12T16:14:18.884 INFO:teuthology.orchestra.run.smithi152.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-12T16:14:18.952 INFO:teuthology.orchestra.run.smithi115.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2847-gbf9c5618-1jammy [32.8 kB] 2024-04-12T16:14:18.958 INFO:teuthology.orchestra.run.smithi115.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2847-gbf9c5618-1jammy [180 kB] 2024-04-12T16:14:19.020 INFO:teuthology.orchestra.run.smithi115.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2847-gbf9c5618-1jammy [66.9 kB] 2024-04-12T16:14:19.032 INFO:teuthology.orchestra.run.smithi115.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2847-gbf9c5618-1jammy [330 kB] 2024-04-12T16:14:19.074 INFO:teuthology.orchestra.run.smithi115.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2847-gbf9c5618-1jammy [6,725 kB] 2024-04-12T16:14:19.150 INFO:teuthology.orchestra.run.smithi152.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-12T16:14:19.280 INFO:teuthology.orchestra.run.smithi154.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2847-gbf9c5618-1jammy [14.1 kB] 2024-04-12T16:14:19.280 INFO:teuthology.orchestra.run.smithi154.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2847-gbf9c5618-1jammy [870 kB] 2024-04-12T16:14:19.298 INFO:teuthology.orchestra.run.smithi154.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2847-gbf9c5618-1jammy [2,435 kB] 2024-04-12T16:14:19.329 INFO:teuthology.orchestra.run.smithi152.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-12T16:14:19.343 INFO:teuthology.orchestra.run.smithi152.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-12T16:14:19.350 INFO:teuthology.orchestra.run.smithi154.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2847-gbf9c5618-1jammy [791 kB] 2024-04-12T16:14:19.363 INFO:teuthology.orchestra.run.smithi152.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-12T16:14:19.392 INFO:teuthology.orchestra.run.smithi154.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2847-gbf9c5618-1jammy [148 kB] 2024-04-12T16:14:19.396 INFO:teuthology.orchestra.run.smithi154.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2847-gbf9c5618-1jammy [2,312 kB] 2024-04-12T16:14:19.428 INFO:teuthology.orchestra.run.smithi152.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-12T16:14:19.510 INFO:teuthology.orchestra.run.smithi154.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2847-gbf9c5618-1jammy [8,625 kB] 2024-04-12T16:14:19.719 INFO:teuthology.orchestra.run.smithi152.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-12T16:14:19.721 INFO:teuthology.orchestra.run.smithi152.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-12T16:14:19.724 INFO:teuthology.orchestra.run.smithi152.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-12T16:14:19.725 INFO:teuthology.orchestra.run.smithi152.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-12T16:14:19.727 INFO:teuthology.orchestra.run.smithi152.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-12T16:14:19.944 INFO:teuthology.orchestra.run.smithi154.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2847-gbf9c5618-1jammy [14.2 kB] 2024-04-12T16:14:19.944 INFO:teuthology.orchestra.run.smithi154.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2847-gbf9c5618-1jammy [51.0 MB] 2024-04-12T16:14:19.951 INFO:teuthology.orchestra.run.smithi152.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-12T16:14:20.351 INFO:teuthology.orchestra.run.smithi115.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2847-gbf9c5618-1jammy [112 kB] 2024-04-12T16:14:20.365 INFO:teuthology.orchestra.run.smithi115.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2847-gbf9c5618-1jammy [466 kB] 2024-04-12T16:14:20.382 INFO:teuthology.orchestra.run.smithi152.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-12T16:14:20.387 INFO:teuthology.orchestra.run.smithi152.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-12T16:14:20.453 INFO:teuthology.orchestra.run.smithi115.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2847-gbf9c5618-1jammy [25.5 MB] 2024-04-12T16:14:20.677 INFO:teuthology.orchestra.run.smithi152.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-12T16:14:20.678 INFO:teuthology.orchestra.run.smithi152.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-12T16:14:20.680 INFO:teuthology.orchestra.run.smithi152.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-12T16:14:20.681 INFO:teuthology.orchestra.run.smithi152.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-12T16:14:20.683 INFO:teuthology.orchestra.run.smithi152.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-12T16:14:20.684 INFO:teuthology.orchestra.run.smithi152.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-12T16:14:20.686 INFO:teuthology.orchestra.run.smithi152.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-12T16:14:20.687 INFO:teuthology.orchestra.run.smithi152.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-12T16:14:20.869 INFO:teuthology.orchestra.run.smithi152.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-12T16:14:21.281 INFO:teuthology.orchestra.run.smithi152.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-12T16:14:21.327 INFO:teuthology.orchestra.run.smithi152.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-12T16:14:21.362 INFO:teuthology.orchestra.run.smithi152.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-12T16:14:21.458 INFO:teuthology.orchestra.run.smithi152.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-12T16:14:21.498 INFO:teuthology.orchestra.run.smithi152.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-12T16:14:21.510 INFO:teuthology.orchestra.run.smithi152.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-12T16:14:21.515 INFO:teuthology.orchestra.run.smithi152.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-12T16:14:21.562 INFO:teuthology.orchestra.run.smithi152.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-12T16:14:21.565 INFO:teuthology.orchestra.run.smithi152.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-12T16:14:21.587 INFO:teuthology.orchestra.run.smithi152.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-12T16:14:21.751 INFO:teuthology.orchestra.run.smithi152.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-12T16:14:22.020 INFO:teuthology.orchestra.run.smithi152.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-12T16:14:22.038 INFO:teuthology.orchestra.run.smithi152.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-12T16:14:22.192 INFO:teuthology.orchestra.run.smithi152.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-12T16:14:22.222 INFO:teuthology.orchestra.run.smithi152.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-12T16:14:22.381 INFO:teuthology.orchestra.run.smithi152.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-12T16:14:22.384 INFO:teuthology.orchestra.run.smithi152.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-12T16:14:22.386 INFO:teuthology.orchestra.run.smithi152.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-12T16:14:22.409 INFO:teuthology.orchestra.run.smithi152.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-12T16:14:22.413 INFO:teuthology.orchestra.run.smithi152.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-12T16:14:22.665 INFO:teuthology.orchestra.run.smithi154.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2847-gbf9c5618-1jammy [121 kB] 2024-04-12T16:14:22.667 INFO:teuthology.orchestra.run.smithi154.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2847-gbf9c5618-1jammy [39.0 kB] 2024-04-12T16:14:22.668 INFO:teuthology.orchestra.run.smithi154.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2847-gbf9c5618-1jammy [13.3 MB] 2024-04-12T16:14:23.203 INFO:teuthology.orchestra.run.smithi154.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2847-gbf9c5618-1jammy [91.4 kB] 2024-04-12T16:14:23.762 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 180 MB in 8s (23.0 MB/s) 2024-04-12T16:14:23.879 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-12T16:14:23.935 INFO:teuthology.orchestra.run.smithi154.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 ... 165995 files and directories currently installed.) 2024-04-12T16:14:23.940 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-12T16:14:24.021 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T16:14:24.357 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-12T16:14:24.383 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-12T16:14:24.398 INFO:teuthology.orchestra.run.smithi152.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2847-gbf9c5618-1jammy [5,087 kB] 2024-04-12T16:14:24.424 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T16:14:24.768 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-12T16:14:24.795 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-12T16:14:24.843 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T16:14:25.034 INFO:teuthology.orchestra.run.smithi115.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2847-gbf9c5618-1jammy [5,087 kB] 2024-04-12T16:14:25.239 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-12T16:14:25.265 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:25.305 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:25.708 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-12T16:14:25.734 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:25.775 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:25.952 INFO:teuthology.orchestra.run.smithi115.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2847-gbf9c5618-1jammy [244 kB] 2024-04-12T16:14:25.997 INFO:teuthology.orchestra.run.smithi115.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2847-gbf9c5618-1jammy [124 kB] 2024-04-12T16:14:26.022 INFO:teuthology.orchestra.run.smithi115.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2847-gbf9c5618-1jammy [1,526 kB] 2024-04-12T16:14:26.113 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-12T16:14:26.140 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:26.171 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:26.314 INFO:teuthology.orchestra.run.smithi115.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2847-gbf9c5618-1jammy [6,258 kB] 2024-04-12T16:14:26.491 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-12T16:14:26.506 INFO:teuthology.orchestra.run.smithi152.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2847-gbf9c5618-1jammy [244 kB] 2024-04-12T16:14:26.517 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-12T16:14:26.558 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T16:14:26.598 INFO:teuthology.orchestra.run.smithi152.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2847-gbf9c5618-1jammy [124 kB] 2024-04-12T16:14:26.646 INFO:teuthology.orchestra.run.smithi152.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2847-gbf9c5618-1jammy [1,526 kB] 2024-04-12T16:14:26.886 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librados2. 2024-04-12T16:14:26.912 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../007-librados2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:26.952 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librados2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:27.162 INFO:teuthology.orchestra.run.smithi152.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2847-gbf9c5618-1jammy [6,258 kB] 2024-04-12T16:14:27.336 INFO:teuthology.orchestra.run.smithi115.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2847-gbf9c5618-1jammy [22.8 MB] 2024-04-12T16:14:27.614 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librbd1. 2024-04-12T16:14:27.640 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../008-librbd1_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:27.680 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librbd1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:28.075 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libcephfs2. 2024-04-12T16:14:28.090 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:28.133 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libcephfs2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:28.402 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rados. 2024-04-12T16:14:28.428 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:28.469 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rados (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:28.618 INFO:teuthology.orchestra.run.smithi152.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2847-gbf9c5618-1jammy [22.8 MB] 2024-04-12T16:14:28.805 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-12T16:14:28.831 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:28.872 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-ceph-argparse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:29.116 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cephfs. 2024-04-12T16:14:29.131 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:29.166 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cephfs (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:29.427 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-12T16:14:29.453 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:29.493 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:29.822 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-12T16:14:29.848 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-12T16:14:29.888 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T16:14:30.191 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-prettytable. 2024-04-12T16:14:30.194 INFO:teuthology.orchestra.run.smithi115.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2847-gbf9c5618-1jammy [14.1 kB] 2024-04-12T16:14:30.195 INFO:teuthology.orchestra.run.smithi115.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2847-gbf9c5618-1jammy [870 kB] 2024-04-12T16:14:30.217 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-12T16:14:30.233 INFO:teuthology.orchestra.run.smithi115.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2847-gbf9c5618-1jammy [2,435 kB] 2024-04-12T16:14:30.258 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-12T16:14:30.527 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rbd. 2024-04-12T16:14:30.528 INFO:teuthology.orchestra.run.smithi115.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2847-gbf9c5618-1jammy [791 kB] 2024-04-12T16:14:30.542 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:30.577 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rbd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:30.642 INFO:teuthology.orchestra.run.smithi115.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2847-gbf9c5618-1jammy [148 kB] 2024-04-12T16:14:30.652 INFO:teuthology.orchestra.run.smithi115.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2847-gbf9c5618-1jammy [2,312 kB] 2024-04-12T16:14:30.905 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-12T16:14:30.931 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-12T16:14:30.972 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T16:14:31.108 INFO:teuthology.orchestra.run.smithi115.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2847-gbf9c5618-1jammy [8,625 kB] 2024-04-12T16:14:31.283 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-12T16:14:31.298 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-12T16:14:31.341 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T16:14:31.677 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-12T16:14:31.703 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-12T16:14:31.743 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T16:14:32.022 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua5.1. 2024-04-12T16:14:32.037 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-12T16:14:32.072 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-12T16:14:32.226 INFO:teuthology.orchestra.run.smithi115.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2847-gbf9c5618-1jammy [14.2 kB] 2024-04-12T16:14:32.226 INFO:teuthology.orchestra.run.smithi115.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2847-gbf9c5618-1jammy [51.0 MB] 2024-04-12T16:14:32.400 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua-any. 2024-04-12T16:14:32.415 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-12T16:14:32.542 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-12T16:14:32.953 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package zip. 2024-04-12T16:14:32.968 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-12T16:14:33.011 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking zip (3.0-12build2) ... 2024-04-12T16:14:33.323 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package unzip. 2024-04-12T16:14:33.349 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-12T16:14:33.390 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-12T16:14:33.636 INFO:teuthology.orchestra.run.smithi152.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2847-gbf9c5618-1jammy [14.1 kB] 2024-04-12T16:14:33.636 INFO:teuthology.orchestra.run.smithi152.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2847-gbf9c5618-1jammy [870 kB] 2024-04-12T16:14:33.768 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package luarocks. 2024-04-12T16:14:33.794 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-12T16:14:33.800 INFO:teuthology.orchestra.run.smithi152.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2847-gbf9c5618-1jammy [2,435 kB] 2024-04-12T16:14:33.835 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-12T16:14:34.218 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librgw2. 2024-04-12T16:14:34.244 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../025-librgw2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:34.282 INFO:teuthology.orchestra.run.smithi152.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2847-gbf9c5618-1jammy [791 kB] 2024-04-12T16:14:34.284 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librgw2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:34.419 INFO:teuthology.orchestra.run.smithi152.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2847-gbf9c5618-1jammy [148 kB] 2024-04-12T16:14:34.459 INFO:teuthology.orchestra.run.smithi152.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2847-gbf9c5618-1jammy [2,312 kB] 2024-04-12T16:14:34.828 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rgw. 2024-04-12T16:14:34.844 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:34.887 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:34.937 INFO:teuthology.orchestra.run.smithi152.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2847-gbf9c5618-1jammy [8,625 kB] 2024-04-12T16:14:35.182 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-12T16:14:35.208 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-12T16:14:35.240 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T16:14:35.543 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libradosstriper1. 2024-04-12T16:14:35.569 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:35.609 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libradosstriper1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:36.054 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-common. 2024-04-12T16:14:36.081 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:36.129 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:36.496 INFO:teuthology.orchestra.run.smithi152.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2847-gbf9c5618-1jammy [14.2 kB] 2024-04-12T16:14:36.497 INFO:teuthology.orchestra.run.smithi152.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2847-gbf9c5618-1jammy [51.0 MB] 2024-04-12T16:14:37.208 INFO:teuthology.orchestra.run.smithi115.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2847-gbf9c5618-1jammy [121 kB] 2024-04-12T16:14:37.210 INFO:teuthology.orchestra.run.smithi115.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2847-gbf9c5618-1jammy [39.0 kB] 2024-04-12T16:14:37.211 INFO:teuthology.orchestra.run.smithi115.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2847-gbf9c5618-1jammy [13.3 MB] 2024-04-12T16:14:37.476 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-base. 2024-04-12T16:14:37.503 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:37.633 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-base (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:37.869 INFO:teuthology.orchestra.run.smithi115.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2847-gbf9c5618-1jammy [91.4 kB] 2024-04-12T16:14:38.231 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-12T16:14:38.257 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-12T16:14:38.297 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-12T16:14:38.420 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 180 MB in 22s (8,082 kB/s) 2024-04-12T16:14:38.583 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cheroot. 2024-04-12T16:14:38.585 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-12T16:14:38.610 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-12T16:14:38.650 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T16:14:38.682 INFO:teuthology.orchestra.run.smithi115.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 ... 165995 files and directories currently installed.) 2024-04-12T16:14:38.687 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-12T16:14:38.767 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T16:14:38.978 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-12T16:14:39.005 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-12T16:14:39.044 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-12T16:14:39.087 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-12T16:14:39.113 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-12T16:14:39.153 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T16:14:39.306 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-12T16:14:39.321 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-12T16:14:39.364 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-12T16:14:39.498 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-12T16:14:39.525 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-12T16:14:39.565 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T16:14:39.667 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-12T16:14:39.694 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-12T16:14:39.734 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-12T16:14:40.027 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-12T16:14:40.045 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-tempora. 2024-04-12T16:14:40.053 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:40.071 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-12T16:14:40.102 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:40.111 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-12T16:14:40.448 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-portend. 2024-04-12T16:14:40.474 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-12T16:14:40.488 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-12T16:14:40.514 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-12T16:14:40.514 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:40.555 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:40.784 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-12T16:14:40.810 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-12T16:14:40.842 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-12T16:14:40.891 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-12T16:14:40.918 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:40.958 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:41.128 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-12T16:14:41.154 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-12T16:14:41.195 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-12T16:14:41.311 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-12T16:14:41.337 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-12T16:14:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T16:14:41.523 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-natsort. 2024-04-12T16:14:41.539 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-12T16:14:41.573 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-12T16:14:41.664 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librados2. 2024-04-12T16:14:41.690 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../007-librados2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:41.730 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librados2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:41.835 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-logutils. 2024-04-12T16:14:41.850 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-12T16:14:41.893 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-12T16:14:42.196 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-12T16:14:42.208 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librbd1. 2024-04-12T16:14:42.222 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-12T16:14:42.235 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../008-librbd1_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:42.262 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-12T16:14:42.275 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librbd1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:42.574 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-mako. 2024-04-12T16:14:42.601 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-12T16:14:42.640 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T16:14:42.719 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs2. 2024-04-12T16:14:42.746 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:42.786 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:42.986 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-12T16:14:43.012 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-12T16:14:43.052 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-12T16:14:43.063 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rados. 2024-04-12T16:14:43.089 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:43.121 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rados (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:43.322 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-12T16:14:43.348 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-12T16:14:43.388 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-12T16:14:43.424 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-12T16:14:43.451 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:43.491 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-argparse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:43.691 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-webob. 2024-04-12T16:14:43.718 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-12T16:14:43.743 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cephfs. 2024-04-12T16:14:43.758 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-12T16:14:43.759 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:43.852 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cephfs (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:44.102 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-waitress. 2024-04-12T16:14:44.129 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-12T16:14:44.163 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-12T16:14:44.172 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T16:14:44.189 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:44.229 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:44.464 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-tempita. 2024-04-12T16:14:44.490 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-12T16:14:44.522 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T16:14:44.550 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-12T16:14:44.576 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-12T16:14:44.616 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T16:14:44.825 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-paste. 2024-04-12T16:14:44.851 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-12T16:14:44.891 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T16:14:44.927 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-prettytable. 2024-04-12T16:14:44.953 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-12T16:14:44.994 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-12T16:14:45.186 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-12T16:14:45.202 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-12T16:14:45.244 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T16:14:45.246 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rbd. 2024-04-12T16:14:45.261 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:45.296 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rbd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:45.556 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-12T16:14:45.583 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-12T16:14:45.623 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-12T16:14:45.633 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-12T16:14:45.659 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-12T16:14:45.699 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T16:14:45.925 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-webtest. 2024-04-12T16:14:45.952 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-12T16:14:45.985 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-12T16:14:45.992 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-12T16:14:46.000 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-12T16:14:46.043 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T16:14:46.278 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pecan. 2024-04-12T16:14:46.305 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-12T16:14:46.345 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T16:14:46.346 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-12T16:14:46.361 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-12T16:14:46.404 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T16:14:46.517 INFO:teuthology.orchestra.run.smithi152.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2847-gbf9c5618-1jammy [121 kB] 2024-04-12T16:14:46.519 INFO:teuthology.orchestra.run.smithi152.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2847-gbf9c5618-1jammy [39.0 kB] 2024-04-12T16:14:46.520 INFO:teuthology.orchestra.run.smithi152.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2847-gbf9c5618-1jammy [13.3 MB] 2024-04-12T16:14:46.691 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-certifi. 2024-04-12T16:14:46.707 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-12T16:14:46.708 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua5.1. 2024-04-12T16:14:46.723 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-12T16:14:46.741 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-12T16:14:46.758 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-12T16:14:47.036 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-idna. 2024-04-12T16:14:47.063 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-12T16:14:47.069 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-any. 2024-04-12T16:14:47.095 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-12T16:14:47.102 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-12T16:14:47.136 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-12T16:14:47.380 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package zip. 2024-04-12T16:14:47.406 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-12T16:14:47.422 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-urllib3. 2024-04-12T16:14:47.447 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking zip (3.0-12build2) ... 2024-04-12T16:14:47.449 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-12T16:14:47.489 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T16:14:47.725 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package unzip. 2024-04-12T16:14:47.751 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-12T16:14:47.783 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-12T16:14:48.162 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package luarocks. 2024-04-12T16:14:48.188 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-12T16:14:48.229 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-12T16:14:48.251 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-requests. 2024-04-12T16:14:48.278 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-12T16:14:48.692 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T16:14:49.029 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-12T16:14:49.056 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-12T16:14:49.095 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T16:14:49.137 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librgw2. 2024-04-12T16:14:49.163 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../025-librgw2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:49.399 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-12T16:14:49.425 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:49.465 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:49.570 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librgw2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:49.829 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-12T16:14:49.856 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:49.895 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:50.173 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-12T16:14:50.181 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rgw. 2024-04-12T16:14:50.188 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-12T16:14:50.197 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:50.231 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-12T16:14:50.232 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-12T16:14:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-12T16:14:50.584 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-openssl. 2024-04-12T16:14:50.611 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-12T16:14:50.617 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T16:14:50.659 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-12T16:14:50.929 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libradosstriper1. 2024-04-12T16:14:50.955 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:50.995 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libradosstriper1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:51.028 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr. 2024-04-12T16:14:51.055 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:51.095 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:51.374 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-common. 2024-04-12T16:14:51.400 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:51.432 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:51.490 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mon. 2024-04-12T16:14:51.517 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:51.556 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mon (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:51.746 INFO:teuthology.orchestra.run.smithi152.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2847-gbf9c5618-1jammy [91.4 kB] 2024-04-12T16:14:52.260 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-osd. 2024-04-12T16:14:52.287 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:52.308 INFO:teuthology.orchestra.run.smithi152.stdout:Fetched 180 MB in 36s (4,941 kB/s) 2024-04-12T16:14:52.335 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-osd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:52.474 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-12T16:14:52.572 INFO:teuthology.orchestra.run.smithi152.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 ... 165995 files and directories currently installed.) 2024-04-12T16:14:52.577 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-12T16:14:52.665 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T16:14:52.870 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-base. 2024-04-12T16:14:52.897 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:52.946 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-base (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:52.960 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-12T16:14:52.986 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-12T16:14:53.018 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T16:14:53.364 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-12T16:14:53.390 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-12T16:14:53.430 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T16:14:53.525 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-12T16:14:53.551 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-12T16:14:53.591 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-12T16:14:53.597 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph. 2024-04-12T16:14:53.623 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../066-ceph_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:53.663 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:53.876 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-12T16:14:53.894 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cheroot. 2024-04-12T16:14:53.902 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:53.920 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-12T16:14:53.951 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:53.960 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T16:14:54.008 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-fuse. 2024-04-12T16:14:54.034 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:54.074 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:54.289 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-12T16:14:54.315 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-12T16:14:54.354 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-12T16:14:54.364 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-12T16:14:54.381 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:54.421 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:54.478 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mds. 2024-04-12T16:14:54.504 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:54.552 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mds (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:54.633 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-12T16:14:54.648 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-12T16:14:54.683 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-12T16:14:54.774 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-12T16:14:54.800 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T16:14:54.841 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:14:54.953 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-12T16:14:54.979 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-12T16:14:55.019 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-12T16:14:55.022 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package cephadm. 2024-04-12T16:14:55.049 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../069-cephadm_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:55.097 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:55.194 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-12T16:14:55.220 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-12T16:14:55.260 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T16:14:55.322 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempora. 2024-04-12T16:14:55.348 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-12T16:14:55.389 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-12T16:14:55.433 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-12T16:14:55.460 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-12T16:14:55.500 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-12T16:14:55.598 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package librados2. 2024-04-12T16:14:55.624 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../007-librados2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:55.664 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking librados2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:55.675 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-portend. 2024-04-12T16:14:55.701 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-12T16:14:55.741 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-12T16:14:55.811 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-12T16:14:55.827 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T16:14:55.869 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T16:14:55.986 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-12T16:14:56.013 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-12T16:14:56.052 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-12T16:14:56.276 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package librbd1. 2024-04-12T16:14:56.302 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../008-librbd1_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:56.342 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking librbd1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:56.355 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-12T16:14:56.382 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-12T16:14:56.422 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-12T16:14:56.726 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-natsort. 2024-04-12T16:14:56.741 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-12T16:14:56.775 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-12T16:14:56.779 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libcephfs2. 2024-04-12T16:14:56.805 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:56.845 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libcephfs2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:56.958 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-babel. 2024-04-12T16:14:56.985 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T16:14:57.024 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T16:14:57.070 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-logutils. 2024-04-12T16:14:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-12T16:14:57.145 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-12T16:14:57.156 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-rados. 2024-04-12T16:14:57.182 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:57.223 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-rados (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:57.360 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jinja2. 2024-04-12T16:14:57.388 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-12T16:14:57.427 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T16:14:57.451 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-12T16:14:57.477 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-12T16:14:57.517 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-12T16:14:57.551 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-12T16:14:57.577 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:57.618 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-ceph-argparse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:57.778 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-mako. 2024-04-12T16:14:57.788 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-12T16:14:57.805 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-12T16:14:57.816 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:57.836 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T16:14:57.855 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:57.870 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-cephfs. 2024-04-12T16:14:57.886 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:57.929 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-cephfs (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:58.122 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-12T16:14:58.149 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-12T16:14:58.189 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-12T16:14:58.215 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-12T16:14:58.231 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:58.242 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-12T16:14:58.265 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:58.269 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-12T16:14:58.308 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-12T16:14:58.492 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-12T16:14:58.519 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-12T16:14:58.551 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-12T16:14:58.558 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-12T16:14:58.575 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-12T16:14:58.586 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-routes. 2024-04-12T16:14:58.610 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T16:14:58.613 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-12T16:14:58.644 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T16:14:58.861 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webob. 2024-04-12T16:14:58.888 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-12T16:14:58.905 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-prettytable. 2024-04-12T16:14:58.927 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-12T16:14:58.932 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-12T16:14:58.971 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-12T16:14:58.981 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-12T16:14:58.997 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:14:59.031 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:59.258 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-rbd. 2024-04-12T16:14:59.273 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:14:59.280 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-waitress. 2024-04-12T16:14:59.307 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-12T16:14:59.316 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-rbd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:14:59.350 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T16:14:59.633 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempita. 2024-04-12T16:14:59.636 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-12T16:14:59.646 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-12T16:14:59.662 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-12T16:14:59.675 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T16:14:59.694 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T16:14:59.945 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-paste. 2024-04-12T16:14:59.971 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-12T16:14:59.980 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-12T16:14:59.996 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-12T16:15:00.010 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T16:15:00.038 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T16:15:00.261 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-12T16:15:00.277 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-12T16:15:00.344 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T16:15:00.347 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-12T16:15:00.350 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-12T16:15:00.362 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-12T16:15:00.376 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-12T16:15:00.397 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T16:15:00.416 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T16:15:00.681 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-12T16:15:00.708 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-12T16:15:00.745 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package lua5.1. 2024-04-12T16:15:00.749 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-12T16:15:00.772 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-12T16:15:00.812 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-12T16:15:00.881 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-joblib. 2024-04-12T16:15:00.908 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-12T16:15:00.948 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T16:15:01.053 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webtest. 2024-04-12T16:15:01.079 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-12T16:15:01.119 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-12T16:15:01.165 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package lua-any. 2024-04-12T16:15:01.191 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-12T16:15:01.240 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-12T16:15:01.284 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-12T16:15:01.300 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-12T16:15:01.334 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-12T16:15:01.430 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pecan. 2024-04-12T16:15:01.456 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-12T16:15:01.493 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package zip. 2024-04-12T16:15:01.496 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T16:15:01.508 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-12T16:15:01.551 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking zip (3.0-12build2) ... 2024-04-12T16:15:01.570 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-sklearn. 2024-04-12T16:15:01.597 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-12T16:15:01.637 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T16:15:01.864 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package unzip. 2024-04-12T16:15:01.885 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-certifi. 2024-04-12T16:15:01.890 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-12T16:15:01.912 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-12T16:15:01.922 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-12T16:15:01.951 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-12T16:15:02.263 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-idna. 2024-04-12T16:15:02.289 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-12T16:15:02.318 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package luarocks. 2024-04-12T16:15:02.329 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-12T16:15:02.337 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-12T16:15:02.344 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-12T16:15:02.365 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:02.384 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-12T16:15:02.490 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:02.590 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-urllib3. 2024-04-12T16:15:02.605 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-12T16:15:02.640 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T16:15:02.768 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package librgw2. 2024-04-12T16:15:02.794 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../025-librgw2_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:02.826 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking librgw2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:02.927 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests. 2024-04-12T16:15:02.953 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-12T16:15:02.993 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T16:15:03.296 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-12T16:15:03.322 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-12T16:15:03.354 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-rgw. 2024-04-12T16:15:03.362 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T16:15:03.369 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:03.404 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-rgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:03.502 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cachetools. 2024-04-12T16:15:03.529 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-12T16:15:03.568 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-12T16:15:03.632 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-12T16:15:03.647 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:03.681 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:03.749 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-12T16:15:03.775 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-12T16:15:03.815 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T16:15:03.854 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-12T16:15:03.882 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-12T16:15:03.921 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-12T16:15:04.070 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-12T16:15:04.086 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:04.128 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:04.135 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libradosstriper1. 2024-04-12T16:15:04.162 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:04.202 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libradosstriper1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:04.235 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-12T16:15:04.262 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-12T16:15:04.301 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T16:15:04.414 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-12T16:15:04.430 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-12T16:15:04.464 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-12T16:15:04.548 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-common. 2024-04-12T16:15:04.574 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:04.622 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:04.638 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rsa. 2024-04-12T16:15:04.665 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-12T16:15:04.704 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-12T16:15:04.725 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-openssl. 2024-04-12T16:15:04.752 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-12T16:15:04.792 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-12T16:15:04.991 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-google-auth. 2024-04-12T16:15:05.007 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-12T16:15:05.041 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-12T16:15:05.136 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr. 2024-04-12T16:15:05.163 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:05.202 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:05.344 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-12T16:15:05.371 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-12T16:15:05.411 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T16:15:05.598 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mon. 2024-04-12T16:15:05.624 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:05.664 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mon (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:05.722 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-websocket. 2024-04-12T16:15:05.750 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-12T16:15:05.788 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-12T16:15:06.087 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-base. 2024-04-12T16:15:06.109 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-12T16:15:06.113 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:06.137 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-12T16:15:06.162 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-base (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:06.175 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T16:15:06.201 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-osd. 2024-04-12T16:15:06.227 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:06.259 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-osd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:06.856 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-12T16:15:06.884 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:06.922 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:07.058 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-12T16:15:07.085 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-12T16:15:07.124 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-12T16:15:07.375 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-12T16:15:07.395 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph. 2024-04-12T16:15:07.402 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-cheroot. 2024-04-12T16:15:07.403 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-12T16:15:07.418 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-12T16:15:07.422 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../066-ceph_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:07.452 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T16:15:07.458 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T16:15:07.461 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:07.739 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-12T16:15:07.761 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-12T16:15:07.766 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-12T16:15:07.781 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-fuse. 2024-04-12T16:15:07.789 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T16:15:07.806 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-12T16:15:07.808 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:07.828 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T16:15:07.864 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:08.097 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package jq. 2024-04-12T16:15:08.113 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T16:15:08.126 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-12T16:15:08.152 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-12T16:15:08.155 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-12T16:15:08.184 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mds. 2024-04-12T16:15:08.192 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-12T16:15:08.211 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:08.242 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mds (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:08.495 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-12T16:15:08.522 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-12T16:15:08.571 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-12T16:15:08.637 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package cephadm. 2024-04-12T16:15:08.664 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../069-cephadm_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:08.683 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package socat. 2024-04-12T16:15:08.703 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:08.711 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-12T16:15:08.750 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-12T16:15:08.857 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-tempora. 2024-04-12T16:15:08.884 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-12T16:15:08.923 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-12T16:15:09.036 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package xmlstarlet. 2024-04-12T16:15:09.039 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-12T16:15:09.052 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-12T16:15:09.066 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-12T16:15:09.095 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-12T16:15:09.097 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-12T16:15:09.227 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-portend. 2024-04-12T16:15:09.253 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-12T16:15:09.293 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-12T16:15:09.449 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-test. 2024-04-12T16:15:09.476 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:09.515 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-test (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:09.597 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-12T16:15:09.623 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-12T16:15:09.625 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-12T16:15:09.652 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T16:15:09.663 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-12T16:15:09.691 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:09.925 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-12T16:15:09.951 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-12T16:15:09.983 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-12T16:15:10.337 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-natsort. 2024-04-12T16:15:10.363 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-12T16:15:10.403 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-12T16:15:10.724 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-logutils. 2024-04-12T16:15:10.746 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-babel. 2024-04-12T16:15:10.750 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-12T16:15:10.774 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T16:15:10.790 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-12T16:15:10.812 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:11.141 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jinja2. 2024-04-12T16:15:11.144 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-12T16:15:11.168 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-12T16:15:11.170 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-12T16:15:11.207 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T16:15:11.218 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-12T16:15:11.555 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-mako. 2024-04-12T16:15:11.568 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-12T16:15:11.582 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-12T16:15:11.596 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:11.622 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T16:15:11.635 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:11.753 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-volume. 2024-04-12T16:15:11.781 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:11.819 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-volume (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:11.955 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-12T16:15:11.982 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-12T16:15:12.021 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-12T16:15:12.059 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-12T16:15:12.086 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-12T16:15:12.123 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-12T16:15:12.125 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-12T16:15:12.151 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:12.189 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libcephfs-dev (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:12.324 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-routes. 2024-04-12T16:15:12.351 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-12T16:15:12.390 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T16:15:12.428 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-12T16:15:12.455 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-12T16:15:12.503 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-12T16:15:12.509 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-12T16:15:12.526 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-12T16:15:12.567 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T16:15:12.727 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-12T16:15:12.754 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:12.793 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:12.882 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-webob. 2024-04-12T16:15:12.908 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-12T16:15:12.922 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-12T16:15:12.950 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-12T16:15:12.956 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-12T16:15:12.988 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-12T16:15:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package nvme-cli. 2024-04-12T16:15:13.376 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-waitress. 2024-04-12T16:15:13.396 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-12T16:15:13.402 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-12T16:15:13.434 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T16:15:13.446 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T16:15:13.763 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-tempita. 2024-04-12T16:15:13.789 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-12T16:15:13.831 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T16:15:13.873 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package pkg-config. 2024-04-12T16:15:13.901 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-12T16:15:13.939 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T16:15:14.015 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-12T16:15:14.043 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-12T16:15:14.081 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T16:15:14.167 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-12T16:15:14.193 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-paste. 2024-04-12T16:15:14.195 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-12T16:15:14.219 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-12T16:15:14.225 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-12T16:15:14.268 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T16:15:14.551 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-joblib. 2024-04-12T16:15:14.567 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-12T16:15:14.601 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T16:15:14.604 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-12T16:15:14.612 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-12T16:15:14.620 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-12T16:15:14.628 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-12T16:15:14.662 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-12T16:15:14.663 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T16:15:14.948 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pastescript. 2024-04-12T16:15:14.954 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-12T16:15:14.957 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-12T16:15:14.976 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-12T16:15:14.982 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-12T16:15:14.985 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-12T16:15:15.014 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-12T16:15:15.024 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-12T16:15:15.037 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-12T16:15:15.302 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-webtest. 2024-04-12T16:15:15.328 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-12T16:15:15.332 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn. 2024-04-12T16:15:15.343 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pluggy. 2024-04-12T16:15:15.359 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-12T16:15:15.368 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-12T16:15:15.371 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-12T16:15:15.398 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T16:15:15.409 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-12T16:15:15.647 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pecan. 2024-04-12T16:15:15.673 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-12T16:15:15.705 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T16:15:15.721 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-psutil. 2024-04-12T16:15:15.749 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-12T16:15:15.787 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-12T16:15:16.010 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-certifi. 2024-04-12T16:15:16.031 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-12T16:15:16.036 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-12T16:15:16.047 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:16.076 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-12T16:15:16.140 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-py. 2024-04-12T16:15:16.167 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:16.168 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-12T16:15:16.215 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-12T16:15:16.463 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-idna. 2024-04-12T16:15:16.489 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-12T16:15:16.518 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pygments. 2024-04-12T16:15:16.529 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-12T16:15:16.546 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-12T16:15:16.585 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T16:15:16.849 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-urllib3. 2024-04-12T16:15:16.876 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-12T16:15:16.916 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T16:15:17.064 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-12T16:15:17.092 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-12T16:15:17.122 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-12T16:15:17.145 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cachetools. 2024-04-12T16:15:17.172 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-12T16:15:17.211 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-12T16:15:17.425 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-toml. 2024-04-12T16:15:17.438 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-requests. 2024-04-12T16:15:17.453 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-12T16:15:17.462 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-12T16:15:17.491 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-12T16:15:17.502 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T16:15:17.514 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-12T16:15:17.541 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-12T16:15:17.580 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-12T16:15:17.794 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pytest. 2024-04-12T16:15:17.814 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-12T16:15:17.822 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-12T16:15:17.840 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-12T16:15:17.860 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T16:15:17.880 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T16:15:17.900 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-12T16:15:17.916 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-12T16:15:17.951 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T16:15:18.183 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-12T16:15:18.189 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-simplejson. 2024-04-12T16:15:18.199 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:18.217 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-12T16:15:18.220 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rsa. 2024-04-12T16:15:18.236 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-12T16:15:18.242 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:18.255 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-12T16:15:18.270 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-12T16:15:18.525 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-12T16:15:18.553 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-12T16:15:18.565 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-google-auth. 2024-04-12T16:15:18.588 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-12T16:15:18.591 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-12T16:15:18.592 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-12T16:15:18.615 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:18.655 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:18.665 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-12T16:15:18.950 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-12T16:15:18.977 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-12T16:15:18.985 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-12T16:15:19.012 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-12T16:15:19.016 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-12T16:15:19.051 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T16:15:19.319 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-openssl. 2024-04-12T16:15:19.346 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package radosgw. 2024-04-12T16:15:19.346 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-12T16:15:19.362 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-websocket. 2024-04-12T16:15:19.373 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../116-radosgw_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:19.386 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-12T16:15:19.390 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-12T16:15:19.412 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking radosgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:19.429 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-12T16:15:19.722 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mgr. 2024-04-12T16:15:19.740 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-12T16:15:19.749 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:19.768 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-12T16:15:19.788 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mgr (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:19.807 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T16:15:20.184 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mon. 2024-04-12T16:15:20.211 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:20.223 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package rbd-fuse. 2024-04-12T16:15:20.240 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:20.242 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mon (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:20.281 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking rbd-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:20.496 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-12T16:15:20.512 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:20.553 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:20.586 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-12T16:15:20.836 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T16:15:20.881 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-12T16:15:20.896 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-osd. 2024-04-12T16:15:20.910 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-12T16:15:20.922 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:20.948 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T16:15:20.962 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-osd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:20.962 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T16:15:21.222 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-12T16:15:21.301 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-12T16:15:21.328 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T16:15:21.367 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T16:15:21.565 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-12T16:15:21.595 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package jq. 2024-04-12T16:15:21.611 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T16:15:21.645 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-12T16:15:21.897 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package socat. 2024-04-12T16:15:21.918 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-12T16:15:21.955 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-12T16:15:21.988 INFO:teuthology.orchestra.run.smithi154.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-12T16:15:22.032 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph. 2024-04-12T16:15:22.047 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:22.059 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../066-ceph_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:22.107 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:22.300 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package xmlstarlet. 2024-04-12T16:15:22.317 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-12T16:15:22.359 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-12T16:15:22.385 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-fuse. 2024-04-12T16:15:22.400 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:22.452 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:22.556 INFO:teuthology.orchestra.run.smithi154.stdout:Adding system user cephadm....done 2024-04-12T16:15:22.712 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T16:15:22.713 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-test. 2024-04-12T16:15:22.729 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:22.770 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-test (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:22.830 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mds. 2024-04-12T16:15:22.856 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:22.896 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mds (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:23.021 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-12T16:15:23.256 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-12T16:15:23.324 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package cephadm. 2024-04-12T16:15:23.351 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../069-cephadm_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:23.365 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-12T16:15:23.391 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:23.633 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-12T16:15:23.677 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-12T16:15:23.704 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-12T16:15:23.743 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-12T16:15:24.105 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-12T16:15:24.120 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T16:15:24.120 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T16:15:24.154 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:24.294 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-12T16:15:24.604 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T16:15:24.964 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-12T16:15:25.185 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-babel. 2024-04-12T16:15:25.212 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T16:15:25.215 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-12T16:15:25.217 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-volume. 2024-04-12T16:15:25.244 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:25.251 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:25.283 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-volume (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:25.475 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-12T16:15:25.553 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-12T16:15:25.569 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:25.596 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-jinja2. 2024-04-12T16:15:25.603 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs-dev (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:25.623 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-12T16:15:25.663 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T16:15:25.693 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-12T16:15:25.914 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-12T16:15:25.927 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-12T16:15:25.941 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-12T16:15:25.980 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T16:15:26.024 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-12T16:15:26.051 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:26.091 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:26.187 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-12T16:15:26.327 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-12T16:15:26.354 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-12T16:15:26.393 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-12T16:15:26.436 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-12T16:15:26.455 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-ceph-argparse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:26.463 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-12T16:15:26.502 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-12T16:15:26.722 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T16:15:26.747 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package nvme-cli. 2024-04-12T16:15:26.774 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-12T16:15:26.805 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-routes. 2024-04-12T16:15:26.813 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T16:15:26.832 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-12T16:15:26.848 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T16:15:26.872 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T16:15:26.975 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T16:15:27.092 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-12T16:15:27.209 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-12T16:15:27.210 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package pkg-config. 2024-04-12T16:15:27.236 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:27.238 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-12T16:15:27.268 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T16:15:27.275 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:27.352 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-12T16:15:27.488 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-12T16:15:27.515 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-12T16:15:27.554 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-12T16:15:27.724 INFO:teuthology.orchestra.run.smithi154.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-12T16:15:27.757 INFO:teuthology.orchestra.run.smithi154.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-12T16:15:27.822 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T16:15:27.931 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-12T16:15:27.932 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-12T16:15:27.960 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-12T16:15:27.998 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-12T16:15:28.282 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:28.293 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastescript. 2024-04-12T16:15:28.321 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-12T16:15:28.359 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-12T16:15:28.408 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-12T16:15:28.589 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-12T16:15:28.605 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-12T16:15:28.647 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T16:15:28.660 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T16:15:28.679 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pluggy. 2024-04-12T16:15:28.707 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-12T16:15:28.746 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-12T16:15:28.927 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-12T16:15:29.015 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-psutil. 2024-04-12T16:15:29.043 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-12T16:15:29.073 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-12T16:15:29.109 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-joblib. 2024-04-12T16:15:29.137 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-12T16:15:29.176 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T16:15:29.279 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up zip (3.0-12build2) ... 2024-04-12T16:15:29.405 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T16:15:29.418 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-py. 2024-04-12T16:15:29.445 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-12T16:15:29.484 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-12T16:15:29.521 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-12T16:15:29.548 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-12T16:15:29.587 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-12T16:15:29.829 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pygments. 2024-04-12T16:15:29.857 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-12T16:15:29.873 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-sklearn. 2024-04-12T16:15:29.895 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T16:15:29.901 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-12T16:15:29.940 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T16:15:30.048 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T16:15:30.291 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T16:15:30.392 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-12T16:15:30.417 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-12T16:15:30.419 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-12T16:15:30.458 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-12T16:15:30.543 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T16:15:30.702 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-toml. 2024-04-12T16:15:30.716 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-12T16:15:30.718 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-12T16:15:30.743 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:30.752 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-12T16:15:30.844 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-12T16:15:30.876 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:31.046 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pytest. 2024-04-12T16:15:31.074 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-12T16:15:31.113 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T16:15:31.212 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-12T16:15:31.416 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplejson. 2024-04-12T16:15:31.432 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-12T16:15:31.466 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-12T16:15:31.471 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T16:15:31.685 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-12T16:15:31.701 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-12T16:15:31.735 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-12T16:15:31.780 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-cachetools. 2024-04-12T16:15:31.807 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-12T16:15:31.838 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-12T16:15:31.848 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T16:15:32.125 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T16:15:32.150 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-12T16:15:32.177 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-12T16:15:32.224 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-12T16:15:32.381 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package radosgw. 2024-04-12T16:15:32.408 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../116-radosgw_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:32.459 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-12T16:15:32.463 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking radosgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:32.553 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-12T16:15:32.580 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-12T16:15:32.611 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T16:15:32.702 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-12T16:15:32.828 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:33.089 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-rsa. 2024-04-12T16:15:33.105 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-12T16:15:33.138 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-idna (3.3-1) ... 2024-04-12T16:15:33.139 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-12T16:15:33.258 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package rbd-fuse. 2024-04-12T16:15:33.286 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:33.324 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking rbd-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:33.439 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T16:15:33.451 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-google-auth. 2024-04-12T16:15:33.478 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-12T16:15:33.518 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-12T16:15:33.637 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-12T16:15:33.821 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-12T16:15:33.848 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-12T16:15:33.887 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T16:15:33.888 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T16:15:34.013 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T16:15:34.199 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-websocket. 2024-04-12T16:15:34.226 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-12T16:15:34.265 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-12T16:15:34.279 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-12T16:15:34.545 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T16:15:34.561 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-12T16:15:34.588 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-12T16:15:34.595 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-12T16:15:34.619 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T16:15:34.806 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:15:34.939 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-12T16:15:35.014 INFO:teuthology.orchestra.run.smithi115.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-12T16:15:35.073 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:35.207 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T16:15:35.300 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-12T16:15:35.316 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:35.325 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-12T16:15:35.349 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:35.451 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T16:15:35.598 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user cephadm....done 2024-04-12T16:15:35.694 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-12T16:15:35.722 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-12T16:15:35.744 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-12T16:15:35.754 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T16:15:35.761 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T16:15:36.004 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-12T16:15:36.005 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-12T16:15:36.097 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-12T16:15:36.125 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T16:15:36.164 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T16:15:36.250 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-12T16:15:36.254 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:15:36.376 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-12T16:15:36.380 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-12T16:15:36.417 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package jq. 2024-04-12T16:15:36.432 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T16:15:36.475 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-12T16:15:36.627 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-12T16:15:36.673 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-12T16:15:36.694 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package socat. 2024-04-12T16:15:36.721 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-12T16:15:36.761 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-12T16:15:36.904 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T16:15:36.925 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-12T16:15:37.005 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-12T16:15:37.064 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package xmlstarlet. 2024-04-12T16:15:37.080 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-12T16:15:37.122 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-12T16:15:37.193 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-12T16:15:37.298 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T16:15:37.443 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-test. 2024-04-12T16:15:37.444 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-12T16:15:37.459 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:37.493 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-test (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:37.683 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-12T16:15:37.703 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-12T16:15:37.935 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-12T16:15:37.971 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T16:15:38.097 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-12T16:15:38.203 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-12T16:15:38.365 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T16:15:38.446 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-12T16:15:38.500 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T16:15:38.689 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-12T16:15:38.792 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-12T16:15:38.956 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-12T16:15:39.085 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-12T16:15:39.215 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-argparse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:39.328 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T16:15:39.454 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-12T16:15:39.474 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T16:15:39.571 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:39.601 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T16:15:39.645 INFO:teuthology.orchestra.run.smithi154.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-12T16:15:39.727 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T16:15:39.861 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-12T16:15:39.890 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T16:15:39.981 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package ceph-volume. 2024-04-12T16:15:40.012 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2847-gbf9c5618-1jammy_all.deb ... 2024-04-12T16:15:40.016 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T16:15:40.064 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking ceph-volume (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:40.112 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-12T16:15:40.377 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-12T16:15:40.392 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-12T16:15:40.393 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:40.435 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking libcephfs-dev (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:40.606 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-12T16:15:40.652 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-12T16:15:40.763 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-12T16:15:40.778 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-12T16:15:40.790 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-12T16:15:40.829 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T16:15:40.851 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-12T16:15:40.915 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T16:15:41.041 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-12T16:15:41.046 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:15:41.172 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T16:15:41.193 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-12T16:15:41.220 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-12T16:15:41.259 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-12T16:15:41.393 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:41.515 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T16:15:41.518 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-12T16:15:41.613 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package nvme-cli. 2024-04-12T16:15:41.640 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-12T16:15:41.679 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T16:15:41.778 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T16:15:41.799 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T16:15:42.037 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-12T16:15:42.067 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-12T16:15:42.094 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package pkg-config. 2024-04-12T16:15:42.121 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-12T16:15:42.162 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T16:15:42.176 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-12T16:15:42.355 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up zip (3.0-12build2) ... 2024-04-12T16:15:42.421 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-12T16:15:42.436 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-12T16:15:42.449 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-12T16:15:42.481 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T16:15:42.488 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-12T16:15:42.712 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T16:15:42.908 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-12T16:15:42.935 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-12T16:15:42.974 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-12T16:15:43.065 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-12T16:15:43.150 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T16:15:43.302 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pastescript. 2024-04-12T16:15:43.330 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-12T16:15:43.368 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-12T16:15:43.409 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T16:15:43.450 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-12T16:15:43.518 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-12T16:15:43.645 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T16:15:43.689 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pluggy. 2024-04-12T16:15:43.716 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-12T16:15:43.735 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T16:15:43.747 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-12T16:15:43.945 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-12T16:15:44.042 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-psutil. 2024-04-12T16:15:44.069 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-12T16:15:44.079 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T16:15:44.108 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-12T16:15:44.180 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librados2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:44.281 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:44.330 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-12T16:15:44.391 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-12T16:15:44.394 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-py. 2024-04-12T16:15:44.411 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-12T16:15:44.444 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-12T16:15:44.581 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T16:15:44.727 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libcephfs2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:44.731 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pygments. 2024-04-12T16:15:44.759 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-12T16:15:44.798 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T16:15:44.873 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libradosstriper1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:44.941 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T16:15:45.004 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-12T16:15:45.244 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-12T16:15:45.251 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T16:15:45.272 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-12T16:15:45.280 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librbd1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:45.310 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-12T16:15:45.423 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-modules-core (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:45.549 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:45.577 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-12T16:15:45.613 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-toml. 2024-04-12T16:15:45.642 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-12T16:15:45.679 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-12T16:15:45.754 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T16:15:45.754 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T16:15:45.828 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-12T16:15:45.954 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:45.982 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-pytest. 2024-04-12T16:15:46.010 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-12T16:15:46.049 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T16:15:46.255 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-idna (3.3-1) ... 2024-04-12T16:15:46.275 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libcephfs-dev (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:46.401 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rados (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:46.403 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package python3-simplejson. 2024-04-12T16:15:46.431 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-12T16:15:46.469 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-12T16:15:46.528 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librgw2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:46.573 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T16:15:46.654 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T16:15:46.738 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-12T16:15:46.754 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-12T16:15:46.796 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-12T16:15:47.568 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package radosgw. 2024-04-12T16:15:47.595 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../116-radosgw_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:47.634 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking radosgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:47.762 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T16:15:47.882 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rbd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:48.000 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up rbd-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:48.013 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:15:48.102 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:48.148 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-12T16:15:48.219 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cephfs (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:48.345 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:48.407 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T16:15:48.437 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package rbd-fuse. 2024-04-12T16:15:48.465 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2847-gbf9c5618-1jammy_amd64.deb ... 2024-04-12T16:15:48.503 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking rbd-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:48.542 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-12T16:15:48.668 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T16:15:48.824 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-12T16:15:48.888 INFO:teuthology.orchestra.run.smithi154.stdout:Adding group ceph....done 2024-04-12T16:15:48.961 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-12T16:15:49.092 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T16:15:49.203 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-12T16:15:49.218 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T16:15:49.272 INFO:teuthology.orchestra.run.smithi154.stdout:Adding system user ceph....done 2024-04-12T16:15:49.416 INFO:teuthology.orchestra.run.smithi154.stdout:Setting system user ceph properties....done 2024-04-12T16:15:49.428 INFO:teuthology.orchestra.run.smithi154.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-12T16:15:49.451 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-12T16:15:49.454 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:15:49.566 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-12T16:15:49.580 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-12T16:15:49.765 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-12T16:15:49.878 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-12T16:15:49.881 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-12T16:15:50.142 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-12T16:15:50.199 INFO:teuthology.orchestra.run.smithi152.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-12T16:15:50.262 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:50.363 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-test (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:50.401 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-12T16:15:50.464 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up radosgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:50.660 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-12T16:15:50.770 INFO:teuthology.orchestra.run.smithi152.stdout:Adding system user cephadm....done 2024-04-12T16:15:50.903 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-12T16:15:50.921 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:15:50.921 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:15:50.943 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T16:15:51.145 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T16:15:51.220 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-12T16:15:51.288 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-12T16:15:51.418 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-base (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:51.471 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-12T16:15:51.597 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-12T16:15:51.597 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T16:15:51.724 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T16:15:51.779 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-12T16:15:51.848 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-12T16:15:52.008 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-12T16:15:52.099 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T16:15:52.200 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-12T16:15:52.254 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mds (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:52.293 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-12T16:15:52.485 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T16:15:52.490 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T16:15:52.490 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T16:15:52.552 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T16:15:52.670 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-12T16:15:52.779 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:52.829 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-12T16:15:52.850 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-12T16:15:52.964 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:53.080 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T16:15:53.097 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-12T16:15:53.146 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T16:15:53.146 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T16:15:53.198 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T16:15:53.373 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-12T16:15:53.575 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-12T16:15:53.615 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-osd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:53.641 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-12T16:15:53.826 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-12T16:15:53.876 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T16:15:53.876 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T16:15:53.952 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-12T16:15:54.176 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-12T16:15:54.203 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:15:54.329 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T16:15:54.375 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:54.435 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-12T16:15:54.501 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:54.638 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T16:15:54.652 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mon (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:54.753 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-ceph-argparse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:54.871 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T16:15:54.871 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T16:15:54.931 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T16:15:55.121 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T16:15:55.215 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-12T16:15:55.263 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T16:15:55.342 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-12T16:15:55.389 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T16:15:55.463 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:55.515 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-12T16:15:55.609 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-12T16:15:55.614 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:55.732 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-dashboard (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:55.767 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-12T16:15:55.866 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-volume (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:55.877 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T16:15:56.172 INFO:teuthology.orchestra.run.smithi152.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-12T16:15:56.199 INFO:teuthology.orchestra.run.smithi152.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-12T16:15:56.245 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T16:15:56.253 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-12T16:15:56.313 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-12T16:15:56.346 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-12T16:15:56.353 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-12T16:15:56.522 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-12T16:15:56.691 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-12T16:15:56.705 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T16:15:56.832 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-12T16:15:56.984 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T16:15:57.100 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T16:15:57.328 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T16:15:57.361 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-12T16:15:57.454 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librados2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:57.565 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-12T16:15:57.580 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:57.654 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up zip (3.0-12build2) ... 2024-04-12T16:15:57.706 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-12T16:15:57.763 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T16:15:58.001 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:58.126 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libradosstriper1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:58.227 INFO:teuthology.orchestra.run.smithi154.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-12T16:15:58.233 DEBUG:teuthology.parallel:result is None 2024-04-12T16:15:58.252 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-12T16:15:58.423 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T16:15:58.520 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librbd1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:58.663 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-modules-core (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:58.674 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T16:15:58.789 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:58.799 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-12T16:15:58.926 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T16:15:59.000 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T16:15:59.000 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T16:15:59.227 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-12T16:15:59.466 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs-dev (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:59.592 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rados (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:59.594 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-12T16:15:59.753 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librgw2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:15:59.821 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T16:15:59.886 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T16:16:00.180 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T16:16:00.473 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T16:16:00.816 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-12T16:16:01.050 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-12T16:16:01.099 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rbd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:01.176 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:01.208 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up rbd-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:01.326 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:01.452 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cephfs (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:01.469 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-idna (3.3-1) ... 2024-04-12T16:16:01.577 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:01.787 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T16:16:02.095 INFO:teuthology.orchestra.run.smithi115.stdout:Adding group ceph....done 2024-04-12T16:16:02.480 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user ceph....done 2024-04-12T16:16:02.625 INFO:teuthology.orchestra.run.smithi115.stdout:Setting system user ceph properties....done 2024-04-12T16:16:02.644 INFO:teuthology.orchestra.run.smithi115.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-12T16:16:02.779 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-12T16:16:02.950 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T16:16:03.102 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-12T16:16:03.194 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:16:03.328 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-12T16:16:03.570 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-test (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:03.587 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T16:16:03.696 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up radosgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:03.705 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-12T16:16:03.831 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T16:16:04.132 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-12T16:16:04.170 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:16:04.170 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:16:04.383 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-12T16:16:04.615 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-base (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:04.625 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:16:04.726 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-12T16:16:04.933 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-12T16:16:05.028 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-12T16:16:05.262 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-12T16:16:05.383 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mds (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:05.513 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-12T16:16:05.604 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T16:16:05.604 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T16:16:05.764 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-12T16:16:06.015 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-12T16:16:06.093 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:06.283 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T16:16:06.316 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T16:16:06.316 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T16:16:06.392 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-12T16:16:06.676 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T16:16:06.794 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T16:16:06.799 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-osd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:07.078 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-12T16:16:07.079 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T16:16:07.080 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T16:16:07.379 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-12T16:16:07.517 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:07.630 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T16:16:07.644 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:07.756 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-12T16:16:07.812 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mon (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:07.882 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T16:16:07.971 INFO:teuthology.orchestra.run.smithi152.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-12T16:16:08.015 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T16:16:08.015 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T16:16:08.217 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T16:16:08.326 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T16:16:08.518 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:08.694 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-12T16:16:08.777 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:08.970 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-12T16:16:08.999 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-dashboard (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:09.096 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-12T16:16:09.241 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-volume (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:09.355 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T16:16:09.481 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T16:16:09.653 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-12T16:16:09.762 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-12T16:16:09.799 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T16:16:09.915 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-12T16:16:10.092 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T16:16:10.351 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-12T16:16:10.494 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-12T16:16:10.706 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-12T16:16:10.761 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-12T16:16:11.029 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T16:16:11.374 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-12T16:16:11.376 INFO:teuthology.orchestra.run.smithi115.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-12T16:16:11.382 DEBUG:teuthology.parallel:result is None 2024-04-12T16:16:11.742 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-12T16:16:12.019 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T16:16:12.346 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T16:16:12.472 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up librados2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:12.598 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:12.723 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-12T16:16:13.009 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libcephfs2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:13.127 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libradosstriper1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:13.253 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-12T16:16:13.530 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up librbd1 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:13.656 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mgr-modules-core (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:13.782 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:13.992 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T16:16:13.992 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T16:16:14.649 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up libcephfs-dev (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:14.759 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-rados (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:14.859 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up librgw2 (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:14.961 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T16:16:16.122 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-rbd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:16.248 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up rbd-fuse (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:16.374 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-rgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:16.483 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up python3-cephfs (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:16.584 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-common (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:17.101 INFO:teuthology.orchestra.run.smithi152.stdout:Adding group ceph....done 2024-04-12T16:16:17.420 INFO:teuthology.orchestra.run.smithi152.stdout:Adding system user ceph....done 2024-04-12T16:16:17.588 INFO:teuthology.orchestra.run.smithi152.stdout:Setting system user ceph properties....done 2024-04-12T16:16:17.605 INFO:teuthology.orchestra.run.smithi152.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-12T16:16:17.736 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-12T16:16:18.033 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-12T16:16:18.518 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-test (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:18.686 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up radosgw (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:19.166 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:16:19.166 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T16:16:19.647 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-base (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:19.986 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-12T16:16:20.449 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mds (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:20.680 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T16:16:20.680 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T16:16:21.168 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mgr (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:21.418 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T16:16:21.418 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T16:16:21.900 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-osd (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:22.253 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T16:16:22.254 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T16:16:22.745 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:22.871 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:23.022 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mon (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:23.241 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T16:16:23.242 INFO:teuthology.orchestra.run.smithi152.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T16:16:23.689 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mgr-cephadm (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:23.833 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:23.950 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-mgr-dashboard (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:24.076 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up ceph-volume (19.0.0-2847-gbf9c5618-1jammy) ... 2024-04-12T16:16:24.404 INFO:teuthology.orchestra.run.smithi152.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-12T16:16:24.504 INFO:teuthology.orchestra.run.smithi152.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-12T16:16:24.691 INFO:teuthology.orchestra.run.smithi152.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-12T16:16:25.399 INFO:teuthology.orchestra.run.smithi152.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-12T16:16:26.060 INFO:teuthology.orchestra.run.smithi152.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-12T16:16:26.065 DEBUG:teuthology.parallel:result is None 2024-04-12T16:16:26.065 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:16:26.364 DEBUG:teuthology.orchestra.run.smithi115:> dpkg-query -W -f '${Version}' ceph 2024-04-12T16:16:26.383 INFO:teuthology.orchestra.run.smithi115.stdout:19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:16:26.383 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:16:26.384 INFO:teuthology.task.install:The correct ceph version 19.0.0-2847-gbf9c5618-1jammy is installed. 2024-04-12T16:16:26.385 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:16:26.702 DEBUG:teuthology.orchestra.run.smithi152:> dpkg-query -W -f '${Version}' ceph 2024-04-12T16:16:26.722 INFO:teuthology.orchestra.run.smithi152.stdout:19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:16:26.722 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:16:26.722 INFO:teuthology.task.install:The correct ceph version 19.0.0-2847-gbf9c5618-1jammy is installed. 2024-04-12T16:16:26.724 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:16:27.006 DEBUG:teuthology.orchestra.run.smithi154:> dpkg-query -W -f '${Version}' ceph 2024-04-12T16:16:27.025 INFO:teuthology.orchestra.run.smithi154.stdout:19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:16:27.026 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2847-gbf9c5618-1jammy 2024-04-12T16:16:27.026 INFO:teuthology.task.install:The correct ceph version 19.0.0-2847-gbf9c5618-1jammy is installed. 2024-04-12T16:16:27.027 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-12T16:16:27.027 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:16:27.028 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T16:16:27.042 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:16:27.042 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T16:16:27.056 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:16:27.056 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T16:16:27.079 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-12T16:16:27.080 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:16:27.080 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T16:16:27.096 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T16:16:27.152 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:16:27.152 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T16:16:27.165 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T16:16:27.217 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:16:27.217 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T16:16:27.231 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T16:16:27.287 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-12T16:16:27.287 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:16:27.287 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T16:16:27.300 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T16:16:27.356 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:16:27.356 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T16:16:27.368 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T16:16:27.421 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:16:27.422 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T16:16:27.435 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T16:16:27.490 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-12T16:16:27.491 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:16:27.491 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T16:16:27.505 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T16:16:27.560 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:16:27.560 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T16:16:27.573 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T16:16:27.625 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:16:27.626 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T16:16:27.640 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T16:16:27.695 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-12T16:16:27.794 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'], 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d'} 2024-04-12T16:16:27.794 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:16:27.795 INFO:tasks.cephadm:Cluster fsid is 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:16:27.795 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-12T16:16:27.795 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.115', 'mon.b': '172.21.15.152', 'mon.c': '172.21.15.154'} 2024-04-12T16:16:27.795 INFO:tasks.cephadm:First mon is mon.a on smithi115 2024-04-12T16:16:27.795 INFO:tasks.cephadm:First mgr is a 2024-04-12T16:16:27.795 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-12T16:16:27.795 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-04-12T16:16:27.810 DEBUG:teuthology.orchestra.run.smithi152:> sudo hostname $(hostname -s) 2024-04-12T16:16:27.823 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2024-04-12T16:16:27.837 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-12T16:16:27.837 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:16:27.972 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bf9c5618cc018927fa77780d25b6deb1f5dc254d', '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/78406/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2847-gbf9c5618', 'node_name': '172.21.15.4+smithi004', '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.0.0-2847-gbf9c5618-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-09 22:04:19.812994', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri10-testing-2024-03-24-1159', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-12T16:16:28.242 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri10-testing-2024-03-24-1159, sha1 bf9c5618cc018927fa77780d25b6deb1f5dc254d from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:16:28.244 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-12T16:16:28.244 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:28.755 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788841 Apr 12 16:16 /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:28.755 DEBUG:teuthology.orchestra.run.smithi152:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:29.687 INFO:teuthology.orchestra.run.smithi152.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788841 Apr 12 16:16 /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:29.687 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/bf9c5618cc018927fa77780d25b6deb1f5dc254d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:30.194 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788841 Apr 12 16:16 /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:30.195 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:30.202 DEBUG:teuthology.orchestra.run.smithi152:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:30.210 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T16:16:30.230 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d on all hosts... 2024-04-12T16:16:30.231 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d pull 2024-04-12T16:16:30.245 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d pull 2024-04-12T16:16:30.256 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d pull 2024-04-12T16:16:30.411 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:16:30.422 INFO:teuthology.orchestra.run.smithi152.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:16:30.424 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:17:31.456 INFO:teuthology.orchestra.run.smithi154.stdout:{ 2024-04-12T16:17:31.456 INFO:teuthology.orchestra.run.smithi154.stdout: "ceph_version": "ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev)", 2024-04-12T16:17:31.456 INFO:teuthology.orchestra.run.smithi154.stdout: "image_id": "92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607", 2024-04-12T16:17:31.457 INFO:teuthology.orchestra.run.smithi154.stdout: "repo_digests": [ 2024-04-12T16:17:31.457 INFO:teuthology.orchestra.run.smithi154.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528" 2024-04-12T16:17:31.457 INFO:teuthology.orchestra.run.smithi154.stdout: ] 2024-04-12T16:17:31.457 INFO:teuthology.orchestra.run.smithi154.stdout:} 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph_version": "ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev)", 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout: "image_id": "92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607", 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout: "repo_digests": [ 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528" 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout: ] 2024-04-12T16:17:34.896 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-04-12T16:17:40.850 INFO:teuthology.orchestra.run.smithi152.stdout:{ 2024-04-12T16:17:40.851 INFO:teuthology.orchestra.run.smithi152.stdout: "ceph_version": "ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev)", 2024-04-12T16:17:40.851 INFO:teuthology.orchestra.run.smithi152.stdout: "image_id": "92de118a8b8fd41458f442b377b2c0b3c43b8d07f06e0d9ed4acf64e9f818607", 2024-04-12T16:17:40.851 INFO:teuthology.orchestra.run.smithi152.stdout: "repo_digests": [ 2024-04-12T16:17:40.851 INFO:teuthology.orchestra.run.smithi152.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528" 2024-04-12T16:17:40.851 INFO:teuthology.orchestra.run.smithi152.stdout: ] 2024-04-12T16:17:40.851 INFO:teuthology.orchestra.run.smithi152.stdout:} 2024-04-12T16:17:40.883 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-04-12T16:17:40.897 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /etc/ceph 2024-04-12T16:17:40.910 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2024-04-12T16:17:40.924 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-04-12T16:17:40.951 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 777 /etc/ceph 2024-04-12T16:17:40.965 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2024-04-12T16:17:40.977 INFO:tasks.cephadm:Writing seed config... 2024-04-12T16:17:40.978 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-12T16:17:40.979 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-12T16:17:40.980 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:17:40.980 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-12T16:17:40.999 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 = 03fb0eee-f8e8-11ee-bc8d-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-12T16:17:41.000 DEBUG:teuthology.orchestra.run.smithi115:mon.a> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a.service 2024-04-12T16:17:41.045 DEBUG:teuthology.orchestra.run.smithi115:mgr.a> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a.service 2024-04-12T16:17:41.088 INFO:tasks.cephadm:Bootstrapping... 2024-04-12T16:17:41.088 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d -v bootstrap --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.115 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:17:41.294 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-04-12T16:17:41.294 INFO:teuthology.orchestra.run.smithi115.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d', '-v', 'bootstrap', '--fsid', '03fb0eee-f8e8-11ee-bc8d-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.115', '--skip-admin-label'] 2024-04-12T16:17:41.295 INFO:teuthology.orchestra.run.smithi115.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-12T16:17:41.295 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying podman|docker is present... 2024-04-12T16:17:41.295 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying lvm2 is present... 2024-04-12T16:17:41.295 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying time synchronization is in place... 2024-04-12T16:17:41.302 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-12T16:17:41.302 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T16:17:41.307 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-12T16:17:41.307 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.312 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-12T16:17:41.312 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-12T16:17:41.316 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-12T16:17:41.316 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.320 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-12T16:17:41.320 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout masked 2024-04-12T16:17:41.323 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-12T16:17:41.323 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.327 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-12T16:17:41.327 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-12T16:17:41.330 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-12T16:17:41.331 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.335 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout enabled 2024-04-12T16:17:41.339 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout active 2024-04-12T16:17:41.339 INFO:teuthology.orchestra.run.smithi115.stdout:Unit ntp.service is enabled and running 2024-04-12T16:17:41.339 INFO:teuthology.orchestra.run.smithi115.stdout:Repeating the final host check... 2024-04-12T16:17:41.339 INFO:teuthology.orchestra.run.smithi115.stdout:docker (/usr/bin/docker) is present 2024-04-12T16:17:41.339 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl is present 2024-04-12T16:17:41.339 INFO:teuthology.orchestra.run.smithi115.stdout:lvcreate is present 2024-04-12T16:17:41.342 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-12T16:17:41.342 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T16:17:41.345 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-12T16:17:41.346 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.349 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-12T16:17:41.349 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-12T16:17:41.352 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-12T16:17:41.352 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.356 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-12T16:17:41.356 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout masked 2024-04-12T16:17:41.359 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-12T16:17:41.359 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.362 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-12T16:17:41.362 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-12T16:17:41.366 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-12T16:17:41.366 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout inactive 2024-04-12T16:17:41.370 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout enabled 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stdout active 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Unit ntp.service is enabled and running 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Host looks OK 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Cluster fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Acquiring lock 140083742418800 on /run/cephadm/03fb0eee-f8e8-11ee-bc8d-c7b262605968.lock 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Lock 140083742418800 acquired on /run/cephadm/03fb0eee-f8e8-11ee-bc8d-c7b262605968.lock 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying IP 172.21.15.115 port 3300 ... 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying IP 172.21.15.115 port 6789 ... 2024-04-12T16:17:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:Base mon IP(s) is [172.21.15.115:3300, 172.21.15.115:6789], mon addrv is [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-04-12T16:17:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-12T16:17:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-04-12T16:17:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-04-12T16:17:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-12T16:17:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.115 metric 100 2024-04-12T16:17:41.377 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.115 metric 100 2024-04-12T16:17:41.378 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.115 metric 100 2024-04-12T16:17:41.378 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.115 metric 100 2024-04-12T16:17:41.379 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-12T16:17:41.379 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-12T16:17:41.379 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1739sec pref medium 2024-04-12T16:17:41.381 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-12T16:17:41.381 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-12T16:17:41.381 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-12T16:17:41.381 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-12T16:17:41.381 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce8f/64 scope link 2024-04-12T16:17:41.381 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.1/32` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.1/32` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.2/32` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.0.2/32` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.15.254/32` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Mon IP `172.21.15.115` is in CIDR network `172.21.15.254/32` 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-12T16:17:41.383 INFO:teuthology.orchestra.run.smithi115.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-12T16:17:41.384 INFO:teuthology.orchestra.run.smithi115.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d... 2024-04-12T16:17:41.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout bf9c5618cc018927fa77780d25b6deb1f5dc254d: Pulling from ceph-ci/ceph 2024-04-12T16:17:41.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout Digest: sha256:51a739cae530a9a13290515efdaa249413d4ac64a9f45e72995246f29bdae528 2024-04-12T16:17:41.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:17:41.707 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d 2024-04-12T16:17:43.150 INFO:teuthology.orchestra.run.smithi115.stdout:ceph: stdout ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev) 2024-04-12T16:17:43.150 INFO:teuthology.orchestra.run.smithi115.stdout:Ceph version: ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev) 2024-04-12T16:17:43.150 INFO:teuthology.orchestra.run.smithi115.stdout:Extracting ceph user uid/gid from container image... 2024-04-12T16:17:44.362 INFO:teuthology.orchestra.run.smithi115.stdout:stat: stdout 167 167 2024-04-12T16:17:44.362 INFO:teuthology.orchestra.run.smithi115.stdout:Creating initial keys... 2024-04-12T16:17:45.534 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-authtool: stdout AQCpXhlmFB1aARAAYYXqdgDvH6RH6JadwRoCBw== 2024-04-12T16:17:46.713 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-authtool: stdout AQCqXhlm9qiUDBAAlVMQhew4ZFBV3vPZiDzVmw== 2024-04-12T16:17:47.876 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-authtool: stdout AQCrXhlmHeo5GBAAhNeMFOW1giFJK3N/gyLz+A== 2024-04-12T16:17:47.876 INFO:teuthology.orchestra.run.smithi115.stdout:Creating initial monmap... 2024-04-12T16:17:49.181 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T16:17:49.181 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-12T16:17:49.181 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:49.181 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T16:17:49.181 INFO:teuthology.orchestra.run.smithi115.stdout:monmaptool for a [v2:172.21.15.115:3300,v1:172.21.15.115:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T16:17:49.182 INFO:teuthology.orchestra.run.smithi115.stdout:setting min_mon_release = quincy 2024-04-12T16:17:49.182 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: set fsid to 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:49.182 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T16:17:49.182 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:17:49.182 INFO:teuthology.orchestra.run.smithi115.stdout:Creating mon... 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.979+0000 7fb646805c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.979+0000 7fb646805c80 1 imported monmap: 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-12T16:17:48.621806+0000 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-12T16:17:50.550 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.979+0000 7fb646805c80 0 /usr/bin/ceph-mon: set fsid to 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Git sha 0 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Compile date 2024-04-09 18:12:34 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: DB SUMMARY 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: DB Session ID: 4AUE2Z6R5WL2VVVUIIAZ 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.551 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.create_if_missing: 1 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.env: 0x555ca2769cc0 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.info_log: 0x555ca35c6e80 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.statistics: (nil) 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.use_fsync: 0 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T16:17:50.552 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.db_log_dir: 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.wal_dir: 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T16:17:50.553 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.write_buffer_manager: 0x555ca3599360 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T16:17:50.554 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.unordered_write: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.row_cache: None 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.wal_filter: None 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.wal_compression: 0 2024-04-12T16:17:50.555 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T16:17:50.556 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T16:17:50.557 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_open_files: -1 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Compression algorithms supported: 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kZSTD supported: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T16:17:50.558 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.merge_operator: 2024-04-12T16:17:50.559 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_filter: None 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555ca35c7060) 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-12T16:17:50.560 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x555ca35cb090 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-12T16:17:50.561 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-12T16:17:50.562 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression: NoCompression 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.num_levels: 7 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T16:17:50.563 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:17:50.564 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T16:17:50.565 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T16:17:50.566 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T16:17:50.567 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.ttl: 2592000 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T16:17:50.568 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 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-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-12T16:17:50.569 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6b9e803f-432a-4259-b3a1-9055b3c38253 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.983+0000 7fb646805c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb646805c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555ca3694000 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb646805c80 4 rocksdb: DB pointer 0x555ca3684000 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb636967700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb636967700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:17:50.570 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T16:17:50.571 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.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-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x555ca35cb090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-12T16:17:50.572 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.573 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-12T16:17:50.573 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T16:17:50.573 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb646805c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-12T16:17:50.573 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb646805c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-12T16:17:50.573 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T16:17:49.987+0000 7fb646805c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-12T16:17:50.573 INFO:teuthology.orchestra.run.smithi115.stdout:create mon.a on 2024-04-12T16:17:50.834 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-12T16:17:51.029 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-12T16:17:51.260 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968.target -> /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968.target. 2024-04-12T16:17:51.260 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968.target -> /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968.target. 2024-04-12T16:17:51.547 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a 2024-04-12T16:17:51.547 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to reset failed state of unit ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a.service: Unit ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a.service not loaded. 2024-04-12T16:17:51.739 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968.target.wants/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service. 2024-04-12T16:17:51.747 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-04-12T16:17:51.747 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to enable service . firewalld.service is not available 2024-04-12T16:17:51.747 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mon to start... 2024-04-12T16:17:51.747 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mon... 2024-04-12T16:17:53.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:52 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.929273+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout cluster: 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout id: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout services: 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.283271s) 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:17:53.748 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout data: 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout pgs: 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:mon is available 2024-04-12T16:17:53.749 INFO:teuthology.orchestra.run.smithi115.stdout:Assimilating anything we can from ceph.conf... 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934433+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934626+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934643+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934658+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-12T16:17:48.621806+0000 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934675+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934689+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934704+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.934721+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.937813+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-12T16:17:54.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.941924+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T16:17:54.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: cluster 2024-04-12T16:17:52.943447+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T16:17:54.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:53 smithi115 bash[21040]: audit 2024-04-12T16:17:53.217658+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.115:0/176794265' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-12T16:17:55.177 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:17:55.177 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [global] 2024-04-12T16:17:55.177 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout fsid = 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-12T16:17:55.178 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:17:55.179 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [osd] 2024-04-12T16:17:55.179 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-12T16:17:55.179 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-12T16:17:55.179 INFO:teuthology.orchestra.run.smithi115.stdout:Generating new minimal ceph.conf... 2024-04-12T16:17:55.197 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:54 smithi115 bash[21040]: audit 2024-04-12T16:17:54.668979+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.115:0/3290599396' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T16:17:55.198 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:54 smithi115 bash[21040]: audit 2024-04-12T16:17:54.672456+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.115:0/3290599396' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T16:17:56.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:56 smithi115 bash[21040]: audit 2024-04-12T16:17:56.166163+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.115:0/1575648494' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:17:56.682 INFO:teuthology.orchestra.run.smithi115.stdout:Restarting the monitor... 2024-04-12T16:17:56.996 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:56 smithi115 systemd[1]: Stopping Ceph mon.a for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:17:56.996 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:56 smithi115 bash[21040]: debug 2024-04-12T16:17:56.823+0000 7fa498fe7700 -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-04-12T16:17:56.996 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:56 smithi115 bash[21040]: debug 2024-04-12T16:17:56.823+0000 7fa498fe7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-12T16:17:57.349 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:57 smithi115 bash[21426]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-mon-a 2024-04-12T16:17:57.365 INFO:teuthology.orchestra.run.smithi115.stdout:Setting public_network to 172.21.0.0/20,172.21.0.1/32,172.21.0.2/32,172.21.15.254/32 in mon config section 2024-04-12T16:17:57.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:57 smithi115 bash[21488]: Error response from daemon: No such container: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-mon-a 2024-04-12T16:17:57.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:57 smithi115 systemd[1]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-12T16:17:57.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:57 smithi115 systemd[1]: Stopped Ceph mon.a for 03fb0eee-f8e8-11ee-bc8d-c7b262605968. 2024-04-12T16:17:57.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:57 smithi115 systemd[1]: Started Ceph mon.a for 03fb0eee-f8e8-11ee-bc8d-c7b262605968. 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.347+0000 7f8d00d0fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.347+0000 7f8d00d0fc80 0 ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev), process ceph-mon, pid 7 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.351+0000 7f8d00d0fc80 0 pidfile_write: ignore empty --pid-file 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 0 load: jerasure load: lrc 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Git sha 0 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Compile date 2024-04-09 18:12:34 2024-04-12T16:17:58.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: DB SUMMARY 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: DB Session ID: TUXDKI6N5CT5UTAA0W1N 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: CURRENT file: CURRENT 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89121 ; 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.create_if_missing: 0 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T16:17:58.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.env: 0x55a65367bcc0 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.info_log: 0x55a6545c9c60 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.statistics: (nil) 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.use_fsync: 0 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T16:17:58.623 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.db_log_dir: 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.wal_dir: 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T16:17:58.624 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.write_buffer_manager: 0x55a65459c1e0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T16:17:58.625 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.unordered_write: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.row_cache: None 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.wal_filter: None 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.wal_compression: 0 2024-04-12T16:17:58.626 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T16:17:58.627 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_open_files: -1 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T16:17:58.628 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Compression algorithms supported: 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kZSTD supported: 0 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T16:17:58.629 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.merge_operator: 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_filter: None 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a6545c9e20) 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cache_index_and_filter_blocks: 1 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T16:17:58.631 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: pin_top_level_index_and_filter: 1 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: index_type: 0 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: data_block_index_type: 0 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: index_shortening: 1 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: checksum: 4 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: no_block_cache: 0 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_cache: 0x55a6545cd090 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_cache_name: BinnedLRUCache 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_cache_options: 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: capacity : 536870912 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: num_shard_bits : 4 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: strict_capacity_limit : 0 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: high_pri_pool_ratio: 0.000 2024-04-12T16:17:58.632 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_cache_compressed: (nil) 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: persistent_cache: (nil) 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_size: 4096 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_size_deviation: 10 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_restart_interval: 16 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: index_block_restart_interval: 1 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: metadata_block_size: 4096 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: partition_filters: 0 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: use_delta_encoding: 1 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: filter_policy: bloomfilter 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: whole_key_filtering: 1 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: verify_compression: 0 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: read_amp_bytes_per_bit: 0 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: format_version: 5 2024-04-12T16:17:58.633 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: enable_index_compression: 1 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: block_align: 0 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: max_auto_readahead_size: 262144 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: prepopulate_block_cache: 0 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: initial_auto_readahead_size: 8192 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: num_file_reads_for_auto_readahead: 2 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression: NoCompression 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.num_levels: 7 2024-04-12T16:17:58.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T16:17:58.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T16:17:58.636 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T16:17:58.637 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T16:17:58.638 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.ttl: 2592000 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T16:17:58.639 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 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-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6b9e803f-432a-4259-b3a1-9055b3c38253 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938678362457, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.355+0000 7f8d00d0fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-12T16:17:58.640 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938678363537, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85738, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83885, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 78092, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": 1712938678, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6b9e803f-432a-4259-b3a1-9055b3c38253", "db_session_id": "TUXDKI6N5CT5UTAA0W1N", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938678363642, "job": 1, "event": "recovery_finished"} 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 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-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a6546c0000 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 4 rocksdb: DB pointer 0x55a6546aa000 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8cef469700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8cef469700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: ** DB Stats ** 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T16:17:58.641 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: ** Compaction Stats [default] ** 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: 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-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: L0 2/0 85.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Sum 2/0 85.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: ** Compaction Stats [default] ** 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: 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-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:17:58.642 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Cumulative compaction: 0.00 GB write, 19.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Interval compaction: 0.00 GB write, 19.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: Block cache BinnedLRUCache@0x55a6545cd090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: 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-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.359+0000 7f8d00d0fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 1 mon.a@-1(???) e1 preinit fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:58.643 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 0 mon.a@-1(???).mds e1 new map 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 0 mon.a@-1(???).mds e1 print_map 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: e1 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: 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-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: legacy client fscid: -1 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: No filesystems configured 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: debug 2024-04-12T16:17:58.363+0000 7f8d00d0fc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372190+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372267+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-12T16:17:58.644 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372284+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372295+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-12T16:17:48.621806+0000 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372303+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372311+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372318+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.372327+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.395878+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.395938+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T16:17:58.645 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:58 smithi115 bash[21527]: cluster 2024-04-12T16:17:58.396585+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T16:17:59.241 INFO:teuthology.orchestra.run.smithi115.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-12T16:17:59.267 INFO:teuthology.orchestra.run.smithi115.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:17:59.267 INFO:teuthology.orchestra.run.smithi115.stdout:Creating mgr... 2024-04-12T16:17:59.268 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-12T16:17:59.268 INFO:teuthology.orchestra.run.smithi115.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-12T16:17:59.593 INFO:teuthology.orchestra.run.smithi115.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a 2024-04-12T16:17:59.593 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Failed to reset failed state of unit ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a.service: Unit ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a.service not loaded. 2024-04-12T16:17:59.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:59 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:17:59.792 INFO:teuthology.orchestra.run.smithi115.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968.target.wants/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service. 2024-04-12T16:17:59.800 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-04-12T16:17:59.800 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to enable service . firewalld.service is not available 2024-04-12T16:17:59.800 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-04-12T16:17:59.800 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-12T16:17:59.800 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr to start... 2024-04-12T16:17:59.800 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr... 2024-04-12T16:18:00.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:59 smithi115 bash[21527]: audit 2024-04-12T16:17:58.649126+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.115:0/4168498632' entity='client.admin' 2024-04-12T16:18:00.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:17:59 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:18:01.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:01 smithi115 bash[21527]: audit 2024-04-12T16:18:01.242629+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.115:0/1088332169' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:18:01.370 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:01 smithi115 bash[21777]: debug 2024-04-12T16:18:01.107+0000 7f0488a7f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:18:01.817 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:01.817 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:01.817 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "03fb0eee-f8e8-11ee-bc8d-c7b262605968", 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:18:01.818 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:01.819 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:18:01.820 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:18:01.824 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:01.825 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:17:52.936028+0000", 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:01.826 INFO:teuthology.orchestra.run.smithi115.stdout:mgr not available, waiting (1/15)... 2024-04-12T16:18:03.009 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:02 smithi115 bash[21777]: debug 2024-04-12T16:18:02.667+0000 7f0488a7f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:18:03.009 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:02 smithi115 bash[21777]: debug 2024-04-12T16:18:02.763+0000 7f0488a7f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:18:03.010 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:03 smithi115 bash[21777]: debug 2024-04-12T16:18:03.007+0000 7f0488a7f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:18:04.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:03 smithi115 bash[21777]: debug 2024-04-12T16:18:03.795+0000 7f0488a7f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:18:04.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:03 smithi115 bash[21777]: debug 2024-04-12T16:18:03.903+0000 7f0488a7f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:18:04.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:04 smithi115 bash[21777]: debug 2024-04-12T16:18:04.007+0000 7f0488a7f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:18:04.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:04 smithi115 bash[21777]: debug 2024-04-12T16:18:04.363+0000 7f0488a7f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:18:04.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:04 smithi115 bash[21777]: debug 2024-04-12T16:18:04.475+0000 7f0488a7f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:18:04.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:04 smithi115 bash[21777]: debug 2024-04-12T16:18:04.579+0000 7f0488a7f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:18:05.184 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:04 smithi115 bash[21527]: audit 2024-04-12T16:18:04.907454+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.115:0/2975471782' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:18:05.184 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:04 smithi115 bash[21777]: debug 2024-04-12T16:18:04.939+0000 7f0488a7f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:18:05.444 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:05 smithi115 bash[21777]: debug 2024-04-12T16:18:05.183+0000 7f0488a7f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:18:05.469 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:05.469 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:05.469 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "03fb0eee-f8e8-11ee-bc8d-c7b262605968", 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:05.470 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:18:05.471 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:05.472 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:18:05.473 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:05.474 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:17:52.936028+0000", 2024-04-12T16:18:05.474 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:05.474 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:05.474 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:18:05.474 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:05.474 INFO:teuthology.orchestra.run.smithi115.stdout:mgr not available, waiting (2/15)... 2024-04-12T16:18:05.827 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:05 smithi115 bash[21777]: debug 2024-04-12T16:18:05.443+0000 7f0488a7f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:18:05.827 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:05 smithi115 bash[21777]: debug 2024-04-12T16:18:05.555+0000 7f0488a7f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:18:06.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:05 smithi115 bash[21777]: debug 2024-04-12T16:18:05.823+0000 7f0488a7f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:18:06.581 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:06 smithi115 bash[21777]: debug 2024-04-12T16:18:06.231+0000 7f0488a7f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:18:06.581 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:06 smithi115 bash[21777]: debug 2024-04-12T16:18:06.463+0000 7f0488a7f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:18:06.870 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:06 smithi115 bash[21777]: debug 2024-04-12T16:18:06.579+0000 7f0488a7f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:18:06.870 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:06 smithi115 bash[21777]: debug 2024-04-12T16:18:06.819+0000 7f0488a7f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:18:08.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:07 smithi115 bash[21777]: debug 2024-04-12T16:18:07.819+0000 7f0488a7f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:18:08.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:07 smithi115 bash[21777]: debug 2024-04-12T16:18:07.931+0000 7f0488a7f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:18:08.499 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:08 smithi115 bash[21777]: debug 2024-04-12T16:18:08.231+0000 7f0488a7f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:18:08.499 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:08 smithi115 bash[21777]: debug 2024-04-12T16:18:08.343+0000 7f0488a7f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:18:08.797 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:08 smithi115 bash[21527]: audit 2024-04-12T16:18:08.490106+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.115:0/1502728253' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:18:09.047 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:09.047 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:09.047 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "03fb0eee-f8e8-11ee-bc8d-c7b262605968", 2024-04-12T16:18:09.047 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:18:09.048 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:18:09.049 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:18:09.052 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:09.053 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.054 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:17:52.936028+0000", 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:09.055 INFO:teuthology.orchestra.run.smithi115.stdout:mgr not available, waiting (3/15)... 2024-04-12T16:18:09.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:08 smithi115 bash[21777]: debug 2024-04-12T16:18:08.795+0000 7f0488a7f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:18:09.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:08 smithi115 bash[21777]: debug 2024-04-12T16:18:08.911+0000 7f0488a7f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: cluster 2024-04-12T16:18:08.922072+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: cluster 2024-04-12T16:18:08.928751+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00720557s) 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.929532+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.929736+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.929918+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.930112+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.930281+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:18:09.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.930449+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.930626+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.931672+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: cluster 2024-04-12T16:18:08.957570+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.969685+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.973032+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.978370+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.984208+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' 2024-04-12T16:18:09.872 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:09 smithi115 bash[21527]: audit 2024-04-12T16:18:08.988789+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.115:0/2907951225' entity='mgr.a' 2024-04-12T16:18:11.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:10 smithi115 bash[21527]: cluster 2024-04-12T16:18:09.935911+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01436s) 2024-04-12T16:18:13.106 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:13.106 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:13.106 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsid": "03fb0eee-f8e8-11ee-bc8d-c7b262605968", 2024-04-12T16:18:13.106 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T16:18:13.106 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T16:18:13.106 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 0 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T16:18:13.107 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T16:18:13.108 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T16:18:13.109 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ], 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T16:17:52.936028+0000", 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout }, 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:13.110 INFO:teuthology.orchestra.run.smithi115.stdout:mgr is available 2024-04-12T16:18:13.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:12 smithi115 bash[21527]: cluster 2024-04-12T16:18:11.933495+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-12T16:18:13.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:12 smithi115 bash[21527]: audit 2024-04-12T16:18:12.513945+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.115:0/1605373460' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T16:18:14.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:14 smithi115 bash[21527]: audit 2024-04-12T16:18:14.337802+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.115:0/1977587931' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T16:18:14.622 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:14 smithi115 bash[21527]: audit 2024-04-12T16:18:14.340259+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.115:0/1977587931' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T16:18:14.939 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:14.939 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [global] 2024-04-12T16:18:14.939 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout fsid = 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:18:14.939 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-12T16:18:14.939 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout [osd] 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-12T16:18:14.940 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling cephadm module... 2024-04-12T16:18:16.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:16 smithi115 bash[21527]: audit 2024-04-12T16:18:16.225408+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.115:0/263933454' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-12T16:18:16.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:16 smithi115 bash[21777]: ignoring --setuser ceph since I am not root 2024-04-12T16:18:16.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:16 smithi115 bash[21777]: ignoring --setgroup ceph since I am not root 2024-04-12T16:18:16.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:16 smithi115 bash[21777]: debug 2024-04-12T16:18:16.459+0000 7fe581bda200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:18:17.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:17 smithi115 bash[21527]: audit 2024-04-12T16:18:16.276989+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.115:0/263933454' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-12T16:18:17.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:17 smithi115 bash[21527]: cluster 2024-04-12T16:18:16.281393+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-12T16:18:18.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:18 smithi115 bash[21527]: audit 2024-04-12T16:18:18.171853+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.115:0/3222197634' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T16:18:18.370 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:18 smithi115 bash[21777]: debug 2024-04-12T16:18:18.035+0000 7fe581bda200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:18:18.370 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:18 smithi115 bash[21777]: debug 2024-04-12T16:18:18.131+0000 7fe581bda200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:18:18.807 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:18.807 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-12T16:18:18.807 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T16:18:18.807 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-12T16:18:18.807 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-12T16:18:18.808 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:18.808 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for the mgr to restart... 2024-04-12T16:18:18.808 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr epoch 5... 2024-04-12T16:18:18.827 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:18 smithi115 bash[21777]: debug 2024-04-12T16:18:18.387+0000 7fe581bda200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:18:19.454 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:19 smithi115 bash[21777]: debug 2024-04-12T16:18:19.191+0000 7fe581bda200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:18:19.454 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:19 smithi115 bash[21777]: debug 2024-04-12T16:18:19.299+0000 7fe581bda200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:18:19.454 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:19 smithi115 bash[21777]: debug 2024-04-12T16:18:19.407+0000 7fe581bda200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:18:20.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:19 smithi115 bash[21777]: debug 2024-04-12T16:18:19.767+0000 7fe581bda200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:18:20.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:19 smithi115 bash[21777]: debug 2024-04-12T16:18:19.879+0000 7fe581bda200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:18:20.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:19 smithi115 bash[21777]: debug 2024-04-12T16:18:19.983+0000 7fe581bda200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:18:20.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:20 smithi115 bash[21777]: debug 2024-04-12T16:18:20.343+0000 7fe581bda200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:18:20.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:20 smithi115 bash[21777]: debug 2024-04-12T16:18:20.583+0000 7fe581bda200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:18:21.122 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:20 smithi115 bash[21777]: debug 2024-04-12T16:18:20.843+0000 7fe581bda200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:18:21.122 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:20 smithi115 bash[21777]: debug 2024-04-12T16:18:20.959+0000 7fe581bda200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:18:21.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:21 smithi115 bash[21777]: debug 2024-04-12T16:18:21.231+0000 7fe581bda200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:18:21.998 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:21 smithi115 bash[21777]: debug 2024-04-12T16:18:21.643+0000 7fe581bda200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:18:21.998 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:21 smithi115 bash[21777]: debug 2024-04-12T16:18:21.879+0000 7fe581bda200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:18:22.370 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:22 smithi115 bash[21777]: debug 2024-04-12T16:18:21.995+0000 7fe581bda200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:18:22.370 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:22 smithi115 bash[21777]: debug 2024-04-12T16:18:22.239+0000 7fe581bda200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:18:23.622 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:23 smithi115 bash[21777]: debug 2024-04-12T16:18:23.271+0000 7fe581bda200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:18:23.622 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:23 smithi115 bash[21777]: debug 2024-04-12T16:18:23.387+0000 7fe581bda200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:18:24.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:23 smithi115 bash[21777]: debug 2024-04-12T16:18:23.679+0000 7fe581bda200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:18:24.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:23 smithi115 bash[21777]: debug 2024-04-12T16:18:23.791+0000 7fe581bda200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:18:24.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21777]: debug 2024-04-12T16:18:24.239+0000 7fe581bda200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:18:24.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21777]: debug 2024-04-12T16:18:24.359+0000 7fe581bda200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:18:24.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: cluster 2024-04-12T16:18:24.385156+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-12T16:18:24.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: cluster 2024-04-12T16:18:24.385631+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-12T16:18:24.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: cluster 2024-04-12T16:18:24.389535+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: cluster 2024-04-12T16:18:24.389680+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00423453s) 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: audit 2024-04-12T16:18:24.392403+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: audit 2024-04-12T16:18:24.394169+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: audit 2024-04-12T16:18:24.395026+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: audit 2024-04-12T16:18:24.395241+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: audit 2024-04-12T16:18:24.395434+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:18:24.621 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:24 smithi115 bash[21527]: cluster 2024-04-12T16:18:24.421625+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-12T16:18:25.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: cephadm 2024-04-12T16:18:24.445580+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-12T16:18:25.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.447538+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:25.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.449894+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:25.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.452704+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:25.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.455857+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:18:25.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.459936+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:18:25.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.469143+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:18:25.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.472657+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:18:25.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.920615+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:25.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: audit 2024-04-12T16:18:24.925744+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:25.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:25 smithi115 bash[21527]: cluster 2024-04-12T16:18:25.398438+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01298s) 2024-04-12T16:18:26.045 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:26.045 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-12T16:18:26.045 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-12T16:18:26.045 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:26.045 INFO:teuthology.orchestra.run.smithi115.stdout:mgr epoch 5 is available 2024-04-12T16:18:26.045 INFO:teuthology.orchestra.run.smithi115.stdout:Setting orchestrator backend to cephadm... 2024-04-12T16:18:26.700 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: audit 2024-04-12T16:18:25.395629+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T16:18:26.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: audit 2024-04-12T16:18:25.407944+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T16:18:26.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: cephadm 2024-04-12T16:18:25.691871+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [12/Apr/2024:16:18:25] ENGINE Bus STARTING 2024-04-12T16:18:26.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: cephadm 2024-04-12T16:18:25.809018+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [12/Apr/2024:16:18:25] ENGINE Serving on https://172.21.15.115:7150 2024-04-12T16:18:26.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: cephadm 2024-04-12T16:18:25.910210+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [12/Apr/2024:16:18:25] ENGINE Serving on http://172.21.15.115:8765 2024-04-12T16:18:26.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: cephadm 2024-04-12T16:18:25.910313+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [12/Apr/2024:16:18:25] ENGINE Bus STARTED 2024-04-12T16:18:26.701 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:26 smithi115 bash[21527]: audit 2024-04-12T16:18:25.931039+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:18:27.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:27 smithi115 bash[21527]: cluster 2024-04-12T16:18:26.460905+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-12T16:18:27.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:27 smithi115 bash[21527]: audit 2024-04-12T16:18:27.294830+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:27.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:27 smithi115 bash[21527]: audit 2024-04-12T16:18:27.300586+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:27.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:27 smithi115 bash[21527]: audit 2024-04-12T16:18:27.351719+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:18:29.647 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-12T16:18:29.647 INFO:teuthology.orchestra.run.smithi115.stdout:Generating ssh key... 2024-04-12T16:18:29.666 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:29 smithi115 bash[21527]: audit 2024-04-12T16:18:29.063567+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:31.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: Generating public/private rsa key pair. 2024-04-12T16:18:31.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: Your identification has been saved in /tmp/tmpvr9813vu/key. 2024-04-12T16:18:31.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: Your public key has been saved in /tmp/tmpvr9813vu/key.pub. 2024-04-12T16:18:31.620 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: The key fingerprint is: 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: SHA256:SGPqjuzBhzlDXmOoNweSo41aEb+R7LsrpwKQgKyPqAw ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: The key's randomart image is: 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: +---[RSA 3072]----+ 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |o | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |o. | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |o.. + | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |+. = = o | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |*o= X . S | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |EX.X + | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |O & * | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |+=.X.. | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: |.o=+=o | 2024-04-12T16:18:31.621 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:31 smithi115 bash[21777]: +----[SHA256]-----+ 2024-04-12T16:18:32.448 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:32 smithi115 bash[21527]: audit 2024-04-12T16:18:30.925832+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:32.449 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:32 smithi115 bash[21527]: cephadm 2024-04-12T16:18:30.926144+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-12T16:18:32.449 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:32 smithi115 bash[21527]: audit 2024-04-12T16:18:31.199485+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:32.449 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:32 smithi115 bash[21527]: audit 2024-04-12T16:18:31.204337+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:33.576 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:18:33.576 INFO:teuthology.orchestra.run.smithi115.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:18:33.576 INFO:teuthology.orchestra.run.smithi115.stdout:Adding key to root@localhost authorized_keys... 2024-04-12T16:18:33.576 INFO:teuthology.orchestra.run.smithi115.stdout:Adding host smithi115... 2024-04-12T16:18:33.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:33 smithi115 bash[21527]: audit 2024-04-12T16:18:32.990170+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:35.635 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:35 smithi115 bash[21527]: audit 2024-04-12T16:18:34.832026+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "addr": "172.21.15.115", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:36.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:36 smithi115 bash[21527]: cephadm 2024-04-12T16:18:35.442005+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi115 2024-04-12T16:18:41.189 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Added host 'smithi115' with addr '172.21.15.115' 2024-04-12T16:18:41.189 INFO:teuthology.orchestra.run.smithi115.stdout:Deploying unmanaged mon service... 2024-04-12T16:18:41.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:41 smithi115 bash[21527]: audit 2024-04-12T16:18:40.367570+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:41.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:41 smithi115 bash[21527]: cephadm 2024-04-12T16:18:40.368089+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi115 2024-04-12T16:18:41.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:41 smithi115 bash[21527]: audit 2024-04-12T16:18:40.415345+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:18:43.691 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-12T16:18:43.691 INFO:teuthology.orchestra.run.smithi115.stdout:Deploying unmanaged mgr service... 2024-04-12T16:18:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:44 smithi115 bash[21527]: audit 2024-04-12T16:18:43.093116+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:44 smithi115 bash[21527]: cephadm 2024-04-12T16:18:43.096108+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-12T16:18:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:44 smithi115 bash[21527]: audit 2024-04-12T16:18:43.099635+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:44 smithi115 bash[21527]: audit 2024-04-12T16:18:43.391648+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:44 smithi115 bash[21527]: audit 2024-04-12T16:18:43.877857+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:45.597 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-12T16:18:46.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:46 smithi115 bash[21527]: cluster 2024-04-12T16:18:44.396441+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:18:46.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:46 smithi115 bash[21527]: audit 2024-04-12T16:18:45.031296+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:18:46.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:46 smithi115 bash[21527]: cephadm 2024-04-12T16:18:45.033789+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-12T16:18:46.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:46 smithi115 bash[21527]: audit 2024-04-12T16:18:45.036951+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.115:0/3550056983' entity='mgr.a' 2024-04-12T16:18:48.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:47 smithi115 bash[21527]: cluster 2024-04-12T16:18:46.396836+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:18:48.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:47 smithi115 bash[21527]: audit 2024-04-12T16:18:46.837667+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.115:0/1236301016' entity='client.admin' 2024-04-12T16:18:49.257 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling the dashboard module... 2024-04-12T16:18:50.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:49 smithi115 bash[21527]: cluster 2024-04-12T16:18:48.397194+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:18:50.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:49 smithi115 bash[21527]: audit 2024-04-12T16:18:48.721019+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.115:0/2815618116' entity='client.admin' 2024-04-12T16:18:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:50 smithi115 bash[21527]: audit 2024-04-12T16:18:50.628770+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.115:0/3669075984' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-12T16:18:51.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:50 smithi115 bash[21777]: ignoring --setuser ceph since I am not root 2024-04-12T16:18:51.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:50 smithi115 bash[21777]: ignoring --setgroup ceph since I am not root 2024-04-12T16:18:51.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:50 smithi115 bash[21777]: debug 2024-04-12T16:18:50.911+0000 7f86c8d53200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:18:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:51 smithi115 bash[21527]: audit 2024-04-12T16:18:50.725664+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.115:0/3669075984' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-12T16:18:52.074 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:51 smithi115 bash[21527]: cluster 2024-04-12T16:18:50.731467+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-12T16:18:52.788 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:52 smithi115 bash[21777]: debug 2024-04-12T16:18:52.503+0000 7f86c8d53200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:18:52.788 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:52 smithi115 bash[21777]: debug 2024-04-12T16:18:52.599+0000 7f86c8d53200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:18:53.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:52 smithi115 bash[21527]: audit 2024-04-12T16:18:52.776220+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.115:0/521913008' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T16:18:53.120 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:52 smithi115 bash[21777]: debug 2024-04-12T16:18:52.855+0000 7f86c8d53200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:18:53.476 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:18:53.476 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-12T16:18:53.476 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T16:18:53.476 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-12T16:18:53.476 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-12T16:18:53.476 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:18:53.477 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for the mgr to restart... 2024-04-12T16:18:53.477 INFO:teuthology.orchestra.run.smithi115.stdout:Waiting for mgr epoch 9... 2024-04-12T16:18:53.765 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:53 smithi115 bash[21777]: debug 2024-04-12T16:18:53.651+0000 7f86c8d53200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:18:54.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:53 smithi115 bash[21777]: debug 2024-04-12T16:18:53.763+0000 7f86c8d53200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:18:54.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:53 smithi115 bash[21777]: debug 2024-04-12T16:18:53.867+0000 7f86c8d53200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:18:54.454 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:54 smithi115 bash[21777]: debug 2024-04-12T16:18:54.231+0000 7f86c8d53200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:18:54.454 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:54 smithi115 bash[21777]: debug 2024-04-12T16:18:54.351+0000 7f86c8d53200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:18:54.813 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:54 smithi115 bash[21777]: debug 2024-04-12T16:18:54.455+0000 7f86c8d53200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:18:55.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:54 smithi115 bash[21777]: debug 2024-04-12T16:18:54.815+0000 7f86c8d53200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:18:55.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:55 smithi115 bash[21777]: debug 2024-04-12T16:18:55.055+0000 7f86c8d53200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:18:55.619 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:55 smithi115 bash[21777]: debug 2024-04-12T16:18:55.315+0000 7f86c8d53200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:18:55.619 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:55 smithi115 bash[21777]: debug 2024-04-12T16:18:55.427+0000 7f86c8d53200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:18:56.109 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:55 smithi115 bash[21777]: debug 2024-04-12T16:18:55.703+0000 7f86c8d53200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:18:56.369 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:56 smithi115 bash[21777]: debug 2024-04-12T16:18:56.111+0000 7f86c8d53200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:18:56.369 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:56 smithi115 bash[21777]: debug 2024-04-12T16:18:56.351+0000 7f86c8d53200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:18:56.869 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:56 smithi115 bash[21777]: debug 2024-04-12T16:18:56.467+0000 7f86c8d53200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:18:56.869 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:56 smithi115 bash[21777]: debug 2024-04-12T16:18:56.715+0000 7f86c8d53200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:18:58.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:57 smithi115 bash[21777]: debug 2024-04-12T16:18:57.719+0000 7f86c8d53200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:18:58.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:57 smithi115 bash[21777]: debug 2024-04-12T16:18:57.835+0000 7f86c8d53200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:18:58.619 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21777]: debug 2024-04-12T16:18:58.131+0000 7f86c8d53200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:18:58.619 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21777]: debug 2024-04-12T16:18:58.243+0000 7f86c8d53200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:18:58.944 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21777]: debug 2024-04-12T16:18:58.695+0000 7f86c8d53200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:18:58.944 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21777]: debug 2024-04-12T16:18:58.815+0000 7f86c8d53200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: cluster 2024-04-12T16:18:58.837219+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: cluster 2024-04-12T16:18:58.838066+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: cluster 2024-04-12T16:18:58.845750+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: cluster 2024-04-12T16:18:58.846162+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00845764s) 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: audit 2024-04-12T16:18:58.848684+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: audit 2024-04-12T16:18:58.850745+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: audit 2024-04-12T16:18:58.851846+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: audit 2024-04-12T16:18:58.852228+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: audit 2024-04-12T16:18:58.852579+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:18:58.945 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:58 smithi115 bash[21527]: cluster 2024-04-12T16:18:58.877400+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-12T16:19:00.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: audit 2024-04-12T16:18:58.900777+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: audit 2024-04-12T16:18:58.906078+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: audit 2024-04-12T16:18:58.923476+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: audit 2024-04-12T16:18:58.925496+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: cephadm 2024-04-12T16:18:59.461026+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [12/Apr/2024:16:18:59] ENGINE Bus STARTING 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: cephadm 2024-04-12T16:18:59.562904+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [12/Apr/2024:16:18:59] ENGINE Serving on http://172.21.15.115:8765 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: cephadm 2024-04-12T16:18:59.679917+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [12/Apr/2024:16:18:59] ENGINE Serving on https://172.21.15.115:7150 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: cephadm 2024-04-12T16:18:59.680097+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [12/Apr/2024:16:18:59] ENGINE Bus STARTED 2024-04-12T16:19:00.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:18:59 smithi115 bash[21527]: cluster 2024-04-12T16:18:59.852521+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01481s) 2024-04-12T16:19:00.548 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout { 2024-04-12T16:19:00.548 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-12T16:19:00.548 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-12T16:19:00.548 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout } 2024-04-12T16:19:00.548 INFO:teuthology.orchestra.run.smithi115.stdout:mgr epoch 9 is available 2024-04-12T16:19:00.548 INFO:teuthology.orchestra.run.smithi115.stdout:Generating a dashboard self-signed certificate... 2024-04-12T16:19:01.212 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:00 smithi115 bash[21527]: audit 2024-04-12T16:18:59.849887+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T16:19:01.212 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:00 smithi115 bash[21527]: audit 2024-04-12T16:18:59.863307+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T16:19:02.182 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:01 smithi115 bash[21527]: cluster 2024-04-12T16:19:00.908159+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-12T16:19:02.543 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-12T16:19:02.543 INFO:teuthology.orchestra.run.smithi115.stdout:Creating initial admin user... 2024-04-12T16:19:03.194 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:02 smithi115 bash[21527]: audit 2024-04-12T16:19:01.816712+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:19:03.195 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:02 smithi115 bash[21527]: audit 2024-04-12T16:19:01.931941+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:03.195 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:02 smithi115 bash[21527]: audit 2024-04-12T16:19:01.936705+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:04.615 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$5LvACUFU7rKdd/gQXOzrfu0W5mVafao/tHm6L01YXLJxjTNFrJxRe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712938744, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-12T16:19:04.615 INFO:teuthology.orchestra.run.smithi115.stdout:Fetching dashboard port number... 2024-04-12T16:19:05.335 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:05 smithi115 bash[21527]: audit 2024-04-12T16:19:03.819184+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:19:05.335 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:05 smithi115 bash[21527]: audit 2024-04-12T16:19:04.056628+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:06.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: cluster 2024-04-12T16:19:05.061607+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-12T16:19:06.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: audit 2024-04-12T16:19:05.756773+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:06.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: audit 2024-04-12T16:19:05.757464+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:19:06.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: audit 2024-04-12T16:19:05.761252+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:06.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: audit 2024-04-12T16:19:05.762668+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-12T16:19:06.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: audit 2024-04-12T16:19:05.763327+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]': finished 2024-04-12T16:19:06.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:06 smithi115 bash[21527]: audit 2024-04-12T16:19:05.935575+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.115:0/3364068081' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-12T16:19:06.503 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stdout 8443 2024-04-12T16:19:06.503 INFO:teuthology.orchestra.run.smithi115.stdout:firewalld does not appear to be present 2024-04-12T16:19:06.503 INFO:teuthology.orchestra.run.smithi115.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-12T16:19:06.506 INFO:teuthology.orchestra.run.smithi115.stdout:Ceph Dashboard is now available at: 2024-04-12T16:19:06.506 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:06.506 INFO:teuthology.orchestra.run.smithi115.stdout: URL: https://smithi115.front.sepia.ceph.com:8443/ 2024-04-12T16:19:06.506 INFO:teuthology.orchestra.run.smithi115.stdout: User: admin 2024-04-12T16:19:06.506 INFO:teuthology.orchestra.run.smithi115.stdout: Password: j865ms6sb9 2024-04-12T16:19:06.506 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:06.507 INFO:teuthology.orchestra.run.smithi115.stdout:Saving cluster configuration to /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config directory 2024-04-12T16:19:06.507 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling autotune for osd_memory_target 2024-04-12T16:19:08.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:07 smithi115 bash[21527]: cephadm 2024-04-12T16:19:07.501791+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi115 on smithi115 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout:Or, if you are only running a single cluster on this host: 2024-04-12T16:19:10.382 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: ceph telemetry on 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout:For more information see: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:10.383 INFO:teuthology.orchestra.run.smithi115.stdout:Bootstrap complete. 2024-04-12T16:19:10.440 INFO:tasks.cephadm:Fetching config... 2024-04-12T16:19:10.440 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:19:10.441 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-12T16:19:10.445 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-12T16:19:10.445 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:19:10.445 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-12T16:19:10.490 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-12T16:19:10.490 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:19:10.490 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-12T16:19:10.549 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-12T16:19:10.549 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:19:10.549 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-12T16:19:10.597 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-12T16:19:10.598 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T16:19:10.653 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:10 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:19:10.654 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:19:10 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:19:10.660 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:19:10.667 DEBUG:teuthology.orchestra.run.smithi152:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T16:19:10.689 INFO:teuthology.orchestra.run.smithi152.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:19:10.699 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T16:19:10.725 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzk7hOOFmSqFoLmI+XqfnAIJk27sxj6Hrx3wOLEFtxkrxi7UxxHqjY2muzgN522zTcKOHVp6tpp4UAdocM49JUMpebJAPP4Qrl3YMkQqrI74iuVj47pQwa92NJv4O6FIG2OVCyq0hQ+W759mzz8dJF92+hioY1j3V6HPpszk7OVPNKUs0L+DJK8Q3itILb/Q2Wk5An18AWIfMdAKflsSQAbCI0PU6+gve1yrz7QPT/TA/uVKtFixJzy//xioD01edUOEPL6glZ4QI9Y/1waqTmB+uFSwyNcrKB7HEPR2SL0RYizla0ZDaIyccvguF6bisLZmpiEkva6MeEPfFYuw8BcQ5X+2Bpt998vVqkoezPqkjFhvj4kMN6xdEK3vFf0HVVAhLA5/cGZlszxXPP6BefcW9uQnezrTj3rijGYa+usuTghMSm7tmtqxcuRRD9/JkBdntOk6RyETPBK20ue54lxT8hKiIM/WMwft/DpaXSpPRdTsIqS56pNYtXT1Ckv0s= ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:19:10.735 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-12T16:19:11.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:10 smithi115 bash[21527]: audit 2024-04-12T16:19:09.783389+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.115:0/3434286855' entity='client.admin' 2024-04-12T16:19:11.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:10 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:19:11.119 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:19:10 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:19:12.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:10.939723+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:10.981167+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:10.984379+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.000932+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.005304+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.007815+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.010442+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.012971+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.016609+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.052174+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.058551+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:12.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:11 smithi115 bash[21527]: audit 2024-04-12T16:19:11.364574+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:15.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:14 smithi115 bash[21527]: audit 2024-04-12T16:19:13.922646+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:15.440 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:19:17.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:16 smithi115 bash[21527]: audit 2024-04-12T16:19:15.941938+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:17.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:16 smithi115 bash[21527]: audit 2024-04-12T16:19:15.945877+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:18.825 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-12T16:19:18.825 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-12T16:19:19.479 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:19 smithi115 bash[21527]: audit 2024-04-12T16:19:18.208076+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.115:0/3254359879' entity='client.admin' 2024-04-12T16:19:19.479 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:19 smithi115 bash[21527]: audit 2024-04-12T16:19:18.225793+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:19.479 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:19 smithi115 bash[21527]: audit 2024-04-12T16:19:18.230008+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:20.594 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:20 smithi115 bash[21527]: cluster 2024-04-12T16:19:18.853225+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:22.556 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:22 smithi115 bash[21527]: cluster 2024-04-12T16:19:20.853666+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:23.598 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:19:24.568 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:24 smithi115 bash[21527]: cluster 2024-04-12T16:19:22.854139+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:24.568 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:24 smithi115 bash[21527]: audit 2024-04-12T16:19:23.353663+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:24.568 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:24 smithi115 bash[21527]: audit 2024-04-12T16:19:23.361751+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:26.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:26 smithi115 bash[21527]: cluster 2024-04-12T16:19:24.854492+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:26.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:26 smithi115 bash[21527]: audit 2024-04-12T16:19:26.068134+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:26.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:26 smithi115 bash[21527]: audit 2024-04-12T16:19:26.079259+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:26.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:26 smithi115 bash[21527]: audit 2024-04-12T16:19:26.081543+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:19:26.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:26 smithi115 bash[21527]: audit 2024-04-12T16:19:26.082433+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:19:26.666 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi152 2024-04-12T16:19:26.666 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:19:26.666 DEBUG:teuthology.orchestra.run.smithi152:> dd of=/etc/ceph/ceph.conf 2024-04-12T16:19:26.673 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:19:26.673 DEBUG:teuthology.orchestra.run.smithi152:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:19:26.721 INFO:tasks.cephadm:Adding host smithi152 to orchestrator... 2024-04-12T16:19:26.721 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch host add smithi152 2024-04-12T16:19:27.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: audit 2024-04-12T16:19:26.062346+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:19:27.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: cephadm 2024-04-12T16:19:26.083822+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:19:27.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: cephadm 2024-04-12T16:19:26.198045+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:19:27.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: cephadm 2024-04-12T16:19:26.312442+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:19:27.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: cephadm 2024-04-12T16:19:26.427100+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:19:27.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: audit 2024-04-12T16:19:26.545685+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:27.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: audit 2024-04-12T16:19:26.549368+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:27.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:27 smithi115 bash[21527]: audit 2024-04-12T16:19:26.552341+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:28.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:28 smithi115 bash[21527]: cluster 2024-04-12T16:19:26.854902+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:30.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:30 smithi115 bash[21527]: cluster 2024-04-12T16:19:28.855368+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:31.433 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:19:32.850 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:32 smithi115 bash[21527]: cluster 2024-04-12T16:19:30.855744+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:34.788 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:34 smithi115 bash[21527]: cluster 2024-04-12T16:19:32.856139+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:34.788 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:34 smithi115 bash[21527]: audit 2024-04-12T16:19:34.031254+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:34.788 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:34 smithi115 bash[21527]: audit 2024-04-12T16:19:34.034720+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:34.788 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:34 smithi115 bash[21527]: audit 2024-04-12T16:19:34.040815+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:36.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:36 smithi115 bash[21527]: cluster 2024-04-12T16:19:34.856394+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:36.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:36 smithi115 bash[21527]: audit 2024-04-12T16:19:35.170477+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi152", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:19:37.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:37 smithi115 bash[21527]: cephadm 2024-04-12T16:19:35.803627+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi152 2024-04-12T16:19:38.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:38 smithi115 bash[21527]: cluster 2024-04-12T16:19:36.856632+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:40.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:40 smithi115 bash[21527]: cluster 2024-04-12T16:19:38.856846+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:40.893 INFO:teuthology.orchestra.run.smithi115.stdout:Added host 'smithi152' with addr '172.21.15.152' 2024-04-12T16:19:41.567 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T16:19:42.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:41 smithi115 bash[21527]: cluster 2024-04-12T16:19:40.857216+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:42.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:41 smithi115 bash[21527]: audit 2024-04-12T16:19:40.896975+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:42.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:41 smithi115 bash[21527]: cephadm 2024-04-12T16:19:40.897941+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi152 2024-04-12T16:19:42.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:41 smithi115 bash[21527]: audit 2024-04-12T16:19:40.900850+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:42.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:41 smithi115 bash[21527]: audit 2024-04-12T16:19:41.375710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:44.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: cluster 2024-04-12T16:19:42.857583+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:44.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:42.904916+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:44.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:42.911420+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:44.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:42.912848+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:42.914850+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:42.916656+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: cephadm 2024-04-12T16:19:42.919388+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: cephadm 2024-04-12T16:19:43.136397+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: cephadm 2024-04-12T16:19:43.352293+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: cephadm 2024-04-12T16:19:43.516871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:43.687273+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:43.694165+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:43.697455+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]: dispatch 2024-04-12T16:19:44.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:43 smithi115 bash[21527]: audit 2024-04-12T16:19:43.699487+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]': finished 2024-04-12T16:19:45.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:44 smithi115 bash[21527]: cephadm 2024-04-12T16:19:44.489735+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi152 on smithi152 2024-04-12T16:19:46.280 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:19:46.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: cluster 2024-04-12T16:19:44.857925+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:46.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.456583+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:46.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.464061+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.470670+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.538143+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.542579+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.544315+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.553292+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.622677+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.626758+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.628260+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.636936+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:46.620 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:46 smithi115 bash[21527]: audit 2024-04-12T16:19:45.909761+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:48.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:47 smithi115 bash[21527]: cluster 2024-04-12T16:19:46.858332+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:48.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:47 smithi115 bash[21527]: audit 2024-04-12T16:19:46.983265+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:48.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:47 smithi115 bash[21527]: audit 2024-04-12T16:19:46.991150+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:49.087 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:19:49.088 INFO:teuthology.orchestra.run.smithi115.stdout:[{"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.152", "hostname": "smithi152", "labels": [], "status": ""}] 2024-04-12T16:19:50.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:49 smithi115 bash[21527]: cluster 2024-04-12T16:19:48.858600+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:50.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:49 smithi115 bash[21527]: audit 2024-04-12T16:19:48.933730+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:50.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:49 smithi115 bash[21527]: audit 2024-04-12T16:19:49.091718+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:19:50.205 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi154 2024-04-12T16:19:50.205 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:19:50.205 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.conf 2024-04-12T16:19:50.212 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:19:50.212 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:19:50.261 INFO:tasks.cephadm:Adding host smithi154 to orchestrator... 2024-04-12T16:19:50.261 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch host add smithi154 2024-04-12T16:19:52.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:51 smithi115 bash[21527]: cluster 2024-04-12T16:19:50.858960+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:54.256 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:53 smithi115 bash[21527]: cluster 2024-04-12T16:19:52.859447+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:55.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:55 smithi115 bash[21527]: audit 2024-04-12T16:19:54.243084+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:55.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:55 smithi115 bash[21527]: audit 2024-04-12T16:19:54.250227+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:55.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:55 smithi115 bash[21527]: audit 2024-04-12T16:19:54.258933+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:19:56.138 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:19:56.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:56 smithi115 bash[21527]: cluster 2024-04-12T16:19:54.859806+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:19:58.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:19:58 smithi115 bash[21527]: cluster 2024-04-12T16:19:56.860216+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:00.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:00 smithi115 bash[21527]: audit 2024-04-12T16:19:58.845880+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:00.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:00 smithi115 bash[21527]: cluster 2024-04-12T16:19:58.860533+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:00.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:00 smithi115 bash[21527]: cephadm 2024-04-12T16:19:59.644929+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi154 2024-04-12T16:20:00.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:00 smithi115 bash[21527]: audit 2024-04-12T16:19:59.912489+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:00.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:00 smithi115 bash[21527]: audit 2024-04-12T16:19:59.921457+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:02 smithi115 bash[21527]: cluster 2024-04-12T16:20:00.860936+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:04.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:04 smithi115 bash[21527]: cluster 2024-04-12T16:20:02.861334+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:04.841 INFO:teuthology.orchestra.run.smithi115.stdout:Added host 'smithi154' with addr '172.21.15.154' 2024-04-12T16:20:05.504 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T16:20:06.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:05 smithi115 bash[21527]: audit 2024-04-12T16:20:04.845343+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:06.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:05 smithi115 bash[21527]: cephadm 2024-04-12T16:20:04.846147+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi154 2024-04-12T16:20:06.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:05 smithi115 bash[21527]: cluster 2024-04-12T16:20:04.861672+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:06.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:05 smithi115 bash[21527]: audit 2024-04-12T16:20:04.871910+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:06.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:05 smithi115 bash[21527]: audit 2024-04-12T16:20:05.347532+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.551233+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.557439+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.565801+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.823941+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.830875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.832637+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.834550+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:07.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:07 smithi115 bash[21527]: audit 2024-04-12T16:20:06.836276+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: cephadm 2024-04-12T16:20:06.839062+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: cluster 2024-04-12T16:20:06.861996+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: cephadm 2024-04-12T16:20:07.055422+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: cephadm 2024-04-12T16:20:07.525802+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: cephadm 2024-04-12T16:20:07.690969+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: audit 2024-04-12T16:20:07.860362+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: audit 2024-04-12T16:20:07.866000+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: audit 2024-04-12T16:20:07.869464+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]: dispatch 2024-04-12T16:20:08.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:08 smithi115 bash[21527]: audit 2024-04-12T16:20:07.870833+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]': finished 2024-04-12T16:20:10.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:10 smithi115 bash[21527]: cluster 2024-04-12T16:20:08.862433+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:11.156 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: cephadm 2024-04-12T16:20:09.846517+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi154 on smithi154 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.786796+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.823149+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.829432+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.931008+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.936714+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.938460+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:12.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:10.947638+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:12.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:11.056320+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:12.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:11.061398+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:12.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:11.063050+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:12.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:11.072445+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:12.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:11 smithi115 bash[21527]: audit 2024-04-12T16:20:11.262724+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:13.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:12 smithi115 bash[21527]: cluster 2024-04-12T16:20:10.862873+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:13.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:12 smithi115 bash[21527]: audit 2024-04-12T16:20:12.329649+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:13.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:12 smithi115 bash[21527]: audit 2024-04-12T16:20:12.338276+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:13.771 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:20:13.771 INFO:teuthology.orchestra.run.smithi115.stdout:[{"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.152", "hostname": "smithi152", "labels": [], "status": ""}, {"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}] 2024-04-12T16:20:14.469 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-12T16:20:14.470 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd crush tunables default 2024-04-12T16:20:15.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:14 smithi115 bash[21527]: cluster 2024-04-12T16:20:12.863291+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:15.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:14 smithi115 bash[21527]: audit 2024-04-12T16:20:13.775949+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:20:15.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:14 smithi115 bash[21527]: audit 2024-04-12T16:20:13.947977+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:15.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:14 smithi115 bash[21527]: audit 2024-04-12T16:20:14.450426+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:15.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:14 smithi115 bash[21527]: audit 2024-04-12T16:20:14.457440+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:15.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:14 smithi115 bash[21527]: audit 2024-04-12T16:20:14.465589+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:17.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:16 smithi115 bash[21527]: cluster 2024-04-12T16:20:14.863629+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:19.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:18 smithi115 bash[21527]: cluster 2024-04-12T16:20:16.864017+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:19.173 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:20:21.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:20 smithi115 bash[21527]: cluster 2024-04-12T16:20:18.864431+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:21.797 INFO:teuthology.orchestra.run.smithi115.stderr:adjusted tunables profile to default 2024-04-12T16:20:22.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:21 smithi115 bash[21527]: audit 2024-04-12T16:20:21.770831+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.115:0/2887182737' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T16:20:22.409 INFO:tasks.cephadm:Adding mon.a on smithi115 2024-04-12T16:20:22.409 INFO:tasks.cephadm:Adding mon.b on smithi152 2024-04-12T16:20:22.409 INFO:tasks.cephadm:Adding mon.c on smithi154 2024-04-12T16:20:22.410 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch apply mon '3;smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c' 2024-04-12T16:20:23.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:22 smithi115 bash[21527]: cluster 2024-04-12T16:20:20.864831+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:23.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:22 smithi115 bash[21527]: audit 2024-04-12T16:20:21.798994+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.115:0/2887182737' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T16:20:23.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:22 smithi115 bash[21527]: cluster 2024-04-12T16:20:21.803411+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:24.135 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:25.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:24 smithi115 bash[21527]: cluster 2024-04-12T16:20:22.865236+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:26.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:26 smithi115 bash[21527]: cluster 2024-04-12T16:20:24.865588+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:26.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:26 smithi115 bash[21527]: audit 2024-04-12T16:20:25.614005+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:26.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:26 smithi115 bash[21527]: audit 2024-04-12T16:20:25.622565+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:27.134 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mon update... 2024-04-12T16:20:27.728 DEBUG:teuthology.orchestra.run.smithi152:mon.b> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.b.service 2024-04-12T16:20:27.730 DEBUG:teuthology.orchestra.run.smithi154:mon.c> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.c.service 2024-04-12T16:20:27.733 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T16:20:27.733 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-12T16:20:28.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:26.744613+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:26.748160+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:26.752469+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.138478+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.177536+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.185619+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.187584+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.194172+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.197467+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:28.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:27 smithi115 bash[21527]: audit 2024-04-12T16:20:27.198540+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:28.969 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:29.006 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:28 smithi115 bash[21527]: cluster 2024-04-12T16:20:26.865975+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:29.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:28 smithi115 bash[21527]: audit 2024-04-12T16:20:27.126637+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:29.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:28 smithi115 bash[21527]: cephadm 2024-04-12T16:20:27.132167+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c;count:3 2024-04-12T16:20:29.007 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:28 smithi115 bash[21527]: cephadm 2024-04-12T16:20:27.199945+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi154 2024-04-12T16:20:31.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:30 smithi115 bash[21527]: cluster 2024-04-12T16:20:28.866388+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:32.784 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-12T16:20:32.785 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","modified":"2024-04-12T16:17:48.621806Z","created":"2024-04-12T16:17:48.621806Z","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.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T16:20:32.787 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2024-04-12T16:20:33.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:32 smithi115 bash[21527]: cluster 2024-04-12T16:20:30.866766+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:33.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:33 smithi154 systemd[1]: Started Ceph mon.c for 03fb0eee-f8e8-11ee-bc8d-c7b262605968. 2024-04-12T16:20:34.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:33 smithi115 bash[21527]: audit 2024-04-12T16:20:32.789940+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.154:0/3234494915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:33 smithi115 bash[21527]: audit 2024-04-12T16:20:33.173377+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:33 smithi115 bash[21527]: audit 2024-04-12T16:20:33.179359+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:33 smithi115 bash[21527]: audit 2024-04-12T16:20:33.234134+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:33 smithi115 bash[21527]: audit 2024-04-12T16:20:33.235622+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:34.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:33 smithi115 bash[21527]: audit 2024-04-12T16:20:33.237435+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.655+0000 7fa50d99bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.655+0000 7fa50d99bc80 0 ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev), process ceph-mon, pid 7 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.655+0000 7fa50d99bc80 0 pidfile_write: ignore empty --pid-file 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 0 load: jerasure load: lrc 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Git sha 0 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Compile date 2024-04-09 18:12:34 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: DB SUMMARY 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: DB Session ID: NDWQEXHJ9MNQK3SCL1DN 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: CURRENT file: CURRENT 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T16:20:34.695 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.create_if_missing: 0 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.env: 0x55e540977cc0 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.info_log: 0x55e541973c60 2024-04-12T16:20:34.696 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.statistics: (nil) 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.use_fsync: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.db_log_dir: 2024-04-12T16:20:34.697 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.wal_dir: 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.write_buffer_manager: 0x55e5419461e0 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T16:20:34.698 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.unordered_write: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.row_cache: None 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.wal_filter: None 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T16:20:34.699 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.wal_compression: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T16:20:34.700 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_open_files: -1 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T16:20:34.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Compression algorithms supported: 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kZSTD supported: 0 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T16:20:34.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.merge_operator: 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_filter: None 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e541973e20) 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cache_index_and_filter_blocks: 1 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: pin_top_level_index_and_filter: 1 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: index_type: 0 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: data_block_index_type: 0 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: index_shortening: 1 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T16:20:34.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: checksum: 4 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: no_block_cache: 0 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_cache: 0x55e541977090 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_cache_name: BinnedLRUCache 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_cache_options: 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: capacity : 536870912 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: num_shard_bits : 4 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: strict_capacity_limit : 0 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: high_pri_pool_ratio: 0.000 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_cache_compressed: (nil) 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: persistent_cache: (nil) 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_size: 4096 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_size_deviation: 10 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_restart_interval: 16 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: index_block_restart_interval: 1 2024-04-12T16:20:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: metadata_block_size: 4096 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: partition_filters: 0 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: use_delta_encoding: 1 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: filter_policy: bloomfilter 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: whole_key_filtering: 1 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: verify_compression: 0 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: read_amp_bytes_per_bit: 0 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: format_version: 5 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: enable_index_compression: 1 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: block_align: 0 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: max_auto_readahead_size: 262144 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: prepopulate_block_cache: 0 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: initial_auto_readahead_size: 8192 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: num_file_reads_for_auto_readahead: 2 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T16:20:34.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression: NoCompression 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.num_levels: 7 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:20:34.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T16:20:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T16:20:34.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T16:20:34.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.ttl: 2592000 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T16:20:34.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.659+0000 7fa50d99bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 11f9ceed-b9f7-4ca3-b12d-9de782161730 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938834665457, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938834665996, "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": 1712938834, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "11f9ceed-b9f7-4ca3-b12d-9de782161730", "db_session_id": "NDWQEXHJ9MNQK3SCL1DN", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938834666120, "job": 1, "event": "recovery_finished"} 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 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-04-12T16:20:34.713 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e541a6a000 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 4 rocksdb: DB pointer 0x55e541a54000 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa4fc0f5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa4fc0f5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: ** DB Stats ** 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: ** Compaction Stats [default] ** 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 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-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:20:34.714 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: ** Compaction Stats [default] ** 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 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-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:20:34.715 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: Block cache BinnedLRUCache@0x55e541977090#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-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 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-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 0 using public_addr v2:172.21.15.154:0/0 -> [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.663+0000 7fa50d99bc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] at bind addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.667+0000 7fa50d99bc80 1 mon.c@-1(???) e0 preinit fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 0 mon.c@-1(synchronizing).mds e1 new map 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: e1 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 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-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: legacy client fscid: -1 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: 2024-04-12T16:20:34.716 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: No filesystems configured 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.687+0000 7fa4ff0fb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:26.062346+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:26.083822+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:26.198045+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:26.312442+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:26.427100+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:26.545685+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.717 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:26.549368+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:26.552341+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:26.854902+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:28.855368+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:30.855744+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:32.856139+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:34.031254+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:34.034720+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:34.040815+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:34.856394+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:35.170477+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi152", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:35.803627+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi152 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:36.856632+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:38.856846+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:40.857216+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:40.896975+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.718 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:40.897941+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi152 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:40.900850+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:41.375710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:42.857583+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:42.904916+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:42.911420+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:42.912848+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:42.914850+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:42.916656+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:42.919388+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:43.136397+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:43.352293+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:43.516871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:43.687273+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:43.694165+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:43.697455+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]: dispatch 2024-04-12T16:20:34.719 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:43.699487+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]': finished 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:44.489735+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi152 on smithi152 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:44.857925+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.456583+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.464061+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.470670+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.538143+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.542579+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.544315+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.553292+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.622677+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.626758+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.628260+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.636936+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:45.909761+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:46.858332+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.720 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:46.983265+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:46.991150+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:48.858600+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:48.933730+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:49.091718+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:50.858960+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:52.859447+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:54.243084+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:54.250227+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:54.258933+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:54.859806+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:56.860216+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:58.845880+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:19:58.860533+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:19:59.644929+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi154 2024-04-12T16:20:34.721 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:59.912489+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:19:59.921457+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:00.860936+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:02.861334+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:04.845343+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:04.846147+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi154 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:04.861672+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:04.871910+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:05.347532+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.551233+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.557439+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.565801+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.823941+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.830875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.722 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.832637+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.834550+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:06.836276+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:06.839062+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:06.861996+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:07.055422+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:07.525802+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:07.690969+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:07.860362+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:07.866000+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:07.869464+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]: dispatch 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:07.870833+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]': finished 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:08.862433+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:09.846517+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi154 on smithi154 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.786796+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.823149+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.723 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.829432+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.931008+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.936714+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.938460+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:10.947638+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:11.056320+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:11.061398+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:11.063050+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:11.072445+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:11.262724+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:10.862873+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:12.329649+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:12.338276+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:12.863291+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:13.775949+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:13.947977+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:14.450426+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.724 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:14.457440+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:14.465589+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:14.863629+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:16.864017+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:18.864431+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:21.770831+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.115:0/2887182737' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:20.864831+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:21.798994+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.115:0/2887182737' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:21.803411+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:22.865236+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:24.865588+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:25.614005+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:25.622565+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:26.744613+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:26.748160+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:26.752469+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.138478+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.725 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.177536+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.185619+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.187584+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.194172+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.197467+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.198540+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:26.865975+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:27.126637+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:27.132167+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c;count:3 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cephadm 2024-04-12T16:20:27.199945+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi154 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:28.866388+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: cluster 2024-04-12T16:20:30.866766+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:32.789940+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.154:0/3234494915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:33.173377+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:33.179359+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.726 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:33.234134+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:34.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:33.235622+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:34.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: audit 2024-04-12T16:20:33.237435+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:34.727 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:34 smithi154 bash[22286]: debug 2024-04-12T16:20:34.691+0000 7fa4ff0fb700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-12T16:20:35.043 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T16:20:35.043 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-12T16:20:37.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:37 smithi152 systemd[1]: Started Ceph mon.b for 03fb0eee-f8e8-11ee-bc8d-c7b262605968. 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.661+0000 7f8444603c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.661+0000 7f8444603c80 0 ceph version 19.0.0-2847-gbf9c5618 (bf9c5618cc018927fa77780d25b6deb1f5dc254d) squid (dev), process ceph-mon, pid 7 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.661+0000 7f8444603c80 0 pidfile_write: ignore empty --pid-file 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 0 load: jerasure load: lrc 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Git sha 0 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Compile date 2024-04-09 18:12:34 2024-04-12T16:20:38.705 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: DB SUMMARY 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: DB Session ID: PA5WN3K6GP4KHEDMVVWY 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: CURRENT file: CURRENT 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.create_if_missing: 0 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.env: 0x556f81aa6cc0 2024-04-12T16:20:38.706 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.info_log: 0x556f84233c60 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.statistics: (nil) 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.use_fsync: 0 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T16:20:38.707 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.db_log_dir: 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.wal_dir: 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.write_buffer_manager: 0x556f842061e0 2024-04-12T16:20:38.708 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.unordered_write: 0 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.row_cache: None 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.wal_filter: None 2024-04-12T16:20:38.709 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.wal_compression: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T16:20:38.710 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T16:20:38.711 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T16:20:38.711 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T16:20:38.711 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T16:20:38.711 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T16:20:38.711 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T16:20:38.713 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T16:20:38.713 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T16:20:38.713 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T16:20:38.713 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_open_files: -1 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Compression algorithms supported: 2024-04-12T16:20:38.714 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kZSTD supported: 0 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.merge_operator: 2024-04-12T16:20:38.715 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_filter: None 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556f84233e20) 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cache_index_and_filter_blocks: 1 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: pin_top_level_index_and_filter: 1 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: index_type: 0 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: data_block_index_type: 0 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: index_shortening: 1 2024-04-12T16:20:38.716 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: checksum: 4 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: no_block_cache: 0 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_cache: 0x556f84237090 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_cache_name: BinnedLRUCache 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_cache_options: 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: capacity : 536870912 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: num_shard_bits : 4 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: strict_capacity_limit : 0 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: high_pri_pool_ratio: 0.000 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_cache_compressed: (nil) 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: persistent_cache: (nil) 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_size: 4096 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_size_deviation: 10 2024-04-12T16:20:38.717 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_restart_interval: 16 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: index_block_restart_interval: 1 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: metadata_block_size: 4096 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: partition_filters: 0 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: use_delta_encoding: 1 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: filter_policy: bloomfilter 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: whole_key_filtering: 1 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: verify_compression: 0 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: read_amp_bytes_per_bit: 0 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: format_version: 5 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: enable_index_compression: 1 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: block_align: 0 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: max_auto_readahead_size: 262144 2024-04-12T16:20:38.718 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: prepopulate_block_cache: 0 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: initial_auto_readahead_size: 8192 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: num_file_reads_for_auto_readahead: 2 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression: NoCompression 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.num_levels: 7 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T16:20:38.719 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T16:20:38.720 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T16:20:38.721 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T16:20:38.722 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T16:20:38.723 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.ttl: 2592000 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T16:20:38.724 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 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-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 84ad8c22-4d94-4e80-bb61-fc64d62aa0d8 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938838670654, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.665+0000 7f8444603c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938838671263, "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": 1712938838, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "84ad8c22-4d94-4e80-bb61-fc64d62aa0d8", "db_session_id": "PA5WN3K6GP4KHEDMVVWY", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712938838671384, "job": 1, "event": "recovery_finished"} 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 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-04-12T16:20:38.725 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556f8432a000 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 4 rocksdb: DB pointer 0x556f84314000 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8432d5d700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8432d5d700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: ** DB Stats ** 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: ** Compaction Stats [default] ** 2024-04-12T16:20:38.726 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: 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-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: ** Compaction Stats [default] ** 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: 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-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T16:20:38.727 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: Block cache BinnedLRUCache@0x556f84237090#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-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: 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-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 0 using public_addr v2:172.21.15.152:0/0 -> [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.669+0000 7f8444603c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] at bind addrs [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.673+0000 7f8444603c80 1 mon.b@-1(???) e0 preinit fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-12T16:20:38.728 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: e1 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: 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-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: legacy client fscid: -1 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: No filesystems configured 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:20:38.729 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.697+0000 7f8435d63700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:26.062346+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:26.083822+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:26.198045+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:26.312442+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:26.427100+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:26.545685+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:26.549368+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:26.552341+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:26.854902+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:28.855368+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:30.855744+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:32.856139+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:34.031254+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:34.034720+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:34.040815+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.730 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:34.856394+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:35.170477+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi152", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:35.803627+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi152 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:36.856632+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:38.856846+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:40.857216+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:40.896975+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:40.897941+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi152 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:40.900850+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:41.375710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:42.857583+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:42.904916+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:42.911420+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:42.912848+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:42.914850+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.731 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:42.916656+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:42.919388+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:43.136397+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:43.352293+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:43.516871+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:43.687273+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:43.694165+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:43.697455+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]: dispatch 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:43.699487+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]': finished 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:44.489735+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi152 on smithi152 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:44.857925+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.456583+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.464061+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.470670+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.538143+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.732 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.542579+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.544315+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.553292+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.622677+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.626758+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.628260+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.636936+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:45.909761+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:46.858332+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:46.983265+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:46.991150+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:48.858600+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:48.933730+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:49.091718+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:50.858960+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.733 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:52.859447+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:54.243084+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:54.250227+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:54.258933+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:54.859806+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:56.860216+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:58.845880+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:19:58.860533+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:19:59.644929+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi154 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:59.912489+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:19:59.921457+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:00.860936+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:02.861334+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:04.845343+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.734 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:04.846147+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi154 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:04.861672+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:04.871910+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:05.347532+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.551233+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.557439+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.565801+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.823941+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.830875+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.832637+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.834550+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:06.836276+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:06.839062+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:38.735 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:06.861996+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:07.055422+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:07.525802+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:07.690969+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:07.860362+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:07.866000+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:07.869464+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]: dispatch 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:07.870833+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]': finished 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:08.862433+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:09.846517+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi154 on smithi154 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.786796+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.823149+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.829432+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.736 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.931008+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.936714+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.938460+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:10.947638+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:11.056320+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:11.061398+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:11.063050+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:11.072445+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:11.262724+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:10.862873+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:12.329649+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:12.338276+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:12.863291+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:13.775949+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:20:38.737 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:13.947977+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:14.450426+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:14.457440+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:14.465589+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:14.863629+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:16.864017+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:18.864431+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:21.770831+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.115:0/2887182737' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:20.864831+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:21.798994+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.115:0/2887182737' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:21.803411+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:22.865236+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:24.865588+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:25.614005+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:25.622565+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:26.744613+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:26.748160+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:26.752469+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.138478+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.177536+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.185619+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.187584+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.194172+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.197467+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.198540+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:26.865975+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:27.126637+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:27.132167+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c;count:3 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cephadm 2024-04-12T16:20:27.199945+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi154 2024-04-12T16:20:38.739 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:28.866388+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: cluster 2024-04-12T16:20:30.866766+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:32.789940+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.154:0/3234494915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:33.173377+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:33.179359+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:33.234134+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:33.235622+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: audit 2024-04-12T16:20:33.237435+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:38.740 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:38 smithi152 bash[22221]: debug 2024-04-12T16:20:38.701+0000 7f8435d63700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-12T16:20:39.881 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:20:40.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:34.699595+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:34.704353+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:34.704652+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:34.724460+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:34.867525+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:35.699122+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:36.699492+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:36.700667+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:36.867895+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:37.699467+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:38.699938+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:38.710546+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.699879+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.710742+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.747678+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.754838+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.754878+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.754929+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-12T16:20:34.698810+0000 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.754963+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.754995+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.755028+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.755063+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.755097+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.756163+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.756238+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.756528+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: cluster 2024-04-12T16:20:39.756790+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-12T16:20:40.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.779160+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.785012+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.790855+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.796463+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:39 smithi115 bash[21527]: audit 2024-04-12T16:20:39.802464+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:34.699595+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:34.704353+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:20:40.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:34.704652+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:40.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:34.724460+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:34.867525+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:35.699122+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:36.699492+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:36.700667+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:36.867895+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:37.699467+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:38.699938+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:38.710546+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.699879+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.710742+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:40.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.747678+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.754838+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.754878+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.754929+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-12T16:20:34.698810+0000 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.754963+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.754995+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.755028+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.755063+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.755097+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.756163+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.756238+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.756528+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-12T16:20:40.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: cluster 2024-04-12T16:20:39.756790+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-12T16:20:40.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.779160+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.785012+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.790855+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.796463+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:39 smithi154 bash[22286]: audit 2024-04-12T16:20:39.802464+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:34.699595+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:34.704353+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:34.704652+0000 mon.a (mon.0) 227 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:34.724460+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:34.867525+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:35.699122+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:36.699492+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:36.700667+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:36.867895+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:37.699467+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:38.699938+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:38.710546+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.699879+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.710742+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.747678+0000 mon.a (mon.0) 236 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.754838+0000 mon.a (mon.0) 237 : cluster [DBG] monmap epoch 2 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.754878+0000 mon.a (mon.0) 238 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.754929+0000 mon.a (mon.0) 239 : cluster [DBG] last_changed 2024-04-12T16:20:34.698810+0000 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.754963+0000 mon.a (mon.0) 240 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.754995+0000 mon.a (mon.0) 241 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.755028+0000 mon.a (mon.0) 242 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.755063+0000 mon.a (mon.0) 243 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.755097+0000 mon.a (mon.0) 244 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.756163+0000 mon.a (mon.0) 245 : cluster [DBG] fsmap 2024-04-12T16:20:40.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.756238+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.756528+0000 mon.a (mon.0) 247 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: cluster 2024-04-12T16:20:39.756790+0000 mon.a (mon.0) 248 : cluster [INF] overall HEALTH_OK 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.779160+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.785012+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.790855+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.796463+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:40.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:40 smithi152 bash[22221]: audit 2024-04-12T16:20:39.802464+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:39.946961+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:39.947431+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:39.948375+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:40.161625+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:40.162459+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:40.164403+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:40.405207+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:20:46.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:40.454011+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cephadm 2024-04-12T16:20:40.456617+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:40.724107+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:40.724655+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:40.725181+0000 mon.a (mon.0) 272 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:40.744999+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:40.745230+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:40.868583+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:41.710254+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:42.711412+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:42.868940+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:46.121 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:43.711266+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:44.711604+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:44.869388+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.711638+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.744689+0000 mon.a (mon.0) 280 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750299+0000 mon.a (mon.0) 281 : cluster [DBG] monmap epoch 3 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750337+0000 mon.a (mon.0) 282 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750383+0000 mon.a (mon.0) 283 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750421+0000 mon.a (mon.0) 284 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750459+0000 mon.a (mon.0) 285 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750494+0000 mon.a (mon.0) 286 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750528+0000 mon.a (mon.0) 287 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750562+0000 mon.a (mon.0) 288 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.750596+0000 mon.a (mon.0) 289 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:20:46.122 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.772180+0000 mon.a (mon.0) 290 : cluster [DBG] fsmap 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.772291+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.772590+0000 mon.a (mon.0) 292 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.772923+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.780732+0000 mon.a (mon.0) 294 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.780766+0000 mon.a (mon.0) 295 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: cluster 2024-04-12T16:20:45.780785+0000 mon.a (mon.0) 296 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] is down (out of quorum) 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.785387+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.791539+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.797205+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.802760+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.808333+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.123 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:45 smithi115 bash[21527]: audit 2024-04-12T16:20:45.817746+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:39.946961+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:46.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:39.947431+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:39.948375+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:40.161625+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:40.162459+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:40.164403+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:40.405207+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:40.454011+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cephadm 2024-04-12T16:20:40.456617+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:40.724107+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:40.724655+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:40.725181+0000 mon.a (mon.0) 272 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:40.744999+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:40.745230+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:46.211 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:40.868583+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:41.710254+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:42.711412+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:42.868940+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:43.711266+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:44.711604+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:44.869388+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.711638+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.744689+0000 mon.a (mon.0) 280 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750299+0000 mon.a (mon.0) 281 : cluster [DBG] monmap epoch 3 2024-04-12T16:20:46.212 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750337+0000 mon.a (mon.0) 282 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750383+0000 mon.a (mon.0) 283 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750421+0000 mon.a (mon.0) 284 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750459+0000 mon.a (mon.0) 285 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750494+0000 mon.a (mon.0) 286 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750528+0000 mon.a (mon.0) 287 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750562+0000 mon.a (mon.0) 288 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.750596+0000 mon.a (mon.0) 289 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.772180+0000 mon.a (mon.0) 290 : cluster [DBG] fsmap 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.772291+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.772590+0000 mon.a (mon.0) 292 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.772923+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.780732+0000 mon.a (mon.0) 294 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.780766+0000 mon.a (mon.0) 295 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-12T16:20:46.213 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: cluster 2024-04-12T16:20:45.780785+0000 mon.a (mon.0) 296 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] is down (out of quorum) 2024-04-12T16:20:46.214 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.785387+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.214 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.791539+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.214 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.797205+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.214 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.802760+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.214 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.808333+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.214 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:45 smithi154 bash[22286]: audit 2024-04-12T16:20:45.817746+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:46.900 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-12T16:20:46.900 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":3,"fsid":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","modified":"2024-04-12T16:20:40.720238Z","created":"2024-04-12T16:17:48.621806Z","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.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:3300","nonce":0},{"type":"v1","addr":"172.21.15.152:6789","nonce":0}]},"addr":"172.21.15.152:6789/0","public_addr":"172.21.15.152:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-12T16:20:46.903 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 3 2024-04-12T16:20:47.118 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: cephadm 2024-04-12T16:20:45.836069+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:45.839493+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:45.841089+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:45.842544+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: cephadm 2024-04-12T16:20:45.844409+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi152 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:46.000503+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:46.008149+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:46.017464+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:46.617826+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:46 smithi154 bash[22286]: audit 2024-04-12T16:20:46.711921+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: cephadm 2024-04-12T16:20:45.836069+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:45.839493+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:45.841089+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:47.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:45.842544+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:47.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: cephadm 2024-04-12T16:20:45.844409+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi152 2024-04-12T16:20:47.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:46.000503+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:46.008149+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:46.017464+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:46.617826+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:47.120 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:46 smithi115 bash[21527]: audit 2024-04-12T16:20:46.711921+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:47.576 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-12T16:20:47.577 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph config generate-minimal-conf 2024-04-12T16:20:48.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:39.946961+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:48.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:39.947431+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:48.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:39.948375+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:40.161625+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:40.162459+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:40.164403+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:40.405207+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:40.454011+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:40.456617+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:40.724107+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:40.724655+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:40.725181+0000 mon.a (mon.0) 272 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:40.744999+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:40.745230+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:40.868583+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:41.710254+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:42.711412+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:42.868940+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:43.711266+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:44.711604+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:44.869388+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.711638+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.744689+0000 mon.a (mon.0) 280 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T16:20:48.058 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750299+0000 mon.a (mon.0) 281 : cluster [DBG] monmap epoch 3 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750337+0000 mon.a (mon.0) 282 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750383+0000 mon.a (mon.0) 283 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750421+0000 mon.a (mon.0) 284 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750459+0000 mon.a (mon.0) 285 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750494+0000 mon.a (mon.0) 286 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750528+0000 mon.a (mon.0) 287 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750562+0000 mon.a (mon.0) 288 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.750596+0000 mon.a (mon.0) 289 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.772180+0000 mon.a (mon.0) 290 : cluster [DBG] fsmap 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.772291+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.772590+0000 mon.a (mon.0) 292 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.772923+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.780732+0000 mon.a (mon.0) 294 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-12T16:20:48.059 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.780766+0000 mon.a (mon.0) 295 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cluster 2024-04-12T16:20:45.780785+0000 mon.a (mon.0) 296 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] is down (out of quorum) 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.785387+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.791539+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.797205+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.802760+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.808333+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.817746+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:45.836069+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.839493+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.841089+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:45.842544+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: cephadm 2024-04-12T16:20:45.844409+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi152 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:46.000503+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.060 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:46.008149+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.061 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:46.017464+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.061 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:46.617826+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.061 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:47 smithi152 bash[22221]: audit 2024-04-12T16:20:46.711921+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:48.509 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:42.722321+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:46.869793+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.756490+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.757130+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.757326+0000 mon.a (mon.0) 316 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.780321+0000 mon.a (mon.0) 317 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786127+0000 mon.a (mon.0) 318 : cluster [DBG] monmap epoch 3 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786144+0000 mon.a (mon.0) 319 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786151+0000 mon.a (mon.0) 320 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786159+0000 mon.a (mon.0) 321 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786166+0000 mon.a (mon.0) 322 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:48.510 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786172+0000 mon.a (mon.0) 323 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786177+0000 mon.a (mon.0) 324 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786186+0000 mon.a (mon.0) 325 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786193+0000 mon.a (mon.0) 326 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786602+0000 mon.a (mon.0) 327 : cluster [DBG] fsmap 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786628+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786763+0000 mon.a (mon.0) 329 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786892+0000 mon.a (mon.0) 330 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.786910+0000 mon.a (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: cluster 2024-04-12T16:20:47.791695+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: audit 2024-04-12T16:20:47.949831+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: audit 2024-04-12T16:20:47.958665+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: audit 2024-04-12T16:20:47.967617+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: audit 2024-04-12T16:20:47.969219+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:48.511 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:48 smithi115 bash[21527]: audit 2024-04-12T16:20:47.970867+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:48.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:42.722321+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-12T16:20:48.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:46.869793+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:48.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.756490+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-12T16:20:48.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.757130+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.757326+0000 mon.a (mon.0) 316 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.780321+0000 mon.a (mon.0) 317 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786127+0000 mon.a (mon.0) 318 : cluster [DBG] monmap epoch 3 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786144+0000 mon.a (mon.0) 319 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786151+0000 mon.a (mon.0) 320 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786159+0000 mon.a (mon.0) 321 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786166+0000 mon.a (mon.0) 322 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786172+0000 mon.a (mon.0) 323 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786177+0000 mon.a (mon.0) 324 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786186+0000 mon.a (mon.0) 325 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786193+0000 mon.a (mon.0) 326 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786602+0000 mon.a (mon.0) 327 : cluster [DBG] fsmap 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786628+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:48.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786763+0000 mon.a (mon.0) 329 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786892+0000 mon.a (mon.0) 330 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.786910+0000 mon.a (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: cluster 2024-04-12T16:20:47.791695+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: audit 2024-04-12T16:20:47.949831+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: audit 2024-04-12T16:20:47.958665+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: audit 2024-04-12T16:20:47.967617+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: audit 2024-04-12T16:20:47.969219+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:48.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:48 smithi152 bash[22221]: audit 2024-04-12T16:20:47.970867+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:48.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:42.722321+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-12T16:20:48.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:46.869793+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:48.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.756490+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-04-12T16:20:48.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.757130+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.757326+0000 mon.a (mon.0) 316 : cluster [INF] mon.a calling monitor election 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.780321+0000 mon.a (mon.0) 317 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786127+0000 mon.a (mon.0) 318 : cluster [DBG] monmap epoch 3 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786144+0000 mon.a (mon.0) 319 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786151+0000 mon.a (mon.0) 320 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786159+0000 mon.a (mon.0) 321 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786166+0000 mon.a (mon.0) 322 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786172+0000 mon.a (mon.0) 323 : cluster [DBG] election_strategy: 1 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786177+0000 mon.a (mon.0) 324 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786186+0000 mon.a (mon.0) 325 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786193+0000 mon.a (mon.0) 326 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786602+0000 mon.a (mon.0) 327 : cluster [DBG] fsmap 2024-04-12T16:20:48.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786628+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786763+0000 mon.a (mon.0) 329 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786892+0000 mon.a (mon.0) 330 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.786910+0000 mon.a (mon.0) 331 : cluster [INF] Cluster is now healthy 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: cluster 2024-04-12T16:20:47.791695+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: audit 2024-04-12T16:20:47.949831+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: audit 2024-04-12T16:20:47.958665+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: audit 2024-04-12T16:20:47.967617+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: audit 2024-04-12T16:20:47.969219+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:48.712 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:48 smithi154 bash[22286]: audit 2024-04-12T16:20:47.970867+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:49.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:49 smithi154 bash[22286]: cephadm 2024-04-12T16:20:47.967021+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-12T16:20:49.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:49 smithi154 bash[22286]: cephadm 2024-04-12T16:20:47.972792+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi154 2024-04-12T16:20:49.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:49 smithi154 bash[22286]: audit 2024-04-12T16:20:48.712195+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:50.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:49 smithi152 bash[22221]: cephadm 2024-04-12T16:20:47.967021+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-12T16:20:50.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:49 smithi152 bash[22221]: cephadm 2024-04-12T16:20:47.972792+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi154 2024-04-12T16:20:50.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:49 smithi152 bash[22221]: audit 2024-04-12T16:20:48.712195+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:50.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:49 smithi115 bash[21527]: cephadm 2024-04-12T16:20:47.967021+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-12T16:20:50.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:49 smithi115 bash[21527]: cephadm 2024-04-12T16:20:47.972792+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi154 2024-04-12T16:20:50.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:49 smithi115 bash[21527]: audit 2024-04-12T16:20:48.712195+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: cluster 2024-04-12T16:20:48.870224+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.080736+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.087579+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.092893+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.096807+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.098083+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.586572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.592375+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.596842+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.600910+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.606946+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.613694+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.620456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.686591+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.687306+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:50.961 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:50 smithi154 bash[22286]: audit 2024-04-12T16:20:50.687916+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: cluster 2024-04-12T16:20:48.870224+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.080736+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.087579+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.092893+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.096807+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.098083+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.586572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.592375+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.596842+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.600910+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.606946+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.613694+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.620456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.686591+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.687306+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:51.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:50 smithi152 bash[22221]: audit 2024-04-12T16:20:50.687916+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:51.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: cluster 2024-04-12T16:20:48.870224+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:51.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.080736+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.087579+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.092893+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.096807+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.098083+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.586572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.592375+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.596842+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.600910+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.606946+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.613694+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.620456+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.686591+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.687306+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T16:20:51.119 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:50 smithi115 bash[21527]: audit 2024-04-12T16:20:50.687916+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.100233+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.100920+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.102010+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.367612+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.367770+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.367945+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.686238+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-12T16:20:51.960 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:51 smithi154 bash[22286]: cephadm 2024-04-12T16:20:50.688672+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.100233+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.100920+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.102010+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.367612+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.367770+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.367945+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.686238+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-12T16:20:52.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:51 smithi152 bash[22221]: cephadm 2024-04-12T16:20:50.688672+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-04-12T16:20:52.061 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.100233+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:20:52.061 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.100920+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:20:52.061 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.102010+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:20:52.061 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.367612+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:52.061 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.367770+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:52.061 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.367945+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:20:52.062 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.686238+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-12T16:20:52.062 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:51 smithi115 bash[21527]: cephadm 2024-04-12T16:20:50.688672+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi115 2024-04-12T16:20:52.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:52 smithi154 bash[22286]: cluster 2024-04-12T16:20:50.870535+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:52 smithi152 bash[22221]: cluster 2024-04-12T16:20:50.870535+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:53.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:52 smithi115 bash[21527]: cluster 2024-04-12T16:20:50.870535+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:53.292 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:20:54.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:53 smithi115 bash[21527]: audit 2024-04-12T16:20:52.841547+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:54.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:53 smithi115 bash[21527]: audit 2024-04-12T16:20:52.847824+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:54.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:53 smithi115 bash[21527]: cluster 2024-04-12T16:20:52.870977+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:54.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:53 smithi154 bash[22286]: audit 2024-04-12T16:20:52.841547+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:54.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:53 smithi154 bash[22286]: audit 2024-04-12T16:20:52.847824+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:54.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:53 smithi154 bash[22286]: cluster 2024-04-12T16:20:52.870977+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:54.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:53 smithi152 bash[22221]: audit 2024-04-12T16:20:52.841547+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:54.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:53 smithi152 bash[22221]: audit 2024-04-12T16:20:52.847824+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:54.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:53 smithi152 bash[22221]: cluster 2024-04-12T16:20:52.870977+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:56.096 INFO:teuthology.orchestra.run.smithi115.stdout:# minimal ceph.conf for 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:56.096 INFO:teuthology.orchestra.run.smithi115.stdout:[global] 2024-04-12T16:20:56.096 INFO:teuthology.orchestra.run.smithi115.stdout: fsid = 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:20:56.096 INFO:teuthology.orchestra.run.smithi115.stdout: mon_host = [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] 2024-04-12T16:20:56.110 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:55 smithi115 bash[21527]: audit 2024-04-12T16:20:54.833107+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.110 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:55 smithi115 bash[21527]: audit 2024-04-12T16:20:54.839988+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.110 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:55 smithi115 bash[21527]: audit 2024-04-12T16:20:54.848946+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.110 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:55 smithi115 bash[21527]: cluster 2024-04-12T16:20:54.871484+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:56.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:55 smithi154 bash[22286]: audit 2024-04-12T16:20:54.833107+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:55 smithi154 bash[22286]: audit 2024-04-12T16:20:54.839988+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:55 smithi154 bash[22286]: audit 2024-04-12T16:20:54.848946+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:55 smithi154 bash[22286]: cluster 2024-04-12T16:20:54.871484+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:56.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:55 smithi152 bash[22221]: audit 2024-04-12T16:20:54.833107+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:55 smithi152 bash[22221]: audit 2024-04-12T16:20:54.839988+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:55 smithi152 bash[22221]: audit 2024-04-12T16:20:54.848946+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:20:56.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:55 smithi152 bash[22221]: cluster 2024-04-12T16:20:54.871484+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:56.756 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-12T16:20:56.757 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:20:56.757 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T16:20:56.771 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:20:56.771 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:56.829 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:20:56.830 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T16:20:56.844 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:20:56.844 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:56.902 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:20:56.902 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T16:20:56.916 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:20:56.917 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:20:56.971 INFO:tasks.cephadm:Adding mgr.a on smithi115 2024-04-12T16:20:56.971 INFO:tasks.cephadm:Adding mgr.b on smithi152 2024-04-12T16:20:56.972 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch apply mgr '2;smithi115=a;smithi152=b' 2024-04-12T16:20:57.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:56 smithi115 bash[21527]: audit 2024-04-12T16:20:56.101760+0000 mon.a (mon.0) 359 : audit [DBG] from='client.? 172.21.15.115:0/1321102294' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:57.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:56 smithi154 bash[22286]: audit 2024-04-12T16:20:56.101760+0000 mon.a (mon.0) 359 : audit [DBG] from='client.? 172.21.15.115:0/1321102294' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:56 smithi152 bash[22221]: audit 2024-04-12T16:20:56.101760+0000 mon.a (mon.0) 359 : audit [DBG] from='client.? 172.21.15.115:0/1321102294' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:20:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:57 smithi154 bash[22286]: cluster 2024-04-12T16:20:56.871896+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:58.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:57 smithi115 bash[21527]: cluster 2024-04-12T16:20:56.871896+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:20:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:57 smithi152 bash[22221]: cluster 2024-04-12T16:20:56.871896+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:20:59 smithi154 bash[22286]: cluster 2024-04-12T16:20:58.872286+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:20:59 smithi152 bash[22221]: cluster 2024-04-12T16:20:58.872286+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:00.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:20:59 smithi115 bash[21527]: cluster 2024-04-12T16:20:58.872286+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:00.715 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:21:02.184 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:01 smithi154 bash[22286]: cluster 2024-04-12T16:21:00.872636+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:02.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:01 smithi152 bash[22221]: cluster 2024-04-12T16:21:00.872636+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:02.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:01 smithi115 bash[21527]: cluster 2024-04-12T16:21:00.872636+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:04.182 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:03 smithi152 bash[22221]: cluster 2024-04-12T16:21:02.873005+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:04.199 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mgr update... 2024-04-12T16:21:04.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:03 smithi154 bash[22286]: cluster 2024-04-12T16:21:02.873005+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:04.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:03 smithi115 bash[21527]: cluster 2024-04-12T16:21:02.873005+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:04.801 DEBUG:teuthology.orchestra.run.smithi152:mgr.b> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.b.service 2024-04-12T16:21:04.804 INFO:tasks.cephadm:Deploying OSDs... 2024-04-12T16:21:04.804 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-12T16:21:04.804 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T16:21:04.811 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-12T16:21:04.811 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2024-04-12T16:21:04.862 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T16:21:04.862 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:04.862 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-04-12T16:21:04.862 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:04.862 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-12 16:10:44.950738069 +0000 2024-04-12T16:21:04.862 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-12 16:10:44.694740355 +0000 2024-04-12T16:21:04.863 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-12 16:10:44.694740355 +0000 2024-04-12T16:21:04.863 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-12T16:21:04.863 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T16:21:04.916 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-12T16:21:04.916 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-12T16:21:04.916 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00045283 s, 1.1 MB/s 2024-04-12T16:21:04.918 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T16:21:04.967 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2024-04-12T16:21:05.017 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T16:21:05.017 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.017 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-04-12T16:21:05.017 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.017 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-12 16:10:45.446733638 +0000 2024-04-12T16:21:05.018 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-12 16:10:45.178736032 +0000 2024-04-12T16:21:05.018 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-12 16:10:45.178736032 +0000 2024-04-12T16:21:05.018 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-12T16:21:05.018 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T16:21:05.072 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-12T16:21:05.072 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-12T16:21:05.073 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000434589 s, 1.2 MB/s 2024-04-12T16:21:05.073 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T16:21:05.122 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2024-04-12T16:21:05.170 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T16:21:05.170 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.170 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-04-12T16:21:05.171 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.171 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-12 16:10:45.954729100 +0000 2024-04-12T16:21:05.171 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-12 16:10:45.678731565 +0000 2024-04-12T16:21:05.171 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-12 16:10:45.678731565 +0000 2024-04-12T16:21:05.171 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-12T16:21:05.171 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T16:21:05.225 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-12T16:21:05.225 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-12T16:21:05.225 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000448169 s, 1.1 MB/s 2024-04-12T16:21:05.226 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T16:21:05.275 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2024-04-12T16:21:05.321 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T16:21:05.321 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.322 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-12T16:21:05.322 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.322 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-12 16:10:46.478724420 +0000 2024-04-12T16:21:05.322 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-12 16:10:46.226726671 +0000 2024-04-12T16:21:05.322 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-12 16:10:46.226726671 +0000 2024-04-12T16:21:05.322 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-12T16:21:05.322 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T16:21:05.376 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-12T16:21:05.377 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-12T16:21:05.377 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000329433 s, 1.6 MB/s 2024-04-12T16:21:05.378 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T16:21:05.427 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-04-12T16:21:05.427 DEBUG:teuthology.orchestra.run.smithi152:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T16:21:05.433 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-12T16:21:05.433 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_1 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.192604+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi115=a;smithi152=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: cephadm 2024-04-12T16:21:04.197196+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi115=a;smithi152=b;count:2 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.204046+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.210282+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.217670+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.228640+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.253842+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.259613+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:05.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.261322+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:05.461 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.272185+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.461 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.277099+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:21:05.461 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.281208+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T16:21:05.461 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.285690+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:21:05.461 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: audit 2024-04-12T16:21:04.287642+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:05.461 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:05 smithi154 bash[22286]: cephadm 2024-04-12T16:21:04.289687+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi152 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2024-04-12 16:10:46.825839542 +0000 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2024-04-12 16:10:46.549842008 +0000 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2024-04-12 16:10:46.549842008 +0000 2024-04-12T16:21:05.482 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2024-04-12T16:21:05.483 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T16:21:05.534 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.192604+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi115=a;smithi152=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:21:05.534 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: cephadm 2024-04-12T16:21:04.197196+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi115=a;smithi152=b;count:2 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.204046+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.210282+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.217670+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.228640+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.253842+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.259613+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.261322+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.272185+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.277099+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.281208+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.285690+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: audit 2024-04-12T16:21:04.287642+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:05.535 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:05 smithi152 bash[22221]: cephadm 2024-04-12T16:21:04.289687+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi152 2024-04-12T16:21:05.536 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2024-04-12T16:21:05.536 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2024-04-12T16:21:05.536 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000414285 s, 1.2 MB/s 2024-04-12T16:21:05.538 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T16:21:05.590 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_2 2024-04-12T16:21:05.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.192604+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi115=a;smithi152=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:21:05.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: cephadm 2024-04-12T16:21:04.197196+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi115=a;smithi152=b;count:2 2024-04-12T16:21:05.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.204046+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.210282+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.217670+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.228640+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.253842+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.259613+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.261322+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.272185+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.277099+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.281208+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.285690+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: audit 2024-04-12T16:21:04.287642+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:05.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:05 smithi115 bash[21527]: cephadm 2024-04-12T16:21:04.289687+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi152 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2024-04-12 16:10:47.077837292 +0000 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2024-04-12 16:10:47.073837327 +0000 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2024-04-12 16:10:47.073837327 +0000 2024-04-12T16:21:05.638 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2024-04-12T16:21:05.639 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T16:21:05.692 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2024-04-12T16:21:05.692 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2024-04-12T16:21:05.692 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000346607 s, 1.5 MB/s 2024-04-12T16:21:05.693 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T16:21:05.746 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_3 2024-04-12T16:21:05.793 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T16:21:05.793 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.793 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-04-12T16:21:05.794 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.794 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2024-04-12 16:10:47.617832469 +0000 2024-04-12T16:21:05.794 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2024-04-12 16:10:47.613832505 +0000 2024-04-12T16:21:05.794 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2024-04-12 16:10:47.613832505 +0000 2024-04-12T16:21:05.794 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2024-04-12T16:21:05.794 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T16:21:05.848 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2024-04-12T16:21:05.848 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2024-04-12T16:21:05.848 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000374121 s, 1.4 MB/s 2024-04-12T16:21:05.849 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T16:21:05.899 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_4 2024-04-12T16:21:05.944 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2024-04-12 16:10:48.369825751 +0000 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2024-04-12 16:10:48.133827859 +0000 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2024-04-12 16:10:48.133827859 +0000 2024-04-12T16:21:05.945 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2024-04-12T16:21:05.945 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T16:21:05.997 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2024-04-12T16:21:05.997 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2024-04-12T16:21:05.997 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000218662 s, 2.3 MB/s 2024-04-12T16:21:05.998 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T16:21:06.045 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-12T16:21:06.045 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T16:21:06.051 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-12T16:21:06.052 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_1 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-12 16:10:45.688408536 +0000 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-12 16:10:45.444410715 +0000 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-12 16:10:45.444410715 +0000 2024-04-12T16:21:06.100 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-12T16:21:06.101 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T16:21:06.154 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-12T16:21:06.154 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-12T16:21:06.154 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000397447 s, 1.3 MB/s 2024-04-12T16:21:06.155 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T16:21:06.205 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_2 2024-04-12T16:21:06.251 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-12 16:10:46.240403606 +0000 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-12 16:10:45.960406107 +0000 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-12 16:10:45.960406107 +0000 2024-04-12T16:21:06.252 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-12T16:21:06.252 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T16:21:06.306 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-12T16:21:06.307 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-12T16:21:06.307 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000425233 s, 1.2 MB/s 2024-04-12T16:21:06.308 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T16:21:06.357 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_3 2024-04-12T16:21:06.403 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-12 16:10:46.752399032 +0000 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-12 16:10:46.488401390 +0000 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-12 16:10:46.488401390 +0000 2024-04-12T16:21:06.404 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-12T16:21:06.404 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T16:21:06.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:06 smithi154 bash[22286]: cluster 2024-04-12T16:21:04.873413+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:06.458 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-12T16:21:06.458 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-12T16:21:06.458 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000433075 s, 1.2 MB/s 2024-04-12T16:21:06.459 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T16:21:06.509 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_4 2024-04-12T16:21:06.555 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T16:21:06.555 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T16:21:06.556 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-04-12T16:21:06.556 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T16:21:06.556 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2024-04-12 16:10:46.988396924 +0000 2024-04-12T16:21:06.556 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2024-04-12 16:10:46.984396960 +0000 2024-04-12T16:21:06.556 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2024-04-12 16:10:46.984396960 +0000 2024-04-12T16:21:06.556 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2024-04-12T16:21:06.556 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T16:21:06.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:06 smithi152 bash[22221]: cluster 2024-04-12T16:21:04.873413+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:06.610 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2024-04-12T16:21:06.610 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2024-04-12T16:21:06.610 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000391521 s, 1.3 MB/s 2024-04-12T16:21:06.611 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T16:21:06.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:06 smithi115 bash[21527]: cluster 2024-04-12T16:21:04.873413+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:06.661 INFO:tasks.cephadm:Deploying osd.0 on smithi115 with /dev/vg_nvme/lv_4... 2024-04-12T16:21:06.661 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T16:21:07.007 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:06 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:07.007 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:06 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:07.007 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:06 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:07.007 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:07 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:07.293 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:07 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:07.293 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:07 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:07.294 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:07 smithi152 systemd[1]: Started Ceph mgr.b for 03fb0eee-f8e8-11ee-bc8d-c7b262605968. 2024-04-12T16:21:08.514 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: cluster 2024-04-12T16:21:06.873828+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:08.515 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.264564+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.515 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.273069+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.515 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.318870+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.515 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.326059+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.515 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.390934+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.516 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.395576+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.516 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.403970+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.516 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.463324+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:08.516 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.468264+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:08.516 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.469831+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:08.516 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.478314+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.517 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: cephadm 2024-04-12T16:21:07.478914+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:21:08.517 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: cephadm 2024-04-12T16:21:07.576219+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-12T16:21:08.517 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.576693+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:21:08.517 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.577955+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:21:08.517 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: audit 2024-04-12T16:21:07.579118+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:08.518 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[22221]: cephadm 2024-04-12T16:21:07.580665+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi115 2024-04-12T16:21:08.664 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: cluster 2024-04-12T16:21:06.873828+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:08.664 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.264564+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.664 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.273069+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.664 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.318870+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.664 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.326059+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.390934+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.395576+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.403970+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.463324+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.468264+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.469831+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.478314+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: cephadm 2024-04-12T16:21:07.478914+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: cephadm 2024-04-12T16:21:07.576219+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.576693+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.577955+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:21:08.665 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: audit 2024-04-12T16:21:07.579118+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:08.666 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:08 smithi115 bash[21527]: cephadm 2024-04-12T16:21:07.580665+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi115 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: cluster 2024-04-12T16:21:06.873828+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.264564+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.273069+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.318870+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.326059+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.390934+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.395576+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.403970+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.463324+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.468264+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.469831+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.478314+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:08.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: cephadm 2024-04-12T16:21:07.478914+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:21:08.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: cephadm 2024-04-12T16:21:07.576219+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-12T16:21:08.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.576693+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T16:21:08.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.577955+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T16:21:08.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: audit 2024-04-12T16:21:07.579118+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:08.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:08 smithi154 bash[22286]: cephadm 2024-04-12T16:21:07.580665+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi115 2024-04-12T16:21:08.793 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[23310]: debug 2024-04-12T16:21:08.648+0000 7fd1c4726700 1 -- 172.21.15.152:0/3359111574 <== mon.2 v2:172.21.15.152:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55af5c8545a0 con 0x55af5d5d4400 2024-04-12T16:21:08.793 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:08 smithi152 bash[23310]: debug 2024-04-12T16:21:08.796+0000 7fd1ce936200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:21:10.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:10 smithi152 bash[22221]: cluster 2024-04-12T16:21:08.874259+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:10.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:10 smithi152 bash[23310]: debug 2024-04-12T16:21:10.388+0000 7fd1ce936200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:21:10.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:10 smithi152 bash[23310]: debug 2024-04-12T16:21:10.484+0000 7fd1ce936200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:21:10.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:10 smithi115 bash[21527]: cluster 2024-04-12T16:21:08.874259+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:10.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:10 smithi154 bash[22286]: cluster 2024-04-12T16:21:08.874259+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:11.055 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:10 smithi152 bash[23310]: debug 2024-04-12T16:21:10.736+0000 7fd1ce936200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:21:11.372 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.344742+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.349049+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.353319+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.357016+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.358328+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.365366+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: cephadm 2024-04-12T16:21:10.365967+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:21:11.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:11 smithi115 bash[21527]: audit 2024-04-12T16:21:10.805595+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.658 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[23310]: debug 2024-04-12T16:21:11.548+0000 7fd1ce936200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:21:11.658 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.344742+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.658 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.349049+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.658 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.353319+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:11.658 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.357016+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:11.659 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.358328+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:11.659 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.365366+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.659 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: cephadm 2024-04-12T16:21:10.365967+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:21:11.659 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[22221]: audit 2024-04-12T16:21:10.805595+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.344742+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.349049+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.353319+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:11.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.357016+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:11.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.358328+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:11.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.365366+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: cephadm 2024-04-12T16:21:10.365967+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:21:11.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:11 smithi154 bash[22286]: audit 2024-04-12T16:21:10.805595+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:11.963 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[23310]: debug 2024-04-12T16:21:11.660+0000 7fd1ce936200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:21:11.963 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:11 smithi152 bash[23310]: debug 2024-04-12T16:21:11.760+0000 7fd1ce936200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:21:12.258 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[23310]: debug 2024-04-12T16:21:12.128+0000 7fd1ce936200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:21:12.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[23310]: debug 2024-04-12T16:21:12.260+0000 7fd1ce936200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:21:12.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[23310]: debug 2024-04-12T16:21:12.364+0000 7fd1ce936200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:21:12.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:12 smithi115 bash[21527]: cluster 2024-04-12T16:21:10.874649+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:12.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:12 smithi115 bash[21527]: audit 2024-04-12T16:21:12.362754+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[22221]: cluster 2024-04-12T16:21:10.874649+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:13.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[22221]: audit 2024-04-12T16:21:12.362754+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:13.056 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[23310]: debug 2024-04-12T16:21:12.724+0000 7fd1ce936200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:21:13.056 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:12 smithi152 bash[23310]: debug 2024-04-12T16:21:12.972+0000 7fd1ce936200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:21:13.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:12 smithi154 bash[22286]: cluster 2024-04-12T16:21:10.874649+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:13.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:12 smithi154 bash[22286]: audit 2024-04-12T16:21:12.362754+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:13.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:13 smithi152 bash[23310]: debug 2024-04-12T16:21:13.252+0000 7fd1ce936200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:21:13.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:13 smithi152 bash[23310]: debug 2024-04-12T16:21:13.376+0000 7fd1ce936200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:21:13.935 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:13 smithi152 bash[23310]: debug 2024-04-12T16:21:13.664+0000 7fd1ce936200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:21:14.305 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:14 smithi152 bash[23310]: debug 2024-04-12T16:21:14.080+0000 7fd1ce936200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:21:14.676 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:14 smithi152 bash[23310]: debug 2024-04-12T16:21:14.316+0000 7fd1ce936200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:21:14.676 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:14 smithi152 bash[23310]: debug 2024-04-12T16:21:14.432+0000 7fd1ce936200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:21:14.727 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T16:21:14.727 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T16:21:14.727 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-04-12T16:21:14.727 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-04-12T16:21:14.728 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0161171 s, 651 MB/s 2024-04-12T16:21:14.728 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-04-12T16:21:15.055 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:14 smithi152 bash[23310]: debug 2024-04-12T16:21:14.676+0000 7fd1ce936200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:21:15.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:14 smithi152 bash[22221]: cluster 2024-04-12T16:21:12.875011+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:15.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:14 smithi152 bash[22221]: audit 2024-04-12T16:21:13.939839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:15.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:14 smithi115 bash[21527]: cluster 2024-04-12T16:21:12.875011+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:15.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:14 smithi115 bash[21527]: audit 2024-04-12T16:21:13.939839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:15.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:14 smithi154 bash[22286]: cluster 2024-04-12T16:21:12.875011+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:15.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:14 smithi154 bash[22286]: audit 2024-04-12T16:21:13.939839+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:15.482 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi115:vg_nvme/lv_4 2024-04-12T16:21:15.945 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[23310]: debug 2024-04-12T16:21:15.696+0000 7fd1ce936200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:21:15.946 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[23310]: debug 2024-04-12T16:21:15.812+0000 7fd1ce936200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:21:16.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: cluster 2024-04-12T16:21:14.875275+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:14.951751+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:14.955076+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:14.959225+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.477063+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.485334+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.492688+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.493161+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.497443+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.498378+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:16.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:15 smithi154 bash[22286]: audit 2024-04-12T16:21:15.505882+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[23310]: debug 2024-04-12T16:21:16.104+0000 7fd1ce936200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: cluster 2024-04-12T16:21:14.875275+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:14.951751+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:14.955076+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:14.959225+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.477063+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.485334+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.492688+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.213 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.493161+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:16.214 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.497443+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:16.214 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.498378+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:16.214 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:15 smithi152 bash[22221]: audit 2024-04-12T16:21:15.505882+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: cluster 2024-04-12T16:21:14.875275+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:16.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:14.951751+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:14.955076+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:14.959225+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.477063+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.485334+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.492688+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.369 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.493161+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:16.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.497443+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:16.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.498378+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:16.370 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:15 smithi115 bash[21527]: audit 2024-04-12T16:21:15.505882+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:16.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[23310]: debug 2024-04-12T16:21:16.212+0000 7fd1ce936200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:21:16.948 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[23310]: debug 2024-04-12T16:21:16.660+0000 7fd1ce936200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:21:16.948 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[23310]: debug 2024-04-12T16:21:16.776+0000 7fd1ce936200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:21:17.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:16 smithi154 bash[22286]: cluster 2024-04-12T16:21:16.803130+0000 mon.a (mon.0) 405 : cluster [DBG] Standby manager daemon b started 2024-04-12T16:21:17.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:16 smithi154 bash[22286]: audit 2024-04-12T16:21:16.805430+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:21:17.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:16 smithi154 bash[22286]: audit 2024-04-12T16:21:16.806199+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:21:17.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:16 smithi154 bash[22286]: audit 2024-04-12T16:21:16.807324+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:21:17.210 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:16 smithi154 bash[22286]: audit 2024-04-12T16:21:16.807722+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:21:17.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[22221]: cluster 2024-04-12T16:21:16.803130+0000 mon.a (mon.0) 405 : cluster [DBG] Standby manager daemon b started 2024-04-12T16:21:17.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[22221]: audit 2024-04-12T16:21:16.805430+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:21:17.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[22221]: audit 2024-04-12T16:21:16.806199+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:21:17.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[22221]: audit 2024-04-12T16:21:16.807324+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:21:17.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:16 smithi152 bash[22221]: audit 2024-04-12T16:21:16.807722+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:21:17.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:16 smithi115 bash[21527]: cluster 2024-04-12T16:21:16.803130+0000 mon.a (mon.0) 405 : cluster [DBG] Standby manager daemon b started 2024-04-12T16:21:17.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:16 smithi115 bash[21527]: audit 2024-04-12T16:21:16.805430+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:21:17.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:16 smithi115 bash[21527]: audit 2024-04-12T16:21:16.806199+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:21:17.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:16 smithi115 bash[21527]: audit 2024-04-12T16:21:16.807324+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:21:17.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:16 smithi115 bash[21527]: audit 2024-04-12T16:21:16.807722+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.152:0/2445799012' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:21:18.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:17 smithi154 bash[22286]: cluster 2024-04-12T16:21:16.875628+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:18.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:17 smithi154 bash[22286]: cluster 2024-04-12T16:21:16.971912+0000 mon.a (mon.0) 406 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-12T16:21:18.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:17 smithi154 bash[22286]: audit 2024-04-12T16:21:16.972232+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:21:18.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:17 smithi152 bash[22221]: cluster 2024-04-12T16:21:16.875628+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:18.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:17 smithi152 bash[22221]: cluster 2024-04-12T16:21:16.971912+0000 mon.a (mon.0) 406 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-12T16:21:18.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:17 smithi152 bash[22221]: audit 2024-04-12T16:21:16.972232+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:21:18.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:17 smithi115 bash[21527]: cluster 2024-04-12T16:21:16.875628+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:18.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:17 smithi115 bash[21527]: cluster 2024-04-12T16:21:16.971912+0000 mon.a (mon.0) 406 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-12T16:21:18.368 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:17 smithi115 bash[21527]: audit 2024-04-12T16:21:16.972232+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:21:20.197 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:21:20.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:19 smithi154 bash[22286]: cluster 2024-04-12T16:21:18.876038+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:20.217 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:19 smithi115 bash[21527]: cluster 2024-04-12T16:21:18.876038+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:20.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:19 smithi152 bash[22221]: cluster 2024-04-12T16:21:18.876038+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:22.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:21 smithi115 bash[21527]: cluster 2024-04-12T16:21:20.876457+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:22.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:21 smithi152 bash[22221]: cluster 2024-04-12T16:21:20.876457+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:22.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:21 smithi154 bash[22286]: cluster 2024-04-12T16:21:20.876457+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:23.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:22 smithi152 bash[22221]: audit 2024-04-12T16:21:22.922182+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:21:23.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:22 smithi152 bash[22221]: audit 2024-04-12T16:21:22.925919+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:21:23.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:22 smithi152 bash[22221]: audit 2024-04-12T16:21:22.926864+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:23.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:22 smithi115 bash[21527]: audit 2024-04-12T16:21:22.922182+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:21:23.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:22 smithi115 bash[21527]: audit 2024-04-12T16:21:22.925919+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:21:23.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:22 smithi115 bash[21527]: audit 2024-04-12T16:21:22.926864+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:23.394 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:22 smithi154 bash[22286]: audit 2024-04-12T16:21:22.922182+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:21:23.394 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:22 smithi154 bash[22286]: audit 2024-04-12T16:21:22.925919+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:21:23.394 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:22 smithi154 bash[22286]: audit 2024-04-12T16:21:22.926864+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:24.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:24 smithi154 bash[22286]: cluster 2024-04-12T16:21:22.876847+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:24.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:24 smithi154 bash[22286]: audit 2024-04-12T16:21:22.915128+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:21:24.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:24 smithi154 bash[22286]: audit 2024-04-12T16:21:23.387362+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:24 smithi154 bash[22286]: audit 2024-04-12T16:21:23.391847+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:24 smithi154 bash[22286]: audit 2024-04-12T16:21:23.398234+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:24 smithi152 bash[22221]: cluster 2024-04-12T16:21:22.876847+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:24.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:24 smithi152 bash[22221]: audit 2024-04-12T16:21:22.915128+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:21:24.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:24 smithi152 bash[22221]: audit 2024-04-12T16:21:23.387362+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:24 smithi152 bash[22221]: audit 2024-04-12T16:21:23.391847+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:24 smithi152 bash[22221]: audit 2024-04-12T16:21:23.398234+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:24 smithi115 bash[21527]: cluster 2024-04-12T16:21:22.876847+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:24.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:24 smithi115 bash[21527]: audit 2024-04-12T16:21:22.915128+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:21:24.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:24 smithi115 bash[21527]: audit 2024-04-12T16:21:23.387362+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:24 smithi115 bash[21527]: audit 2024-04-12T16:21:23.391847+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:24.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:24 smithi115 bash[21527]: audit 2024-04-12T16:21:23.398234+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:26.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:26 smithi154 bash[22286]: cluster 2024-04-12T16:21:24.877258+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:26.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:26 smithi152 bash[22221]: cluster 2024-04-12T16:21:24.877258+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:26.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:26 smithi115 bash[21527]: cluster 2024-04-12T16:21:24.877258+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:28.657 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:28 smithi115 bash[21527]: cluster 2024-04-12T16:21:26.877683+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:28.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:28 smithi154 bash[22286]: cluster 2024-04-12T16:21:26.877683+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:28.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:28 smithi152 bash[22221]: cluster 2024-04-12T16:21:26.877683+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:30.657 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:30 smithi152 bash[22221]: cluster 2024-04-12T16:21:28.878101+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:30.668 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:30 smithi115 bash[21527]: cluster 2024-04-12T16:21:28.878101+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:30.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:30 smithi154 bash[22286]: cluster 2024-04-12T16:21:28.878101+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:31.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:31 smithi154 bash[22286]: audit 2024-04-12T16:21:31.396005+0000 mon.a (mon.0) 414 : audit [INF] from='client.? 172.21.15.115:0/690408930' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb4ab12f-a332-447e-9f45-e9fd18b7238e"}]: dispatch 2024-04-12T16:21:31.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:31 smithi154 bash[22286]: audit 2024-04-12T16:21:31.399000+0000 mon.a (mon.0) 415 : audit [INF] from='client.? 172.21.15.115:0/690408930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb4ab12f-a332-447e-9f45-e9fd18b7238e"}]': finished 2024-04-12T16:21:31.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:31 smithi152 bash[22221]: audit 2024-04-12T16:21:31.396005+0000 mon.a (mon.0) 414 : audit [INF] from='client.? 172.21.15.115:0/690408930' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb4ab12f-a332-447e-9f45-e9fd18b7238e"}]: dispatch 2024-04-12T16:21:31.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:31 smithi152 bash[22221]: audit 2024-04-12T16:21:31.399000+0000 mon.a (mon.0) 415 : audit [INF] from='client.? 172.21.15.115:0/690408930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb4ab12f-a332-447e-9f45-e9fd18b7238e"}]': finished 2024-04-12T16:21:31.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:31 smithi115 bash[21527]: audit 2024-04-12T16:21:31.396005+0000 mon.a (mon.0) 414 : audit [INF] from='client.? 172.21.15.115:0/690408930' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb4ab12f-a332-447e-9f45-e9fd18b7238e"}]: dispatch 2024-04-12T16:21:31.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:31 smithi115 bash[21527]: audit 2024-04-12T16:21:31.399000+0000 mon.a (mon.0) 415 : audit [INF] from='client.? 172.21.15.115:0/690408930' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb4ab12f-a332-447e-9f45-e9fd18b7238e"}]': finished 2024-04-12T16:21:32.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:32 smithi152 bash[22221]: cluster 2024-04-12T16:21:30.878549+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:32.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:32 smithi152 bash[22221]: cluster 2024-04-12T16:21:31.403867+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-12T16:21:32.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:32 smithi152 bash[22221]: audit 2024-04-12T16:21:31.404384+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:32.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:32 smithi152 bash[22221]: audit 2024-04-12T16:21:32.142514+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.115:0/1273282912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:21:32.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:32 smithi154 bash[22286]: cluster 2024-04-12T16:21:30.878549+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:32.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:32 smithi154 bash[22286]: cluster 2024-04-12T16:21:31.403867+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-12T16:21:32.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:32 smithi154 bash[22286]: audit 2024-04-12T16:21:31.404384+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:32.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:32 smithi154 bash[22286]: audit 2024-04-12T16:21:32.142514+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.115:0/1273282912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:21:32.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:32 smithi115 bash[21527]: cluster 2024-04-12T16:21:30.878549+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:32.885 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:32 smithi115 bash[21527]: cluster 2024-04-12T16:21:31.403867+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-12T16:21:32.886 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:32 smithi115 bash[21527]: audit 2024-04-12T16:21:31.404384+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:32.886 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:32 smithi115 bash[21527]: audit 2024-04-12T16:21:32.142514+0000 mon.a (mon.0) 418 : audit [DBG] from='client.? 172.21.15.115:0/1273282912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:21:34.670 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:34 smithi115 bash[21527]: cluster 2024-04-12T16:21:32.878994+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:34.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:34 smithi154 bash[22286]: cluster 2024-04-12T16:21:32.878994+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:34.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:34 smithi152 bash[22221]: cluster 2024-04-12T16:21:32.878994+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:36.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: cluster 2024-04-12T16:21:34.879385+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:36.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: audit 2024-04-12T16:21:35.151615+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: audit 2024-04-12T16:21:35.159920+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: audit 2024-04-12T16:21:35.169951+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: audit 2024-04-12T16:21:35.688454+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: audit 2024-04-12T16:21:35.696717+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.460 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:36 smithi154 bash[22286]: audit 2024-04-12T16:21:35.706981+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: cluster 2024-04-12T16:21:34.879385+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:36.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: audit 2024-04-12T16:21:35.151615+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: audit 2024-04-12T16:21:35.159920+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: audit 2024-04-12T16:21:35.169951+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: audit 2024-04-12T16:21:35.688454+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: audit 2024-04-12T16:21:35.696717+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:36 smithi152 bash[22221]: audit 2024-04-12T16:21:35.706981+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: cluster 2024-04-12T16:21:34.879385+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:36.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: audit 2024-04-12T16:21:35.151615+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: audit 2024-04-12T16:21:35.159920+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: audit 2024-04-12T16:21:35.169951+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: audit 2024-04-12T16:21:35.688454+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: audit 2024-04-12T16:21:35.696717+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:36.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:36 smithi115 bash[21527]: audit 2024-04-12T16:21:35.706981+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:38.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:38 smithi154 bash[22286]: cluster 2024-04-12T16:21:36.879750+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:38.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:38 smithi152 bash[22221]: cluster 2024-04-12T16:21:36.879750+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:38.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:38 smithi115 bash[21527]: cluster 2024-04-12T16:21:36.879750+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:40.441 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:40 smithi115 bash[21527]: cluster 2024-04-12T16:21:38.880191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:40.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:40 smithi154 bash[22286]: cluster 2024-04-12T16:21:38.880191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:40.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:40 smithi152 bash[22221]: cluster 2024-04-12T16:21:38.880191+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:42.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:42 smithi115 bash[21527]: cluster 2024-04-12T16:21:40.880556+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:42.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:42 smithi154 bash[22286]: cluster 2024-04-12T16:21:40.880556+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:42 smithi152 bash[22221]: cluster 2024-04-12T16:21:40.880556+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:44 smithi115 bash[21527]: cluster 2024-04-12T16:21:42.880904+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:44.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:44 smithi115 bash[21527]: audit 2024-04-12T16:21:43.599136+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:44.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:44 smithi115 bash[21527]: audit 2024-04-12T16:21:43.607384+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:44.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:44 smithi115 bash[21527]: audit 2024-04-12T16:21:43.617343+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:44.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:44 smithi115 bash[21527]: audit 2024-04-12T16:21:43.926128+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:21:44.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:44 smithi115 bash[21527]: audit 2024-04-12T16:21:43.927772+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:44.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:44 smithi154 bash[22286]: cluster 2024-04-12T16:21:42.880904+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:44.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:44 smithi154 bash[22286]: audit 2024-04-12T16:21:43.599136+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:44.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:44 smithi154 bash[22286]: audit 2024-04-12T16:21:43.607384+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:44.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:44 smithi154 bash[22286]: audit 2024-04-12T16:21:43.617343+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:44.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:44 smithi154 bash[22286]: audit 2024-04-12T16:21:43.926128+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:21:44.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:44 smithi154 bash[22286]: audit 2024-04-12T16:21:43.927772+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:45.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:44 smithi152 bash[22221]: cluster 2024-04-12T16:21:42.880904+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:45.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:44 smithi152 bash[22221]: audit 2024-04-12T16:21:43.599136+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:45.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:44 smithi152 bash[22221]: audit 2024-04-12T16:21:43.607384+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:45.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:44 smithi152 bash[22221]: audit 2024-04-12T16:21:43.617343+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:45.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:44 smithi152 bash[22221]: audit 2024-04-12T16:21:43.926128+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T16:21:45.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:44 smithi152 bash[22221]: audit 2024-04-12T16:21:43.927772+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:45.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:45 smithi115 bash[21527]: cephadm 2024-04-12T16:21:43.929273+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-04-12T16:21:45.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:45 smithi154 bash[22286]: cephadm 2024-04-12T16:21:43.929273+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-04-12T16:21:46.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:45 smithi152 bash[22221]: cephadm 2024-04-12T16:21:43.929273+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi115 2024-04-12T16:21:46.854 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:46 smithi115 bash[21527]: cluster 2024-04-12T16:21:44.881328+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:46.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:46 smithi154 bash[22286]: cluster 2024-04-12T16:21:44.881328+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:47.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:46 smithi152 bash[22221]: cluster 2024-04-12T16:21:44.881328+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:48.204 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:48.204 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:21:48 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:48.506 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:48.506 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:21:48 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: cluster 2024-04-12T16:21:46.881609+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: audit 2024-04-12T16:21:48.509000+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: audit 2024-04-12T16:21:48.514956+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: audit 2024-04-12T16:21:48.547907+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: audit 2024-04-12T16:21:48.550365+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: audit 2024-04-12T16:21:48.551052+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:48.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:48 smithi115 bash[21527]: audit 2024-04-12T16:21:48.556888+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: cluster 2024-04-12T16:21:46.881609+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: audit 2024-04-12T16:21:48.509000+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: audit 2024-04-12T16:21:48.514956+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: audit 2024-04-12T16:21:48.547907+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: audit 2024-04-12T16:21:48.550365+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: audit 2024-04-12T16:21:48.551052+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:48.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:48 smithi154 bash[22286]: audit 2024-04-12T16:21:48.556888+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:49.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: cluster 2024-04-12T16:21:46.881609+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:49.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: audit 2024-04-12T16:21:48.509000+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:49.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: audit 2024-04-12T16:21:48.514956+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:49.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: audit 2024-04-12T16:21:48.547907+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:49.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: audit 2024-04-12T16:21:48.550365+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:49.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: audit 2024-04-12T16:21:48.551052+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:49.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:48 smithi152 bash[22221]: audit 2024-04-12T16:21:48.556888+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:50.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:50 smithi115 bash[21527]: cluster 2024-04-12T16:21:48.882034+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:50.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:50 smithi154 bash[22286]: cluster 2024-04-12T16:21:48.882034+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:51.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:50 smithi152 bash[22221]: cluster 2024-04-12T16:21:48.882034+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:52.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:52 smithi115 bash[21527]: cluster 2024-04-12T16:21:50.882529+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:52.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:52 smithi154 bash[22286]: cluster 2024-04-12T16:21:50.882529+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:52 smithi152 bash[22221]: cluster 2024-04-12T16:21:50.882529+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:54.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:54 smithi115 bash[21527]: cluster 2024-04-12T16:21:52.882931+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:54.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:54 smithi154 bash[22286]: cluster 2024-04-12T16:21:52.882931+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:55.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:54 smithi152 bash[22221]: cluster 2024-04-12T16:21:52.882931+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:55.906 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:54.900372+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.307611+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.312125+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.318453+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.319407+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.323499+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.324879+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:55.907 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:55 smithi152 bash[22221]: audit 2024-04-12T16:21:55.332796+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:54.900372+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.307611+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.312125+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.318453+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.319407+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.323499+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.324879+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:55.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:55 smithi154 bash[22286]: audit 2024-04-12T16:21:55.332796+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:54.900372+0000 mon.a (mon.0) 436 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T16:21:56.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.307611+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.312125+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.318453+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.319407+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:21:56.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.323499+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:21:56.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.324879+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:21:56.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:55 smithi115 bash[21527]: audit 2024-04-12T16:21:55.332796+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: cluster 2024-04-12T16:21:54.883237+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: cephadm 2024-04-12T16:21:55.313528+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi115 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: audit 2024-04-12T16:21:55.634543+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: cluster 2024-04-12T16:21:55.638899+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: audit 2024-04-12T16:21:55.639377+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: audit 2024-04-12T16:21:55.639815+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: audit 2024-04-12T16:21:55.895674+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: audit 2024-04-12T16:21:55.901209+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:56.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:56 smithi154 bash[22286]: audit 2024-04-12T16:21:55.910626+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.041 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: cluster 2024-04-12T16:21:54.883237+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: cephadm 2024-04-12T16:21:55.313528+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi115 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: audit 2024-04-12T16:21:55.634543+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: cluster 2024-04-12T16:21:55.638899+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: audit 2024-04-12T16:21:55.639377+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: audit 2024-04-12T16:21:55.639815+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: audit 2024-04-12T16:21:55.895674+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: audit 2024-04-12T16:21:55.901209+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.042 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:56 smithi115 bash[21527]: audit 2024-04-12T16:21:55.910626+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: cluster 2024-04-12T16:21:54.883237+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: cephadm 2024-04-12T16:21:55.313528+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi115 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: audit 2024-04-12T16:21:55.634543+0000 mon.a (mon.0) 444 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: cluster 2024-04-12T16:21:55.638899+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: audit 2024-04-12T16:21:55.639377+0000 mon.a (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: audit 2024-04-12T16:21:55.639815+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: audit 2024-04-12T16:21:55.895674+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: audit 2024-04-12T16:21:55.901209+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:56 smithi152 bash[22221]: audit 2024-04-12T16:21:55.910626+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:21:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:57 smithi154 bash[22286]: audit 2024-04-12T16:21:56.636159+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-12T16:21:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:57 smithi154 bash[22286]: cluster 2024-04-12T16:21:56.639842+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T16:21:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:57 smithi154 bash[22286]: audit 2024-04-12T16:21:56.645584+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:57 smithi154 bash[22286]: audit 2024-04-12T16:21:56.649520+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:57 smithi154 bash[22286]: audit 2024-04-12T16:21:57.098429+0000 mon.a (mon.0) 455 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' 2024-04-12T16:21:57.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:57 smithi154 bash[22286]: audit 2024-04-12T16:21:57.650288+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:57 smithi152 bash[22221]: audit 2024-04-12T16:21:56.636159+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-12T16:21:58.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:57 smithi152 bash[22221]: cluster 2024-04-12T16:21:56.639842+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T16:21:58.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:57 smithi152 bash[22221]: audit 2024-04-12T16:21:56.645584+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:57 smithi152 bash[22221]: audit 2024-04-12T16:21:56.649520+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:57 smithi152 bash[22221]: audit 2024-04-12T16:21:57.098429+0000 mon.a (mon.0) 455 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' 2024-04-12T16:21:58.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:57 smithi152 bash[22221]: audit 2024-04-12T16:21:57.650288+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:57 smithi115 bash[21527]: audit 2024-04-12T16:21:56.636159+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-12T16:21:58.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:57 smithi115 bash[21527]: cluster 2024-04-12T16:21:56.639842+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T16:21:58.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:57 smithi115 bash[21527]: audit 2024-04-12T16:21:56.645584+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:57 smithi115 bash[21527]: audit 2024-04-12T16:21:56.649520+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:57 smithi115 bash[21527]: audit 2024-04-12T16:21:57.098429+0000 mon.a (mon.0) 455 : audit [INF] from='osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263]' entity='osd.0' 2024-04-12T16:21:58.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:57 smithi115 bash[21527]: audit 2024-04-12T16:21:57.650288+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:58.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:58 smithi154 bash[22286]: cluster 2024-04-12T16:21:55.860767+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:21:58.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:58 smithi154 bash[22286]: cluster 2024-04-12T16:21:55.860843+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:21:58.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:58 smithi154 bash[22286]: cluster 2024-04-12T16:21:56.883475+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:58.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:58 smithi154 bash[22286]: cluster 2024-04-12T16:21:58.106972+0000 mon.a (mon.0) 457 : cluster [INF] osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263] boot 2024-04-12T16:21:58.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:58 smithi154 bash[22286]: cluster 2024-04-12T16:21:58.107102+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-12T16:21:58.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:58 smithi154 bash[22286]: audit 2024-04-12T16:21:58.107837+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:58 smithi152 bash[22221]: cluster 2024-04-12T16:21:55.860767+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:21:59.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:58 smithi152 bash[22221]: cluster 2024-04-12T16:21:55.860843+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:21:59.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:58 smithi152 bash[22221]: cluster 2024-04-12T16:21:56.883475+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:59.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:58 smithi152 bash[22221]: cluster 2024-04-12T16:21:58.106972+0000 mon.a (mon.0) 457 : cluster [INF] osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263] boot 2024-04-12T16:21:59.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:58 smithi152 bash[22221]: cluster 2024-04-12T16:21:58.107102+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-12T16:21:59.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:58 smithi152 bash[22221]: audit 2024-04-12T16:21:58.107837+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:21:59.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:58 smithi115 bash[21527]: cluster 2024-04-12T16:21:55.860767+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:21:59.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:58 smithi115 bash[21527]: cluster 2024-04-12T16:21:55.860843+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:21:59.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:58 smithi115 bash[21527]: cluster 2024-04-12T16:21:56.883475+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T16:21:59.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:58 smithi115 bash[21527]: cluster 2024-04-12T16:21:58.106972+0000 mon.a (mon.0) 457 : cluster [INF] osd.0 [v2:172.21.15.115:6802/3045000263,v1:172.21.15.115:6803/3045000263] boot 2024-04-12T16:21:59.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:58 smithi115 bash[21527]: cluster 2024-04-12T16:21:58.107102+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-12T16:21:59.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:58 smithi115 bash[21527]: audit 2024-04-12T16:21:58.107837+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:22:00.072 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 0 on host 'smithi115' 2024-04-12T16:22:00.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: cluster 2024-04-12T16:21:58.883728+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.886369+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.892516+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.898966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.905977+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.909039+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.909772+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:00.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:21:59 smithi154 bash[22286]: audit 2024-04-12T16:21:58.915738+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.299 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: cluster 2024-04-12T16:21:58.883728+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.886369+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.892516+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.898966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.905977+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.909039+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.909772+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:00.300 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:21:59 smithi115 bash[21527]: audit 2024-04-12T16:21:58.915738+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: cluster 2024-04-12T16:21:58.883728+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:00.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.886369+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.892516+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.898966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.905977+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.909039+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.909772+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:21:59 smithi152 bash[22221]: audit 2024-04-12T16:21:58.915738+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:00.754 DEBUG:teuthology.orchestra.run.smithi115:osd.0> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.0.service 2024-04-12T16:22:00.757 INFO:tasks.cephadm:Deploying osd.1 on smithi152 with /dev/vg_nvme/lv_4... 2024-04-12T16:22:00.757 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: cluster 2024-04-12T16:21:59.919478+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.064869+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.073970+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.082527+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.086278+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: cephadm 2024-04-12T16:22:00.087301+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 16241M 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.092707+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.095995+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.097076+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:01.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:00 smithi152 bash[22221]: audit 2024-04-12T16:22:00.104002+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: cluster 2024-04-12T16:21:59.919478+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.064869+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.073970+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.082527+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.086278+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: cephadm 2024-04-12T16:22:00.087301+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 16241M 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.092707+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.095995+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.097076+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:01.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:00 smithi115 bash[21527]: audit 2024-04-12T16:22:00.104002+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: cluster 2024-04-12T16:21:59.919478+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T16:22:01.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.064869+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.073970+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.082527+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.086278+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: cephadm 2024-04-12T16:22:00.087301+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Adjusting osd_memory_target on smithi115 to 16241M 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.092707+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.095995+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.097076+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:00 smithi154 bash[22286]: audit 2024-04-12T16:22:00.104002+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:02.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:02 smithi115 bash[21527]: cluster 2024-04-12T16:22:00.884176+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:02.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:02 smithi154 bash[22286]: cluster 2024-04-12T16:22:00.884176+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:02.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:02 smithi152 bash[22221]: cluster 2024-04-12T16:22:00.884176+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:05.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:04 smithi115 bash[21527]: cluster 2024-04-12T16:22:02.884620+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:05.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:04 smithi115 bash[21527]: audit 2024-04-12T16:22:03.816329+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:04 smithi115 bash[21527]: audit 2024-04-12T16:22:03.824413+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:04 smithi115 bash[21527]: audit 2024-04-12T16:22:03.834676+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:04 smithi154 bash[22286]: cluster 2024-04-12T16:22:02.884620+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:05.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:04 smithi154 bash[22286]: audit 2024-04-12T16:22:03.816329+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:04 smithi154 bash[22286]: audit 2024-04-12T16:22:03.824413+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:04 smithi154 bash[22286]: audit 2024-04-12T16:22:03.834676+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:04 smithi152 bash[22221]: cluster 2024-04-12T16:22:02.884620+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:05.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:04 smithi152 bash[22221]: audit 2024-04-12T16:22:03.816329+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:04 smithi152 bash[22221]: audit 2024-04-12T16:22:03.824413+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:04 smithi152 bash[22221]: audit 2024-04-12T16:22:03.834676+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:05.467 INFO:teuthology.orchestra.run.smithi152.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.b/config 2024-04-12T16:22:07.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:06 smithi152 bash[22221]: cluster 2024-04-12T16:22:04.885018+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:07.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:06 smithi115 bash[21527]: cluster 2024-04-12T16:22:04.885018+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:07.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:06 smithi154 bash[22286]: cluster 2024-04-12T16:22:04.885018+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:08.588 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T16:22:08.588 INFO:teuthology.orchestra.run.smithi152.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T16:22:08.588 INFO:teuthology.orchestra.run.smithi152.stderr: stderr: 10+0 records in 2024-04-12T16:22:08.588 INFO:teuthology.orchestra.run.smithi152.stderr:10+0 records out 2024-04-12T16:22:08.588 INFO:teuthology.orchestra.run.smithi152.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147376 s, 711 MB/s 2024-04-12T16:22:08.588 INFO:teuthology.orchestra.run.smithi152.stderr:--> Zapping successful for: 2024-04-12T16:22:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:08 smithi152 bash[22221]: cluster 2024-04-12T16:22:06.885483+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:09.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:08 smithi115 bash[21527]: cluster 2024-04-12T16:22:06.885483+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:09.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:08 smithi154 bash[22286]: cluster 2024-04-12T16:22:06.885483+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:09.291 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi152:vg_nvme/lv_4 2024-04-12T16:22:11.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:10 smithi115 bash[21527]: cluster 2024-04-12T16:22:08.885943+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:11.125 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:10 smithi152 bash[22221]: cluster 2024-04-12T16:22:08.885943+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:11.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:10 smithi154 bash[22286]: cluster 2024-04-12T16:22:08.885943+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:12.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:12 smithi115 bash[21527]: cluster 2024-04-12T16:22:10.886383+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:13.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:12 smithi154 bash[22286]: cluster 2024-04-12T16:22:10.886383+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:13.238 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:12 smithi152 bash[22221]: cluster 2024-04-12T16:22:10.886383+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:14.089 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:13 smithi115 bash[21527]: cluster 2024-04-12T16:22:12.886901+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:14.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:13 smithi154 bash[22286]: cluster 2024-04-12T16:22:12.886901+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:14.294 INFO:teuthology.orchestra.run.smithi152.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.b/config 2024-04-12T16:22:14.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:13 smithi152 bash[22221]: cluster 2024-04-12T16:22:12.886901+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:16.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:15 smithi154 bash[22286]: cluster 2024-04-12T16:22:14.887323+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:16.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:15 smithi152 bash[22221]: cluster 2024-04-12T16:22:14.887323+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:16.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:15 smithi115 bash[21527]: cluster 2024-04-12T16:22:14.887323+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:17.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:17 smithi152 bash[22221]: audit 2024-04-12T16:22:16.039117+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:17 smithi152 bash[22221]: audit 2024-04-12T16:22:16.047453+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:17 smithi152 bash[22221]: audit 2024-04-12T16:22:16.057268+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:17 smithi115 bash[21527]: audit 2024-04-12T16:22:16.039117+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:17 smithi115 bash[21527]: audit 2024-04-12T16:22:16.047453+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:17 smithi115 bash[21527]: audit 2024-04-12T16:22:16.057268+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:17 smithi154 bash[22286]: audit 2024-04-12T16:22:16.039117+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:17 smithi154 bash[22286]: audit 2024-04-12T16:22:16.047453+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:17.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:17 smithi154 bash[22286]: audit 2024-04-12T16:22:16.057268+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:18.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:18 smithi152 bash[22221]: cluster 2024-04-12T16:22:16.887733+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:18.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:18 smithi152 bash[22221]: audit 2024-04-12T16:22:17.228847+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi152:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:22:18.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:18 smithi152 bash[22221]: audit 2024-04-12T16:22:17.236542+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:22:18.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:18 smithi152 bash[22221]: audit 2024-04-12T16:22:17.242885+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:22:18.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:18 smithi152 bash[22221]: audit 2024-04-12T16:22:17.244623+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:18.341 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:18 smithi115 bash[21527]: cluster 2024-04-12T16:22:16.887733+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:18.341 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:18 smithi115 bash[21527]: audit 2024-04-12T16:22:17.228847+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi152:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:22:18.341 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:18 smithi115 bash[21527]: audit 2024-04-12T16:22:17.236542+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:22:18.341 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:18 smithi115 bash[21527]: audit 2024-04-12T16:22:17.242885+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:22:18.341 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:18 smithi115 bash[21527]: audit 2024-04-12T16:22:17.244623+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:18.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:18 smithi154 bash[22286]: cluster 2024-04-12T16:22:16.887733+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:18.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:18 smithi154 bash[22286]: audit 2024-04-12T16:22:17.228847+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi152:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:22:18.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:18 smithi154 bash[22286]: audit 2024-04-12T16:22:17.236542+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:22:18.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:18 smithi154 bash[22286]: audit 2024-04-12T16:22:17.242885+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:22:18.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:18 smithi154 bash[22286]: audit 2024-04-12T16:22:17.244623+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:19.801 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:19 smithi154 bash[22286]: audit 2024-04-12T16:22:18.490412+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.801 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:19 smithi154 bash[22286]: audit 2024-04-12T16:22:18.498106+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.801 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:19 smithi154 bash[22286]: audit 2024-04-12T16:22:18.506506+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:19 smithi152 bash[22221]: audit 2024-04-12T16:22:18.490412+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:19 smithi152 bash[22221]: audit 2024-04-12T16:22:18.498106+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:19 smithi152 bash[22221]: audit 2024-04-12T16:22:18.506506+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:19 smithi115 bash[21527]: audit 2024-04-12T16:22:18.490412+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:19 smithi115 bash[21527]: audit 2024-04-12T16:22:18.498106+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:19 smithi115 bash[21527]: audit 2024-04-12T16:22:18.506506+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:20.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:20 smithi152 bash[22221]: cluster 2024-04-12T16:22:18.888216+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:20.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:20 smithi115 bash[21527]: cluster 2024-04-12T16:22:18.888216+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:20.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:20 smithi154 bash[22286]: cluster 2024-04-12T16:22:18.888216+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:22.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:22 smithi152 bash[22221]: cluster 2024-04-12T16:22:20.888650+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:22.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:22 smithi115 bash[21527]: cluster 2024-04-12T16:22:20.888650+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:22.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:22 smithi154 bash[22286]: cluster 2024-04-12T16:22:20.888650+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:24.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:24 smithi152 bash[22221]: cluster 2024-04-12T16:22:22.889105+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:24.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:24 smithi152 bash[22221]: audit 2024-04-12T16:22:24.039158+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:24 smithi152 bash[22221]: audit 2024-04-12T16:22:24.047249+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:24 smithi152 bash[22221]: audit 2024-04-12T16:22:24.057392+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:24 smithi115 bash[21527]: cluster 2024-04-12T16:22:22.889105+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:24.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:24 smithi115 bash[21527]: audit 2024-04-12T16:22:24.039158+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:24 smithi115 bash[21527]: audit 2024-04-12T16:22:24.047249+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:24 smithi115 bash[21527]: audit 2024-04-12T16:22:24.057392+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:24 smithi154 bash[22286]: cluster 2024-04-12T16:22:22.889105+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:24.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:24 smithi154 bash[22286]: audit 2024-04-12T16:22:24.039158+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:24 smithi154 bash[22286]: audit 2024-04-12T16:22:24.047249+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:24.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:24 smithi154 bash[22286]: audit 2024-04-12T16:22:24.057392+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: cluster 2024-04-12T16:22:24.889577+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: audit 2024-04-12T16:22:25.527332+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.152:0/3908043362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]: dispatch 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: audit 2024-04-12T16:22:25.529196+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]: dispatch 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: audit 2024-04-12T16:22:25.532370+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]': finished 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: cluster 2024-04-12T16:22:25.537164+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: audit 2024-04-12T16:22:25.537713+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:26.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:26 smithi152 bash[22221]: audit 2024-04-12T16:22:26.266611+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.152:0/1404151026' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: cluster 2024-04-12T16:22:24.889577+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: audit 2024-04-12T16:22:25.527332+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.152:0/3908043362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]: dispatch 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: audit 2024-04-12T16:22:25.529196+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]: dispatch 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: audit 2024-04-12T16:22:25.532370+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]': finished 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: cluster 2024-04-12T16:22:25.537164+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: audit 2024-04-12T16:22:25.537713+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:26.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:26 smithi115 bash[21527]: audit 2024-04-12T16:22:26.266611+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.152:0/1404151026' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: cluster 2024-04-12T16:22:24.889577+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: audit 2024-04-12T16:22:25.527332+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.152:0/3908043362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]: dispatch 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: audit 2024-04-12T16:22:25.529196+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]: dispatch 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: audit 2024-04-12T16:22:25.532370+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85bbcb43-b5a1-406b-8b6f-ec2df72a2622"}]': finished 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: cluster 2024-04-12T16:22:25.537164+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: audit 2024-04-12T16:22:25.537713+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:26.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:26 smithi154 bash[22286]: audit 2024-04-12T16:22:26.266611+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.152:0/1404151026' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:22:28.778 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:28 smithi152 bash[22221]: cluster 2024-04-12T16:22:26.890006+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:28.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:28 smithi115 bash[21527]: cluster 2024-04-12T16:22:26.890006+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:28.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:28 smithi154 bash[22286]: cluster 2024-04-12T16:22:26.890006+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:30.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:30 smithi152 bash[22221]: cluster 2024-04-12T16:22:28.890394+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:30.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:30 smithi115 bash[21527]: cluster 2024-04-12T16:22:28.890394+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:30.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:30 smithi154 bash[22286]: cluster 2024-04-12T16:22:28.890394+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:32.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:32 smithi152 bash[22221]: cluster 2024-04-12T16:22:30.890834+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:32.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:32 smithi115 bash[21527]: cluster 2024-04-12T16:22:30.890834+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:32.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:32 smithi154 bash[22286]: cluster 2024-04-12T16:22:30.890834+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:34.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:34 smithi152 bash[22221]: cluster 2024-04-12T16:22:32.891192+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:34.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:34 smithi115 bash[21527]: cluster 2024-04-12T16:22:32.891192+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:34.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:34 smithi154 bash[22286]: cluster 2024-04-12T16:22:32.891192+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:36.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:36 smithi152 bash[22221]: cluster 2024-04-12T16:22:34.891578+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:36.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:36 smithi152 bash[22221]: audit 2024-04-12T16:22:36.209478+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:36 smithi152 bash[22221]: audit 2024-04-12T16:22:36.217747+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:36 smithi152 bash[22221]: audit 2024-04-12T16:22:36.228005+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:36 smithi115 bash[21527]: cluster 2024-04-12T16:22:34.891578+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:36.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:36 smithi115 bash[21527]: audit 2024-04-12T16:22:36.209478+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:36 smithi115 bash[21527]: audit 2024-04-12T16:22:36.217747+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:36 smithi115 bash[21527]: audit 2024-04-12T16:22:36.228005+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:36 smithi154 bash[22286]: cluster 2024-04-12T16:22:34.891578+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:36.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:36 smithi154 bash[22286]: audit 2024-04-12T16:22:36.209478+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:36 smithi154 bash[22286]: audit 2024-04-12T16:22:36.217747+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:36.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:36 smithi154 bash[22286]: audit 2024-04-12T16:22:36.228005+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:37.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:37 smithi152 bash[22221]: cephadm 2024-04-12T16:22:36.220960+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on smithi152 2024-04-12T16:22:37.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:37 smithi115 bash[21527]: cephadm 2024-04-12T16:22:36.220960+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on smithi152 2024-04-12T16:22:37.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:37 smithi154 bash[22286]: cephadm 2024-04-12T16:22:36.220960+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on smithi152 2024-04-12T16:22:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:38 smithi152 bash[22221]: cluster 2024-04-12T16:22:36.891958+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:38 smithi152 bash[22221]: audit 2024-04-12T16:22:38.528469+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:22:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:38 smithi152 bash[22221]: audit 2024-04-12T16:22:38.529657+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:38 smithi115 bash[21527]: cluster 2024-04-12T16:22:36.891958+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:38 smithi115 bash[21527]: audit 2024-04-12T16:22:38.528469+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:22:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:38 smithi115 bash[21527]: audit 2024-04-12T16:22:38.529657+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:38.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:38 smithi154 bash[22286]: cluster 2024-04-12T16:22:36.891958+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:38.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:38 smithi154 bash[22286]: audit 2024-04-12T16:22:38.528469+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T16:22:38.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:38 smithi154 bash[22286]: audit 2024-04-12T16:22:38.529657+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:39.954 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:39 smithi152 bash[22221]: cephadm 2024-04-12T16:22:38.530701+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi152 2024-04-12T16:22:39.954 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:39 smithi152 bash[22221]: audit 2024-04-12T16:22:38.696780+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:39.954 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:39 smithi152 bash[22221]: audit 2024-04-12T16:22:38.705673+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:39.954 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:39 smithi152 bash[22221]: audit 2024-04-12T16:22:38.715869+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:39.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:39 smithi154 bash[22286]: cephadm 2024-04-12T16:22:38.530701+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi152 2024-04-12T16:22:39.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:39 smithi154 bash[22286]: audit 2024-04-12T16:22:38.696780+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:39.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:39 smithi154 bash[22286]: audit 2024-04-12T16:22:38.705673+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:39.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:39 smithi154 bash[22286]: audit 2024-04-12T16:22:38.715869+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:39 smithi115 bash[21527]: cephadm 2024-04-12T16:22:38.530701+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi152 2024-04-12T16:22:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:39 smithi115 bash[21527]: audit 2024-04-12T16:22:38.696780+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:39 smithi115 bash[21527]: audit 2024-04-12T16:22:38.705673+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:39 smithi115 bash[21527]: audit 2024-04-12T16:22:38.715869+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:40.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:40 smithi154 bash[22286]: cluster 2024-04-12T16:22:38.892409+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:40 smithi152 bash[22221]: cluster 2024-04-12T16:22:38.892409+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:40 smithi115 bash[21527]: cluster 2024-04-12T16:22:38.892409+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:42.973 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:22:42 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:22:42.973 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:42 smithi152 bash[22221]: cluster 2024-04-12T16:22:40.892837+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:42.973 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:42 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:22:43.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:42 smithi115 bash[21527]: cluster 2024-04-12T16:22:40.892837+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:43.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:42 smithi154 bash[22286]: cluster 2024-04-12T16:22:40.892837+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:43.305 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:22:42 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:22:43.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:42 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:22:44.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: cluster 2024-04-12T16:22:42.893209+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:44.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: audit 2024-04-12T16:22:43.143473+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: audit 2024-04-12T16:22:43.152211+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: audit 2024-04-12T16:22:43.172008+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:44.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: audit 2024-04-12T16:22:43.182876+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:44.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: audit 2024-04-12T16:22:43.185201+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:44.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:44 smithi152 bash[22221]: audit 2024-04-12T16:22:43.197652+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: cluster 2024-04-12T16:22:42.893209+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:44.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: audit 2024-04-12T16:22:43.143473+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: audit 2024-04-12T16:22:43.152211+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: audit 2024-04-12T16:22:43.172008+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:44.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: audit 2024-04-12T16:22:43.182876+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:44.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: audit 2024-04-12T16:22:43.185201+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:44.459 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:44 smithi154 bash[22286]: audit 2024-04-12T16:22:43.197652+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: cluster 2024-04-12T16:22:42.893209+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: audit 2024-04-12T16:22:43.143473+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: audit 2024-04-12T16:22:43.152211+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: audit 2024-04-12T16:22:43.172008+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: audit 2024-04-12T16:22:43.182876+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: audit 2024-04-12T16:22:43.185201+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:44.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:44 smithi115 bash[21527]: audit 2024-04-12T16:22:43.197652+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:45 smithi152 bash[22221]: audit 2024-04-12T16:22:44.259266+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:45 smithi152 bash[22221]: audit 2024-04-12T16:22:44.266904+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.557 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:45 smithi152 bash[22221]: audit 2024-04-12T16:22:44.276906+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:45 smithi115 bash[21527]: audit 2024-04-12T16:22:44.259266+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:45 smithi115 bash[21527]: audit 2024-04-12T16:22:44.266904+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:45 smithi115 bash[21527]: audit 2024-04-12T16:22:44.276906+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:45 smithi154 bash[22286]: audit 2024-04-12T16:22:44.259266+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:45 smithi154 bash[22286]: audit 2024-04-12T16:22:44.266904+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:45 smithi154 bash[22286]: audit 2024-04-12T16:22:44.276906+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:46.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:46 smithi152 bash[22221]: cluster 2024-04-12T16:22:44.893614+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:46.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:46 smithi115 bash[21527]: cluster 2024-04-12T16:22:44.893614+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:46.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:46 smithi154 bash[22286]: cluster 2024-04-12T16:22:44.893614+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:48.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:48 smithi152 bash[22221]: cluster 2024-04-12T16:22:46.894074+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:48.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:48 smithi115 bash[21527]: cluster 2024-04-12T16:22:46.894074+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:48.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:48 smithi154 bash[22286]: cluster 2024-04-12T16:22:46.894074+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:50.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:50 smithi152 bash[22221]: cluster 2024-04-12T16:22:48.894457+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:50.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:50 smithi152 bash[22221]: audit 2024-04-12T16:22:49.708940+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:22:50.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:50 smithi152 bash[22221]: audit 2024-04-12T16:22:49.710967+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:22:50.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:50 smithi115 bash[21527]: cluster 2024-04-12T16:22:48.894457+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:50.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:50 smithi115 bash[21527]: audit 2024-04-12T16:22:49.708940+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:22:50.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:50 smithi115 bash[21527]: audit 2024-04-12T16:22:49.710967+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:22:50.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:50 smithi154 bash[22286]: cluster 2024-04-12T16:22:48.894457+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:50.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:50 smithi154 bash[22286]: audit 2024-04-12T16:22:49.708940+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:22:50.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:50 smithi154 bash[22286]: audit 2024-04-12T16:22:49.710967+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T16:22:51.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:51 smithi115 bash[21527]: audit 2024-04-12T16:22:50.293068+0000 mon.a (mon.0) 513 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T16:22:51.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:51 smithi115 bash[21527]: audit 2024-04-12T16:22:50.297038+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2024-04-12T16:22:51.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:51 smithi115 bash[21527]: cluster 2024-04-12T16:22:50.297710+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T16:22:51.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:51 smithi115 bash[21527]: audit 2024-04-12T16:22:50.298317+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:51.367 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:51 smithi115 bash[21527]: audit 2024-04-12T16:22:50.299140+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2024-04-12T16:22:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:51 smithi152 bash[22221]: audit 2024-04-12T16:22:50.293068+0000 mon.a (mon.0) 513 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T16:22:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:51 smithi152 bash[22221]: audit 2024-04-12T16:22:50.297038+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2024-04-12T16:22:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:51 smithi152 bash[22221]: cluster 2024-04-12T16:22:50.297710+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T16:22:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:51 smithi152 bash[22221]: audit 2024-04-12T16:22:50.298317+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:51 smithi152 bash[22221]: audit 2024-04-12T16:22:50.299140+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2024-04-12T16:22:51.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:51 smithi154 bash[22286]: audit 2024-04-12T16:22:50.293068+0000 mon.a (mon.0) 513 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T16:22:51.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:51 smithi154 bash[22286]: audit 2024-04-12T16:22:50.297038+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2024-04-12T16:22:51.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:51 smithi154 bash[22286]: cluster 2024-04-12T16:22:50.297710+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T16:22:51.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:51 smithi154 bash[22286]: audit 2024-04-12T16:22:50.298317+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:51.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:51 smithi154 bash[22286]: audit 2024-04-12T16:22:50.299140+0000 mon.a (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2024-04-12T16:22:52.546 INFO:teuthology.orchestra.run.smithi152.stdout:Created osd(s) 1 on host 'smithi152' 2024-04-12T16:22:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:52 smithi152 bash[22221]: cluster 2024-04-12T16:22:50.894897+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:52 smithi152 bash[22221]: audit 2024-04-12T16:22:51.294600+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2024-04-12T16:22:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:52 smithi152 bash[22221]: cluster 2024-04-12T16:22:51.297610+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T16:22:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:52 smithi152 bash[22221]: audit 2024-04-12T16:22:51.298147+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:52 smithi152 bash[22221]: audit 2024-04-12T16:22:51.305626+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:52 smithi152 bash[22221]: audit 2024-04-12T16:22:51.828529+0000 mon.a (mon.0) 521 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-12T16:22:52.577 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:52 smithi115 bash[21527]: cluster 2024-04-12T16:22:50.894897+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:52.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:52 smithi115 bash[21527]: audit 2024-04-12T16:22:51.294600+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2024-04-12T16:22:52.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:52 smithi115 bash[21527]: cluster 2024-04-12T16:22:51.297610+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T16:22:52.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:52 smithi115 bash[21527]: audit 2024-04-12T16:22:51.298147+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:52.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:52 smithi115 bash[21527]: audit 2024-04-12T16:22:51.305626+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:52.578 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:52 smithi115 bash[21527]: audit 2024-04-12T16:22:51.828529+0000 mon.a (mon.0) 521 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-12T16:22:52.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:52 smithi154 bash[22286]: cluster 2024-04-12T16:22:50.894897+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:52.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:52 smithi154 bash[22286]: audit 2024-04-12T16:22:51.294600+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2024-04-12T16:22:52.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:52 smithi154 bash[22286]: cluster 2024-04-12T16:22:51.297610+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T16:22:52.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:52 smithi154 bash[22286]: audit 2024-04-12T16:22:51.298147+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:52.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:52 smithi154 bash[22286]: audit 2024-04-12T16:22:51.305626+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:52.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:52 smithi154 bash[22286]: audit 2024-04-12T16:22:51.828529+0000 mon.a (mon.0) 521 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-12T16:22:53.446 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: cluster 2024-04-12T16:22:50.660631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:22:53.446 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: cluster 2024-04-12T16:22:50.660726+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:22:53.446 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.307986+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.521957+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.529511+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.529969+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.535775+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: cephadm 2024-04-12T16:22:52.537141+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 16241M 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.543164+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.547032+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.548758+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.558380+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: cluster 2024-04-12T16:22:52.831950+0000 mon.a (mon.0) 531 : cluster [INF] osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276] boot 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: cluster 2024-04-12T16:22:52.832024+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-12T16:22:53.447 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:53 smithi152 bash[22221]: audit 2024-04-12T16:22:52.832222+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:53.588 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: cluster 2024-04-12T16:22:50.660631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:22:53.588 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: cluster 2024-04-12T16:22:50.660726+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:22:53.588 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.307986+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:53.588 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.521957+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.529511+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.529969+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.535775+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: cephadm 2024-04-12T16:22:52.537141+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 16241M 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.543164+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.547032+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:53.589 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.548758+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:53.590 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.558380+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.590 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: cluster 2024-04-12T16:22:52.831950+0000 mon.a (mon.0) 531 : cluster [INF] osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276] boot 2024-04-12T16:22:53.590 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: cluster 2024-04-12T16:22:52.832024+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-12T16:22:53.590 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:53 smithi115 bash[21527]: audit 2024-04-12T16:22:52.832222+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:53.608 DEBUG:teuthology.orchestra.run.smithi152:osd.1> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.1.service 2024-04-12T16:22:53.610 INFO:tasks.cephadm:Deploying osd.2 on smithi154 with /dev/vg_nvme/lv_4... 2024-04-12T16:22:53.611 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: cluster 2024-04-12T16:22:50.660631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: cluster 2024-04-12T16:22:50.660726+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.307986+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.521957+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.529511+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.529969+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.535775+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:22:53.622 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: cephadm 2024-04-12T16:22:52.537141+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 16241M 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.543164+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.547032+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.548758+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.558380+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: cluster 2024-04-12T16:22:52.831950+0000 mon.a (mon.0) 531 : cluster [INF] osd.1 [v2:172.21.15.152:6800/1544961276,v1:172.21.15.152:6801/1544961276] boot 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: cluster 2024-04-12T16:22:52.832024+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-12T16:22:53.623 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:53 smithi154 bash[22286]: audit 2024-04-12T16:22:52.832222+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:22:55.102 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:54 smithi152 bash[22221]: cluster 2024-04-12T16:22:52.895224+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:55.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:54 smithi115 bash[21527]: cluster 2024-04-12T16:22:52.895224+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:55.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:54 smithi154 bash[22286]: cluster 2024-04-12T16:22:52.895224+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T16:22:56.102 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:55 smithi152 bash[22221]: cluster 2024-04-12T16:22:54.836362+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T16:22:56.102 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:55 smithi152 bash[22221]: cluster 2024-04-12T16:22:54.895599+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:56.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:55 smithi115 bash[21527]: cluster 2024-04-12T16:22:54.836362+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T16:22:56.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:55 smithi115 bash[21527]: cluster 2024-04-12T16:22:54.895599+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:56.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:55 smithi154 bash[22286]: cluster 2024-04-12T16:22:54.836362+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T16:22:56.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:55 smithi154 bash[22286]: cluster 2024-04-12T16:22:54.895599+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:57.317 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:22:57.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.431689+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.440260+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.450785+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.485582+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:57.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.491250+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:57.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.492988+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:57.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: cluster 2024-04-12T16:22:56.496789+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:57.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:57 smithi154 bash[22286]: audit 2024-04-12T16:22:56.503643+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.431689+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.440260+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.450785+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.485582+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.491250+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.492988+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: cluster 2024-04-12T16:22:56.496789+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:57.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:57 smithi152 bash[22221]: audit 2024-04-12T16:22:56.503643+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.431689+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.440260+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.450785+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.485582+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.491250+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.492988+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: cluster 2024-04-12T16:22:56.496789+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:57.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:57 smithi115 bash[21527]: audit 2024-04-12T16:22:56.503643+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:58.520 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:58 smithi154 bash[22286]: cluster 2024-04-12T16:22:57.447061+0000 mon.a (mon.0) 542 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:22:58.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:58 smithi152 bash[22221]: cluster 2024-04-12T16:22:57.447061+0000 mon.a (mon.0) 542 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:22:58.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:58 smithi115 bash[21527]: cluster 2024-04-12T16:22:57.447061+0000 mon.a (mon.0) 542 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:22:59.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:59 smithi154 bash[22286]: cluster 2024-04-12T16:22:58.497305+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:59.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:59 smithi154 bash[22286]: audit 2024-04-12T16:22:58.914420+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:59 smithi154 bash[22286]: audit 2024-04-12T16:22:58.920780+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.691 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:22:59 smithi154 bash[22286]: audit 2024-04-12T16:22:58.930233+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:59 smithi152 bash[22221]: cluster 2024-04-12T16:22:58.497305+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:59.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:59 smithi152 bash[22221]: audit 2024-04-12T16:22:58.914420+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:59 smithi152 bash[22221]: audit 2024-04-12T16:22:58.920780+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:22:59 smithi152 bash[22221]: audit 2024-04-12T16:22:58.930233+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:59 smithi115 bash[21527]: cluster 2024-04-12T16:22:58.497305+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:22:59.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:59 smithi115 bash[21527]: audit 2024-04-12T16:22:58.914420+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:59 smithi115 bash[21527]: audit 2024-04-12T16:22:58.920780+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:22:59.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:22:59 smithi115 bash[21527]: audit 2024-04-12T16:22:58.930233+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:00.335 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T16:23:00.335 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T16:23:00.335 INFO:teuthology.orchestra.run.smithi154.stderr: stderr: 10+0 records in 2024-04-12T16:23:00.335 INFO:teuthology.orchestra.run.smithi154.stderr:10+0 records out 2024-04-12T16:23:00.335 INFO:teuthology.orchestra.run.smithi154.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142364 s, 737 MB/s 2024-04-12T16:23:00.335 INFO:teuthology.orchestra.run.smithi154.stderr:--> Zapping successful for: 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.853353+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.862537+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.873063+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.882984+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.888743+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.890485+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: cluster 2024-04-12T16:22:59.893746+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:01.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:00 smithi115 bash[21527]: audit 2024-04-12T16:22:59.900374+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.853353+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.862537+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.873063+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.882984+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.888743+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.890485+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: cluster 2024-04-12T16:22:59.893746+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:01.209 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:00 smithi154 bash[22286]: audit 2024-04-12T16:22:59.900374+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.853353+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.862537+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.873063+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.882984+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:01.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.888743+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:01.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.890485+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:01.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: cluster 2024-04-12T16:22:59.893746+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:01.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:00 smithi152 bash[22221]: audit 2024-04-12T16:22:59.900374+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:01.453 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi154:vg_nvme/lv_4 2024-04-12T16:23:02.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:01 smithi115 bash[21527]: cluster 2024-04-12T16:23:00.869295+0000 mon.a (mon.0) 553 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:23:02.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:01 smithi115 bash[21527]: cluster 2024-04-12T16:23:00.869374+0000 mon.a (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-04-12T16:23:02.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:01 smithi154 bash[22286]: cluster 2024-04-12T16:23:00.869295+0000 mon.a (mon.0) 553 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:23:02.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:01 smithi154 bash[22286]: cluster 2024-04-12T16:23:00.869374+0000 mon.a (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-04-12T16:23:02.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:01 smithi152 bash[22221]: cluster 2024-04-12T16:23:00.869295+0000 mon.a (mon.0) 553 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:23:02.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:01 smithi152 bash[22221]: cluster 2024-04-12T16:23:00.869374+0000 mon.a (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-04-12T16:23:03.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:02 smithi115 bash[21527]: cluster 2024-04-12T16:23:01.894191+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:03.208 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:02 smithi154 bash[22286]: cluster 2024-04-12T16:23:01.894191+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:03.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:02 smithi152 bash[22221]: cluster 2024-04-12T16:23:01.894191+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:05.183 INFO:teuthology.orchestra.run.smithi154.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.c/config 2024-04-12T16:23:05.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:05 smithi154 bash[22286]: cluster 2024-04-12T16:23:03.894616+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:05.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:05 smithi154 bash[22286]: audit 2024-04-12T16:23:04.455253+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:05 smithi154 bash[22286]: audit 2024-04-12T16:23:04.464562+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:05 smithi154 bash[22286]: audit 2024-04-12T16:23:04.475946+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:05 smithi152 bash[22221]: cluster 2024-04-12T16:23:03.894616+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:05.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:05 smithi152 bash[22221]: audit 2024-04-12T16:23:04.455253+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:05 smithi152 bash[22221]: audit 2024-04-12T16:23:04.464562+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:05 smithi152 bash[22221]: audit 2024-04-12T16:23:04.475946+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:05 smithi115 bash[21527]: cluster 2024-04-12T16:23:03.894616+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:05.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:05 smithi115 bash[21527]: audit 2024-04-12T16:23:04.455253+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:05 smithi115 bash[21527]: audit 2024-04-12T16:23:04.464562+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:05.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:05 smithi115 bash[21527]: audit 2024-04-12T16:23:04.475946+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:07.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:07 smithi154 bash[22286]: cluster 2024-04-12T16:23:05.895151+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:07.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:07 smithi152 bash[22221]: cluster 2024-04-12T16:23:05.895151+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:07.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:07 smithi115 bash[21527]: cluster 2024-04-12T16:23:05.895151+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:08.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:08 smithi152 bash[22221]: audit 2024-04-12T16:23:07.903930+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:23:08.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:08 smithi152 bash[22221]: audit 2024-04-12T16:23:07.910763+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:23:08.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:08 smithi152 bash[22221]: audit 2024-04-12T16:23:07.912766+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:08.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:08 smithi115 bash[21527]: audit 2024-04-12T16:23:07.903930+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:23:08.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:08 smithi115 bash[21527]: audit 2024-04-12T16:23:07.910763+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:23:08.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:08 smithi115 bash[21527]: audit 2024-04-12T16:23:07.912766+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:08.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:08 smithi154 bash[22286]: audit 2024-04-12T16:23:07.903930+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T16:23:08.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:08 smithi154 bash[22286]: audit 2024-04-12T16:23:07.910763+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T16:23:08.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:08 smithi154 bash[22286]: audit 2024-04-12T16:23:07.912766+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:09.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:09 smithi152 bash[22221]: audit 2024-04-12T16:23:07.896291+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:23:09.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:09 smithi152 bash[22221]: cluster 2024-04-12T16:23:07.896636+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:09.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:09 smithi115 bash[21527]: audit 2024-04-12T16:23:07.896291+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:23:09.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:09 smithi115 bash[21527]: cluster 2024-04-12T16:23:07.896636+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:09.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:09 smithi154 bash[22286]: audit 2024-04-12T16:23:07.896291+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi154:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:23:09.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:09 smithi154 bash[22286]: cluster 2024-04-12T16:23:07.896636+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:11.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:11 smithi152 bash[22221]: cluster 2024-04-12T16:23:09.897118+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:11.838 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:11 smithi115 bash[21527]: cluster 2024-04-12T16:23:09.897118+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:11.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:11 smithi154 bash[22286]: cluster 2024-04-12T16:23:09.897118+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:13.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:13 smithi115 bash[21527]: cluster 2024-04-12T16:23:11.897450+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:13.681 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:13 smithi152 bash[22221]: cluster 2024-04-12T16:23:11.897450+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:13.775 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:13 smithi154 bash[22286]: cluster 2024-04-12T16:23:11.897450+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:15.758 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:15 smithi152 bash[22221]: cluster 2024-04-12T16:23:13.897906+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:15.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:15 smithi115 bash[21527]: cluster 2024-04-12T16:23:13.897906+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:15.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:15 smithi154 bash[22286]: cluster 2024-04-12T16:23:13.897906+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:16.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:16 smithi152 bash[22221]: audit 2024-04-12T16:23:16.051612+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.154:0/4183283730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]: dispatch 2024-04-12T16:23:16.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:16 smithi152 bash[22221]: audit 2024-04-12T16:23:16.052960+0000 mon.a (mon.0) 561 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]: dispatch 2024-04-12T16:23:16.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:16 smithi152 bash[22221]: audit 2024-04-12T16:23:16.056407+0000 mon.a (mon.0) 562 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]': finished 2024-04-12T16:23:16.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:16 smithi152 bash[22221]: cluster 2024-04-12T16:23:16.061509+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-12T16:23:16.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:16 smithi152 bash[22221]: audit 2024-04-12T16:23:16.062019+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:16.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:16 smithi115 bash[21527]: audit 2024-04-12T16:23:16.051612+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.154:0/4183283730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]: dispatch 2024-04-12T16:23:16.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:16 smithi115 bash[21527]: audit 2024-04-12T16:23:16.052960+0000 mon.a (mon.0) 561 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]: dispatch 2024-04-12T16:23:16.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:16 smithi115 bash[21527]: audit 2024-04-12T16:23:16.056407+0000 mon.a (mon.0) 562 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]': finished 2024-04-12T16:23:16.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:16 smithi115 bash[21527]: cluster 2024-04-12T16:23:16.061509+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-12T16:23:16.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:16 smithi115 bash[21527]: audit 2024-04-12T16:23:16.062019+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:16.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:16 smithi154 bash[22286]: audit 2024-04-12T16:23:16.051612+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.154:0/4183283730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]: dispatch 2024-04-12T16:23:16.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:16 smithi154 bash[22286]: audit 2024-04-12T16:23:16.052960+0000 mon.a (mon.0) 561 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]: dispatch 2024-04-12T16:23:16.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:16 smithi154 bash[22286]: audit 2024-04-12T16:23:16.056407+0000 mon.a (mon.0) 562 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "876b6229-6c35-42f3-b365-7872125c1486"}]': finished 2024-04-12T16:23:16.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:16 smithi154 bash[22286]: cluster 2024-04-12T16:23:16.061509+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-12T16:23:16.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:16 smithi154 bash[22286]: audit 2024-04-12T16:23:16.062019+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:17.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:17 smithi152 bash[22221]: cluster 2024-04-12T16:23:15.898378+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:17.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:17 smithi152 bash[22221]: audit 2024-04-12T16:23:16.781229+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.154:0/2595975676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:23:17.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:17 smithi115 bash[21527]: cluster 2024-04-12T16:23:15.898378+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:17.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:17 smithi115 bash[21527]: audit 2024-04-12T16:23:16.781229+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.154:0/2595975676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:23:17.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:17 smithi154 bash[22286]: cluster 2024-04-12T16:23:15.898378+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:17.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:17 smithi154 bash[22286]: audit 2024-04-12T16:23:16.781229+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.154:0/2595975676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: cluster 2024-04-12T16:23:17.898795+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: audit 2024-04-12T16:23:18.473687+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: audit 2024-04-12T16:23:18.482790+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: audit 2024-04-12T16:23:18.493279+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: audit 2024-04-12T16:23:19.108351+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: audit 2024-04-12T16:23:19.113091+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:19 smithi154 bash[22286]: audit 2024-04-12T16:23:19.118590+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: cluster 2024-04-12T16:23:17.898795+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: audit 2024-04-12T16:23:18.473687+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: audit 2024-04-12T16:23:18.482790+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: audit 2024-04-12T16:23:18.493279+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: audit 2024-04-12T16:23:19.108351+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: audit 2024-04-12T16:23:19.113091+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:19 smithi152 bash[22221]: audit 2024-04-12T16:23:19.118590+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: cluster 2024-04-12T16:23:17.898795+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: audit 2024-04-12T16:23:18.473687+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: audit 2024-04-12T16:23:18.482790+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: audit 2024-04-12T16:23:18.493279+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: audit 2024-04-12T16:23:19.108351+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: audit 2024-04-12T16:23:19.113091+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:19.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:19 smithi115 bash[21527]: audit 2024-04-12T16:23:19.118590+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:21.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:21 smithi152 bash[22221]: cluster 2024-04-12T16:23:19.899328+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:21.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:21 smithi115 bash[21527]: cluster 2024-04-12T16:23:19.899328+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:21.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:21 smithi154 bash[22286]: cluster 2024-04-12T16:23:19.899328+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:23.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:23 smithi152 bash[22221]: cluster 2024-04-12T16:23:21.899762+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:23.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:23 smithi115 bash[21527]: cluster 2024-04-12T16:23:21.899762+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:23.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:23 smithi154 bash[22286]: cluster 2024-04-12T16:23:21.899762+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:25.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:25 smithi115 bash[21527]: cluster 2024-04-12T16:23:23.900314+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:25.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:25 smithi115 bash[21527]: audit 2024-04-12T16:23:24.615616+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:25.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:25 smithi115 bash[21527]: audit 2024-04-12T16:23:24.623561+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:25.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:25 smithi115 bash[21527]: audit 2024-04-12T16:23:24.633358+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:25.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:25 smithi154 bash[22286]: cluster 2024-04-12T16:23:23.900314+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:25.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:25 smithi154 bash[22286]: audit 2024-04-12T16:23:24.615616+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:25.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:25 smithi154 bash[22286]: audit 2024-04-12T16:23:24.623561+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:25.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:25 smithi154 bash[22286]: audit 2024-04-12T16:23:24.633358+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:26.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:25 smithi152 bash[22221]: cluster 2024-04-12T16:23:23.900314+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:26.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:25 smithi152 bash[22221]: audit 2024-04-12T16:23:24.615616+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:26.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:25 smithi152 bash[22221]: audit 2024-04-12T16:23:24.623561+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:26.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:25 smithi152 bash[22221]: audit 2024-04-12T16:23:24.633358+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:27.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:27 smithi115 bash[21527]: cluster 2024-04-12T16:23:25.900725+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:27.867 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:27 smithi154 bash[22286]: cluster 2024-04-12T16:23:25.900725+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:28.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:27 smithi152 bash[22221]: cluster 2024-04-12T16:23:25.900725+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:29.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:29 smithi154 bash[22286]: cluster 2024-04-12T16:23:27.901173+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:29.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:29 smithi154 bash[22286]: audit 2024-04-12T16:23:29.000506+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:23:29.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:29 smithi154 bash[22286]: audit 2024-04-12T16:23:29.002427+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:29.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:29 smithi115 bash[21527]: cluster 2024-04-12T16:23:27.901173+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:29.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:29 smithi115 bash[21527]: audit 2024-04-12T16:23:29.000506+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:23:29.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:29 smithi115 bash[21527]: audit 2024-04-12T16:23:29.002427+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:30.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:29 smithi152 bash[22221]: cluster 2024-04-12T16:23:27.901173+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:30.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:29 smithi152 bash[22221]: audit 2024-04-12T16:23:29.000506+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T16:23:30.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:29 smithi152 bash[22221]: audit 2024-04-12T16:23:29.002427+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:30.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:30 smithi154 bash[22286]: cephadm 2024-04-12T16:23:29.004076+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi154 2024-04-12T16:23:31.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:30 smithi152 bash[22221]: cephadm 2024-04-12T16:23:29.004076+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi154 2024-04-12T16:23:31.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:30 smithi115 bash[21527]: cephadm 2024-04-12T16:23:29.004076+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi154 2024-04-12T16:23:31.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:31 smithi115 bash[21527]: cluster 2024-04-12T16:23:29.901654+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:31.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:31 smithi154 bash[22286]: cluster 2024-04-12T16:23:29.901654+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:32.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:31 smithi152 bash[22221]: cluster 2024-04-12T16:23:29.901654+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:33.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:23:33.630 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:23:33.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: cluster 2024-04-12T16:23:31.902113+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:33.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: audit 2024-04-12T16:23:33.404216+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:33.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: audit 2024-04-12T16:23:33.414002+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:33.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: audit 2024-04-12T16:23:33.438672+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:33.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: audit 2024-04-12T16:23:33.448887+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:33.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: audit 2024-04-12T16:23:33.452019+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:33.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:33 smithi154 bash[22286]: audit 2024-04-12T16:23:33.466010+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:34.044 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: cluster 2024-04-12T16:23:31.902113+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:34.044 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: audit 2024-04-12T16:23:33.404216+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:34.044 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: audit 2024-04-12T16:23:33.414002+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:34.044 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: audit 2024-04-12T16:23:33.438672+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:34.044 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: audit 2024-04-12T16:23:33.448887+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:34.045 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: audit 2024-04-12T16:23:33.452019+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:34.045 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:33 smithi152 bash[22221]: audit 2024-04-12T16:23:33.466010+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:34.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: cluster 2024-04-12T16:23:31.902113+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:34.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: audit 2024-04-12T16:23:33.404216+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:34.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: audit 2024-04-12T16:23:33.414002+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:34.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: audit 2024-04-12T16:23:33.438672+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:34.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: audit 2024-04-12T16:23:33.448887+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:34.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: audit 2024-04-12T16:23:33.452019+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:34.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:33 smithi115 bash[21527]: audit 2024-04-12T16:23:33.466010+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:35.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:35 smithi154 bash[22286]: cluster 2024-04-12T16:23:33.902476+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:36.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:35 smithi152 bash[22221]: cluster 2024-04-12T16:23:33.902476+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:36.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:35 smithi115 bash[21527]: cluster 2024-04-12T16:23:33.902476+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:37.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:37 smithi154 bash[22286]: cluster 2024-04-12T16:23:35.902916+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:38.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:37 smithi152 bash[22221]: cluster 2024-04-12T16:23:35.902916+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:38.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:37 smithi115 bash[21527]: cluster 2024-04-12T16:23:35.902916+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: cluster 2024-04-12T16:23:37.903409+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:38.680821+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:38.689834+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:38.699500+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:39.319265+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:39.328365+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:39.338516+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:39.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:39.615646+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:23:39.959 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:39 smithi154 bash[22286]: audit 2024-04-12T16:23:39.616468+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:23:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: cluster 2024-04-12T16:23:37.903409+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:38.680821+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:38.689834+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:38.699500+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:39.319265+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:39.328365+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:39.338516+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:39.615646+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:23:40.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:39 smithi152 bash[22221]: audit 2024-04-12T16:23:39.616468+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:23:40.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: cluster 2024-04-12T16:23:37.903409+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:40.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:38.680821+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:38.689834+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:38.699500+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:39.319265+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:39.328365+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:39.338516+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:39.615646+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:23:40.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:39 smithi115 bash[21527]: audit 2024-04-12T16:23:39.616468+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T16:23:41.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:41 smithi154 bash[22286]: cluster 2024-04-12T16:23:39.903850+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:41.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:41 smithi154 bash[22286]: audit 2024-04-12T16:23:40.337527+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T16:23:41.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:41 smithi154 bash[22286]: audit 2024-04-12T16:23:40.344086+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-12T16:23:41.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:41 smithi154 bash[22286]: cluster 2024-04-12T16:23:40.344404+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T16:23:41.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:41 smithi154 bash[22286]: audit 2024-04-12T16:23:40.344837+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:41.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:41 smithi154 bash[22286]: audit 2024-04-12T16:23:40.345579+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-12T16:23:41.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:41 smithi115 bash[21527]: cluster 2024-04-12T16:23:39.903850+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:41.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:41 smithi115 bash[21527]: audit 2024-04-12T16:23:40.337527+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T16:23:41.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:41 smithi115 bash[21527]: audit 2024-04-12T16:23:40.344086+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-12T16:23:41.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:41 smithi115 bash[21527]: cluster 2024-04-12T16:23:40.344404+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T16:23:41.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:41 smithi115 bash[21527]: audit 2024-04-12T16:23:40.344837+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:41.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:41 smithi115 bash[21527]: audit 2024-04-12T16:23:40.345579+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-12T16:23:41.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:41 smithi152 bash[22221]: cluster 2024-04-12T16:23:39.903850+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:41.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:41 smithi152 bash[22221]: audit 2024-04-12T16:23:40.337527+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T16:23:41.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:41 smithi152 bash[22221]: audit 2024-04-12T16:23:40.344086+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-12T16:23:41.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:41 smithi152 bash[22221]: cluster 2024-04-12T16:23:40.344404+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T16:23:41.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:41 smithi152 bash[22221]: audit 2024-04-12T16:23:40.344837+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:41.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:41 smithi152 bash[22221]: audit 2024-04-12T16:23:40.345579+0000 mon.a (mon.0) 592 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]: dispatch 2024-04-12T16:23:42.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:42 smithi154 bash[22286]: audit 2024-04-12T16:23:41.339902+0000 mon.a (mon.0) 593 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-12T16:23:42.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:42 smithi154 bash[22286]: cluster 2024-04-12T16:23:41.346666+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T16:23:42.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:42 smithi154 bash[22286]: audit 2024-04-12T16:23:41.347586+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:42.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:42 smithi154 bash[22286]: audit 2024-04-12T16:23:41.356498+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:42.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:42 smithi115 bash[21527]: audit 2024-04-12T16:23:41.339902+0000 mon.a (mon.0) 593 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-12T16:23:42.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:42 smithi115 bash[21527]: cluster 2024-04-12T16:23:41.346666+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T16:23:42.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:42 smithi115 bash[21527]: audit 2024-04-12T16:23:41.347586+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:42.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:42 smithi115 bash[21527]: audit 2024-04-12T16:23:41.356498+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:42 smithi152 bash[22221]: audit 2024-04-12T16:23:41.339902+0000 mon.a (mon.0) 593 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi154", "root=default"]}]': finished 2024-04-12T16:23:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:42 smithi152 bash[22221]: cluster 2024-04-12T16:23:41.346666+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T16:23:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:42 smithi152 bash[22221]: audit 2024-04-12T16:23:41.347586+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:42 smithi152 bash[22221]: audit 2024-04-12T16:23:41.356498+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: cluster 2024-04-12T16:23:40.629324+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: cluster 2024-04-12T16:23:40.629415+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: cluster 2024-04-12T16:23:41.904301+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: cluster 2024-04-12T16:23:42.357999+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384] boot 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: cluster 2024-04-12T16:23:42.358070+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: audit 2024-04-12T16:23:42.358636+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:43.483 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:43 smithi154 bash[22286]: audit 2024-04-12T16:23:43.060395+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' 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-04-12T16:23:43.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: cluster 2024-04-12T16:23:40.629324+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:23:43.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: cluster 2024-04-12T16:23:40.629415+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:23:43.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: cluster 2024-04-12T16:23:41.904301+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:43.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: cluster 2024-04-12T16:23:42.357999+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384] boot 2024-04-12T16:23:43.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: cluster 2024-04-12T16:23:42.358070+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-12T16:23:43.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: audit 2024-04-12T16:23:42.358636+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:43.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:43 smithi115 bash[21527]: audit 2024-04-12T16:23:43.060395+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' 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-04-12T16:23:43.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: cluster 2024-04-12T16:23:40.629324+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T16:23:43.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: cluster 2024-04-12T16:23:40.629415+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T16:23:43.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: cluster 2024-04-12T16:23:41.904301+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-12T16:23:43.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: cluster 2024-04-12T16:23:42.357999+0000 mon.a (mon.0) 597 : cluster [INF] osd.2 [v2:172.21.15.154:6800/37034384,v1:172.21.15.154:6801/37034384] boot 2024-04-12T16:23:43.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: cluster 2024-04-12T16:23:42.358070+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-12T16:23:43.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: audit 2024-04-12T16:23:42.358636+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:23:43.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:43 smithi152 bash[22221]: audit 2024-04-12T16:23:43.060395+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' 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-04-12T16:23:44.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:44 smithi154 bash[22286]: audit 2024-04-12T16:23:43.372311+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' 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-04-12T16:23:44.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:44 smithi154 bash[22286]: cluster 2024-04-12T16:23:43.377221+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T16:23:44.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:44 smithi154 bash[22286]: audit 2024-04-12T16:23:43.378989+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:23:44.514 INFO:teuthology.orchestra.run.smithi154.stdout:Created osd(s) 2 on host 'smithi154' 2024-04-12T16:23:44.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:44 smithi152 bash[22221]: audit 2024-04-12T16:23:43.372311+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' 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-04-12T16:23:44.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:44 smithi152 bash[22221]: cluster 2024-04-12T16:23:43.377221+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T16:23:44.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:44 smithi152 bash[22221]: audit 2024-04-12T16:23:43.378989+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:23:44.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:44 smithi115 bash[21527]: audit 2024-04-12T16:23:43.372311+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' 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-04-12T16:23:44.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:44 smithi115 bash[21527]: cluster 2024-04-12T16:23:43.377221+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T16:23:44.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:44 smithi115 bash[21527]: audit 2024-04-12T16:23:43.378989+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T16:23:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: cluster 2024-04-12T16:23:43.904905+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: cluster 2024-04-12T16:23:44.372204+0000 mon.a (mon.0) 604 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T16:23:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.381171+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T16:23:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: cluster 2024-04-12T16:23:44.387169+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T16:23:45.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.466073+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.467083+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.476522+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.477348+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: cephadm 2024-04-12T16:23:44.478941+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 20337M 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.485552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.489735+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.492298+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.503115+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.675293+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.771637+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.778047+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.785904+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: cephadm 2024-04-12T16:23:44.789078+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Detected new or changed devices on smithi154 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.796485+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.822374+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.829967+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.832077+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: cluster 2024-04-12T16:23:44.836188+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.843174+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.866736+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.869773+0000 mon.a (mon.0) 625 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.919407+0000 mon.a (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.920205+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.710 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.920686+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.921054+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.923850+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.924270+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.924649+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.925022+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.974842+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.977107+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.979256+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.979693+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:44.980096+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.711 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:45 smithi154 bash[22286]: audit 2024-04-12T16:23:45.030954+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: cluster 2024-04-12T16:23:43.904905+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: cluster 2024-04-12T16:23:44.372204+0000 mon.a (mon.0) 604 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.381171+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: cluster 2024-04-12T16:23:44.387169+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.466073+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.467083+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.476522+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.477348+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:23:45.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: cephadm 2024-04-12T16:23:44.478941+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 20337M 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.485552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.489735+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.492298+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.503115+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.675293+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.771637+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.778047+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.785904+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: cephadm 2024-04-12T16:23:44.789078+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Detected new or changed devices on smithi154 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.796485+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.822374+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:45.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.829967+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.832077+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: cluster 2024-04-12T16:23:44.836188+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.843174+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.866736+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.869773+0000 mon.a (mon.0) 625 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.919407+0000 mon.a (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.920205+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.920686+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.921054+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.923850+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.924270+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.924649+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.925022+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.974842+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.977107+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.979256+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.979693+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:44.980096+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:45 smithi152 bash[22221]: audit 2024-04-12T16:23:45.030954+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: cluster 2024-04-12T16:23:43.904905+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: cluster 2024-04-12T16:23:44.372204+0000 mon.a (mon.0) 604 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.381171+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: cluster 2024-04-12T16:23:44.387169+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.466073+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.467083+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.476522+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.477348+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: cephadm 2024-04-12T16:23:44.478941+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi154 to 20337M 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.485552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.489735+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.492298+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.503115+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.675293+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.771637+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.778047+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.785904+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: cephadm 2024-04-12T16:23:44.789078+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Detected new or changed devices on smithi154 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.796485+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.822374+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:45.869 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.829967+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.832077+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: cluster 2024-04-12T16:23:44.836188+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.843174+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.866736+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.869773+0000 mon.a (mon.0) 625 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.919407+0000 mon.a (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.920205+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.920686+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.921054+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.923850+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.924270+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.924649+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.925022+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.974842+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.977107+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.979256+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.979693+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:44.980096+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:23:45.871 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:45 smithi115 bash[21527]: audit 2024-04-12T16:23:45.030954+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T16:23:46.125 DEBUG:teuthology.orchestra.run.smithi154:osd.2> sudo journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.2.service 2024-04-12T16:23:46.128 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-12T16:23:46.128 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd stat -f json 2024-04-12T16:23:46.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:46 smithi154 bash[22286]: cluster 2024-04-12T16:23:45.403299+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T16:23:46.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:46 smithi154 bash[22286]: cluster 2024-04-12T16:23:45.792951+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:23:46.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:46 smithi154 bash[22286]: cluster 2024-04-12T16:23:45.793010+0000 mon.a (mon.0) 638 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T16:23:46.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:46 smithi154 bash[22286]: cluster 2024-04-12T16:23:45.880448+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T16:23:46.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:46 smithi152 bash[22221]: cluster 2024-04-12T16:23:45.403299+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T16:23:46.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:46 smithi152 bash[22221]: cluster 2024-04-12T16:23:45.792951+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:23:46.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:46 smithi152 bash[22221]: cluster 2024-04-12T16:23:45.793010+0000 mon.a (mon.0) 638 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T16:23:46.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:46 smithi152 bash[22221]: cluster 2024-04-12T16:23:45.880448+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T16:23:46.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:46 smithi115 bash[21527]: cluster 2024-04-12T16:23:45.403299+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T16:23:46.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:46 smithi115 bash[21527]: cluster 2024-04-12T16:23:45.792951+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:23:46.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:46 smithi115 bash[21527]: cluster 2024-04-12T16:23:45.793010+0000 mon.a (mon.0) 638 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-12T16:23:46.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:46 smithi115 bash[21527]: cluster 2024-04-12T16:23:45.880448+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T16:23:47.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:47 smithi154 bash[22286]: cluster 2024-04-12T16:23:46.836878+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:47.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:47 smithi152 bash[22221]: cluster 2024-04-12T16:23:46.836878+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:47.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:47 smithi115 bash[21527]: cluster 2024-04-12T16:23:46.836878+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:49.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:48 smithi154 bash[22286]: cluster 2024-04-12T16:23:48.837477+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:49.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:48 smithi152 bash[22221]: cluster 2024-04-12T16:23:48.837477+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:49.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:48 smithi115 bash[21527]: cluster 2024-04-12T16:23:48.837477+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:50.850 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:23:51.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:50 smithi154 bash[22286]: cluster 2024-04-12T16:23:50.838016+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:51.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:50 smithi152 bash[22221]: cluster 2024-04-12T16:23:50.838016+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:51.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:50 smithi115 bash[21527]: cluster 2024-04-12T16:23:50.838016+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:53.147 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:52 smithi154 bash[22286]: cluster 2024-04-12T16:23:52.838429+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:53.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:52 smithi152 bash[22221]: cluster 2024-04-12T16:23:52.838429+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:53.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:52 smithi115 bash[21527]: cluster 2024-04-12T16:23:52.838429+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:54.202 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:23:54.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.131431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.141102+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.152749+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.183049+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:54.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.188397+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:54.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.189926+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:54.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: cluster 2024-04-12T16:23:53.193202+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:54.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:54 smithi152 bash[22221]: audit 2024-04-12T16:23:53.201500+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.131431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.141102+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.152749+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.183049+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.188397+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.189926+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:54.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: cluster 2024-04-12T16:23:53.193202+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:54.458 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:54 smithi154 bash[22286]: audit 2024-04-12T16:23:53.201500+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.522 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.131431+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.522 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.141102+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.152749+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:54.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.183049+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:23:54.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.188397+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:23:54.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.189926+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:23:54.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: cluster 2024-04-12T16:23:53.193202+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:54.523 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:54 smithi115 bash[21527]: audit 2024-04-12T16:23:53.201500+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:23:55.242 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1712939022,"num_in_osds":3,"osd_in_since":1712938996,"num_remapped_pgs":0} 2024-04-12T16:23:55.243 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-12T16:23:55.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:55 smithi154 bash[22286]: cluster 2024-04-12T16:23:54.149175+0000 mon.a (mon.0) 647 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:23:55.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:55 smithi154 bash[22286]: cluster 2024-04-12T16:23:54.149226+0000 mon.a (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-04-12T16:23:55.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:55 smithi154 bash[22286]: audit 2024-04-12T16:23:54.210370+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.115:0/4269551616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T16:23:55.525 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:55 smithi152 bash[22221]: cluster 2024-04-12T16:23:54.149175+0000 mon.a (mon.0) 647 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:23:55.525 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:55 smithi152 bash[22221]: cluster 2024-04-12T16:23:54.149226+0000 mon.a (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-04-12T16:23:55.525 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:55 smithi152 bash[22221]: audit 2024-04-12T16:23:54.210370+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.115:0/4269551616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T16:23:55.529 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:55 smithi115 bash[21527]: cluster 2024-04-12T16:23:54.149175+0000 mon.a (mon.0) 647 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T16:23:55.529 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:55 smithi115 bash[21527]: cluster 2024-04-12T16:23:54.149226+0000 mon.a (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-04-12T16:23:55.529 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:55 smithi115 bash[21527]: audit 2024-04-12T16:23:54.210370+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.115:0/4269551616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T16:23:56.392 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:56 smithi115 bash[21527]: cluster 2024-04-12T16:23:55.193775+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:56.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:56 smithi154 bash[22286]: cluster 2024-04-12T16:23:55.193775+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:56.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:56 smithi152 bash[22221]: cluster 2024-04-12T16:23:55.193775+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:58.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:58 smithi152 bash[22221]: cluster 2024-04-12T16:23:57.194342+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:58.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:58 smithi115 bash[21527]: cluster 2024-04-12T16:23:57.194342+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:23:58.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:58 smithi154 bash[22286]: cluster 2024-04-12T16:23:57.194342+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: audit 2024-04-12T16:23:58.900469+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: audit 2024-04-12T16:23:58.909176+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: audit 2024-04-12T16:23:58.919450+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: cluster 2024-04-12T16:23:59.194965+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: audit 2024-04-12T16:23:59.541628+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: audit 2024-04-12T16:23:59.549609+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:23:59 smithi154 bash[22286]: audit 2024-04-12T16:23:59.559879+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: audit 2024-04-12T16:23:58.900469+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: audit 2024-04-12T16:23:58.909176+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: audit 2024-04-12T16:23:58.919450+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: cluster 2024-04-12T16:23:59.194965+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: audit 2024-04-12T16:23:59.541628+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: audit 2024-04-12T16:23:59.549609+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:23:59 smithi152 bash[22221]: audit 2024-04-12T16:23:59.559879+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: audit 2024-04-12T16:23:58.900469+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: audit 2024-04-12T16:23:58.909176+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: audit 2024-04-12T16:23:58.919450+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: cluster 2024-04-12T16:23:59.194965+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: audit 2024-04-12T16:23:59.541628+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: audit 2024-04-12T16:23:59.549609+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:23:59 smithi115 bash[21527]: audit 2024-04-12T16:23:59.559879+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:00.636 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:02.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:02 smithi152 bash[22221]: cluster 2024-04-12T16:24:01.195554+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:02 smithi115 bash[21527]: cluster 2024-04-12T16:24:01.195554+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:02.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:02 smithi154 bash[22286]: cluster 2024-04-12T16:24:01.195554+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:03.193 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:24:03.193 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"fsid":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","created":"2024-04-12T16:17:52.935361+0000","modified":"2024-04-12T16:23:45.382019+0000","last_up_change":"2024-04-12T16:23:42.348560+0000","last_in_change":"2024-04-12T16:23:16.053856+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-04-12T16:23:43.067411+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"cb4ab12f-a332-447e-9f45-e9fd18b7238e","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.115:6802","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6803","nonce":3045000263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6805","nonce":3045000263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6809","nonce":3045000263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6807","nonce":3045000263}]},"public_addr":"172.21.15.115:6803/3045000263","cluster_addr":"172.21.15.115:6805/3045000263","heartbeat_back_addr":"172.21.15.115:6809/3045000263","heartbeat_front_addr":"172.21.15.115:6807/3045000263","state":["exists","up"]},{"osd":1,"uuid":"85bbcb43-b5a1-406b-8b6f-ec2df72a2622","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6801","nonce":1544961276}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6803","nonce":1544961276}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6807","nonce":1544961276}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6805","nonce":1544961276}]},"public_addr":"172.21.15.152:6801/1544961276","cluster_addr":"172.21.15.152:6803/1544961276","heartbeat_back_addr":"172.21.15.152:6807/1544961276","heartbeat_front_addr":"172.21.15.152:6805/1544961276","state":["exists","up"]},{"osd":2,"uuid":"876b6229-6c35-42f3-b365-7872125c1486","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.154:6800","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6801","nonce":37034384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6803","nonce":37034384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6807","nonce":37034384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6805","nonce":37034384}]},"public_addr":"172.21.15.154:6801/37034384","cluster_addr":"172.21.15.154:6803/37034384","heartbeat_back_addr":"172.21.15.154:6807/37034384","heartbeat_front_addr":"172.21.15.154:6805/37034384","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:21:55.860847+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:22:50.660734+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:23:40.629421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:6800/800573931":"2024-04-13T16:18:58.837287+0000","172.21.15.115:0/389192594":"2024-04-13T16:18:58.837287+0000","172.21.15.115:6801/800573931":"2024-04-13T16:18:58.837287+0000","172.21.15.115:0/1148580906":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/902263027":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/57725716":"2024-04-13T16:18:24.385188+0000","172.21.15.115:6800/506384097":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/191818338":"2024-04-13T16:18:58.837287+0000","172.21.15.115:6801/506384097":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/1660795651":"2024-04-13T16:18:58.837287+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T16:24:03.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:03 smithi152 bash[22221]: audit 2024-04-12T16:24:03.200275+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.115:0/3924260708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:03.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:03 smithi115 bash[21527]: audit 2024-04-12T16:24:03.200275+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.115:0/3924260708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:03.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:03 smithi154 bash[22286]: audit 2024-04-12T16:24:03.200275+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.115:0/3924260708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:03.836 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-12T16:23:43.067411+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, '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-04-12T16:24:03.836 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-12T16:24:04.521 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:04 smithi154 bash[22286]: cluster 2024-04-12T16:24:03.196060+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:04.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:04 smithi152 bash[22221]: cluster 2024-04-12T16:24:03.196060+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:04.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:04 smithi115 bash[21527]: cluster 2024-04-12T16:24:03.196060+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:06.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:06 smithi152 bash[22221]: cluster 2024-04-12T16:24:05.196609+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:06.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:06 smithi115 bash[21527]: cluster 2024-04-12T16:24:05.196609+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:06.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:06 smithi154 bash[22286]: cluster 2024-04-12T16:24:05.196609+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:08.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:08 smithi152 bash[22221]: cluster 2024-04-12T16:24:07.197194+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:08.557 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:08.580 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:08 smithi115 bash[21527]: cluster 2024-04-12T16:24:07.197194+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:08.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:08 smithi154 bash[22286]: cluster 2024-04-12T16:24:07.197194+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:10.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:10 smithi152 bash[22221]: cluster 2024-04-12T16:24:09.197743+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:10.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:10 smithi115 bash[21527]: cluster 2024-04-12T16:24:09.197743+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:10.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:10 smithi154 bash[22286]: cluster 2024-04-12T16:24:09.197743+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:11.252 INFO:teuthology.orchestra.run.smithi115.stdout:pg_num: 1 2024-04-12T16:24:11.551 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:11 smithi154 bash[22286]: audit 2024-04-12T16:24:11.260300+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.115:0/3354064071' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T16:24:11.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:11 smithi152 bash[22221]: audit 2024-04-12T16:24:11.260300+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.115:0/3354064071' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T16:24:11.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:11 smithi115 bash[21527]: audit 2024-04-12T16:24:11.260300+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.115:0/3354064071' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T16:24:11.970 INFO:tasks.cephadm:Setting up client nodes... 2024-04-12T16:24:11.971 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-12T16:24:11.971 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-12T16:24:11.971 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph mgr dump --format=json 2024-04-12T16:24:12.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:12 smithi154 bash[22286]: cluster 2024-04-12T16:24:11.198245+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:12.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:12 smithi154 bash[22286]: audit 2024-04-12T16:24:11.707970+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:12.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:12 smithi154 bash[22286]: audit 2024-04-12T16:24:11.716214+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:12.958 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:12 smithi154 bash[22286]: audit 2024-04-12T16:24:11.726354+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:12 smithi152 bash[22221]: cluster 2024-04-12T16:24:11.198245+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:12 smithi152 bash[22221]: audit 2024-04-12T16:24:11.707970+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:12 smithi152 bash[22221]: audit 2024-04-12T16:24:11.716214+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:12 smithi152 bash[22221]: audit 2024-04-12T16:24:11.726354+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:12 smithi115 bash[21527]: cluster 2024-04-12T16:24:11.198245+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:12 smithi115 bash[21527]: audit 2024-04-12T16:24:11.707970+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:12 smithi115 bash[21527]: audit 2024-04-12T16:24:11.716214+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:12 smithi115 bash[21527]: audit 2024-04-12T16:24:11.726354+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:14.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:14 smithi152 bash[22221]: cluster 2024-04-12T16:24:13.198738+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:14.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:14 smithi154 bash[22286]: cluster 2024-04-12T16:24:13.198738+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:15.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:14 smithi115 bash[21527]: cluster 2024-04-12T16:24:13.198738+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:16.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:16 smithi152 bash[22221]: cluster 2024-04-12T16:24:15.199328+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:17.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:16 smithi115 bash[21527]: cluster 2024-04-12T16:24:15.199328+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:17.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:16 smithi154 bash[22286]: cluster 2024-04-12T16:24:15.199328+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:17.684 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:18.776 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:18 smithi115 bash[21527]: cluster 2024-04-12T16:24:17.199896+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:19.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:18 smithi152 bash[22221]: cluster 2024-04-12T16:24:17.199896+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:19.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:18 smithi154 bash[22286]: cluster 2024-04-12T16:24:17.199896+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: audit 2024-04-12T16:24:19.117798+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: audit 2024-04-12T16:24:19.128844+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: audit 2024-04-12T16:24:19.139280+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: cluster 2024-04-12T16:24:19.200486+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: audit 2024-04-12T16:24:19.739086+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: audit 2024-04-12T16:24:19.744101+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:20 smithi115 bash[21527]: audit 2024-04-12T16:24:19.750411+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: audit 2024-04-12T16:24:19.117798+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: audit 2024-04-12T16:24:19.128844+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: audit 2024-04-12T16:24:19.139280+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: cluster 2024-04-12T16:24:19.200486+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:20.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: audit 2024-04-12T16:24:19.739086+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: audit 2024-04-12T16:24:19.744101+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.457 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:20 smithi154 bash[22286]: audit 2024-04-12T16:24:19.750411+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.460 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:24:20.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: audit 2024-04-12T16:24:19.117798+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: audit 2024-04-12T16:24:19.128844+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: audit 2024-04-12T16:24:19.139280+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: cluster 2024-04-12T16:24:19.200486+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:20.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: audit 2024-04-12T16:24:19.739086+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: audit 2024-04-12T16:24:19.744101+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:20.556 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:20 smithi152 bash[22221]: audit 2024-04-12T16:24:19.750411+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:21.187 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":4064713889},{"type":"v1","addr":"172.21.15.115:6801","nonce":4064713889}]},"active_addr":"172.21.15.115:6801/4064713889","active_change":"2024-04-12T16:18:58.837684+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"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":[]},"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.25.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:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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:2.4.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_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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"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":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]}}},{"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"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":[]},"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.25.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:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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:2.4.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_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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"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":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]}}},{"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.115: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.115:0","nonce":2930484611}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":4242978630}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":1194943164}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.115:0","nonce":3605184044}]}]} 2024-04-12T16:24:21.197 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-12T16:24:21.197 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-12T16:24:21.197 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-12T16:24:21.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:21 smithi154 bash[22286]: audit 2024-04-12T16:24:20.457996+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.115:0/1571664898' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T16:24:21.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:21 smithi152 bash[22221]: audit 2024-04-12T16:24:20.457996+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.115:0/1571664898' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T16:24:21.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:21 smithi115 bash[21527]: audit 2024-04-12T16:24:20.457996+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.115:0/1571664898' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T16:24:22.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:22 smithi154 bash[22286]: cluster 2024-04-12T16:24:21.200965+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:22.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:22 smithi152 bash[22221]: cluster 2024-04-12T16:24:21.200965+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:22.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:22 smithi115 bash[21527]: cluster 2024-04-12T16:24:21.200965+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:24.525 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:24 smithi154 bash[22286]: cluster 2024-04-12T16:24:23.201457+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:24.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:24 smithi152 bash[22221]: cluster 2024-04-12T16:24:23.201457+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:24.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:24 smithi115 bash[21527]: cluster 2024-04-12T16:24:23.201457+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:25.913 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:26.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:26 smithi152 bash[22221]: cluster 2024-04-12T16:24:25.201993+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:26.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:26 smithi115 bash[21527]: cluster 2024-04-12T16:24:25.201993+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:26.679 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:26 smithi154 bash[22286]: cluster 2024-04-12T16:24:25.201993+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:28.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:28 smithi152 bash[22221]: cluster 2024-04-12T16:24:27.202496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:28.578 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:24:28.578 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"fsid":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","created":"2024-04-12T16:17:52.935361+0000","modified":"2024-04-12T16:23:45.382019+0000","last_up_change":"2024-04-12T16:23:42.348560+0000","last_in_change":"2024-04-12T16:23:16.053856+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-04-12T16:23:43.067411+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"cb4ab12f-a332-447e-9f45-e9fd18b7238e","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.115:6802","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6803","nonce":3045000263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6805","nonce":3045000263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6809","nonce":3045000263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6807","nonce":3045000263}]},"public_addr":"172.21.15.115:6803/3045000263","cluster_addr":"172.21.15.115:6805/3045000263","heartbeat_back_addr":"172.21.15.115:6809/3045000263","heartbeat_front_addr":"172.21.15.115:6807/3045000263","state":["exists","up"]},{"osd":1,"uuid":"85bbcb43-b5a1-406b-8b6f-ec2df72a2622","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6801","nonce":1544961276}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6803","nonce":1544961276}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6807","nonce":1544961276}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6805","nonce":1544961276}]},"public_addr":"172.21.15.152:6801/1544961276","cluster_addr":"172.21.15.152:6803/1544961276","heartbeat_back_addr":"172.21.15.152:6807/1544961276","heartbeat_front_addr":"172.21.15.152:6805/1544961276","state":["exists","up"]},{"osd":2,"uuid":"876b6229-6c35-42f3-b365-7872125c1486","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.154:6800","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6801","nonce":37034384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6803","nonce":37034384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6807","nonce":37034384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6805","nonce":37034384}]},"public_addr":"172.21.15.154:6801/37034384","cluster_addr":"172.21.15.154:6803/37034384","heartbeat_back_addr":"172.21.15.154:6807/37034384","heartbeat_front_addr":"172.21.15.154:6805/37034384","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:21:55.860847+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:22:50.660734+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:23:40.629421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:6800/800573931":"2024-04-13T16:18:58.837287+0000","172.21.15.115:0/389192594":"2024-04-13T16:18:58.837287+0000","172.21.15.115:6801/800573931":"2024-04-13T16:18:58.837287+0000","172.21.15.115:0/1148580906":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/902263027":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/57725716":"2024-04-13T16:18:24.385188+0000","172.21.15.115:6800/506384097":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/191818338":"2024-04-13T16:18:58.837287+0000","172.21.15.115:6801/506384097":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/1660795651":"2024-04-13T16:18:58.837287+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T16:24:28.590 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:28 smithi115 bash[21527]: cluster 2024-04-12T16:24:27.202496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:28.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:28 smithi154 bash[22286]: cluster 2024-04-12T16:24:27.202496+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:29.200 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-12T16:24:29.201 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-12T16:24:29.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:29 smithi152 bash[22221]: audit 2024-04-12T16:24:28.585244+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.115:0/982902727' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:29.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:29 smithi115 bash[21527]: audit 2024-04-12T16:24:28.585244+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.115:0/982902727' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:29.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:29 smithi154 bash[22286]: audit 2024-04-12T16:24:28.585244+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.115:0/982902727' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:30.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:30 smithi154 bash[22286]: cluster 2024-04-12T16:24:29.203184+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:30.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:30 smithi152 bash[22221]: cluster 2024-04-12T16:24:29.203184+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:30.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:30 smithi115 bash[21527]: cluster 2024-04-12T16:24:29.203184+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:32.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:32 smithi152 bash[22221]: cluster 2024-04-12T16:24:31.203745+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:32.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:32 smithi152 bash[22221]: audit 2024-04-12T16:24:31.929262+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:32 smithi152 bash[22221]: audit 2024-04-12T16:24:31.935014+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:32 smithi152 bash[22221]: audit 2024-04-12T16:24:31.941185+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:32 smithi115 bash[21527]: cluster 2024-04-12T16:24:31.203745+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:32.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:32 smithi115 bash[21527]: audit 2024-04-12T16:24:31.929262+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:32 smithi115 bash[21527]: audit 2024-04-12T16:24:31.935014+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:32 smithi115 bash[21527]: audit 2024-04-12T16:24:31.941185+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:32 smithi154 bash[22286]: cluster 2024-04-12T16:24:31.203745+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:32.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:32 smithi154 bash[22286]: audit 2024-04-12T16:24:31.929262+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:32 smithi154 bash[22286]: audit 2024-04-12T16:24:31.935014+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:32.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:32 smithi154 bash[22286]: audit 2024-04-12T16:24:31.941185+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:33.922 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:34.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:34 smithi154 bash[22286]: cluster 2024-04-12T16:24:33.204373+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:34.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:34 smithi152 bash[22221]: cluster 2024-04-12T16:24:33.204373+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:34.904 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:34 smithi115 bash[21527]: cluster 2024-04-12T16:24:33.204373+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:36.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:36 smithi115 bash[21527]: cluster 2024-04-12T16:24:35.204909+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:36.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:36 smithi154 bash[22286]: cluster 2024-04-12T16:24:35.204909+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:36.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:36 smithi152 bash[22221]: cluster 2024-04-12T16:24:35.204909+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:38.235 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:24:38.235 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":21,"fsid":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","created":"2024-04-12T16:17:52.935361+0000","modified":"2024-04-12T16:23:45.382019+0000","last_up_change":"2024-04-12T16:23:42.348560+0000","last_in_change":"2024-04-12T16:23:16.053856+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-04-12T16:23:43.067411+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"cb4ab12f-a332-447e-9f45-e9fd18b7238e","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.115:6802","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6803","nonce":3045000263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6805","nonce":3045000263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6809","nonce":3045000263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":3045000263},{"type":"v1","addr":"172.21.15.115:6807","nonce":3045000263}]},"public_addr":"172.21.15.115:6803/3045000263","cluster_addr":"172.21.15.115:6805/3045000263","heartbeat_back_addr":"172.21.15.115:6809/3045000263","heartbeat_front_addr":"172.21.15.115:6807/3045000263","state":["exists","up"]},{"osd":1,"uuid":"85bbcb43-b5a1-406b-8b6f-ec2df72a2622","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6801","nonce":1544961276}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6803","nonce":1544961276}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6807","nonce":1544961276}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":1544961276},{"type":"v1","addr":"172.21.15.152:6805","nonce":1544961276}]},"public_addr":"172.21.15.152:6801/1544961276","cluster_addr":"172.21.15.152:6803/1544961276","heartbeat_back_addr":"172.21.15.152:6807/1544961276","heartbeat_front_addr":"172.21.15.152:6805/1544961276","state":["exists","up"]},{"osd":2,"uuid":"876b6229-6c35-42f3-b365-7872125c1486","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.154:6800","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6801","nonce":37034384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6802","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6803","nonce":37034384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6806","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6807","nonce":37034384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:6804","nonce":37034384},{"type":"v1","addr":"172.21.15.154:6805","nonce":37034384}]},"public_addr":"172.21.15.154:6801/37034384","cluster_addr":"172.21.15.154:6803/37034384","heartbeat_back_addr":"172.21.15.154:6807/37034384","heartbeat_front_addr":"172.21.15.154:6805/37034384","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:21:55.860847+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:22:50.660734+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T16:23:40.629421+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.115:6800/800573931":"2024-04-13T16:18:58.837287+0000","172.21.15.115:0/389192594":"2024-04-13T16:18:58.837287+0000","172.21.15.115:6801/800573931":"2024-04-13T16:18:58.837287+0000","172.21.15.115:0/1148580906":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/902263027":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/57725716":"2024-04-13T16:18:24.385188+0000","172.21.15.115:6800/506384097":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/191818338":"2024-04-13T16:18:58.837287+0000","172.21.15.115:6801/506384097":"2024-04-13T16:18:24.385188+0000","172.21.15.115:0/1660795651":"2024-04-13T16:18:58.837287+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T16:24:38.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:38 smithi115 bash[21527]: cluster 2024-04-12T16:24:37.205454+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:38.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:38 smithi115 bash[21527]: audit 2024-04-12T16:24:38.243039+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.115:0/3800037314' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:38 smithi154 bash[22286]: cluster 2024-04-12T16:24:37.205454+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:38 smithi154 bash[22286]: audit 2024-04-12T16:24:38.243039+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.115:0/3800037314' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:38 smithi152 bash[22221]: cluster 2024-04-12T16:24:37.205454+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:38 smithi152 bash[22221]: audit 2024-04-12T16:24:38.243039+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.115:0/3800037314' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T16:24:38.873 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-12T16:24:38.873 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-12T16:24:38.874 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: cluster 2024-04-12T16:24:39.206001+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: audit 2024-04-12T16:24:39.344123+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: audit 2024-04-12T16:24:39.354199+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: audit 2024-04-12T16:24:39.364218+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: audit 2024-04-12T16:24:39.956768+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: audit 2024-04-12T16:24:39.966357+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:40 smithi115 bash[21527]: audit 2024-04-12T16:24:39.983394+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: cluster 2024-04-12T16:24:39.206001+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:40.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: audit 2024-04-12T16:24:39.344123+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: audit 2024-04-12T16:24:39.354199+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: audit 2024-04-12T16:24:39.364218+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: audit 2024-04-12T16:24:39.956768+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: audit 2024-04-12T16:24:39.966357+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:40 smithi154 bash[22286]: audit 2024-04-12T16:24:39.983394+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: cluster 2024-04-12T16:24:39.206001+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:40.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: audit 2024-04-12T16:24:39.344123+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: audit 2024-04-12T16:24:39.354199+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: audit 2024-04-12T16:24:39.364218+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: audit 2024-04-12T16:24:39.956768+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: audit 2024-04-12T16:24:39.966357+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:40.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:40 smithi152 bash[22221]: audit 2024-04-12T16:24:39.983394+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:42 smithi115 bash[21527]: cluster 2024-04-12T16:24:41.206528+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:42.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:42 smithi154 bash[22286]: cluster 2024-04-12T16:24:41.206528+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:42 smithi152 bash[22221]: cluster 2024-04-12T16:24:41.206528+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:43.343 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:43.343 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:43.343 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:44.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:44 smithi154 bash[22286]: cluster 2024-04-12T16:24:43.207053+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:44.603 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:44 smithi115 bash[21527]: cluster 2024-04-12T16:24:43.207053+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:44.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:44 smithi152 bash[22221]: cluster 2024-04-12T16:24:43.207053+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:46.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:46 smithi115 bash[21527]: cluster 2024-04-12T16:24:45.207682+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:46.657 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:46 smithi154 bash[22286]: cluster 2024-04-12T16:24:45.207682+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:46.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:46 smithi152 bash[22221]: cluster 2024-04-12T16:24:45.207682+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:48.552 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:48 smithi115 bash[21527]: cluster 2024-04-12T16:24:47.208218+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:48.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:48 smithi154 bash[22286]: cluster 2024-04-12T16:24:47.208218+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:48.788 INFO:teuthology.orchestra.run.smithi115.stdout:34359738405 2024-04-12T16:24:48.789 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-12T16:24:48.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:48 smithi152 bash[22221]: cluster 2024-04-12T16:24:47.208218+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:49.525 INFO:teuthology.orchestra.run.smithi115.stdout:55834574874 2024-04-12T16:24:49.525 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-12T16:24:49.653 INFO:teuthology.orchestra.run.smithi115.stdout:77309411345 2024-04-12T16:24:49.653 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-12T16:24:50.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:50 smithi115 bash[21527]: cluster 2024-04-12T16:24:49.208725+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:50.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:50 smithi154 bash[22286]: cluster 2024-04-12T16:24:49.208725+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:50.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:50 smithi152 bash[22221]: cluster 2024-04-12T16:24:49.208725+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:52.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:52 smithi154 bash[22286]: cluster 2024-04-12T16:24:51.209266+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:52.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:52 smithi154 bash[22286]: audit 2024-04-12T16:24:52.140172+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:52 smithi154 bash[22286]: audit 2024-04-12T16:24:52.148700+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.456 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:52 smithi154 bash[22286]: audit 2024-04-12T16:24:52.158728+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:52 smithi115 bash[21527]: cluster 2024-04-12T16:24:51.209266+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:52.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:52 smithi115 bash[21527]: audit 2024-04-12T16:24:52.140172+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:52 smithi115 bash[21527]: audit 2024-04-12T16:24:52.148700+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:52 smithi115 bash[21527]: audit 2024-04-12T16:24:52.158728+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:52 smithi152 bash[22221]: cluster 2024-04-12T16:24:51.209266+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:52.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:52 smithi152 bash[22221]: audit 2024-04-12T16:24:52.140172+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:52 smithi152 bash[22221]: audit 2024-04-12T16:24:52.148700+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:52.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:52 smithi152 bash[22221]: audit 2024-04-12T16:24:52.158728+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:53.516 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:53.516 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:53.517 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:24:53.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:53 smithi154 bash[22286]: audit 2024-04-12T16:24:53.310394+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:24:53.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:53 smithi154 bash[22286]: audit 2024-04-12T16:24:53.316485+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:24:53.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:53 smithi154 bash[22286]: audit 2024-04-12T16:24:53.318333+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:24:53.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:53 smithi154 bash[22286]: audit 2024-04-12T16:24:53.328986+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:53.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:53 smithi152 bash[22221]: audit 2024-04-12T16:24:53.310394+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:24:53.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:53 smithi152 bash[22221]: audit 2024-04-12T16:24:53.316485+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:24:53.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:53 smithi152 bash[22221]: audit 2024-04-12T16:24:53.318333+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:24:53.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:53 smithi152 bash[22221]: audit 2024-04-12T16:24:53.328986+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:53.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:53 smithi115 bash[21527]: audit 2024-04-12T16:24:53.310394+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:24:53.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:53 smithi115 bash[21527]: audit 2024-04-12T16:24:53.316485+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:24:53.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:53 smithi115 bash[21527]: audit 2024-04-12T16:24:53.318333+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:24:53.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:53 smithi115 bash[21527]: audit 2024-04-12T16:24:53.328986+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:24:54.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:54 smithi154 bash[22286]: cluster 2024-04-12T16:24:53.209812+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:54.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:54 smithi152 bash[22221]: cluster 2024-04-12T16:24:53.209812+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:54.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:54 smithi115 bash[21527]: cluster 2024-04-12T16:24:53.209812+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:56.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:56 smithi152 bash[22221]: cluster 2024-04-12T16:24:55.210420+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:56.634 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:56 smithi115 bash[21527]: cluster 2024-04-12T16:24:55.210420+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:56.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:56 smithi154 bash[22286]: cluster 2024-04-12T16:24:55.210420+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:58.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:24:58 smithi115 bash[21527]: cluster 2024-04-12T16:24:57.210952+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:58.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:24:58 smithi154 bash[22286]: cluster 2024-04-12T16:24:57.210952+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:58.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:24:58 smithi152 bash[22221]: cluster 2024-04-12T16:24:57.210952+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:24:59.458 INFO:teuthology.orchestra.run.smithi115.stdout:34359738408 2024-04-12T16:24:59.901 INFO:teuthology.orchestra.run.smithi115.stdout:55834574877 2024-04-12T16:25:00.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: cluster 2024-04-12T16:24:59.211587+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:00.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:24:59.466310+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.115:0/1203006699' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:24:59.551574+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:24:59.556371+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:24:59.560965+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:24:59.909861+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.115:0/146633806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:25:00.109759+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:25:00.114664+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:00 smithi115 bash[21527]: audit 2024-04-12T16:25:00.121724+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.701 INFO:teuthology.orchestra.run.smithi115.stdout:77309411347 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: cluster 2024-04-12T16:24:59.211587+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:24:59.466310+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.115:0/1203006699' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:24:59.551574+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:24:59.556371+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:24:59.560965+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:24:59.909861+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.115:0/146633806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:25:00.109759+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:25:00.114664+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:00 smithi154 bash[22286]: audit 2024-04-12T16:25:00.121724+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: cluster 2024-04-12T16:24:59.211587+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:24:59.466310+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.115:0/1203006699' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:24:59.551574+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:24:59.556371+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:24:59.560965+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:24:59.909861+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.115:0/146633806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T16:25:00.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:25:00.109759+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:25:00.114664+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:00.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:00 smithi152 bash[22221]: audit 2024-04-12T16:25:00.121724+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:01.291 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738408 for osd.0 2024-04-12T16:25:01.291 DEBUG:teuthology.parallel:result is None 2024-04-12T16:25:01.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:01 smithi115 bash[21527]: audit 2024-04-12T16:25:00.709223+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.115:0/3985948802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T16:25:01.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:01 smithi154 bash[22286]: audit 2024-04-12T16:25:00.709223+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.115:0/3985948802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T16:25:01.724 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574877 for osd.1 2024-04-12T16:25:01.724 DEBUG:teuthology.parallel:result is None 2024-04-12T16:25:01.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:01 smithi152 bash[22221]: audit 2024-04-12T16:25:00.709223+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.115:0/3985948802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T16:25:02.452 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411345 got 77309411347 for osd.2 2024-04-12T16:25:02.452 DEBUG:teuthology.parallel:result is None 2024-04-12T16:25:02.452 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-12T16:25:02.453 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph pg dump --format=json 2024-04-12T16:25:02.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:02 smithi154 bash[22286]: cluster 2024-04-12T16:25:01.212181+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:02 smithi152 bash[22221]: cluster 2024-04-12T16:25:01.212181+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:02.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:02 smithi115 bash[21527]: cluster 2024-04-12T16:25:01.212181+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:04.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:04 smithi154 bash[22286]: cluster 2024-04-12T16:25:03.212732+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:04.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:04 smithi152 bash[22221]: cluster 2024-04-12T16:25:03.212732+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:04.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:04 smithi115 bash[21527]: cluster 2024-04-12T16:25:03.212732+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:06.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:06 smithi154 bash[22286]: cluster 2024-04-12T16:25:05.213291+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:06.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:06 smithi152 bash[22221]: cluster 2024-04-12T16:25:05.213291+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:06.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:06 smithi115 bash[21527]: cluster 2024-04-12T16:25:05.213291+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:06.949 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:25:08.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:08 smithi115 bash[21527]: cluster 2024-04-12T16:25:07.213848+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:08.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:08 smithi154 bash[22286]: cluster 2024-04-12T16:25:07.213848+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:08.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:08 smithi152 bash[22221]: cluster 2024-04-12T16:25:07.213848+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:09.735 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:25:09.738 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-04-12T16:25:10.430 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":198,"stamp":"2024-04-12T16:25:09.214103+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":137,"ondisk_log_size":137,"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":88736,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146720,"statfs":{"total":287985106944,"available":287894241280,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003398"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-12T16:23:45.402421+0000","last_change":"2024-04-12T16:23:44.390376+0000","last_active":"2024-04-12T16:23:45.402421+0000","last_peered":"2024-04-12T16:23:45.402421+0000","last_clean":"2024-04-12T16:23:45.402421+0000","last_became_active":"2024-04-12T16:23:44.389617+0000","last_became_peered":"2024-04-12T16:23:44.389617+0000","last_unstale":"2024-04-12T16:23:45.402421+0000","last_undegraded":"2024-04-12T16:23:45.402421+0000","last_fullsized":"2024-04-12T16:23:45.402421+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T16:23:43.361818+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T16:23:43.361818+0000","last_clean_scrub_stamp":"2024-04-12T16:23:43.361818+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"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-04-13T22:00:32.574159+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27776,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717376,"statfs":{"total":95995035648,"available":95966593024,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":[]}],"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-04-12T16:25:10.431 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph pg dump --format=json 2024-04-12T16:25:10.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:10 smithi154 bash[22286]: cluster 2024-04-12T16:25:09.214365+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:10.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:10 smithi154 bash[22286]: audit 2024-04-12T16:25:09.742792+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:25:10.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:10 smithi152 bash[22221]: cluster 2024-04-12T16:25:09.214365+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:10.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:10 smithi152 bash[22221]: audit 2024-04-12T16:25:09.742792+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:25:10.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:10 smithi115 bash[21527]: cluster 2024-04-12T16:25:09.214365+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:10.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:10 smithi115 bash[21527]: audit 2024-04-12T16:25:09.742792+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:25:12.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:12 smithi154 bash[22286]: cluster 2024-04-12T16:25:11.214898+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:12.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:12 smithi154 bash[22286]: audit 2024-04-12T16:25:12.357186+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:12 smithi154 bash[22286]: audit 2024-04-12T16:25:12.365652+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:12 smithi154 bash[22286]: audit 2024-04-12T16:25:12.375730+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:12 smithi152 bash[22221]: cluster 2024-04-12T16:25:11.214898+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:12.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:12 smithi152 bash[22221]: audit 2024-04-12T16:25:12.357186+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:12 smithi152 bash[22221]: audit 2024-04-12T16:25:12.365652+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:12 smithi152 bash[22221]: audit 2024-04-12T16:25:12.375730+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:12 smithi115 bash[21527]: cluster 2024-04-12T16:25:11.214898+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:12.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:12 smithi115 bash[21527]: audit 2024-04-12T16:25:12.357186+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:12 smithi115 bash[21527]: audit 2024-04-12T16:25:12.365652+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:12.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:12 smithi115 bash[21527]: audit 2024-04-12T16:25:12.375730+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:14.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:14 smithi154 bash[22286]: cluster 2024-04-12T16:25:13.215469+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:14.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:14 smithi152 bash[22221]: cluster 2024-04-12T16:25:13.215469+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:14.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:14 smithi115 bash[21527]: cluster 2024-04-12T16:25:13.215469+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:15.144 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:25:16.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:16 smithi115 bash[21527]: cluster 2024-04-12T16:25:15.215803+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:16.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:16 smithi154 bash[22286]: cluster 2024-04-12T16:25:15.215803+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:16.753 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:16 smithi152 bash[22221]: cluster 2024-04-12T16:25:15.215803+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:17.904 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:25:17.907 INFO:teuthology.orchestra.run.smithi115.stderr:dumped all 2024-04-12T16:25:18.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:18 smithi115 bash[21527]: cluster 2024-04-12T16:25:17.216311+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:18.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:18 smithi154 bash[22286]: cluster 2024-04-12T16:25:17.216311+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:18.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:18 smithi152 bash[22221]: cluster 2024-04-12T16:25:17.216311+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:18.863 INFO:teuthology.orchestra.run.smithi115.stdout:{"pg_ready":true,"pg_map":{"version":202,"stamp":"2024-04-12T16:25:17.216070+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":137,"ondisk_log_size":137,"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":88736,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146720,"statfs":{"total":287985106944,"available":287894241280,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003058"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-12T16:23:45.402421+0000","last_change":"2024-04-12T16:23:44.390376+0000","last_active":"2024-04-12T16:23:45.402421+0000","last_peered":"2024-04-12T16:23:45.402421+0000","last_clean":"2024-04-12T16:23:45.402421+0000","last_became_active":"2024-04-12T16:23:44.389617+0000","last_became_peered":"2024-04-12T16:23:44.389617+0000","last_unstale":"2024-04-12T16:23:45.402421+0000","last_undegraded":"2024-04-12T16:23:45.402421+0000","last_fullsized":"2024-04-12T16:23:45.402421+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T16:23:43.361818+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T16:23:43.361818+0000","last_clean_scrub_stamp":"2024-04-12T16:23:43.361818+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"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-04-13T22:00:32.574159+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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27776,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717376,"statfs":{"total":95995035648,"available":95966593024,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":[]}],"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-04-12T16:25:18.863 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-12T16:25:18.863 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-12T16:25:18.864 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-12T16:25:18.864 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- ceph health --format=json 2024-04-12T16:25:19.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:19 smithi154 bash[22286]: audit 2024-04-12T16:25:17.911094+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:25:19.717 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:19 smithi115 bash[21527]: audit 2024-04-12T16:25:17.911094+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:25:19.738 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:19 smithi152 bash[22221]: audit 2024-04-12T16:25:17.911094+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:25:20.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: cluster 2024-04-12T16:25:19.216788+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:20.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: audit 2024-04-12T16:25:19.733832+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:20.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: audit 2024-04-12T16:25:19.740201+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:20.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: audit 2024-04-12T16:25:19.745828+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:20.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: audit 2024-04-12T16:25:20.274489+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:20.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: audit 2024-04-12T16:25:20.279911+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:20.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:20 smithi115 bash[21527]: audit 2024-04-12T16:25:20.285721+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: cluster 2024-04-12T16:25:19.216788+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:21.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: audit 2024-04-12T16:25:19.733832+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: audit 2024-04-12T16:25:19.740201+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: audit 2024-04-12T16:25:19.745828+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: audit 2024-04-12T16:25:20.274489+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: audit 2024-04-12T16:25:20.279911+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:20 smithi152 bash[22221]: audit 2024-04-12T16:25:20.285721+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: cluster 2024-04-12T16:25:19.216788+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: audit 2024-04-12T16:25:19.733832+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: audit 2024-04-12T16:25:19.740201+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: audit 2024-04-12T16:25:19.745828+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: audit 2024-04-12T16:25:20.274489+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: audit 2024-04-12T16:25:20.279911+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:21.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:20 smithi154 bash[22286]: audit 2024-04-12T16:25:20.285721+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:22.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:22 smithi115 bash[21527]: cluster 2024-04-12T16:25:21.217159+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:23.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:22 smithi152 bash[22221]: cluster 2024-04-12T16:25:21.217159+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:23.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:22 smithi154 bash[22286]: cluster 2024-04-12T16:25:21.217159+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:25.021 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:25:25.044 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:24 smithi115 bash[21527]: cluster 2024-04-12T16:25:23.217645+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:25.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:24 smithi152 bash[22221]: cluster 2024-04-12T16:25:23.217645+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:25.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:24 smithi154 bash[22286]: cluster 2024-04-12T16:25:23.217645+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:26.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:26 smithi115 bash[21527]: cluster 2024-04-12T16:25:25.218229+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:27.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:26 smithi152 bash[22221]: cluster 2024-04-12T16:25:25.218229+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:27.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:26 smithi154 bash[22286]: cluster 2024-04-12T16:25:25.218229+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:27.660 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:25:27.660 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-12T16:25:27.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:27 smithi154 bash[22286]: audit 2024-04-12T16:25:27.668555+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.115:0/298698986' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T16:25:28.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:27 smithi152 bash[22221]: audit 2024-04-12T16:25:27.668555+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.115:0/298698986' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T16:25:28.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:27 smithi115 bash[21527]: audit 2024-04-12T16:25:27.668555+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.115:0/298698986' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T16:25:28.344 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-12T16:25:28.344 INFO:tasks.cephadm:Setup complete, yielding 2024-04-12T16:25:28.345 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T16:25:28.361 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi115.front.sepia.ceph.com 2024-04-12T16:25:28.362 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bf9c5618cc018927fa77780d25b6deb1f5dc254d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 -- bash -c 'set -e 2024-04-12T16:25:28.362 DEBUG:teuthology.orchestra.run.smithi115:> set -x 2024-04-12T16:25:28.362 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply node-exporter 2024-04-12T16:25:28.362 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply grafana 2024-04-12T16:25:28.362 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply alertmanager 2024-04-12T16:25:28.363 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch apply prometheus 2024-04-12T16:25:28.363 DEBUG:teuthology.orchestra.run.smithi115:> sleep 240 2024-04-12T16:25:28.363 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch ls 2024-04-12T16:25:28.363 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch ps 2024-04-12T16:25:28.363 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch host ls 2024-04-12T16:25:28.363 DEBUG:teuthology.orchestra.run.smithi115:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-12T16:25:28.364 DEBUG:teuthology.orchestra.run.smithi115:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-12T16:25:28.364 DEBUG:teuthology.orchestra.run.smithi115:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-12T16:25:28.364 DEBUG:teuthology.orchestra.run.smithi115:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-12T16:25:28.364 DEBUG:teuthology.orchestra.run.smithi115:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-12T16:25:28.364 DEBUG:teuthology.orchestra.run.smithi115:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-12T16:25:28.365 DEBUG:teuthology.orchestra.run.smithi115:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-12T16:25:28.365 DEBUG:teuthology.orchestra.run.smithi115:> # check each host node-exporter metrics endpoint is responsive 2024-04-12T16:25:28.365 DEBUG:teuthology.orchestra.run.smithi115:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-12T16:25:28.365 DEBUG:teuthology.orchestra.run.smithi115:> for ip in $ALL_HOST_IPS; do 2024-04-12T16:25:28.365 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ip}:9100/metric 2024-04-12T16:25:28.365 DEBUG:teuthology.orchestra.run.smithi115:> done 2024-04-12T16:25:28.366 DEBUG:teuthology.orchestra.run.smithi115:> # check grafana endpoints are responsive and database health is okay 2024-04-12T16:25:28.366 DEBUG:teuthology.orchestra.run.smithi115:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-12T16:25:28.366 DEBUG:teuthology.orchestra.run.smithi115:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-12T16:25:28.366 DEBUG:teuthology.orchestra.run.smithi115:> # stop mon daemon in order to trigger an alert 2024-04-12T16:25:28.366 DEBUG:teuthology.orchestra.run.smithi115:> ceph orch daemon stop $MON_DAEMON 2024-04-12T16:25:28.366 DEBUG:teuthology.orchestra.run.smithi115:> sleep 120 2024-04-12T16:25:28.367 DEBUG:teuthology.orchestra.run.smithi115:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-12T16:25:28.367 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-12T16:25:28.367 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-12T16:25:28.367 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-12T16:25:28.367 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-12T16:25:28.368 DEBUG:teuthology.orchestra.run.smithi115:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-12T16:25:28.368 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-12T16:25:28.368 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-12T16:25:28.368 DEBUG:teuthology.orchestra.run.smithi115:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-12T16:25:28.368 DEBUG:teuthology.orchestra.run.smithi115:> ' 2024-04-12T16:25:29.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:28 smithi152 bash[22221]: cluster 2024-04-12T16:25:27.218766+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:29.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:28 smithi115 bash[21527]: cluster 2024-04-12T16:25:27.218766+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:29.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:28 smithi154 bash[22286]: cluster 2024-04-12T16:25:27.218766+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:30.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:30 smithi154 bash[22286]: cluster 2024-04-12T16:25:29.219366+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:31.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:30 smithi152 bash[22221]: cluster 2024-04-12T16:25:29.219366+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:31.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:30 smithi115 bash[21527]: cluster 2024-04-12T16:25:29.219366+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:32.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:32 smithi154 bash[22286]: cluster 2024-04-12T16:25:31.219906+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:32.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:32 smithi154 bash[22286]: audit 2024-04-12T16:25:32.574188+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:32.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:32 smithi154 bash[22286]: audit 2024-04-12T16:25:32.583002+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:32.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:32 smithi154 bash[22286]: audit 2024-04-12T16:25:32.593283+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:33.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:32 smithi152 bash[22221]: cluster 2024-04-12T16:25:31.219906+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:33.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:32 smithi152 bash[22221]: audit 2024-04-12T16:25:32.574188+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:33.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:32 smithi152 bash[22221]: audit 2024-04-12T16:25:32.583002+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:33.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:32 smithi152 bash[22221]: audit 2024-04-12T16:25:32.593283+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:33.095 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/mon.a/config 2024-04-12T16:25:33.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:32 smithi115 bash[21527]: cluster 2024-04-12T16:25:31.219906+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:33.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:32 smithi115 bash[21527]: audit 2024-04-12T16:25:32.574188+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:33.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:32 smithi115 bash[21527]: audit 2024-04-12T16:25:32.583002+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:33.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:32 smithi115 bash[21527]: audit 2024-04-12T16:25:32.593283+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:35.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:34 smithi152 bash[22221]: cluster 2024-04-12T16:25:33.220399+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:35.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:34 smithi115 bash[21527]: cluster 2024-04-12T16:25:33.220399+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:35.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:34 smithi154 bash[22286]: cluster 2024-04-12T16:25:33.220399+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:35.578 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply node-exporter 2024-04-12T16:25:35.933 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled node-exporter update... 2024-04-12T16:25:35.946 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply grafana 2024-04-12T16:25:36.308 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled grafana update... 2024-04-12T16:25:36.322 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply alertmanager 2024-04-12T16:25:36.673 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled alertmanager update... 2024-04-12T16:25:36.687 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch apply prometheus 2024-04-12T16:25:36.918 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:25:36 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:36.919 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:25:36 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: cluster 2024-04-12T16:25:35.220947+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:35.941272+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:35.959663+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:35.963089+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:35.963906+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:35.969085+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:36.919 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:36.316401+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:36.920 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 bash[21527]: audit 2024-04-12T16:25:36.681092+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:36.920 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:36 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:37.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: cluster 2024-04-12T16:25:35.220947+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:37.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:35.941272+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:35.959663+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:37.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:35.963089+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:37.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:35.963906+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:37.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:35.969085+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:36.316401+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:36 smithi152 bash[22221]: audit 2024-04-12T16:25:36.681092+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.062 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled prometheus update... 2024-04-12T16:25:37.075 INFO:teuthology.orchestra.run.smithi115.stderr:+ sleep 240 2024-04-12T16:25:37.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: cluster 2024-04-12T16:25:35.220947+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:37.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:35.941272+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:35.959663+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:37.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:35.963089+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:37.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:35.963906+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:37.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:35.969085+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:36.316401+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.207 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:36 smithi154 bash[22286]: audit 2024-04-12T16:25:36.681092+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.237 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:25:37 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:37.237 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:25:37 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:37.238 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:37.887 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:35.934273+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:37.887 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: cephadm 2024-04-12T16:25:35.936386+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T16:25:37.887 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: cephadm 2024-04-12T16:25:35.971774+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-04-12T16:25:37.887 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:36.310617+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:37.887 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: cephadm 2024-04-12T16:25:36.312307+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T16:25:37.887 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:36.673936+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:37.888 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: cephadm 2024-04-12T16:25:36.675495+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T16:25:37.888 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:37.070849+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.888 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:37.169696+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.888 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:37.176084+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:37.888 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 bash[22221]: audit 2024-04-12T16:25:37.192338+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.038 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:35.934273+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: cephadm 2024-04-12T16:25:35.936386+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: cephadm 2024-04-12T16:25:35.971774+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:36.310617+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: cephadm 2024-04-12T16:25:36.312307+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:36.673936+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: cephadm 2024-04-12T16:25:36.675495+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:37.070849+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:37.169696+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:37.176084+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.039 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:37 smithi115 bash[21527]: audit 2024-04-12T16:25:37.192338+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.137 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:25:37 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:38.137 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:37 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:38.138 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:38.138 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:25:37 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:38.138 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:25:38 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:38.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:35.934273+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: cephadm 2024-04-12T16:25:35.936386+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: cephadm 2024-04-12T16:25:35.971774+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:36.310617+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: cephadm 2024-04-12T16:25:36.312307+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:36.673936+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: cephadm 2024-04-12T16:25:36.675495+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:37.070849+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:37.169696+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:37.176084+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:37 smithi154 bash[22286]: audit 2024-04-12T16:25:37.192338+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:38.440 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:25:38 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:39.000 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: audit 2024-04-12T16:25:37.064293+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:39.000 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: cephadm 2024-04-12T16:25:37.066738+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T16:25:39.000 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: cephadm 2024-04-12T16:25:37.193055+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi152 on smithi152 2024-04-12T16:25:39.001 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: cluster 2024-04-12T16:25:37.221429+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:39.001 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: audit 2024-04-12T16:25:38.299515+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.001 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: audit 2024-04-12T16:25:38.309578+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.001 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:38 smithi115 bash[21527]: audit 2024-04-12T16:25:38.367504+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: audit 2024-04-12T16:25:37.064293+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:39.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: cephadm 2024-04-12T16:25:37.066738+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T16:25:39.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: cephadm 2024-04-12T16:25:37.193055+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi152 on smithi152 2024-04-12T16:25:39.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: cluster 2024-04-12T16:25:37.221429+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:39.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: audit 2024-04-12T16:25:38.299515+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: audit 2024-04-12T16:25:38.309578+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:38 smithi152 bash[22221]: audit 2024-04-12T16:25:38.367504+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.162 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: audit 2024-04-12T16:25:37.064293+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:25:39.163 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: cephadm 2024-04-12T16:25:37.066738+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T16:25:39.163 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: cephadm 2024-04-12T16:25:37.193055+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Deploying daemon node-exporter.smithi152 on smithi152 2024-04-12T16:25:39.163 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: cluster 2024-04-12T16:25:37.221429+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:39.163 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: audit 2024-04-12T16:25:38.299515+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.163 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: audit 2024-04-12T16:25:38.309578+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.163 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:38 smithi154 bash[22286]: audit 2024-04-12T16:25:38.367504+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.455 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:39.455 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:39.456 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:25:39 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:39.456 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:25:39 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:25:39.852 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: cephadm 2024-04-12T16:25:38.369329+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi154 on smithi154 2024-04-12T16:25:39.852 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.555621+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.562879+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.590666+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.594300+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.694192+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.697254+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.698168+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:39.853 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:39 smithi115 bash[21527]: audit 2024-04-12T16:25:39.704928+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: cephadm 2024-04-12T16:25:38.369329+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi154 on smithi154 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.555621+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.562879+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.590666+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.594300+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.694192+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.697254+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.698168+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:40.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:39 smithi152 bash[22221]: audit 2024-04-12T16:25:39.704928+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.174 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: cephadm 2024-04-12T16:25:38.369329+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi154 on smithi154 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.555621+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.562879+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.590666+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.594300+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.694192+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.697254+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.698168+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:40.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:39 smithi154 bash[22286]: audit 2024-04-12T16:25:39.704928+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: cluster 2024-04-12T16:25:39.221823+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: cephadm 2024-04-12T16:25:39.705479+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.804196+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.806981+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.807762+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.812680+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: cephadm 2024-04-12T16:25:39.813189+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.894499+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.900969+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.906124+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.927321+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.929803+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:40.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.930428+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:39.936871+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.432313+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.438574+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.445093+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.467024+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.470615+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.471644+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:40.957 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:40 smithi154 bash[22286]: audit 2024-04-12T16:25:40.481707+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: cluster 2024-04-12T16:25:39.221823+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: cephadm 2024-04-12T16:25:39.705479+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.804196+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.806981+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.807762+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:41.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.812680+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: cephadm 2024-04-12T16:25:39.813189+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.894499+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.900969+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.906124+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.927321+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.929803+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.930428+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:39.936871+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.432313+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.438574+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.445093+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.467024+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:41.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.470615+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:41.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.471644+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:41.057 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:40 smithi152 bash[22221]: audit 2024-04-12T16:25:40.481707+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: cluster 2024-04-12T16:25:39.221823+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: cephadm 2024-04-12T16:25:39.705479+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.804196+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.806981+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.807762+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.812680+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: cephadm 2024-04-12T16:25:39.813189+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.894499+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.900969+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.906124+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.927321+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.929803+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.930428+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:39.936871+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.432313+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.438574+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.445093+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.467024+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.470615+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.471644+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:41.117 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:40 smithi115 bash[21527]: audit 2024-04-12T16:25:40.481707+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:42.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:41 smithi115 bash[21527]: cephadm 2024-04-12T16:25:39.937258+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:42.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:41 smithi115 bash[21527]: cephadm 2024-04-12T16:25:40.482609+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:42.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:41 smithi115 bash[21527]: audit 2024-04-12T16:25:40.822945+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:42.158 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:41 smithi152 bash[22221]: cephadm 2024-04-12T16:25:39.937258+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:42.158 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:41 smithi152 bash[22221]: cephadm 2024-04-12T16:25:40.482609+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:42.158 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:41 smithi152 bash[22221]: audit 2024-04-12T16:25:40.822945+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:42.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:41 smithi154 bash[22286]: cephadm 2024-04-12T16:25:39.937258+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:42.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:41 smithi154 bash[22286]: cephadm 2024-04-12T16:25:40.482609+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:42.206 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:41 smithi154 bash[22286]: audit 2024-04-12T16:25:40.822945+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:43.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:42 smithi115 bash[21527]: cluster 2024-04-12T16:25:41.222244+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:43.158 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:42 smithi152 bash[22221]: cluster 2024-04-12T16:25:41.222244+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:43.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:42 smithi154 bash[22286]: cluster 2024-04-12T16:25:41.222244+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:45.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:44 smithi115 bash[21527]: cluster 2024-04-12T16:25:43.222605+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:45.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:44 smithi115 bash[21527]: audit 2024-04-12T16:25:44.262624+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:45.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:44 smithi154 bash[22286]: cluster 2024-04-12T16:25:43.222605+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:45.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:44 smithi154 bash[22286]: audit 2024-04-12T16:25:44.262624+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:45.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:44 smithi152 bash[22221]: cluster 2024-04-12T16:25:43.222605+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:45.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:44 smithi152 bash[22221]: audit 2024-04-12T16:25:44.262624+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:46.898 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:46 smithi152 bash[22221]: cluster 2024-04-12T16:25:45.223126+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:46.899 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:46 smithi152 bash[22221]: audit 2024-04-12T16:25:45.629377+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:46.899 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:46 smithi152 bash[22221]: audit 2024-04-12T16:25:46.483886+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:46.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:46 smithi154 bash[22286]: cluster 2024-04-12T16:25:45.223126+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:46.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:46 smithi154 bash[22286]: audit 2024-04-12T16:25:45.629377+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:46.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:46 smithi154 bash[22286]: audit 2024-04-12T16:25:46.483886+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:47.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:46 smithi115 bash[21527]: cluster 2024-04-12T16:25:45.223126+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:47.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:46 smithi115 bash[21527]: audit 2024-04-12T16:25:45.629377+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:47.118 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:46 smithi115 bash[21527]: audit 2024-04-12T16:25:46.483886+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: cluster 2024-04-12T16:25:47.223613+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:48.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:47.555670+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.003824+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.013432+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.024516+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.065035+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:48.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.068781+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:48.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.069795+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:48.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.076128+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:48 smithi152 bash[22221]: audit 2024-04-12T16:25:48.537260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.864 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: cluster 2024-04-12T16:25:47.223613+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:48.868 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:47.555670+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.003824+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.013432+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.024516+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.065035+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.068781+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.069795+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.076128+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.869 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:48 smithi154 bash[22286]: audit 2024-04-12T16:25:48.537260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: cluster 2024-04-12T16:25:47.223613+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:47.555670+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.003824+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.013432+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.024516+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.065035+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.068781+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.069795+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.076128+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:48.870 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:48 smithi115 bash[21527]: audit 2024-04-12T16:25:48.537260+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:49.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:49 smithi154 bash[22286]: cephadm 2024-04-12T16:25:48.076857+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:49.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:49 smithi154 bash[22286]: audit 2024-04-12T16:25:49.334846+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:49.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:49 smithi154 bash[22286]: audit 2024-04-12T16:25:49.343743+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:49.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:49 smithi154 bash[22286]: audit 2024-04-12T16:25:49.354379+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:49.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:49 smithi115 bash[21527]: cephadm 2024-04-12T16:25:48.076857+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:49.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:49 smithi115 bash[21527]: audit 2024-04-12T16:25:49.334846+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:49.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:49 smithi115 bash[21527]: audit 2024-04-12T16:25:49.343743+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:49.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:49 smithi115 bash[21527]: audit 2024-04-12T16:25:49.354379+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:49 smithi152 bash[22221]: cephadm 2024-04-12T16:25:48.076857+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:25:50.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:49 smithi152 bash[22221]: audit 2024-04-12T16:25:49.334846+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:49 smithi152 bash[22221]: audit 2024-04-12T16:25:49.343743+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:49 smithi152 bash[22221]: audit 2024-04-12T16:25:49.354379+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: cluster 2024-04-12T16:25:49.224166+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.264230+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.271490+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.279482+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.294662+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.299025+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.300434+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.307623+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.383511+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.390219+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.393684+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T16:25:50.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:50 smithi115 bash[21527]: audit 2024-04-12T16:25:50.400606+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: cluster 2024-04-12T16:25:49.224166+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:50.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.264230+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.271490+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.279482+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.294662+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.299025+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.300434+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.307623+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.383511+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.390219+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.393684+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T16:25:50.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:50 smithi154 bash[22286]: audit 2024-04-12T16:25:50.400606+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: cluster 2024-04-12T16:25:49.224166+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:51.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.264230+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.271490+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.279482+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.294662+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.299025+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.300434+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.307623+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.383511+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.390219+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.393684+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T16:25:51.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:50 smithi152 bash[22221]: audit 2024-04-12T16:25:50.400606+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:25:51.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:51 smithi115 bash[21527]: cephadm 2024-04-12T16:25:50.328164+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T16:25:51.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:51 smithi115 bash[21527]: audit 2024-04-12T16:25:50.394435+0000 mgr.a (mgr.14152) 294 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T16:25:51.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:51 smithi115 bash[21527]: cephadm 2024-04-12T16:25:50.424868+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-04-12T16:25:51.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:51 smithi154 bash[22286]: cephadm 2024-04-12T16:25:50.328164+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T16:25:51.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:51 smithi154 bash[22286]: audit 2024-04-12T16:25:50.394435+0000 mgr.a (mgr.14152) 294 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T16:25:51.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:51 smithi154 bash[22286]: cephadm 2024-04-12T16:25:50.424868+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-04-12T16:25:52.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:51 smithi152 bash[22221]: cephadm 2024-04-12T16:25:50.328164+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T16:25:52.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:51 smithi152 bash[22221]: audit 2024-04-12T16:25:50.394435+0000 mgr.a (mgr.14152) 294 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T16:25:52.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:51 smithi152 bash[22221]: cephadm 2024-04-12T16:25:50.424868+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-04-12T16:25:52.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:52 smithi115 bash[21527]: cluster 2024-04-12T16:25:51.224493+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:52 smithi154 bash[22286]: cluster 2024-04-12T16:25:51.224493+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:52 smithi152 bash[22221]: cluster 2024-04-12T16:25:51.224493+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:54.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:54 smithi115 bash[21527]: cluster 2024-04-12T16:25:53.224826+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:54 smithi154 bash[22286]: cluster 2024-04-12T16:25:53.224826+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:55.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:54 smithi152 bash[22221]: cluster 2024-04-12T16:25:53.224826+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:56.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:56 smithi115 bash[21527]: cluster 2024-04-12T16:25:55.225148+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:56.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:56 smithi154 bash[22286]: cluster 2024-04-12T16:25:55.225148+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:57.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:56 smithi152 bash[22221]: cluster 2024-04-12T16:25:55.225148+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:58.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:25:58 smithi115 bash[21527]: cluster 2024-04-12T16:25:57.225650+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:58.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:25:58 smithi154 bash[22286]: cluster 2024-04-12T16:25:57.225650+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:25:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:25:58 smithi152 bash[22221]: cluster 2024-04-12T16:25:57.225650+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:00.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:00 smithi115 bash[21527]: cluster 2024-04-12T16:25:59.226129+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:00.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:00 smithi154 bash[22286]: cluster 2024-04-12T16:25:59.226129+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:01.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:00 smithi152 bash[22221]: cluster 2024-04-12T16:25:59.226129+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:02.839 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:02 smithi115 bash[21527]: cluster 2024-04-12T16:26:01.226637+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:02.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:02 smithi154 bash[22286]: cluster 2024-04-12T16:26:01.226637+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:03.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:02 smithi152 bash[22221]: cluster 2024-04-12T16:26:01.226637+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:04.847 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:04 smithi115 bash[21527]: cluster 2024-04-12T16:26:03.227170+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:04.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:04 smithi154 bash[22286]: cluster 2024-04-12T16:26:03.227170+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:05.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:04 smithi152 bash[22221]: cluster 2024-04-12T16:26:03.227170+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:05.748 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:05 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:05.748 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:26:05 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:05.749 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:05 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:06.029 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:05 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:06.030 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:05 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:06.030 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:26:05 smithi115 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:06.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:06 smithi115 bash[21527]: cluster 2024-04-12T16:26:05.227769+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:06.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:06 smithi115 bash[21527]: audit 2024-04-12T16:26:06.033038+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:06 smithi115 bash[21527]: audit 2024-04-12T16:26:06.039430+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:06 smithi115 bash[21527]: audit 2024-04-12T16:26:06.090875+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:06 smithi115 bash[21527]: audit 2024-04-12T16:26:06.095620+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:06 smithi154 bash[22286]: cluster 2024-04-12T16:26:05.227769+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:06.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:06 smithi154 bash[22286]: audit 2024-04-12T16:26:06.033038+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:06 smithi154 bash[22286]: audit 2024-04-12T16:26:06.039430+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:06 smithi154 bash[22286]: audit 2024-04-12T16:26:06.090875+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:06.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:06 smithi154 bash[22286]: audit 2024-04-12T16:26:06.095620+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:07.004 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:06 smithi152 bash[22221]: cluster 2024-04-12T16:26:05.227769+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:07.004 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:06 smithi152 bash[22221]: audit 2024-04-12T16:26:06.033038+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:07.004 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:06 smithi152 bash[22221]: audit 2024-04-12T16:26:06.039430+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:07.004 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:06 smithi152 bash[22221]: audit 2024-04-12T16:26:06.090875+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:07.004 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:06 smithi152 bash[22221]: audit 2024-04-12T16:26:06.095620+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:07.793 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:07 smithi115 bash[21527]: cephadm 2024-04-12T16:26:06.105393+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon alertmanager.smithi154 on smithi154 2024-04-12T16:26:07.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:07 smithi154 bash[22286]: cephadm 2024-04-12T16:26:06.105393+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon alertmanager.smithi154 on smithi154 2024-04-12T16:26:08.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:07 smithi152 bash[22221]: cephadm 2024-04-12T16:26:06.105393+0000 mgr.a (mgr.14152) 304 : cephadm [INF] Deploying daemon alertmanager.smithi154 on smithi154 2024-04-12T16:26:08.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: cluster 2024-04-12T16:26:07.228185+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:08.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: audit 2024-04-12T16:26:07.947873+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: audit 2024-04-12T16:26:07.953751+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: audit 2024-04-12T16:26:07.961758+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: audit 2024-04-12T16:26:08.219645+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: audit 2024-04-12T16:26:08.229244+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:08 smithi115 bash[21527]: audit 2024-04-12T16:26:08.240141+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: cluster 2024-04-12T16:26:07.228185+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:08.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: audit 2024-04-12T16:26:07.947873+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: audit 2024-04-12T16:26:07.953751+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: audit 2024-04-12T16:26:07.961758+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: audit 2024-04-12T16:26:08.219645+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: audit 2024-04-12T16:26:08.229244+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:08.956 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:08 smithi154 bash[22286]: audit 2024-04-12T16:26:08.240141+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: cluster 2024-04-12T16:26:07.228185+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: audit 2024-04-12T16:26:07.947873+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: audit 2024-04-12T16:26:07.953751+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: audit 2024-04-12T16:26:07.961758+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: audit 2024-04-12T16:26:08.219645+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: audit 2024-04-12T16:26:08.229244+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:09.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:08 smithi152 bash[22221]: audit 2024-04-12T16:26:08.240141+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:10.810 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:10 smithi115 bash[21527]: cluster 2024-04-12T16:26:09.228736+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:10.810 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:10 smithi115 bash[21527]: audit 2024-04-12T16:26:10.455394+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:10.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:10 smithi154 bash[22286]: cluster 2024-04-12T16:26:09.228736+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:10.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:10 smithi154 bash[22286]: audit 2024-04-12T16:26:10.455394+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:11.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:10 smithi152 bash[22221]: cluster 2024-04-12T16:26:09.228736+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:11.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:10 smithi152 bash[22221]: audit 2024-04-12T16:26:10.455394+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:11.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:11 smithi154 bash[22286]: audit 2024-04-12T16:26:10.838077+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:12.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:11 smithi115 bash[21527]: audit 2024-04-12T16:26:10.838077+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:12.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:11 smithi152 bash[22221]: audit 2024-04-12T16:26:10.838077+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:13.106 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:12 smithi115 bash[21527]: cluster 2024-04-12T16:26:11.229326+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:13.123 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:12 smithi154 bash[22286]: cluster 2024-04-12T16:26:11.229326+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:13.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:12 smithi152 bash[22221]: cluster 2024-04-12T16:26:11.229326+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:14.168 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:14.169 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:26:14 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:14.439 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:14.487 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:26:14 smithi154 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:15.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:14 smithi115 bash[21527]: cluster 2024-04-12T16:26:13.229789+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:15.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:14 smithi115 bash[21527]: audit 2024-04-12T16:26:14.498114+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:14 smithi115 bash[21527]: audit 2024-04-12T16:26:14.507441+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:14 smithi115 bash[21527]: audit 2024-04-12T16:26:14.545110+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.052 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:14 smithi115 bash[21527]: audit 2024-04-12T16:26:14.552735+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 bash[22286]: cluster 2024-04-12T16:26:13.229789+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:15.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 bash[22286]: audit 2024-04-12T16:26:14.498114+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 bash[22286]: audit 2024-04-12T16:26:14.507441+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 bash[22286]: audit 2024-04-12T16:26:14.545110+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:14 smithi154 bash[22286]: audit 2024-04-12T16:26:14.552735+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.262 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:14 smithi152 bash[22221]: cluster 2024-04-12T16:26:13.229789+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:15.262 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:14 smithi152 bash[22221]: audit 2024-04-12T16:26:14.498114+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.263 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:14 smithi152 bash[22221]: audit 2024-04-12T16:26:14.507441+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.263 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:14 smithi152 bash[22221]: audit 2024-04-12T16:26:14.545110+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:15.263 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:14 smithi152 bash[22221]: audit 2024-04-12T16:26:14.552735+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.096 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:15 smithi115 bash[21527]: cephadm 2024-04-12T16:26:14.849753+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon prometheus.smithi152 on smithi152 2024-04-12T16:26:16.096 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:15 smithi115 bash[21527]: audit 2024-04-12T16:26:15.157626+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.096 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:15 smithi115 bash[21527]: audit 2024-04-12T16:26:15.843143+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:15 smithi154 bash[22286]: cephadm 2024-04-12T16:26:14.849753+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon prometheus.smithi152 on smithi152 2024-04-12T16:26:16.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:15 smithi154 bash[22286]: audit 2024-04-12T16:26:15.157626+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:15 smithi154 bash[22286]: audit 2024-04-12T16:26:15.843143+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:15 smithi152 bash[22221]: cephadm 2024-04-12T16:26:14.849753+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon prometheus.smithi152 on smithi152 2024-04-12T16:26:16.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:15 smithi152 bash[22221]: audit 2024-04-12T16:26:15.157626+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:15 smithi152 bash[22221]: audit 2024-04-12T16:26:15.843143+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:16.912 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:16 smithi115 bash[21527]: cluster 2024-04-12T16:26:15.230354+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:16.912 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:16 smithi115 bash[21527]: audit 2024-04-12T16:26:16.216846+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:17.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:16 smithi154 bash[22286]: cluster 2024-04-12T16:26:15.230354+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:17.175 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:16 smithi154 bash[22286]: audit 2024-04-12T16:26:16.216846+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:17.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:16 smithi152 bash[22221]: cluster 2024-04-12T16:26:15.230354+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:17.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:16 smithi152 bash[22221]: audit 2024-04-12T16:26:16.216846+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:19.013 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:18 smithi115 bash[21527]: cluster 2024-04-12T16:26:17.230919+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:19.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:18 smithi154 bash[22286]: cluster 2024-04-12T16:26:17.230919+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:19.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:18 smithi152 bash[22221]: cluster 2024-04-12T16:26:17.230919+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:20.057 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:19 smithi115 bash[21527]: audit 2024-04-12T16:26:18.865557+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.058 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:19 smithi115 bash[21527]: audit 2024-04-12T16:26:18.870061+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.058 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:19 smithi115 bash[21527]: audit 2024-04-12T16:26:18.876918+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:19 smithi154 bash[22286]: audit 2024-04-12T16:26:18.865557+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:19 smithi154 bash[22286]: audit 2024-04-12T16:26:18.870061+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:19 smithi154 bash[22286]: audit 2024-04-12T16:26:18.876918+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:19 smithi152 bash[22221]: audit 2024-04-12T16:26:18.865557+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:19 smithi152 bash[22221]: audit 2024-04-12T16:26:18.870061+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:20.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:19 smithi152 bash[22221]: audit 2024-04-12T16:26:18.876918+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:21.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:20 smithi115 bash[21527]: cluster 2024-04-12T16:26:19.231505+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:21.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:20 smithi115 bash[21527]: audit 2024-04-12T16:26:20.051469+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:21.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:20 smithi154 bash[22286]: cluster 2024-04-12T16:26:19.231505+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:21.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:20 smithi154 bash[22286]: audit 2024-04-12T16:26:20.051469+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:21.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:20 smithi152 bash[22221]: cluster 2024-04-12T16:26:19.231505+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:21.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:20 smithi152 bash[22221]: audit 2024-04-12T16:26:20.051469+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:23.001 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:22 smithi115 bash[21527]: cluster 2024-04-12T16:26:21.231987+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:23.118 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:22 smithi154 bash[22286]: cluster 2024-04-12T16:26:21.231987+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:23.241 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:22 smithi152 bash[22221]: cluster 2024-04-12T16:26:21.231987+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:24.304 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:24 smithi115 bash[21527]: audit 2024-04-12T16:26:23.104421+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.304 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:24 smithi115 bash[21527]: audit 2024-04-12T16:26:23.114036+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.304 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:24 smithi115 bash[21527]: audit 2024-04-12T16:26:23.125120+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.304 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:24 smithi115 bash[21527]: cluster 2024-04-12T16:26:23.232522+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:24.434 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:24 smithi152 bash[22221]: audit 2024-04-12T16:26:23.104421+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.434 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:24 smithi152 bash[22221]: audit 2024-04-12T16:26:23.114036+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.434 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:24 smithi152 bash[22221]: audit 2024-04-12T16:26:23.125120+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.434 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:24 smithi152 bash[22221]: cluster 2024-04-12T16:26:23.232522+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:24.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:24 smithi154 bash[22286]: audit 2024-04-12T16:26:23.104421+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.455 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:24 smithi154 bash[22286]: audit 2024-04-12T16:26:23.114036+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.455 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:24 smithi154 bash[22286]: audit 2024-04-12T16:26:23.125120+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:24.455 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:24 smithi154 bash[22286]: cluster 2024-04-12T16:26:23.232522+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:26.481 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:26 smithi115 bash[21527]: cluster 2024-04-12T16:26:25.233054+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:26.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:26 smithi152 bash[22221]: cluster 2024-04-12T16:26:25.233054+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:26.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:26 smithi154 bash[22286]: cluster 2024-04-12T16:26:25.233054+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:27.875 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:27 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:27.875 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:26:27 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:27.875 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:27 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:28.284 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:28 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:28.284 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:28 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:28.284 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:26:28 smithi152 systemd[1]: /etc/systemd/system/ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T16:26:28.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:28 smithi152 bash[22221]: cluster 2024-04-12T16:26:27.233579+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:28.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:28 smithi152 bash[22221]: audit 2024-04-12T16:26:28.171787+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:28 smithi152 bash[22221]: audit 2024-04-12T16:26:28.180600+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:28 smithi152 bash[22221]: audit 2024-04-12T16:26:28.215300+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:28 smithi152 bash[22221]: audit 2024-04-12T16:26:28.220452+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T16:26:28.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:28 smithi115 bash[21527]: cluster 2024-04-12T16:26:27.233579+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:28.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:28 smithi115 bash[21527]: audit 2024-04-12T16:26:28.171787+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:28 smithi115 bash[21527]: audit 2024-04-12T16:26:28.180600+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:28 smithi115 bash[21527]: audit 2024-04-12T16:26:28.215300+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:28 smithi115 bash[21527]: audit 2024-04-12T16:26:28.220452+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T16:26:28.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:28 smithi154 bash[22286]: cluster 2024-04-12T16:26:27.233579+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:28.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:28 smithi154 bash[22286]: audit 2024-04-12T16:26:28.171787+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:28 smithi154 bash[22286]: audit 2024-04-12T16:26:28.180600+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:28 smithi154 bash[22286]: audit 2024-04-12T16:26:28.215300+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:28.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:28 smithi154 bash[22286]: audit 2024-04-12T16:26:28.220452+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T16:26:29.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[22221]: audit 2024-04-12T16:26:28.415151+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[22221]: audit 2024-04-12T16:26:28.424549+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[22221]: audit 2024-04-12T16:26:28.435252+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[22221]: audit 2024-04-12T16:26:29.216468+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T16:26:29.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[22221]: cluster 2024-04-12T16:26:29.226846+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-12T16:26:29.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[23310]: ignoring --setuser ceph since I am not root 2024-04-12T16:26:29.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[23310]: ignoring --setgroup ceph since I am not root 2024-04-12T16:26:29.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:29 smithi152 bash[23310]: debug 2024-04-12T16:26:29.424+0000 7f34de1ea200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:26:29.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21527]: audit 2024-04-12T16:26:28.415151+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21527]: audit 2024-04-12T16:26:28.424549+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21527]: audit 2024-04-12T16:26:28.435252+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21527]: audit 2024-04-12T16:26:29.216468+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T16:26:29.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21527]: cluster 2024-04-12T16:26:29.226846+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-12T16:26:29.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21777]: ignoring --setuser ceph since I am not root 2024-04-12T16:26:29.616 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21777]: ignoring --setgroup ceph since I am not root 2024-04-12T16:26:29.616 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:29 smithi115 bash[21777]: debug 2024-04-12T16:26:29.429+0000 7f4c8c65d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T16:26:29.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:29 smithi154 bash[22286]: audit 2024-04-12T16:26:28.415151+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:29 smithi154 bash[22286]: audit 2024-04-12T16:26:28.424549+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:29 smithi154 bash[22286]: audit 2024-04-12T16:26:28.435252+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' 2024-04-12T16:26:29.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:29 smithi154 bash[22286]: audit 2024-04-12T16:26:29.216468+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14152 172.21.15.115:0/2980766893' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T16:26:29.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:29 smithi154 bash[22286]: cluster 2024-04-12T16:26:29.226846+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-12T16:26:31.282 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:31 smithi115 bash[21777]: debug 2024-04-12T16:26:31.029+0000 7f4c8c65d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:26:31.282 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:31 smithi115 bash[21777]: debug 2024-04-12T16:26:31.125+0000 7f4c8c65d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:26:31.305 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:31 smithi152 bash[23310]: debug 2024-04-12T16:26:31.032+0000 7f34de1ea200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T16:26:31.306 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:31 smithi152 bash[23310]: debug 2024-04-12T16:26:31.128+0000 7f34de1ea200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T16:26:31.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:31 smithi115 bash[21777]: debug 2024-04-12T16:26:31.385+0000 7f4c8c65d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:26:31.805 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:31 smithi152 bash[23310]: debug 2024-04-12T16:26:31.376+0000 7f34de1ea200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T16:26:32.407 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:32 smithi115 bash[21777]: debug 2024-04-12T16:26:32.193+0000 7f4c8c65d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:26:32.408 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:32 smithi115 bash[21777]: debug 2024-04-12T16:26:32.309+0000 7f4c8c65d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:26:32.408 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:32 smithi115 bash[21777]: debug 2024-04-12T16:26:32.413+0000 7f4c8c65d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:26:32.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:32 smithi152 bash[23310]: debug 2024-04-12T16:26:32.168+0000 7f34de1ea200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T16:26:32.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:32 smithi152 bash[23310]: debug 2024-04-12T16:26:32.276+0000 7f34de1ea200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T16:26:32.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:32 smithi152 bash[23310]: debug 2024-04-12T16:26:32.380+0000 7f34de1ea200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T16:26:33.055 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:32 smithi152 bash[23310]: debug 2024-04-12T16:26:32.740+0000 7f34de1ea200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:26:33.055 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:32 smithi152 bash[23310]: debug 2024-04-12T16:26:32.852+0000 7f34de1ea200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:26:33.055 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:32 smithi152 bash[23310]: debug 2024-04-12T16:26:32.956+0000 7f34de1ea200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:26:33.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:32 smithi115 bash[21777]: debug 2024-04-12T16:26:32.773+0000 7f4c8c65d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T16:26:33.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:32 smithi115 bash[21777]: debug 2024-04-12T16:26:32.893+0000 7f4c8c65d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T16:26:33.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:33 smithi115 bash[21777]: debug 2024-04-12T16:26:33.001+0000 7f4c8c65d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T16:26:33.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:33 smithi115 bash[21777]: debug 2024-04-12T16:26:33.369+0000 7f4c8c65d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:26:33.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:33 smithi115 bash[21777]: debug 2024-04-12T16:26:33.617+0000 7f4c8c65d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:26:33.805 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:33 smithi152 bash[23310]: debug 2024-04-12T16:26:33.312+0000 7f34de1ea200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T16:26:33.805 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:33 smithi152 bash[23310]: debug 2024-04-12T16:26:33.556+0000 7f34de1ea200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T16:26:33.997 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:33 smithi115 bash[21777]: debug 2024-04-12T16:26:33.885+0000 7f4c8c65d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:26:34.197 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:33 smithi152 bash[23310]: debug 2024-04-12T16:26:33.816+0000 7f34de1ea200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T16:26:34.197 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:33 smithi152 bash[23310]: debug 2024-04-12T16:26:33.928+0000 7f34de1ea200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:26:34.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:34 smithi115 bash[21777]: debug 2024-04-12T16:26:34.001+0000 7f4c8c65d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T16:26:34.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:34 smithi115 bash[21777]: debug 2024-04-12T16:26:34.277+0000 7f4c8c65d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:26:34.967 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:34 smithi152 bash[23310]: debug 2024-04-12T16:26:34.200+0000 7f34de1ea200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T16:26:34.967 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:34 smithi152 bash[23310]: debug 2024-04-12T16:26:34.616+0000 7f34de1ea200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:26:34.967 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:34 smithi152 bash[23310]: debug 2024-04-12T16:26:34.852+0000 7f34de1ea200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:26:34.967 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:34 smithi152 bash[23310]: debug 2024-04-12T16:26:34.968+0000 7f34de1ea200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:26:35.057 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:34 smithi115 bash[21777]: debug 2024-04-12T16:26:34.697+0000 7f4c8c65d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:26:35.057 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:34 smithi115 bash[21777]: debug 2024-04-12T16:26:34.941+0000 7f4c8c65d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T16:26:35.057 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:35 smithi115 bash[21777]: debug 2024-04-12T16:26:35.061+0000 7f4c8c65d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T16:26:35.305 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:35 smithi152 bash[23310]: debug 2024-04-12T16:26:35.212+0000 7f34de1ea200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:26:35.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:35 smithi115 bash[21777]: debug 2024-04-12T16:26:35.313+0000 7f4c8c65d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T16:26:36.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:36 smithi152 bash[23310]: debug 2024-04-12T16:26:36.216+0000 7f34de1ea200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:26:36.555 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:36 smithi152 bash[23310]: debug 2024-04-12T16:26:36.332+0000 7f34de1ea200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:26:36.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:36 smithi115 bash[21777]: debug 2024-04-12T16:26:36.325+0000 7f4c8c65d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T16:26:36.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:36 smithi115 bash[21777]: debug 2024-04-12T16:26:36.441+0000 7f4c8c65d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T16:26:37.054 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:36 smithi152 bash[23310]: debug 2024-04-12T16:26:36.624+0000 7f34de1ea200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:26:37.055 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:36 smithi152 bash[23310]: debug 2024-04-12T16:26:36.736+0000 7f34de1ea200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:26:37.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:36 smithi115 bash[21777]: debug 2024-04-12T16:26:36.737+0000 7f4c8c65d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T16:26:37.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:36 smithi115 bash[21777]: debug 2024-04-12T16:26:36.853+0000 7f4c8c65d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T16:26:37.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.330997+0000 mon.a (mon.0) 810 : cluster [DBG] Standby manager daemon b restarted 2024-04-12T16:26:37.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.331182+0000 mon.a (mon.0) 811 : cluster [DBG] Standby manager daemon b started 2024-04-12T16:26:37.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[22221]: audit 2024-04-12T16:26:37.335443+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:26:37.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[22221]: audit 2024-04-12T16:26:37.336270+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:26:37.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[22221]: audit 2024-04-12T16:26:37.339202+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:26:37.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[22221]: audit 2024-04-12T16:26:37.339666+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: debug 2024-04-12T16:26:37.184+0000 7f34de1ea200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: debug 2024-04-12T16:26:37.304+0000 7f34de1ea200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: [12/Apr/2024:16:26:37] ENGINE Bus STARTING 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: CherryPy Checker: 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: The Application mounted at '' has an empty config. 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: [12/Apr/2024:16:26:37] ENGINE Serving on http://:::9283 2024-04-12T16:26:37.556 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:26:37 smithi152 bash[23310]: [12/Apr/2024:16:26:37] ENGINE Bus STARTED 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: debug 2024-04-12T16:26:37.309+0000 7f4c8c65d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: debug 2024-04-12T16:26:37.433+0000 7f4c8c65d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.330997+0000 mon.a (mon.0) 810 : cluster [DBG] Standby manager daemon b restarted 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.331182+0000 mon.a (mon.0) 811 : cluster [DBG] Standby manager daemon b started 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21527]: audit 2024-04-12T16:26:37.335443+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21527]: audit 2024-04-12T16:26:37.336270+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21527]: audit 2024-04-12T16:26:37.339202+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:26:37.566 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21527]: audit 2024-04-12T16:26:37.339666+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:26:37.646 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:37 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.330997+0000 mon.a (mon.0) 810 : cluster [DBG] Standby manager daemon b restarted 2024-04-12T16:26:37.646 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:37 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.331182+0000 mon.a (mon.0) 811 : cluster [DBG] Standby manager daemon b started 2024-04-12T16:26:37.646 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:37 smithi154 bash[22286]: audit 2024-04-12T16:26:37.335443+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T16:26:37.646 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:37 smithi154 bash[22286]: audit 2024-04-12T16:26:37.336270+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T16:26:37.646 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:37 smithi154 bash[22286]: audit 2024-04-12T16:26:37.339202+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T16:26:37.646 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:37 smithi154 bash[22286]: audit 2024-04-12T16:26:37.339666+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.? 172.21.15.152:0/3768941954' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T16:26:37.865 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: [12/Apr/2024:16:26:37] ENGINE Bus STARTING 2024-04-12T16:26:37.865 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: CherryPy Checker: 2024-04-12T16:26:37.865 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: The Application mounted at '' has an empty config. 2024-04-12T16:26:37.865 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: [12/Apr/2024:16:26:37] ENGINE Serving on http://:::9283 2024-04-12T16:26:37.865 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:37 smithi115 bash[21777]: [12/Apr/2024:16:26:37] ENGINE Bus STARTED 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.388995+0000 mon.a (mon.0) 816 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.456803+0000 mon.a (mon.0) 817 : cluster [INF] Active manager daemon a restarted 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.457095+0000 mon.a (mon.0) 818 : cluster [INF] Activating manager daemon a 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.464799+0000 mon.a (mon.0) 819 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.465125+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00813611s), standbys: b 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.470806+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.471305+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.471775+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:26:38.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.472520+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.473087+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.473654+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.474328+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.474973+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.475757+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.476279+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.477125+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cluster 2024-04-12T16:26:37.505439+0000 mon.a (mon.0) 832 : cluster [INF] Manager daemon a is now available 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.537473+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.540120+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:38.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.546405+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.549814+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.550948+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.551361+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.556993+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.562158+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.564186+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.566392+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:37.568167+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.568546+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:37.568719+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:37.570320+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.573545+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:26:38.707 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.583355+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: audit 2024-04-12T16:26:37.596994+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.052193+0000 mgr.a (mgr.14400) 4 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Bus STARTING 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.157096+0000 mgr.a (mgr.14400) 5 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Serving on http://172.21.15.115:8765 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.216137+0000 mgr.a (mgr.14400) 6 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.216384+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.219729+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.708 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.276299+0000 mgr.a (mgr.14400) 9 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Serving on https://172.21.15.115:7151 2024-04-12T16:26:38.709 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:38 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.276702+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Bus STARTED 2024-04-12T16:26:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.388995+0000 mon.a (mon.0) 816 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-12T16:26:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.456803+0000 mon.a (mon.0) 817 : cluster [INF] Active manager daemon a restarted 2024-04-12T16:26:38.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.457095+0000 mon.a (mon.0) 818 : cluster [INF] Activating manager daemon a 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.464799+0000 mon.a (mon.0) 819 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.465125+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00813611s), standbys: b 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.470806+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.471305+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.471775+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.472520+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.473087+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.473654+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.474328+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.474973+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:26:38.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.475757+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.476279+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.477125+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cluster 2024-04-12T16:26:37.505439+0000 mon.a (mon.0) 832 : cluster [INF] Manager daemon a is now available 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.537473+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.540120+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.546405+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.549814+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.550948+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.551361+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.556993+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.562158+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.564186+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.566392+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:37.568167+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.568546+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:37.568719+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:37.570320+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.573545+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.583355+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: audit 2024-04-12T16:26:37.596994+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.052193+0000 mgr.a (mgr.14400) 4 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Bus STARTING 2024-04-12T16:26:38.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.157096+0000 mgr.a (mgr.14400) 5 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Serving on http://172.21.15.115:8765 2024-04-12T16:26:38.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.216137+0000 mgr.a (mgr.14400) 6 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.216384+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.219729+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.276299+0000 mgr.a (mgr.14400) 9 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Serving on https://172.21.15.115:7151 2024-04-12T16:26:38.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:38 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.276702+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Bus STARTED 2024-04-12T16:26:38.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.388995+0000 mon.a (mon.0) 816 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-12T16:26:38.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.456803+0000 mon.a (mon.0) 817 : cluster [INF] Active manager daemon a restarted 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.457095+0000 mon.a (mon.0) 818 : cluster [INF] Activating manager daemon a 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.464799+0000 mon.a (mon.0) 819 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.465125+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00813611s), standbys: b 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.470806+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.471305+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.471775+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.472520+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.473087+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.473654+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.474328+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.474973+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.475757+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T16:26:38.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.476279+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.477125+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cluster 2024-04-12T16:26:37.505439+0000 mon.a (mon.0) 832 : cluster [INF] Manager daemon a is now available 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.537473+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.540120+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.546405+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.549814+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.550948+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.551361+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.556993+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.562158+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]': finished 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.564186+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:38.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.566392+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:37.568167+0000 mgr.a (mgr.14400) 1 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.conf 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.568546+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:37.568719+0000 mgr.a (mgr.14400) 2 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:37.570320+0000 mgr.a (mgr.14400) 3 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.573545+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.583355+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: audit 2024-04-12T16:26:37.596994+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.052193+0000 mgr.a (mgr.14400) 4 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Bus STARTING 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.157096+0000 mgr.a (mgr.14400) 5 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Serving on http://172.21.15.115:8765 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.216137+0000 mgr.a (mgr.14400) 6 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.216384+0000 mgr.a (mgr.14400) 7 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.219729+0000 mgr.a (mgr.14400) 8 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.276299+0000 mgr.a (mgr.14400) 9 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Serving on https://172.21.15.115:7151 2024-04-12T16:26:38.868 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:38 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.276702+0000 mgr.a (mgr.14400) 10 : cephadm [INF] [12/Apr/2024:16:26:38] ENGINE Bus STARTED 2024-04-12T16:26:39.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.431357+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.431568+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.434403+0000 mgr.a (mgr.14400) 13 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cluster 2024-04-12T16:26:38.480592+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e19: a(active, since 1.02359s), standbys: b 2024-04-12T16:26:39.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cluster 2024-04-12T16:26:38.480682+0000 mgr.a (mgr.14400) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:39.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.646124+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.646444+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.649784+0000 mgr.a (mgr.14400) 17 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.868242+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.872679+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.875920+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.879809+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.883830+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.888179+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.892435+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: cephadm 2024-04-12T16:26:38.892898+0000 mgr.a (mgr.14400) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.897132+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.706 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:39 smithi154 bash[22286]: audit 2024-04-12T16:26:38.977720+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-12T16:26:39.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.431357+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.431568+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.434403+0000 mgr.a (mgr.14400) 13 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cluster 2024-04-12T16:26:38.480592+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e19: a(active, since 1.02359s), standbys: b 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cluster 2024-04-12T16:26:38.480682+0000 mgr.a (mgr.14400) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.646124+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.646444+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.649784+0000 mgr.a (mgr.14400) 17 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.868242+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.872679+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.875920+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.879809+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.883830+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.888179+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.892435+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: cephadm 2024-04-12T16:26:38.892898+0000 mgr.a (mgr.14400) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:39.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.897132+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:39 smithi152 bash[22221]: audit 2024-04-12T16:26:38.977720+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-12T16:26:39.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.431357+0000 mgr.a (mgr.14400) 11 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.431568+0000 mgr.a (mgr.14400) 12 : cephadm [INF] Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.434403+0000 mgr.a (mgr.14400) 13 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cluster 2024-04-12T16:26:38.480592+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e19: a(active, since 1.02359s), standbys: b 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cluster 2024-04-12T16:26:38.480682+0000 mgr.a (mgr.14400) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.646124+0000 mgr.a (mgr.14400) 15 : cephadm [INF] Updating smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.646444+0000 mgr.a (mgr.14400) 16 : cephadm [INF] Updating smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.649784+0000 mgr.a (mgr.14400) 17 : cephadm [INF] Updating smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.868242+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.872679+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.875920+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.879809+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.883830+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.888179+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.892435+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: cephadm 2024-04-12T16:26:38.892898+0000 mgr.a (mgr.14400) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:39.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.897132+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:39.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:39 smithi115 bash[21527]: audit 2024-04-12T16:26:38.977720+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-12T16:26:40.799 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:40 smithi154 bash[22286]: cluster 2024-04-12T16:26:39.473823+0000 mgr.a (mgr.14400) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:40.799 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:40 smithi154 bash[22286]: audit 2024-04-12T16:26:39.589010+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]: dispatch 2024-04-12T16:26:40.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:40 smithi152 bash[22221]: cluster 2024-04-12T16:26:39.473823+0000 mgr.a (mgr.14400) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:40.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:40 smithi152 bash[22221]: audit 2024-04-12T16:26:39.589010+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]: dispatch 2024-04-12T16:26:40.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:40 smithi115 bash[21527]: cluster 2024-04-12T16:26:39.473823+0000 mgr.a (mgr.14400) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:40.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:40 smithi115 bash[21527]: audit 2024-04-12T16:26:39.589010+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi152", "caps": []}]: dispatch 2024-04-12T16:26:41.694 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:41 smithi152 bash[22221]: cluster 2024-04-12T16:26:40.487674+0000 mon.a (mon.0) 858 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-12T16:26:41.694 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:41 smithi152 bash[22221]: audit 2024-04-12T16:26:40.519400+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.694 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:41 smithi152 bash[22221]: audit 2024-04-12T16:26:40.600340+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.694 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:41 smithi152 bash[22221]: audit 2024-04-12T16:26:41.220660+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]: dispatch 2024-04-12T16:26:41.694 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:41 smithi152 bash[22221]: audit 2024-04-12T16:26:41.418908+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:41 smithi115 bash[21527]: cluster 2024-04-12T16:26:40.487674+0000 mon.a (mon.0) 858 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-12T16:26:41.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:41 smithi115 bash[21527]: audit 2024-04-12T16:26:40.519400+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:41 smithi115 bash[21527]: audit 2024-04-12T16:26:40.600340+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:41 smithi115 bash[21527]: audit 2024-04-12T16:26:41.220660+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]: dispatch 2024-04-12T16:26:41.819 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:41 smithi115 bash[21527]: audit 2024-04-12T16:26:41.418908+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:41 smithi154 bash[22286]: cluster 2024-04-12T16:26:40.487674+0000 mon.a (mon.0) 858 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-12T16:26:41.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:41 smithi154 bash[22286]: audit 2024-04-12T16:26:40.519400+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:41 smithi154 bash[22286]: audit 2024-04-12T16:26:40.600340+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:41.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:41 smithi154 bash[22286]: audit 2024-04-12T16:26:41.220660+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi154", "caps": []}]: dispatch 2024-04-12T16:26:41.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:41 smithi154 bash[22286]: audit 2024-04-12T16:26:41.418908+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: cluster 2024-04-12T16:26:41.474489+0000 mgr.a (mgr.14400) 20 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: audit 2024-04-12T16:26:41.554603+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: audit 2024-04-12T16:26:41.701730+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: cephadm 2024-04-12T16:26:41.813099+0000 mgr.a (mgr.14400) 21 : cephadm [INF] Reconfiguring alertmanager.smithi154 (dependencies changed)... 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: cephadm 2024-04-12T16:26:42.081815+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring daemon alertmanager.smithi154 on smithi154 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: audit 2024-04-12T16:26:42.467064+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:42 smithi115 bash[21527]: cluster 2024-04-12T16:26:42.504750+0000 mon.a (mon.0) 866 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-12T16:26:42.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: cluster 2024-04-12T16:26:41.474489+0000 mgr.a (mgr.14400) 20 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:42.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: audit 2024-04-12T16:26:41.554603+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: audit 2024-04-12T16:26:41.701730+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: cephadm 2024-04-12T16:26:41.813099+0000 mgr.a (mgr.14400) 21 : cephadm [INF] Reconfiguring alertmanager.smithi154 (dependencies changed)... 2024-04-12T16:26:42.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: cephadm 2024-04-12T16:26:42.081815+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring daemon alertmanager.smithi154 on smithi154 2024-04-12T16:26:42.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: audit 2024-04-12T16:26:42.467064+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.705 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:42 smithi154 bash[22286]: cluster 2024-04-12T16:26:42.504750+0000 mon.a (mon.0) 866 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: cluster 2024-04-12T16:26:41.474489+0000 mgr.a (mgr.14400) 20 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: audit 2024-04-12T16:26:41.554603+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: audit 2024-04-12T16:26:41.701730+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: cephadm 2024-04-12T16:26:41.813099+0000 mgr.a (mgr.14400) 21 : cephadm [INF] Reconfiguring alertmanager.smithi154 (dependencies changed)... 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: cephadm 2024-04-12T16:26:42.081815+0000 mgr.a (mgr.14400) 22 : cephadm [INF] Reconfiguring daemon alertmanager.smithi154 on smithi154 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: audit 2024-04-12T16:26:42.467064+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:42.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:42 smithi152 bash[22221]: cluster 2024-04-12T16:26:42.504750+0000 mon.a (mon.0) 866 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-12T16:26:43.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:43 smithi152 bash[22221]: audit 2024-04-12T16:26:42.601505+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:43 smithi152 bash[22221]: audit 2024-04-12T16:26:42.745286+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:43 smithi152 bash[22221]: audit 2024-04-12T16:26:43.203308+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.847 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:43 smithi154 bash[22286]: audit 2024-04-12T16:26:42.601505+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.847 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:43 smithi154 bash[22286]: audit 2024-04-12T16:26:42.745286+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.848 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:43 smithi154 bash[22286]: audit 2024-04-12T16:26:43.203308+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:43 smithi115 bash[21527]: audit 2024-04-12T16:26:42.601505+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:43 smithi115 bash[21527]: audit 2024-04-12T16:26:42.745286+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:43.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:43 smithi115 bash[21527]: audit 2024-04-12T16:26:43.203308+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:45.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:45 smithi115 bash[21527]: cluster 2024-04-12T16:26:43.474873+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:45.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:45 smithi115 bash[21527]: audit 2024-04-12T16:26:44.711577+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:45.419 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:45 smithi154 bash[22286]: cluster 2024-04-12T16:26:43.474873+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:45.420 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:45 smithi154 bash[22286]: audit 2024-04-12T16:26:44.711577+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:45.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:45 smithi152 bash[22221]: cluster 2024-04-12T16:26:43.474873+0000 mgr.a (mgr.14400) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:45.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:45 smithi152 bash[22221]: audit 2024-04-12T16:26:44.711577+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.412 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:46 smithi154 bash[22286]: audit 2024-04-12T16:26:45.226805+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.412 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:46 smithi154 bash[22286]: audit 2024-04-12T16:26:45.231673+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.412 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:46 smithi154 bash[22286]: audit 2024-04-12T16:26:45.236756+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.413 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:46 smithi154 bash[22286]: audit 2024-04-12T16:26:45.850768+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.413 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:46 smithi154 bash[22286]: audit 2024-04-12T16:26:45.954829+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:46 smithi152 bash[22221]: audit 2024-04-12T16:26:45.226805+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:46 smithi152 bash[22221]: audit 2024-04-12T16:26:45.231673+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:46 smithi152 bash[22221]: audit 2024-04-12T16:26:45.236756+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:46 smithi152 bash[22221]: audit 2024-04-12T16:26:45.850768+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:46 smithi152 bash[22221]: audit 2024-04-12T16:26:45.954829+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:46 smithi115 bash[21527]: audit 2024-04-12T16:26:45.226805+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:46 smithi115 bash[21527]: audit 2024-04-12T16:26:45.231673+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:46 smithi115 bash[21527]: audit 2024-04-12T16:26:45.236756+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:46 smithi115 bash[21527]: audit 2024-04-12T16:26:45.850768+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:46 smithi115 bash[21527]: audit 2024-04-12T16:26:45.954829+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:47.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:47 smithi152 bash[22221]: cluster 2024-04-12T16:26:45.475449+0000 mgr.a (mgr.14400) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-12T16:26:47.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21527]: cluster 2024-04-12T16:26:45.475449+0000 mgr.a (mgr.14400) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-12T16:26:47.547 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:47 smithi154 bash[22286]: cluster 2024-04-12T16:26:45.475449+0000 mgr.a (mgr.14400) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-12T16:26:48.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21777]: [12/Apr/2024:16:26:47] ENGINE Bus STOPPING 2024-04-12T16:26:48.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21777]: [12/Apr/2024:16:26:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T16:26:48.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21777]: [12/Apr/2024:16:26:47] ENGINE Bus STOPPED 2024-04-12T16:26:48.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21777]: [12/Apr/2024:16:26:47] ENGINE Bus STARTING 2024-04-12T16:26:48.115 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21777]: [12/Apr/2024:16:26:47] ENGINE Serving on http://:::9283 2024-04-12T16:26:48.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:47 smithi115 bash[21777]: [12/Apr/2024:16:26:47] ENGINE Bus STARTED 2024-04-12T16:26:48.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: cluster 2024-04-12T16:26:47.475771+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-12T16:26:48.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.830586+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.836288+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.861961+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.862469+0000 mgr.a (mgr.14400) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.863561+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.863915+0000 mgr.a (mgr.14400) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.867713+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.885662+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.888349+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.889649+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:47.896350+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: cephadm 2024-04-12T16:26:47.896836+0000 mgr.a (mgr.14400) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:48.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:48.528506+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:48.608626+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:48.615024+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:48.867 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:48 smithi115 bash[21527]: audit 2024-04-12T16:26:48.620680+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.147 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: cluster 2024-04-12T16:26:47.475771+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.830586+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.836288+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.861961+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.862469+0000 mgr.a (mgr.14400) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.863561+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.863915+0000 mgr.a (mgr.14400) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.867713+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.885662+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.888349+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:49.148 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.889649+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:49.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:47.896350+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: cephadm 2024-04-12T16:26:47.896836+0000 mgr.a (mgr.14400) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:49.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:48.528506+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:48.608626+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:48.615024+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.149 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:48 smithi152 bash[22221]: audit 2024-04-12T16:26:48.620680+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.186 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: cluster 2024-04-12T16:26:47.475771+0000 mgr.a (mgr.14400) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.830586+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.836288+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.861961+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.862469+0000 mgr.a (mgr.14400) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.863561+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.863915+0000 mgr.a (mgr.14400) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi154.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.867713+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.885662+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.888349+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.889649+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:49.187 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:47.896350+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.188 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: cephadm 2024-04-12T16:26:47.896836+0000 mgr.a (mgr.14400) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:49.188 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:48.528506+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.188 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:48.608626+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.188 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:48.615024+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:49.188 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:48 smithi154 bash[22286]: audit 2024-04-12T16:26:48.620680+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:51.287 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:51 smithi154 bash[22286]: cluster 2024-04-12T16:26:49.476415+0000 mgr.a (mgr.14400) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-12T16:26:51.287 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:51 smithi154 bash[22286]: audit 2024-04-12T16:26:50.016229+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:51.287 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:51 smithi154 bash[22286]: audit 2024-04-12T16:26:50.843651+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:51.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:51 smithi152 bash[22221]: cluster 2024-04-12T16:26:49.476415+0000 mgr.a (mgr.14400) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-12T16:26:51.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:51 smithi152 bash[22221]: audit 2024-04-12T16:26:50.016229+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:51.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:51 smithi152 bash[22221]: audit 2024-04-12T16:26:50.843651+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:51 smithi115 bash[21527]: cluster 2024-04-12T16:26:49.476415+0000 mgr.a (mgr.14400) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-12T16:26:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:51 smithi115 bash[21527]: audit 2024-04-12T16:26:50.016229+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:51 smithi115 bash[21527]: audit 2024-04-12T16:26:50.843651+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: cluster 2024-04-12T16:26:51.477123+0000 mgr.a (mgr.14400) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:52.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.589852+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.599420+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.610294+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.641112+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.647303+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.649235+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:51.659518+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: cephadm 2024-04-12T16:26:51.660507+0000 mgr.a (mgr.14400) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: cephadm 2024-04-12T16:26:51.761682+0000 mgr.a (mgr.14400) 32 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: cephadm 2024-04-12T16:26:51.789819+0000 mgr.a (mgr.14400) 33 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-04-12T16:26:52.866 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:52 smithi115 bash[21527]: audit 2024-04-12T16:26:52.578419+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:26:52.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: cluster 2024-04-12T16:26:51.477123+0000 mgr.a (mgr.14400) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:52.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.589852+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.599420+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.610294+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.641112+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.647303+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.649235+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:51.659518+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: cephadm 2024-04-12T16:26:51.660507+0000 mgr.a (mgr.14400) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: cephadm 2024-04-12T16:26:51.761682+0000 mgr.a (mgr.14400) 32 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: cephadm 2024-04-12T16:26:51.789819+0000 mgr.a (mgr.14400) 33 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-04-12T16:26:52.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:52 smithi154 bash[22286]: audit 2024-04-12T16:26:52.578419+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:26:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: cluster 2024-04-12T16:26:51.477123+0000 mgr.a (mgr.14400) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.589852+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.599420+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:53.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.610294+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.641112+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.647303+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.649235+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:51.659518+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: cephadm 2024-04-12T16:26:51.660507+0000 mgr.a (mgr.14400) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: cephadm 2024-04-12T16:26:51.761682+0000 mgr.a (mgr.14400) 32 : cephadm [INF] Reconfiguring grafana.smithi115 (dependencies changed)... 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: cephadm 2024-04-12T16:26:51.789819+0000 mgr.a (mgr.14400) 33 : cephadm [INF] Reconfiguring daemon grafana.smithi115 on smithi115 2024-04-12T16:26:53.056 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:52 smithi152 bash[22221]: audit 2024-04-12T16:26:52.578419+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:26:54.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: cluster 2024-04-12T16:26:53.477671+0000 mgr.a (mgr.14400) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: audit 2024-04-12T16:26:53.822616+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: audit 2024-04-12T16:26:53.831762+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: audit 2024-04-12T16:26:53.842520+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: audit 2024-04-12T16:26:54.588887+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: audit 2024-04-12T16:26:54.597339+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:54.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:54 smithi154 bash[22286]: audit 2024-04-12T16:26:54.607786+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: cluster 2024-04-12T16:26:53.477671+0000 mgr.a (mgr.14400) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: audit 2024-04-12T16:26:53.822616+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: audit 2024-04-12T16:26:53.831762+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: audit 2024-04-12T16:26:53.842520+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: audit 2024-04-12T16:26:54.588887+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: audit 2024-04-12T16:26:54.597339+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.094 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:54 smithi115 bash[21527]: audit 2024-04-12T16:26:54.607786+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: cluster 2024-04-12T16:26:53.477671+0000 mgr.a (mgr.14400) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: audit 2024-04-12T16:26:53.822616+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: audit 2024-04-12T16:26:53.831762+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: audit 2024-04-12T16:26:53.842520+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: audit 2024-04-12T16:26:54.588887+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: audit 2024-04-12T16:26:54.597339+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:55.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:54 smithi152 bash[22221]: audit 2024-04-12T16:26:54.607786+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: cluster 2024-04-12T16:26:55.478375+0000 mgr.a (mgr.14400) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:57.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: audit 2024-04-12T16:26:56.744132+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: audit 2024-04-12T16:26:56.749285+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: audit 2024-04-12T16:26:56.798015+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: audit 2024-04-12T16:26:56.799626+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: audit 2024-04-12T16:26:56.803772+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21527]: audit 2024-04-12T16:26:56.821597+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21777]: [12/Apr/2024:16:26:56] ENGINE Bus STOPPING 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21777]: [12/Apr/2024:16:26:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21777]: [12/Apr/2024:16:26:56] ENGINE Bus STOPPED 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21777]: [12/Apr/2024:16:26:56] ENGINE Bus STARTING 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21777]: [12/Apr/2024:16:26:56] ENGINE Serving on http://:::9283 2024-04-12T16:26:57.116 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:26:56 smithi115 bash[21777]: [12/Apr/2024:16:26:56] ENGINE Bus STARTED 2024-04-12T16:26:57.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: cluster 2024-04-12T16:26:55.478375+0000 mgr.a (mgr.14400) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:57.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: audit 2024-04-12T16:26:56.744132+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: audit 2024-04-12T16:26:56.749285+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: audit 2024-04-12T16:26:56.798015+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T16:26:57.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: audit 2024-04-12T16:26:56.799626+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T16:26:57.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: audit 2024-04-12T16:26:56.803772+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.205 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:56 smithi154 bash[22286]: audit 2024-04-12T16:26:56.821597+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: cluster 2024-04-12T16:26:55.478375+0000 mgr.a (mgr.14400) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T16:26:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: audit 2024-04-12T16:26:56.744132+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: audit 2024-04-12T16:26:56.749285+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: audit 2024-04-12T16:26:56.798015+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T16:26:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: audit 2024-04-12T16:26:56.799626+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T16:26:57.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: audit 2024-04-12T16:26:56.803772+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.306 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:56 smithi152 bash[22221]: audit 2024-04-12T16:26:56.821597+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:26:57.943 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:57 smithi115 bash[21527]: audit 2024-04-12T16:26:56.798537+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T16:26:57.944 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:57 smithi115 bash[21527]: audit 2024-04-12T16:26:56.799991+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T16:26:57.944 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:57 smithi115 bash[21527]: audit 2024-04-12T16:26:56.827169+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:57.944 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:57 smithi115 bash[21527]: audit 2024-04-12T16:26:56.828050+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:57.944 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:57 smithi115 bash[21527]: audit 2024-04-12T16:26:56.833321+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:57.944 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:57 smithi115 bash[21527]: audit 2024-04-12T16:26:56.843055+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:58.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:57 smithi154 bash[22286]: audit 2024-04-12T16:26:56.798537+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T16:26:58.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:57 smithi154 bash[22286]: audit 2024-04-12T16:26:56.799991+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T16:26:58.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:57 smithi154 bash[22286]: audit 2024-04-12T16:26:56.827169+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:58.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:57 smithi154 bash[22286]: audit 2024-04-12T16:26:56.828050+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:58.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:57 smithi154 bash[22286]: audit 2024-04-12T16:26:56.833321+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:58.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:57 smithi154 bash[22286]: audit 2024-04-12T16:26:56.843055+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:57 smithi152 bash[22221]: audit 2024-04-12T16:26:56.798537+0000 mgr.a (mgr.14400) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T16:26:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:57 smithi152 bash[22221]: audit 2024-04-12T16:26:56.799991+0000 mgr.a (mgr.14400) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi115.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T16:26:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:57 smithi152 bash[22221]: audit 2024-04-12T16:26:56.827169+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:26:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:57 smithi152 bash[22221]: audit 2024-04-12T16:26:56.828050+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:26:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:57 smithi152 bash[22221]: audit 2024-04-12T16:26:56.833321+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:58.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:57 smithi152 bash[22221]: audit 2024-04-12T16:26:56.843055+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:26:59.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:26:58 smithi115 bash[21527]: cluster 2024-04-12T16:26:57.478956+0000 mgr.a (mgr.14400) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:59.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:26:58 smithi154 bash[22286]: cluster 2024-04-12T16:26:57.478956+0000 mgr.a (mgr.14400) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:26:59.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:26:58 smithi152 bash[22221]: cluster 2024-04-12T16:26:57.478956+0000 mgr.a (mgr.14400) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:01.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:00 smithi115 bash[21527]: cluster 2024-04-12T16:26:59.479532+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:01.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:00 smithi154 bash[22286]: cluster 2024-04-12T16:26:59.479532+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:01.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:00 smithi152 bash[22221]: cluster 2024-04-12T16:26:59.479532+0000 mgr.a (mgr.14400) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:03.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:02 smithi115 bash[21527]: cluster 2024-04-12T16:27:01.480038+0000 mgr.a (mgr.14400) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:03.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:02 smithi154 bash[22286]: cluster 2024-04-12T16:27:01.480038+0000 mgr.a (mgr.14400) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:03.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:02 smithi152 bash[22221]: cluster 2024-04-12T16:27:01.480038+0000 mgr.a (mgr.14400) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:05.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:04 smithi115 bash[21527]: cluster 2024-04-12T16:27:03.480581+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:05.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:04 smithi154 bash[22286]: cluster 2024-04-12T16:27:03.480581+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:05.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:04 smithi152 bash[22221]: cluster 2024-04-12T16:27:03.480581+0000 mgr.a (mgr.14400) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:07.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:06 smithi115 bash[21527]: cluster 2024-04-12T16:27:05.480969+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:07.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:06 smithi154 bash[22286]: cluster 2024-04-12T16:27:05.480969+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:07.294 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:06 smithi152 bash[22221]: cluster 2024-04-12T16:27:05.480969+0000 mgr.a (mgr.14400) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:07 smithi115 bash[21527]: audit 2024-04-12T16:27:07.579503+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:08.117 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:07 smithi152 bash[22221]: audit 2024-04-12T16:27:07.579503+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:08.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:07 smithi154 bash[22286]: audit 2024-04-12T16:27:07.579503+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:09.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:08 smithi115 bash[21527]: cluster 2024-04-12T16:27:07.481346+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:09.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:08 smithi115 bash[21527]: audit 2024-04-12T16:27:08.819654+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:08 smithi115 bash[21527]: audit 2024-04-12T16:27:08.825622+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:08 smithi115 bash[21527]: audit 2024-04-12T16:27:08.833387+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:08 smithi154 bash[22286]: cluster 2024-04-12T16:27:07.481346+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:09.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:08 smithi154 bash[22286]: audit 2024-04-12T16:27:08.819654+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:08 smithi154 bash[22286]: audit 2024-04-12T16:27:08.825622+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:08 smithi154 bash[22286]: audit 2024-04-12T16:27:08.833387+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:08 smithi152 bash[22221]: cluster 2024-04-12T16:27:07.481346+0000 mgr.a (mgr.14400) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:09.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:08 smithi152 bash[22221]: audit 2024-04-12T16:27:08.819654+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:08 smithi152 bash[22221]: audit 2024-04-12T16:27:08.825622+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:09.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:08 smithi152 bash[22221]: audit 2024-04-12T16:27:08.833387+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:11.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:10 smithi154 bash[22286]: cluster 2024-04-12T16:27:09.481919+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:11.224 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:10 smithi115 bash[21527]: cluster 2024-04-12T16:27:09.481919+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:11.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:10 smithi152 bash[22221]: cluster 2024-04-12T16:27:09.481919+0000 mgr.a (mgr.14400) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: cluster 2024-04-12T16:27:11.482211+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:11.799938+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:11.808428+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:11.815101+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:11.822382+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:11.829637+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.954 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:11.840960+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:12.416726+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:12.426260+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:12.955 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:12 smithi154 bash[22286]: audit 2024-04-12T16:27:12.436715+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: cluster 2024-04-12T16:27:11.482211+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:11.799938+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:11.808428+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:11.815101+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:11.822382+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:11.829637+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:11.840960+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:12.416726+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:12.426260+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:12 smithi152 bash[22221]: audit 2024-04-12T16:27:12.436715+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: cluster 2024-04-12T16:27:11.482211+0000 mgr.a (mgr.14400) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:13.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:11.799938+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:11.808428+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:11.815101+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:11.822382+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:11.829637+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:11.840960+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:12.416726+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:12.426260+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:13.116 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:12 smithi115 bash[21527]: audit 2024-04-12T16:27:12.436715+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:15.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:14 smithi152 bash[22221]: cluster 2024-04-12T16:27:13.482802+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:15.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:14 smithi115 bash[21527]: cluster 2024-04-12T16:27:13.482802+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:15.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:14 smithi154 bash[22286]: cluster 2024-04-12T16:27:13.482802+0000 mgr.a (mgr.14400) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:17.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:16 smithi152 bash[22221]: cluster 2024-04-12T16:27:15.483409+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:17.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:16 smithi115 bash[21527]: cluster 2024-04-12T16:27:15.483409+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:17.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:16 smithi154 bash[22286]: cluster 2024-04-12T16:27:15.483409+0000 mgr.a (mgr.14400) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:19.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:18 smithi152 bash[22221]: cluster 2024-04-12T16:27:17.483932+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:19.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:18 smithi115 bash[21527]: cluster 2024-04-12T16:27:17.483932+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:19.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:18 smithi154 bash[22286]: cluster 2024-04-12T16:27:17.483932+0000 mgr.a (mgr.14400) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:21.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:20 smithi115 bash[21527]: cluster 2024-04-12T16:27:19.484492+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:21.204 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:20 smithi154 bash[22286]: cluster 2024-04-12T16:27:19.484492+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:21.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:20 smithi152 bash[22221]: cluster 2024-04-12T16:27:19.484492+0000 mgr.a (mgr.14400) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:23.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:22 smithi115 bash[21527]: cluster 2024-04-12T16:27:21.485034+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:23.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:22 smithi115 bash[21527]: audit 2024-04-12T16:27:22.579892+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:23.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:22 smithi154 bash[22286]: cluster 2024-04-12T16:27:21.485034+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:23.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:22 smithi154 bash[22286]: audit 2024-04-12T16:27:22.579892+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:23.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:22 smithi152 bash[22221]: cluster 2024-04-12T16:27:21.485034+0000 mgr.a (mgr.14400) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:23.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:22 smithi152 bash[22221]: audit 2024-04-12T16:27:22.579892+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:25.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:24 smithi115 bash[21527]: cluster 2024-04-12T16:27:23.485688+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:25.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:24 smithi154 bash[22286]: cluster 2024-04-12T16:27:23.485688+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:25.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:24 smithi152 bash[22221]: cluster 2024-04-12T16:27:23.485688+0000 mgr.a (mgr.14400) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:27.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:26 smithi115 bash[21527]: cluster 2024-04-12T16:27:25.486148+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:27.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:26 smithi154 bash[22286]: cluster 2024-04-12T16:27:25.486148+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:27.216 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:26 smithi152 bash[22221]: cluster 2024-04-12T16:27:25.486148+0000 mgr.a (mgr.14400) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:29.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:28 smithi115 bash[21527]: cluster 2024-04-12T16:27:27.486662+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:29.130 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:28 smithi154 bash[22286]: cluster 2024-04-12T16:27:27.486662+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:29.144 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:28 smithi152 bash[22221]: cluster 2024-04-12T16:27:27.486662+0000 mgr.a (mgr.14400) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:31.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:30 smithi115 bash[21527]: cluster 2024-04-12T16:27:29.487271+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:31.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:30 smithi115 bash[21527]: audit 2024-04-12T16:27:30.392575+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:30 smithi115 bash[21527]: audit 2024-04-12T16:27:30.399117+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:30 smithi115 bash[21527]: audit 2024-04-12T16:27:30.409077+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:30 smithi154 bash[22286]: cluster 2024-04-12T16:27:29.487271+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:31.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:30 smithi154 bash[22286]: audit 2024-04-12T16:27:30.392575+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:30 smithi154 bash[22286]: audit 2024-04-12T16:27:30.399117+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:30 smithi154 bash[22286]: audit 2024-04-12T16:27:30.409077+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:30 smithi152 bash[22221]: cluster 2024-04-12T16:27:29.487271+0000 mgr.a (mgr.14400) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:31.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:30 smithi152 bash[22221]: audit 2024-04-12T16:27:30.392575+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:30 smithi152 bash[22221]: audit 2024-04-12T16:27:30.399117+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:31.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:30 smithi152 bash[22221]: audit 2024-04-12T16:27:30.409077+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: cluster 2024-04-12T16:27:31.487815+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: audit 2024-04-12T16:27:32.021227+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: audit 2024-04-12T16:27:32.031045+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: audit 2024-04-12T16:27:32.041764+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: audit 2024-04-12T16:27:32.640296+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: audit 2024-04-12T16:27:32.651232+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:33 smithi152 bash[22221]: audit 2024-04-12T16:27:32.663662+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: cluster 2024-04-12T16:27:31.487815+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: audit 2024-04-12T16:27:32.021227+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: audit 2024-04-12T16:27:32.031045+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: audit 2024-04-12T16:27:32.041764+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: audit 2024-04-12T16:27:32.640296+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: audit 2024-04-12T16:27:32.651232+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.366 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:33 smithi115 bash[21527]: audit 2024-04-12T16:27:32.663662+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: cluster 2024-04-12T16:27:31.487815+0000 mgr.a (mgr.14400) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:33.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: audit 2024-04-12T16:27:32.021227+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: audit 2024-04-12T16:27:32.031045+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: audit 2024-04-12T16:27:32.041764+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: audit 2024-04-12T16:27:32.640296+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: audit 2024-04-12T16:27:32.651232+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:33.454 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:33 smithi154 bash[22286]: audit 2024-04-12T16:27:32.663662+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:35.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:35 smithi152 bash[22221]: cluster 2024-04-12T16:27:33.488390+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:35.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:35 smithi115 bash[21527]: cluster 2024-04-12T16:27:33.488390+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:35.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:35 smithi154 bash[22286]: cluster 2024-04-12T16:27:33.488390+0000 mgr.a (mgr.14400) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:37.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:37 smithi152 bash[22221]: cluster 2024-04-12T16:27:35.488956+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:37.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:37 smithi115 bash[21527]: cluster 2024-04-12T16:27:35.488956+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:37.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:37 smithi154 bash[22286]: cluster 2024-04-12T16:27:35.488956+0000 mgr.a (mgr.14400) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:38.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:38 smithi152 bash[22221]: audit 2024-04-12T16:27:37.580244+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:38.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:38 smithi115 bash[21527]: audit 2024-04-12T16:27:37.580244+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:38.365 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:27:38 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:27:38] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-04-12T16:27:38.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:38 smithi154 bash[22286]: audit 2024-04-12T16:27:37.580244+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:39.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:39 smithi152 bash[22221]: cluster 2024-04-12T16:27:37.489499+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:39.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:39 smithi115 bash[21527]: cluster 2024-04-12T16:27:37.489499+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:39.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:39 smithi154 bash[22286]: cluster 2024-04-12T16:27:37.489499+0000 mgr.a (mgr.14400) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:41.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:41 smithi152 bash[22221]: cluster 2024-04-12T16:27:39.490119+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:41.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:41 smithi115 bash[21527]: cluster 2024-04-12T16:27:39.490119+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:41.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:41 smithi154 bash[22286]: cluster 2024-04-12T16:27:39.490119+0000 mgr.a (mgr.14400) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:43.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:43 smithi152 bash[22221]: cluster 2024-04-12T16:27:41.490663+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:43.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:43 smithi115 bash[21527]: cluster 2024-04-12T16:27:41.490663+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:43.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:43 smithi154 bash[22286]: cluster 2024-04-12T16:27:41.490663+0000 mgr.a (mgr.14400) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:45.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:45 smithi152 bash[22221]: cluster 2024-04-12T16:27:43.491236+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:45.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:45 smithi115 bash[21527]: cluster 2024-04-12T16:27:43.491236+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:45.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:45 smithi154 bash[22286]: cluster 2024-04-12T16:27:43.491236+0000 mgr.a (mgr.14400) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:47.317 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:47 smithi152 bash[22221]: cluster 2024-04-12T16:27:45.491714+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:47.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:47 smithi115 bash[21527]: cluster 2024-04-12T16:27:45.491714+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:47.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:47 smithi154 bash[22286]: cluster 2024-04-12T16:27:45.491714+0000 mgr.a (mgr.14400) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:48.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:27:48 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:27:48] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-04-12T16:27:49.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:49 smithi152 bash[22221]: cluster 2024-04-12T16:27:47.492051+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:49.338 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:49 smithi154 bash[22286]: cluster 2024-04-12T16:27:47.492051+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:49.352 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:49 smithi115 bash[21527]: cluster 2024-04-12T16:27:47.492051+0000 mgr.a (mgr.14400) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:51 smithi115 bash[21527]: cluster 2024-04-12T16:27:49.492603+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:51 smithi115 bash[21527]: audit 2024-04-12T16:27:50.575412+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:51 smithi115 bash[21527]: audit 2024-04-12T16:27:50.586570+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:51 smithi115 bash[21527]: audit 2024-04-12T16:27:50.598629+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:51 smithi154 bash[22286]: cluster 2024-04-12T16:27:49.492603+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:51.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:51 smithi154 bash[22286]: audit 2024-04-12T16:27:50.575412+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:51 smithi154 bash[22286]: audit 2024-04-12T16:27:50.586570+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:51 smithi154 bash[22286]: audit 2024-04-12T16:27:50.598629+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:51 smithi152 bash[22221]: cluster 2024-04-12T16:27:49.492603+0000 mgr.a (mgr.14400) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:51 smithi152 bash[22221]: audit 2024-04-12T16:27:50.575412+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:51 smithi152 bash[22221]: audit 2024-04-12T16:27:50.586570+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:51.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:51 smithi152 bash[22221]: audit 2024-04-12T16:27:50.598629+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: cluster 2024-04-12T16:27:51.493171+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.242694+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.253580+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.264255+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.580712+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.864994+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.874163+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:53 smithi152 bash[22221]: audit 2024-04-12T16:27:52.884853+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: cluster 2024-04-12T16:27:51.493171+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.242694+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.253580+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.264255+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.580712+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:53.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.864994+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.874163+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:53 smithi115 bash[21527]: audit 2024-04-12T16:27:52.884853+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: cluster 2024-04-12T16:27:51.493171+0000 mgr.a (mgr.14400) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:53.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.242694+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.253580+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.264255+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.580712+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:27:53.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.864994+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.874163+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:53.704 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:53 smithi154 bash[22286]: audit 2024-04-12T16:27:52.884853+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:55.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:55 smithi152 bash[22221]: cluster 2024-04-12T16:27:53.493724+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:55.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:55 smithi115 bash[21527]: cluster 2024-04-12T16:27:53.493724+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:55.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:55 smithi154 bash[22286]: cluster 2024-04-12T16:27:53.493724+0000 mgr.a (mgr.14400) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:57.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:57 smithi152 bash[22221]: cluster 2024-04-12T16:27:55.494263+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:57.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:57 smithi152 bash[22221]: audit 2024-04-12T16:27:56.936566+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:27:57.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:57 smithi152 bash[22221]: audit 2024-04-12T16:27:56.943180+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:27:57.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:57 smithi152 bash[22221]: audit 2024-04-12T16:27:56.945090+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:27:57.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:57 smithi152 bash[22221]: audit 2024-04-12T16:27:56.955675+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:57.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:57 smithi115 bash[21527]: cluster 2024-04-12T16:27:55.494263+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:57.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:57 smithi115 bash[21527]: audit 2024-04-12T16:27:56.936566+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:27:57.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:57 smithi115 bash[21527]: audit 2024-04-12T16:27:56.943180+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:27:57.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:57 smithi115 bash[21527]: audit 2024-04-12T16:27:56.945090+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:27:57.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:57 smithi115 bash[21527]: audit 2024-04-12T16:27:56.955675+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:57.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:57 smithi154 bash[22286]: cluster 2024-04-12T16:27:55.494263+0000 mgr.a (mgr.14400) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:57.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:57 smithi154 bash[22286]: audit 2024-04-12T16:27:56.936566+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:27:57.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:57 smithi154 bash[22286]: audit 2024-04-12T16:27:56.943180+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:27:57.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:57 smithi154 bash[22286]: audit 2024-04-12T16:27:56.945090+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:27:57.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:57 smithi154 bash[22286]: audit 2024-04-12T16:27:56.955675+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:27:58.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:27:58 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:27:58] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-12T16:27:59.558 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:27:59 smithi152 bash[22221]: cluster 2024-04-12T16:27:57.494784+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:59.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:27:59 smithi115 bash[21527]: cluster 2024-04-12T16:27:57.494784+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:27:59.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:27:59 smithi154 bash[22286]: cluster 2024-04-12T16:27:57.494784+0000 mgr.a (mgr.14400) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:01.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:01 smithi152 bash[22221]: cluster 2024-04-12T16:27:59.495364+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:01.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:01 smithi115 bash[21527]: cluster 2024-04-12T16:27:59.495364+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:01.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:01 smithi154 bash[22286]: cluster 2024-04-12T16:27:59.495364+0000 mgr.a (mgr.14400) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:03.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:03 smithi152 bash[22221]: cluster 2024-04-12T16:28:01.495839+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:03 smithi115 bash[21527]: cluster 2024-04-12T16:28:01.495839+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:03.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:03 smithi154 bash[22286]: cluster 2024-04-12T16:28:01.495839+0000 mgr.a (mgr.14400) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:05.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:05 smithi152 bash[22221]: cluster 2024-04-12T16:28:03.496394+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:05.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:05 smithi115 bash[21527]: cluster 2024-04-12T16:28:03.496394+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:05.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:05 smithi154 bash[22286]: cluster 2024-04-12T16:28:03.496394+0000 mgr.a (mgr.14400) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:07.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:07 smithi152 bash[22221]: cluster 2024-04-12T16:28:05.496949+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:07.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:07 smithi115 bash[21527]: cluster 2024-04-12T16:28:05.496949+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:07.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:07 smithi154 bash[22286]: cluster 2024-04-12T16:28:05.496949+0000 mgr.a (mgr.14400) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:08.271 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:28:08 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:28:08] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-12T16:28:08.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:08 smithi152 bash[22221]: audit 2024-04-12T16:28:07.581208+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:08.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:08 smithi115 bash[21527]: audit 2024-04-12T16:28:07.581208+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:08.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:08 smithi154 bash[22286]: audit 2024-04-12T16:28:07.581208+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:09.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:09 smithi152 bash[22221]: cluster 2024-04-12T16:28:07.497307+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:09.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:09 smithi115 bash[21527]: cluster 2024-04-12T16:28:07.497307+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:09.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:09 smithi154 bash[22286]: cluster 2024-04-12T16:28:07.497307+0000 mgr.a (mgr.14400) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:11.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:11 smithi154 bash[22286]: cluster 2024-04-12T16:28:09.497842+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:11.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:11 smithi154 bash[22286]: audit 2024-04-12T16:28:10.791567+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:11 smithi154 bash[22286]: audit 2024-04-12T16:28:10.801225+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:11 smithi154 bash[22286]: audit 2024-04-12T16:28:10.811687+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:11 smithi152 bash[22221]: cluster 2024-04-12T16:28:09.497842+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:11.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:11 smithi152 bash[22221]: audit 2024-04-12T16:28:10.791567+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:11 smithi152 bash[22221]: audit 2024-04-12T16:28:10.801225+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:11 smithi152 bash[22221]: audit 2024-04-12T16:28:10.811687+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:11 smithi115 bash[21527]: cluster 2024-04-12T16:28:09.497842+0000 mgr.a (mgr.14400) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:11.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:11 smithi115 bash[21527]: audit 2024-04-12T16:28:10.791567+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:11 smithi115 bash[21527]: audit 2024-04-12T16:28:10.801225+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:11.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:11 smithi115 bash[21527]: audit 2024-04-12T16:28:10.811687+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: cluster 2024-04-12T16:28:11.498402+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: audit 2024-04-12T16:28:12.474144+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: audit 2024-04-12T16:28:12.485375+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: audit 2024-04-12T16:28:12.497306+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: audit 2024-04-12T16:28:13.030597+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: audit 2024-04-12T16:28:13.041267+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.296 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:13 smithi154 bash[22286]: audit 2024-04-12T16:28:13.052028+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: cluster 2024-04-12T16:28:11.498402+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: audit 2024-04-12T16:28:12.474144+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: audit 2024-04-12T16:28:12.485375+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: audit 2024-04-12T16:28:12.497306+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: audit 2024-04-12T16:28:13.030597+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: audit 2024-04-12T16:28:13.041267+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:13 smithi152 bash[22221]: audit 2024-04-12T16:28:13.052028+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: cluster 2024-04-12T16:28:11.498402+0000 mgr.a (mgr.14400) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: audit 2024-04-12T16:28:12.474144+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: audit 2024-04-12T16:28:12.485375+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: audit 2024-04-12T16:28:12.497306+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: audit 2024-04-12T16:28:13.030597+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: audit 2024-04-12T16:28:13.041267+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:13 smithi115 bash[21527]: audit 2024-04-12T16:28:13.052028+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:15.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:15 smithi152 bash[22221]: cluster 2024-04-12T16:28:13.498935+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:15.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:15 smithi115 bash[21527]: cluster 2024-04-12T16:28:13.498935+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:15.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:15 smithi154 bash[22286]: cluster 2024-04-12T16:28:13.498935+0000 mgr.a (mgr.14400) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:17 smithi152 bash[22221]: cluster 2024-04-12T16:28:15.499465+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:17.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:17 smithi115 bash[21527]: cluster 2024-04-12T16:28:15.499465+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:17.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:17 smithi154 bash[22286]: cluster 2024-04-12T16:28:15.499465+0000 mgr.a (mgr.14400) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:18.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:28:18 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:28:18] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-12T16:28:19.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:19 smithi152 bash[22221]: cluster 2024-04-12T16:28:17.499942+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:19.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:19 smithi115 bash[21527]: cluster 2024-04-12T16:28:17.499942+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:19.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:19 smithi154 bash[22286]: cluster 2024-04-12T16:28:17.499942+0000 mgr.a (mgr.14400) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:21.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:21 smithi152 bash[22221]: cluster 2024-04-12T16:28:19.500474+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:21.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:21 smithi115 bash[21527]: cluster 2024-04-12T16:28:19.500474+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:21.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:21 smithi154 bash[22286]: cluster 2024-04-12T16:28:19.500474+0000 mgr.a (mgr.14400) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:23.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:23 smithi115 bash[21527]: cluster 2024-04-12T16:28:21.501028+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:23.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:23 smithi115 bash[21527]: audit 2024-04-12T16:28:22.581619+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:23.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:23 smithi154 bash[22286]: cluster 2024-04-12T16:28:21.501028+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:23.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:23 smithi154 bash[22286]: audit 2024-04-12T16:28:22.581619+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:23.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:23 smithi152 bash[22221]: cluster 2024-04-12T16:28:21.501028+0000 mgr.a (mgr.14400) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:23.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:23 smithi152 bash[22221]: audit 2024-04-12T16:28:22.581619+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:24.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:24 smithi115 bash[21527]: cluster 2024-04-12T16:28:23.501576+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:24.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:24 smithi154 bash[22286]: cluster 2024-04-12T16:28:23.501576+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:24.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:24 smithi152 bash[22221]: cluster 2024-04-12T16:28:23.501576+0000 mgr.a (mgr.14400) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:26.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:26 smithi152 bash[22221]: cluster 2024-04-12T16:28:25.502117+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:26.805 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:26 smithi115 bash[21527]: cluster 2024-04-12T16:28:25.502117+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:26.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:26 smithi154 bash[22286]: cluster 2024-04-12T16:28:25.502117+0000 mgr.a (mgr.14400) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:28.365 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:28:28 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:28:28] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-12T16:28:28.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:28 smithi152 bash[22221]: cluster 2024-04-12T16:28:27.502723+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:28.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:28 smithi115 bash[21527]: cluster 2024-04-12T16:28:27.502723+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:28.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:28 smithi154 bash[22286]: cluster 2024-04-12T16:28:27.502723+0000 mgr.a (mgr.14400) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:30.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:30 smithi152 bash[22221]: cluster 2024-04-12T16:28:29.503161+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:30.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:30 smithi115 bash[21527]: cluster 2024-04-12T16:28:29.503161+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:30.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:30 smithi154 bash[22286]: cluster 2024-04-12T16:28:29.503161+0000 mgr.a (mgr.14400) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:32.043 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:31 smithi154 bash[22286]: audit 2024-04-12T16:28:30.993286+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.043 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:31 smithi154 bash[22286]: audit 2024-04-12T16:28:31.000871+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.043 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:31 smithi154 bash[22286]: audit 2024-04-12T16:28:31.008929+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:31 smithi152 bash[22221]: audit 2024-04-12T16:28:30.993286+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:31 smithi152 bash[22221]: audit 2024-04-12T16:28:31.000871+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:31 smithi152 bash[22221]: audit 2024-04-12T16:28:31.008929+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:31 smithi115 bash[21527]: audit 2024-04-12T16:28:30.993286+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:31 smithi115 bash[21527]: audit 2024-04-12T16:28:31.000871+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:32.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:31 smithi115 bash[21527]: audit 2024-04-12T16:28:31.008929+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.276 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:33 smithi154 bash[22286]: cluster 2024-04-12T16:28:31.503620+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:33.276 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:33 smithi154 bash[22286]: audit 2024-04-12T16:28:32.688772+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.276 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:33 smithi154 bash[22286]: audit 2024-04-12T16:28:32.698378+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.276 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:33 smithi154 bash[22286]: audit 2024-04-12T16:28:32.709206+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:33 smithi152 bash[22221]: cluster 2024-04-12T16:28:31.503620+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:33 smithi152 bash[22221]: audit 2024-04-12T16:28:32.688772+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:33 smithi152 bash[22221]: audit 2024-04-12T16:28:32.698378+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:33 smithi152 bash[22221]: audit 2024-04-12T16:28:32.709206+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:33 smithi115 bash[21527]: cluster 2024-04-12T16:28:31.503620+0000 mgr.a (mgr.14400) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:33.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:33 smithi115 bash[21527]: audit 2024-04-12T16:28:32.688772+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:33 smithi115 bash[21527]: audit 2024-04-12T16:28:32.698378+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:33.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:33 smithi115 bash[21527]: audit 2024-04-12T16:28:32.709206+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.452 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:34 smithi154 bash[22286]: audit 2024-04-12T16:28:33.262223+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:34 smithi154 bash[22286]: audit 2024-04-12T16:28:33.271701+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:34 smithi154 bash[22286]: audit 2024-04-12T16:28:33.282734+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:34 smithi152 bash[22221]: audit 2024-04-12T16:28:33.262223+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:34 smithi152 bash[22221]: audit 2024-04-12T16:28:33.271701+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:34 smithi152 bash[22221]: audit 2024-04-12T16:28:33.282734+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:34 smithi115 bash[21527]: audit 2024-04-12T16:28:33.262223+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:34 smithi115 bash[21527]: audit 2024-04-12T16:28:33.271701+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:34.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:34 smithi115 bash[21527]: audit 2024-04-12T16:28:33.282734+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:35.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:35 smithi152 bash[22221]: cluster 2024-04-12T16:28:33.504103+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:35.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:35 smithi115 bash[21527]: cluster 2024-04-12T16:28:33.504103+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:35.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:35 smithi154 bash[22286]: cluster 2024-04-12T16:28:33.504103+0000 mgr.a (mgr.14400) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:37.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:37 smithi152 bash[22221]: cluster 2024-04-12T16:28:35.504633+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:37.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:37 smithi115 bash[21527]: cluster 2024-04-12T16:28:35.504633+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:37.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:37 smithi154 bash[22286]: cluster 2024-04-12T16:28:35.504633+0000 mgr.a (mgr.14400) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:38.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:38 smithi152 bash[22221]: audit 2024-04-12T16:28:37.582078+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:38.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:38 smithi115 bash[21527]: audit 2024-04-12T16:28:37.582078+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:38.615 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:28:38 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:28:38] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-12T16:28:38.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:38 smithi154 bash[22286]: audit 2024-04-12T16:28:37.582078+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:39.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:39 smithi152 bash[22221]: cluster 2024-04-12T16:28:37.505164+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:39.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:39 smithi115 bash[21527]: cluster 2024-04-12T16:28:37.505164+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:39.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:39 smithi154 bash[22286]: cluster 2024-04-12T16:28:37.505164+0000 mgr.a (mgr.14400) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:41.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:41 smithi152 bash[22221]: cluster 2024-04-12T16:28:39.505735+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:41.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:41 smithi115 bash[21527]: cluster 2024-04-12T16:28:39.505735+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:41.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:41 smithi154 bash[22286]: cluster 2024-04-12T16:28:39.505735+0000 mgr.a (mgr.14400) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:43 smithi152 bash[22221]: cluster 2024-04-12T16:28:41.506265+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:43.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:43 smithi115 bash[21527]: cluster 2024-04-12T16:28:41.506265+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:43.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:43 smithi154 bash[22286]: cluster 2024-04-12T16:28:41.506265+0000 mgr.a (mgr.14400) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:45.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:45 smithi152 bash[22221]: cluster 2024-04-12T16:28:43.506817+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:45.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:45 smithi115 bash[21527]: cluster 2024-04-12T16:28:43.506817+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:45.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:45 smithi154 bash[22286]: cluster 2024-04-12T16:28:43.506817+0000 mgr.a (mgr.14400) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:47.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:47 smithi115 bash[21527]: cluster 2024-04-12T16:28:45.507359+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:47.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:47 smithi154 bash[22286]: cluster 2024-04-12T16:28:45.507359+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:47.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:47 smithi152 bash[22221]: cluster 2024-04-12T16:28:45.507359+0000 mgr.a (mgr.14400) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:48.360 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:28:48 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:28:48] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-12T16:28:48.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:48 smithi152 bash[22221]: cluster 2024-04-12T16:28:47.507828+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:48.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:48 smithi115 bash[21527]: cluster 2024-04-12T16:28:47.507828+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:48.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:48 smithi154 bash[22286]: cluster 2024-04-12T16:28:47.507828+0000 mgr.a (mgr.14400) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:50.816 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:50 smithi152 bash[22221]: cluster 2024-04-12T16:28:49.508188+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:50.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:50 smithi115 bash[21527]: cluster 2024-04-12T16:28:49.508188+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:50.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:50 smithi154 bash[22286]: cluster 2024-04-12T16:28:49.508188+0000 mgr.a (mgr.14400) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:52.202 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:52 smithi154 bash[22286]: audit 2024-04-12T16:28:51.128230+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:52 smithi154 bash[22286]: audit 2024-04-12T16:28:51.133304+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.203 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:52 smithi154 bash[22286]: audit 2024-04-12T16:28:51.137967+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:52 smithi152 bash[22221]: audit 2024-04-12T16:28:51.128230+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:52 smithi152 bash[22221]: audit 2024-04-12T16:28:51.133304+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:52 smithi152 bash[22221]: audit 2024-04-12T16:28:51.137967+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:52 smithi115 bash[21527]: audit 2024-04-12T16:28:51.128230+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:52 smithi115 bash[21527]: audit 2024-04-12T16:28:51.133304+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:52.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:52 smithi115 bash[21527]: audit 2024-04-12T16:28:51.137967+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.452 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:53 smithi154 bash[22286]: cluster 2024-04-12T16:28:51.508634+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:53.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:53 smithi154 bash[22286]: audit 2024-04-12T16:28:52.582471+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:53.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:53 smithi154 bash[22286]: audit 2024-04-12T16:28:52.883798+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:53 smithi154 bash[22286]: audit 2024-04-12T16:28:52.893194+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.453 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:53 smithi154 bash[22286]: audit 2024-04-12T16:28:52.903954+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:53 smithi152 bash[22221]: cluster 2024-04-12T16:28:51.508634+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:53 smithi152 bash[22221]: audit 2024-04-12T16:28:52.582471+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:53 smithi152 bash[22221]: audit 2024-04-12T16:28:52.883798+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:53 smithi152 bash[22221]: audit 2024-04-12T16:28:52.893194+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:53 smithi152 bash[22221]: audit 2024-04-12T16:28:52.903954+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:53 smithi115 bash[21527]: cluster 2024-04-12T16:28:51.508634+0000 mgr.a (mgr.14400) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:53 smithi115 bash[21527]: audit 2024-04-12T16:28:52.582471+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:28:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:53 smithi115 bash[21527]: audit 2024-04-12T16:28:52.883798+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:53 smithi115 bash[21527]: audit 2024-04-12T16:28:52.893194+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:53.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:53 smithi115 bash[21527]: audit 2024-04-12T16:28:52.903954+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:54 smithi154 bash[22286]: audit 2024-04-12T16:28:53.461186+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:54 smithi154 bash[22286]: audit 2024-04-12T16:28:53.470269+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:54 smithi154 bash[22286]: audit 2024-04-12T16:28:53.480756+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:54 smithi154 bash[22286]: cluster 2024-04-12T16:28:53.509197+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:54.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:54 smithi152 bash[22221]: audit 2024-04-12T16:28:53.461186+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:54 smithi152 bash[22221]: audit 2024-04-12T16:28:53.470269+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:54 smithi152 bash[22221]: audit 2024-04-12T16:28:53.480756+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:54 smithi152 bash[22221]: cluster 2024-04-12T16:28:53.509197+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:54.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:54 smithi115 bash[21527]: audit 2024-04-12T16:28:53.461186+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:54 smithi115 bash[21527]: audit 2024-04-12T16:28:53.470269+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:54 smithi115 bash[21527]: audit 2024-04-12T16:28:53.480756+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:54.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:54 smithi115 bash[21527]: cluster 2024-04-12T16:28:53.509197+0000 mgr.a (mgr.14400) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:56.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:56 smithi115 bash[21527]: cluster 2024-04-12T16:28:55.509739+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:56.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:56 smithi154 bash[22286]: cluster 2024-04-12T16:28:55.509739+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:57.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:56 smithi152 bash[22221]: cluster 2024-04-12T16:28:55.509739+0000 mgr.a (mgr.14400) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:57.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:57 smithi115 bash[21527]: audit 2024-04-12T16:28:57.082769+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:28:57.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:57 smithi154 bash[22286]: audit 2024-04-12T16:28:57.082769+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:28:58.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:57 smithi152 bash[22221]: audit 2024-04-12T16:28:57.082769+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:28:58.600 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:28:58] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-04-12T16:28:58.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21527]: cluster 2024-04-12T16:28:57.510166+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:58.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21527]: audit 2024-04-12T16:28:57.607961+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:58.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21527]: audit 2024-04-12T16:28:57.616806+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:58.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21527]: audit 2024-04-12T16:28:57.618162+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:28:58.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21527]: audit 2024-04-12T16:28:57.618868+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:28:58.865 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:28:58 smithi115 bash[21527]: audit 2024-04-12T16:28:57.625919+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:58.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:58 smithi154 bash[22286]: cluster 2024-04-12T16:28:57.510166+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:58.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:58 smithi154 bash[22286]: audit 2024-04-12T16:28:57.607961+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:58.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:58 smithi154 bash[22286]: audit 2024-04-12T16:28:57.616806+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:58.953 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:58 smithi154 bash[22286]: audit 2024-04-12T16:28:57.618162+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:28:58.953 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:58 smithi154 bash[22286]: audit 2024-04-12T16:28:57.618868+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:28:58.953 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:28:58 smithi154 bash[22286]: audit 2024-04-12T16:28:57.625919+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:59.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:58 smithi152 bash[22221]: cluster 2024-04-12T16:28:57.510166+0000 mgr.a (mgr.14400) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:28:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:58 smithi152 bash[22221]: audit 2024-04-12T16:28:57.607961+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:58 smithi152 bash[22221]: audit 2024-04-12T16:28:57.616806+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:28:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:58 smithi152 bash[22221]: audit 2024-04-12T16:28:57.618162+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:28:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:58 smithi152 bash[22221]: audit 2024-04-12T16:28:57.618868+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:28:59.055 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:28:58 smithi152 bash[22221]: audit 2024-04-12T16:28:57.625919+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:00.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:00 smithi115 bash[21527]: cluster 2024-04-12T16:28:59.510832+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:00.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:00 smithi154 bash[22286]: cluster 2024-04-12T16:28:59.510832+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:01.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:00 smithi152 bash[22221]: cluster 2024-04-12T16:28:59.510832+0000 mgr.a (mgr.14400) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:02.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:01.511369+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:02.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:02 smithi154 bash[22286]: cluster 2024-04-12T16:29:01.511369+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:03.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:01.511369+0000 mgr.a (mgr.14400) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:04.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:04 smithi115 bash[21527]: cluster 2024-04-12T16:29:03.511887+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:04.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:04 smithi154 bash[22286]: cluster 2024-04-12T16:29:03.511887+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:05.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:04 smithi152 bash[22221]: cluster 2024-04-12T16:29:03.511887+0000 mgr.a (mgr.14400) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:06.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:06 smithi154 bash[22286]: cluster 2024-04-12T16:29:05.512428+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:07.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:06 smithi152 bash[22221]: cluster 2024-04-12T16:29:05.512428+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:07.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:06 smithi115 bash[21527]: cluster 2024-04-12T16:29:05.512428+0000 mgr.a (mgr.14400) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:07.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:07 smithi154 bash[22286]: audit 2024-04-12T16:29:07.582846+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:08.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:07 smithi152 bash[22221]: audit 2024-04-12T16:29:07.582846+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:08.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:07 smithi115 bash[21527]: audit 2024-04-12T16:29:07.582846+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:08.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:29:08 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:29:08] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-12T16:29:08.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:08 smithi154 bash[22286]: cluster 2024-04-12T16:29:07.512944+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:09.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:08 smithi152 bash[22221]: cluster 2024-04-12T16:29:07.512944+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:09.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:08 smithi115 bash[21527]: cluster 2024-04-12T16:29:07.512944+0000 mgr.a (mgr.14400) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:10.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:10 smithi152 bash[22221]: cluster 2024-04-12T16:29:09.513307+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:10.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:10 smithi154 bash[22286]: cluster 2024-04-12T16:29:09.513307+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:10.998 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:10 smithi115 bash[21527]: cluster 2024-04-12T16:29:09.513307+0000 mgr.a (mgr.14400) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:12.520 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:12 smithi152 bash[22221]: audit 2024-04-12T16:29:11.279541+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.520 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:12 smithi152 bash[22221]: audit 2024-04-12T16:29:11.286672+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.520 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:12 smithi152 bash[22221]: audit 2024-04-12T16:29:11.293192+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:12 smithi115 bash[21527]: audit 2024-04-12T16:29:11.279541+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:12 smithi115 bash[21527]: audit 2024-04-12T16:29:11.286672+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:12 smithi115 bash[21527]: audit 2024-04-12T16:29:11.293192+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:12 smithi154 bash[22286]: audit 2024-04-12T16:29:11.279541+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:12 smithi154 bash[22286]: audit 2024-04-12T16:29:11.286672+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:12.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:12 smithi154 bash[22286]: audit 2024-04-12T16:29:11.293192+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:13 smithi152 bash[22221]: cluster 2024-04-12T16:29:11.513842+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:13 smithi152 bash[22221]: audit 2024-04-12T16:29:13.074283+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:13 smithi152 bash[22221]: audit 2024-04-12T16:29:13.084360+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:13 smithi152 bash[22221]: audit 2024-04-12T16:29:13.095389+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:13 smithi115 bash[21527]: cluster 2024-04-12T16:29:11.513842+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:13 smithi115 bash[21527]: audit 2024-04-12T16:29:13.074283+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:13 smithi115 bash[21527]: audit 2024-04-12T16:29:13.084360+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:13 smithi115 bash[21527]: audit 2024-04-12T16:29:13.095389+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:13 smithi154 bash[22286]: cluster 2024-04-12T16:29:11.513842+0000 mgr.a (mgr.14400) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:13.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:13 smithi154 bash[22286]: audit 2024-04-12T16:29:13.074283+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:13 smithi154 bash[22286]: audit 2024-04-12T16:29:13.084360+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:13.690 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:13 smithi154 bash[22286]: audit 2024-04-12T16:29:13.095389+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:14.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:14 smithi154 bash[22286]: cluster 2024-04-12T16:29:13.514488+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:14.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:14 smithi154 bash[22286]: audit 2024-04-12T16:29:13.673374+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:14.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:14 smithi154 bash[22286]: audit 2024-04-12T16:29:13.684209+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:14.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:14 smithi154 bash[22286]: audit 2024-04-12T16:29:13.696573+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:15.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:14 smithi152 bash[22221]: cluster 2024-04-12T16:29:13.514488+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:15.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:14 smithi152 bash[22221]: audit 2024-04-12T16:29:13.673374+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:15.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:14 smithi152 bash[22221]: audit 2024-04-12T16:29:13.684209+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:15.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:14 smithi152 bash[22221]: audit 2024-04-12T16:29:13.696573+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:15.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:14 smithi115 bash[21527]: cluster 2024-04-12T16:29:13.514488+0000 mgr.a (mgr.14400) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:15.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:14 smithi115 bash[21527]: audit 2024-04-12T16:29:13.673374+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:15.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:14 smithi115 bash[21527]: audit 2024-04-12T16:29:13.684209+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:15.115 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:14 smithi115 bash[21527]: audit 2024-04-12T16:29:13.696573+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:16.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:16 smithi154 bash[22286]: cluster 2024-04-12T16:29:15.515006+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:17.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:16 smithi152 bash[22221]: cluster 2024-04-12T16:29:15.515006+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:17.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:16 smithi115 bash[21527]: cluster 2024-04-12T16:29:15.515006+0000 mgr.a (mgr.14400) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:18.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:29:18 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:29:18] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-12T16:29:18.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:18 smithi154 bash[22286]: cluster 2024-04-12T16:29:17.515547+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:19.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:18 smithi152 bash[22221]: cluster 2024-04-12T16:29:17.515547+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:19.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:18 smithi115 bash[21527]: cluster 2024-04-12T16:29:17.515547+0000 mgr.a (mgr.14400) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:20.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:20 smithi154 bash[22286]: cluster 2024-04-12T16:29:19.516197+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:21.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:20 smithi152 bash[22221]: cluster 2024-04-12T16:29:19.516197+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:21.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:20 smithi115 bash[21527]: cluster 2024-04-12T16:29:19.516197+0000 mgr.a (mgr.14400) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:22.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:22 smithi154 bash[22286]: cluster 2024-04-12T16:29:21.516840+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:22.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:22 smithi154 bash[22286]: audit 2024-04-12T16:29:22.583310+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:23.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:22 smithi152 bash[22221]: cluster 2024-04-12T16:29:21.516840+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:23.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:22 smithi152 bash[22221]: audit 2024-04-12T16:29:22.583310+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:23.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:22 smithi115 bash[21527]: cluster 2024-04-12T16:29:21.516840+0000 mgr.a (mgr.14400) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:23.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:22 smithi115 bash[21527]: audit 2024-04-12T16:29:22.583310+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:24.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:24 smithi154 bash[22286]: cluster 2024-04-12T16:29:23.517412+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:25.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:24 smithi152 bash[22221]: cluster 2024-04-12T16:29:23.517412+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:25.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:24 smithi115 bash[21527]: cluster 2024-04-12T16:29:23.517412+0000 mgr.a (mgr.14400) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:26.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:26 smithi154 bash[22286]: cluster 2024-04-12T16:29:25.517916+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:27.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:26 smithi152 bash[22221]: cluster 2024-04-12T16:29:25.517916+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:27.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:26 smithi115 bash[21527]: cluster 2024-04-12T16:29:25.517916+0000 mgr.a (mgr.14400) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:28.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:29:28 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:29:28] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-04-12T16:29:28.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:28 smithi154 bash[22286]: cluster 2024-04-12T16:29:27.518451+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:29.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:28 smithi152 bash[22221]: cluster 2024-04-12T16:29:27.518451+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:29.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:28 smithi115 bash[21527]: cluster 2024-04-12T16:29:27.518451+0000 mgr.a (mgr.14400) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:30.952 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:30 smithi154 bash[22286]: cluster 2024-04-12T16:29:29.519112+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:30.978 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:30 smithi152 bash[22221]: cluster 2024-04-12T16:29:29.519112+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:31.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:30 smithi115 bash[21527]: cluster 2024-04-12T16:29:29.519112+0000 mgr.a (mgr.14400) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:32.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:32 smithi154 bash[22286]: audit 2024-04-12T16:29:31.434990+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:32 smithi154 bash[22286]: audit 2024-04-12T16:29:31.440794+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:32 smithi154 bash[22286]: audit 2024-04-12T16:29:31.447704+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:32 smithi154 bash[22286]: cluster 2024-04-12T16:29:31.519727+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:32.743 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:32 smithi115 bash[21527]: audit 2024-04-12T16:29:31.434990+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.743 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:32 smithi115 bash[21527]: audit 2024-04-12T16:29:31.440794+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.743 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:32 smithi115 bash[21527]: audit 2024-04-12T16:29:31.447704+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.743 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:32 smithi115 bash[21527]: cluster 2024-04-12T16:29:31.519727+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:32.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:32 smithi152 bash[22221]: audit 2024-04-12T16:29:31.434990+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:32 smithi152 bash[22221]: audit 2024-04-12T16:29:31.440794+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:32 smithi152 bash[22221]: audit 2024-04-12T16:29:31.447704+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:32.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:32 smithi152 bash[22221]: cluster 2024-04-12T16:29:31.519727+0000 mgr.a (mgr.14400) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:34.538 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:34 smithi152 bash[22221]: audit 2024-04-12T16:29:33.240278+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.538 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:34 smithi152 bash[22221]: audit 2024-04-12T16:29:33.251590+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.538 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:34 smithi152 bash[22221]: audit 2024-04-12T16:29:33.262897+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.538 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:34 smithi152 bash[22221]: audit 2024-04-12T16:29:33.854357+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.538 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:34 smithi152 bash[22221]: audit 2024-04-12T16:29:33.863822+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.538 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:34 smithi152 bash[22221]: audit 2024-04-12T16:29:33.874489+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.600 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:34 smithi154 bash[22286]: audit 2024-04-12T16:29:33.240278+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.600 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:34 smithi154 bash[22286]: audit 2024-04-12T16:29:33.251590+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.600 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:34 smithi154 bash[22286]: audit 2024-04-12T16:29:33.262897+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.600 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:34 smithi154 bash[22286]: audit 2024-04-12T16:29:33.854357+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.601 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:34 smithi154 bash[22286]: audit 2024-04-12T16:29:33.863822+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.601 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:34 smithi154 bash[22286]: audit 2024-04-12T16:29:33.874489+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:34 smithi115 bash[21527]: audit 2024-04-12T16:29:33.240278+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:34 smithi115 bash[21527]: audit 2024-04-12T16:29:33.251590+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:34 smithi115 bash[21527]: audit 2024-04-12T16:29:33.262897+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:34 smithi115 bash[21527]: audit 2024-04-12T16:29:33.854357+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:34 smithi115 bash[21527]: audit 2024-04-12T16:29:33.863822+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:34.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:34 smithi115 bash[21527]: audit 2024-04-12T16:29:33.874489+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:35.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:35 smithi152 bash[22221]: cluster 2024-04-12T16:29:33.520288+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:35.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:35 smithi115 bash[21527]: cluster 2024-04-12T16:29:33.520288+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:35.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:35 smithi154 bash[22286]: cluster 2024-04-12T16:29:33.520288+0000 mgr.a (mgr.14400) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:37.077 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch ls 2024-04-12T16:29:37.437 INFO:teuthology.orchestra.run.smithi115.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-12T16:29:37.437 INFO:teuthology.orchestra.run.smithi115.stdout:agent 3/3 6s ago 2m * 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager ?:9093,9094 1/1 3s ago 4m count:1 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:grafana ?:3000 1/1 6s ago 4m count:1 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:mgr 2/2 6s ago 8m smithi115=a;smithi152=b;count:2 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:mon 3/3 6s ago 9m smithi115:172.21.15.115=a;smithi152:172.21.15.152=b;smithi154:172.21.15.154=c;count:3 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter ?:9100 3/3 6s ago 4m * 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:osd 3 6s ago - 2024-04-12T16:29:37.438 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus ?:9095 1/1 4s ago 4m count:1 2024-04-12T16:29:37.451 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch ps 2024-04-12T16:29:37.452 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:37 smithi154 bash[22286]: cluster 2024-04-12T16:29:35.520908+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:37.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:37 smithi152 bash[22221]: cluster 2024-04-12T16:29:35.520908+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:37.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:37 smithi115 bash[21527]: cluster 2024-04-12T16:29:35.520908+0000 mgr.a (mgr.14400) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:37.822 INFO:teuthology.orchestra.run.smithi115.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T16:29:37.822 INFO:teuthology.orchestra.run.smithi115.stdout:agent.smithi115 smithi115 running 6s ago 10m - - 2024-04-12T16:29:37.822 INFO:teuthology.orchestra.run.smithi115.stdout:agent.smithi152 smithi152 running 4s ago 9m - - 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:agent.smithi154 smithi154 running 3s ago 9m - - 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:alertmanager.smithi154 smithi154 *:9093,9094 running (2m) 3s ago 3m 14.7M - 0.25.0 c8568f914cd2 971b8f6d50f9 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:grafana.smithi115 smithi115 *:3000 running (2m) 6s ago 3m 73.4M - 9.4.12 2bacad6d85d8 c884427b5efe 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.a smithi115 *:9283,8765 running (11m) 6s ago 11m 494M - 19.0.0-2847-gbf9c5618 92de118a8b8f 7d127e3c4f2c 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:mgr.b smithi152 *:8443,8765 running (8m) 4s ago 8m 439M - 19.0.0-2847-gbf9c5618 92de118a8b8f dad1837d238f 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:mon.a smithi115 running (11m) 6s ago 11m 46.1M 2048M 19.0.0-2847-gbf9c5618 92de118a8b8f 21dfdfb08c09 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:mon.b smithi152 running (9m) 4s ago 9m 36.3M 2048M 19.0.0-2847-gbf9c5618 92de118a8b8f 96db3c2edc94 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:mon.c smithi154 running (9m) 3s ago 9m 35.5M 2048M 19.0.0-2847-gbf9c5618 92de118a8b8f e4fa2be409d5 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi115 smithi115 *:9100 running (3m) 6s ago 4m 8240k - 1.5.0 0da6a335fe13 9c07d37bd8b5 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi152 smithi152 *:9100 running (3m) 4s ago 3m 8219k - 1.5.0 0da6a335fe13 85061995159d 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:node-exporter.smithi154 smithi154 *:9100 running (3m) 3s ago 3m 7959k - 1.5.0 0da6a335fe13 c031b900d2bf 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:osd.0 smithi115 running (7m) 6s ago 7m 45.4M 4096M 19.0.0-2847-gbf9c5618 92de118a8b8f 6d71bb5c9146 2024-04-12T16:29:37.823 INFO:teuthology.orchestra.run.smithi115.stdout:osd.1 smithi152 running (6m) 4s ago 6m 47.0M 4096M 19.0.0-2847-gbf9c5618 92de118a8b8f 69e5ec4f63db 2024-04-12T16:29:37.824 INFO:teuthology.orchestra.run.smithi115.stdout:osd.2 smithi154 running (6m) 3s ago 6m 38.2M 4096M 19.0.0-2847-gbf9c5618 92de118a8b8f 885d4b19abe9 2024-04-12T16:29:37.824 INFO:teuthology.orchestra.run.smithi115.stdout:prometheus.smithi152 smithi152 *:9095 running (3m) 4s ago 3m 40.3M - 2.43.0 a07b618ecd1d c50780051c51 2024-04-12T16:29:37.837 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch host ls 2024-04-12T16:29:38.150 INFO:teuthology.orchestra.run.smithi115.stdout:HOST ADDR LABELS STATUS 2024-04-12T16:29:38.150 INFO:teuthology.orchestra.run.smithi115.stdout:smithi115 172.21.15.115 2024-04-12T16:29:38.150 INFO:teuthology.orchestra.run.smithi115.stdout:smithi152 172.21.15.152 2024-04-12T16:29:38.150 INFO:teuthology.orchestra.run.smithi115.stdout:smithi154 172.21.15.154 2024-04-12T16:29:38.150 INFO:teuthology.orchestra.run.smithi115.stdout:3 hosts in cluster 2024-04-12T16:29:38.163 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-12T16:29:38.163 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r 'last | .daemon_name' 2024-04-12T16:29:38.517 INFO:teuthology.orchestra.run.smithi115.stderr:+ MON_DAEMON=mon.c 2024-04-12T16:29:38.518 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-12T16:29:38.518 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -e '.[]' 2024-04-12T16:29:38.518 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r .hostname 2024-04-12T16:29:38.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:38 smithi152 bash[22221]: audit 2024-04-12T16:29:37.582758+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:38.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:29:38 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:29:38] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-12T16:29:38.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:38 smithi115 bash[21527]: audit 2024-04-12T16:29:37.582758+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:38.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:38 smithi154 bash[22286]: audit 2024-04-12T16:29:37.582758+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:29:38.864 INFO:teuthology.orchestra.run.smithi115.stderr:+ GRAFANA_HOST=smithi115 2024-04-12T16:29:38.865 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-12T16:29:38.865 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -e '.[]' 2024-04-12T16:29:38.865 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r .hostname 2024-04-12T16:29:39.218 INFO:teuthology.orchestra.run.smithi115.stderr:+ PROM_HOST=smithi152 2024-04-12T16:29:39.219 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-12T16:29:39.219 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -e '.[]' 2024-04-12T16:29:39.219 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r .hostname 2024-04-12T16:29:39.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:39 smithi152 bash[22221]: audit 2024-04-12T16:29:37.432989+0000 mgr.a (mgr.14400) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:39 smithi152 bash[22221]: cluster 2024-04-12T16:29:37.521309+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:39.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:39 smithi152 bash[22221]: audit 2024-04-12T16:29:37.798318+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:39 smithi152 bash[22221]: audit 2024-04-12T16:29:38.157629+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.585 INFO:teuthology.orchestra.run.smithi115.stderr:+ ALERTM_HOST=smithi154 2024-04-12T16:29:39.586 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-04-12T16:29:39.586 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r --arg GRAFANA_HOST smithi115 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-12T16:29:39.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:39 smithi115 bash[21527]: audit 2024-04-12T16:29:37.432989+0000 mgr.a (mgr.14400) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:39 smithi115 bash[21527]: cluster 2024-04-12T16:29:37.521309+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:39.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:39 smithi115 bash[21527]: audit 2024-04-12T16:29:37.798318+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:39 smithi115 bash[21527]: audit 2024-04-12T16:29:38.157629+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:39 smithi154 bash[22286]: audit 2024-04-12T16:29:37.432989+0000 mgr.a (mgr.14400) 118 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:39 smithi154 bash[22286]: cluster 2024-04-12T16:29:37.521309+0000 mgr.a (mgr.14400) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:39.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:39 smithi154 bash[22286]: audit 2024-04-12T16:29:37.798318+0000 mgr.a (mgr.14400) 120 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:39 smithi154 bash[22286]: audit 2024-04-12T16:29:38.157629+0000 mgr.a (mgr.14400) 121 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:39.927 INFO:teuthology.orchestra.run.smithi115.stderr:+ GRAFANA_IP=172.21.15.115 2024-04-12T16:29:39.928 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-04-12T16:29:39.928 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r --arg PROM_HOST smithi152 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-12T16:29:40.256 INFO:teuthology.orchestra.run.smithi115.stderr:+ PROM_IP=172.21.15.152 2024-04-12T16:29:40.256 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r --arg ALERTM_HOST smithi154 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-12T16:29:40.256 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-04-12T16:29:40.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:40 smithi152 bash[22221]: audit 2024-04-12T16:29:38.507428+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:40 smithi152 bash[22221]: audit 2024-04-12T16:29:38.850987+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:40 smithi152 bash[22221]: audit 2024-04-12T16:29:39.210715+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.589 INFO:teuthology.orchestra.run.smithi115.stderr:+ ALERTM_IP=172.21.15.154 2024-04-12T16:29:40.589 INFO:teuthology.orchestra.run.smithi115.stderr:++ ceph orch host ls -f json 2024-04-12T16:29:40.589 INFO:teuthology.orchestra.run.smithi115.stderr:++ jq -r '.[] | .addr' 2024-04-12T16:29:40.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:40 smithi115 bash[21527]: audit 2024-04-12T16:29:38.507428+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:40 smithi115 bash[21527]: audit 2024-04-12T16:29:38.850987+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:40 smithi115 bash[21527]: audit 2024-04-12T16:29:39.210715+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:40 smithi154 bash[22286]: audit 2024-04-12T16:29:38.507428+0000 mgr.a (mgr.14400) 122 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:40 smithi154 bash[22286]: audit 2024-04-12T16:29:38.850987+0000 mgr.a (mgr.14400) 123 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:40 smithi154 bash[22286]: audit 2024-04-12T16:29:39.210715+0000 mgr.a (mgr.14400) 124 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:40.926 INFO:teuthology.orchestra.run.smithi115.stderr:+ ALL_HOST_IPS='172.21.15.115 2024-04-12T16:29:40.926 INFO:teuthology.orchestra.run.smithi115.stderr:172.21.15.152 2024-04-12T16:29:40.926 INFO:teuthology.orchestra.run.smithi115.stderr:172.21.15.154' 2024-04-12T16:29:40.927 INFO:teuthology.orchestra.run.smithi115.stderr:+ for ip in $ALL_HOST_IPS 2024-04-12T16:29:40.927 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.115:9100/metric 2024-04-12T16:29:40.930 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stdout: Node Exporter 2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stdout:

Node Exporter

2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stdout:

Metrics

2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stderr:+ for ip in $ALL_HOST_IPS 2024-04-12T16:29:40.931 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.152:9100/metric 2024-04-12T16:29:40.935 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.935 INFO:teuthology.orchestra.run.smithi115.stdout: Node Exporter 2024-04-12T16:29:40.935 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.935 INFO:teuthology.orchestra.run.smithi115.stdout:

Node Exporter

2024-04-12T16:29:40.935 INFO:teuthology.orchestra.run.smithi115.stdout:

Metrics

2024-04-12T16:29:40.935 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.936 INFO:teuthology.orchestra.run.smithi115.stderr:+ for ip in $ALL_HOST_IPS 2024-04-12T16:29:40.936 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.154:9100/metric 2024-04-12T16:29:40.939 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.940 INFO:teuthology.orchestra.run.smithi115.stdout: Node Exporter 2024-04-12T16:29:40.940 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.940 INFO:teuthology.orchestra.run.smithi115.stdout:

Node Exporter

2024-04-12T16:29:40.940 INFO:teuthology.orchestra.run.smithi115.stdout:

Metrics

2024-04-12T16:29:40.940 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-12T16:29:40.940 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -k -s https://172.21.15.115:3000/api/health 2024-04-12T16:29:40.955 INFO:teuthology.orchestra.run.smithi115.stdout: { 2024-04-12T16:29:40.955 INFO:teuthology.orchestra.run.smithi115.stdout: "commit": "37ee25ba46", 2024-04-12T16:29:40.955 INFO:teuthology.orchestra.run.smithi115.stdout: "database": "ok", 2024-04-12T16:29:40.956 INFO:teuthology.orchestra.run.smithi115.stdout: "version": "9.4.12" 2024-04-12T16:29:40.957 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -k -s https://172.21.15.115:3000/api/health 2024-04-12T16:29:40.957 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.database == "ok"' 2024-04-12T16:29:40.973 INFO:teuthology.orchestra.run.smithi115.stdout:}true 2024-04-12T16:29:40.973 INFO:teuthology.orchestra.run.smithi115.stderr:+ ceph orch daemon stop mon.c 2024-04-12T16:29:41.337 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled to stop mon.c on host 'smithi154' 2024-04-12T16:29:41.352 INFO:teuthology.orchestra.run.smithi115.stderr:+ sleep 120 2024-04-12T16:29:41.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:41 smithi152 bash[22221]: cluster 2024-04-12T16:29:39.521807+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:41.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:41 smithi152 bash[22221]: audit 2024-04-12T16:29:39.574307+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:41 smithi152 bash[22221]: audit 2024-04-12T16:29:39.922619+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:41 smithi152 bash[22221]: audit 2024-04-12T16:29:40.250602+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:41 smithi115 bash[21527]: cluster 2024-04-12T16:29:39.521807+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:41.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:41 smithi115 bash[21527]: audit 2024-04-12T16:29:39.574307+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:41 smithi115 bash[21527]: audit 2024-04-12T16:29:39.922619+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:41 smithi115 bash[21527]: audit 2024-04-12T16:29:40.250602+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:41 smithi154 bash[22286]: cluster 2024-04-12T16:29:39.521807+0000 mgr.a (mgr.14400) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:41.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:41 smithi154 bash[22286]: audit 2024-04-12T16:29:39.574307+0000 mgr.a (mgr.14400) 126 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:41 smithi154 bash[22286]: audit 2024-04-12T16:29:39.922619+0000 mgr.a (mgr.14400) 127 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:41.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:41 smithi154 bash[22286]: audit 2024-04-12T16:29:40.250602+0000 mgr.a (mgr.14400) 128 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:40.583725+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:40.921976+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:41.337927+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:41.345587+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:41.364337+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:41.367302+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:41.368103+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:29:42.555 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:42 smithi152 bash[22221]: audit 2024-04-12T16:29:41.374127+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:40.583725+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:40.921976+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:41.337927+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:41.345587+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:41.364337+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:41.367302+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:41.368103+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:29:42.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:42 smithi115 bash[21527]: audit 2024-04-12T16:29:41.374127+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:40.583725+0000 mgr.a (mgr.14400) 129 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:40.921976+0000 mgr.a (mgr.14400) 130 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T16:29:42.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:41.337927+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:41.345587+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:42.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:41.364337+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:29:42.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:41.367302+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:29:42.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:41.368103+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:29:42.703 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:42 smithi154 bash[22286]: audit 2024-04-12T16:29:41.374127+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:29:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:43 smithi152 bash[22221]: audit 2024-04-12T16:29:41.329609+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:43 smithi152 bash[22221]: cephadm 2024-04-12T16:29:41.330267+0000 mgr.a (mgr.14400) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-04-12T16:29:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:43 smithi152 bash[22221]: cluster 2024-04-12T16:29:41.522381+0000 mgr.a (mgr.14400) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:43.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:43 smithi115 bash[21527]: audit 2024-04-12T16:29:41.329609+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:43.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:43 smithi115 bash[21527]: cephadm 2024-04-12T16:29:41.330267+0000 mgr.a (mgr.14400) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-04-12T16:29:43.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:43 smithi115 bash[21527]: cluster 2024-04-12T16:29:41.522381+0000 mgr.a (mgr.14400) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:43.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:43 smithi154 bash[22286]: audit 2024-04-12T16:29:41.329609+0000 mgr.a (mgr.14400) 131 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T16:29:43.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:43 smithi154 bash[22286]: cephadm 2024-04-12T16:29:41.330267+0000 mgr.a (mgr.14400) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-04-12T16:29:43.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:43 smithi154 bash[22286]: cluster 2024-04-12T16:29:41.522381+0000 mgr.a (mgr.14400) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:45.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:29:45 smithi152 bash[22221]: cluster 2024-04-12T16:29:43.522953+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:45.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:29:45 smithi115 bash[21527]: cluster 2024-04-12T16:29:43.522953+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:45.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:45 smithi154 bash[22286]: cluster 2024-04-12T16:29:43.522953+0000 mgr.a (mgr.14400) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:29:46.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:46 smithi154 systemd[1]: Stopping Ceph mon.c for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:29:46.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:46 smithi154 bash[22286]: debug 2024-04-12T16:29:46.554+0000 7fa504906700 -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-04-12T16:29:46.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:46 smithi154 bash[22286]: debug 2024-04-12T16:29:46.554+0000 7fa504906700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-12T16:29:47.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:47 smithi154 bash[34847]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-mon-c 2024-04-12T16:29:47.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:47 smithi154 bash[34909]: Error response from daemon: No such container: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-mon-c 2024-04-12T16:29:47.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:47 smithi154 systemd[1]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-12T16:29:47.702 INFO:journalctl@ceph.mon.c.smithi154.stdout:Apr 12 16:29:47 smithi154 systemd[1]: Stopped Ceph mon.c for 03fb0eee-f8e8-11ee-bc8d-c7b262605968. 2024-04-12T16:29:48.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:29:48 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:29:48] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-12T16:29:58.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:29:58 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:29:58] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-12T16:30:01.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:01 smithi115 bash[21527]: cluster 2024-04-12T16:29:45.523583+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:01.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:01 smithi152 bash[22221]: cluster 2024-04-12T16:29:45.523583+0000 mgr.a (mgr.14400) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:47.524188+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:49.524726+0000 mgr.a (mgr.14400) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:51.525039+0000 mgr.a (mgr.14400) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:29:52.583299+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:53.525393+0000 mgr.a (mgr.14400) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:55.525859+0000 mgr.a (mgr.14400) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:56.300623+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:56.305651+0000 mon.a (mon.0) 1018 : cluster [INF] mon.a calling monitor election 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:57.526351+0000 mgr.a (mgr.14400) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:29:59.526934+0000 mgr.a (mgr.14400) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.324810+0000 mon.a (mon.0) 1019 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334228+0000 mon.a (mon.0) 1020 : cluster [DBG] monmap epoch 3 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334262+0000 mon.a (mon.0) 1021 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334281+0000 mon.a (mon.0) 1022 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334301+0000 mon.a (mon.0) 1023 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334324+0000 mon.a (mon.0) 1024 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334346+0000 mon.a (mon.0) 1025 : cluster [DBG] election_strategy: 1 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334368+0000 mon.a (mon.0) 1026 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:30:02.616 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334414+0000 mon.a (mon.0) 1027 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.334442+0000 mon.a (mon.0) 1028 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.356201+0000 mon.a (mon.0) 1029 : cluster [DBG] fsmap 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.356286+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.357917+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.358243+0000 mon.a (mon.0) 1032 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.374413+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.617 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.375369+0000 mon.a (mon.0) 1034 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.375408+0000 mon.a (mon.0) 1035 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.375487+0000 mon.a (mon.0) 1036 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] is down (out of quorum) 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.381684+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.389751+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.396581+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.405007+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.413422+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.421185+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.430210+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.438686+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.446973+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.448617+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:30:02.618 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.454980+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.632631+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.643033+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.653450+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.983278+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.992800+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.995234+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:01.997179+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:30:02.619 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:02 smithi115 bash[21527]: audit 2024-04-12T16:30:02.007475+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:47.524188+0000 mgr.a (mgr.14400) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:49.524726+0000 mgr.a (mgr.14400) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:51.525039+0000 mgr.a (mgr.14400) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:29:52.583299+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:53.525393+0000 mgr.a (mgr.14400) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:55.525859+0000 mgr.a (mgr.14400) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:56.300623+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:56.305651+0000 mon.a (mon.0) 1018 : cluster [INF] mon.a calling monitor election 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:57.526351+0000 mgr.a (mgr.14400) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:29:59.526934+0000 mgr.a (mgr.14400) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.324810+0000 mon.a (mon.0) 1019 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334228+0000 mon.a (mon.0) 1020 : cluster [DBG] monmap epoch 3 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334262+0000 mon.a (mon.0) 1021 : cluster [DBG] fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334281+0000 mon.a (mon.0) 1022 : cluster [DBG] last_changed 2024-04-12T16:20:40.720238+0000 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334301+0000 mon.a (mon.0) 1023 : cluster [DBG] created 2024-04-12T16:17:48.621806+0000 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334324+0000 mon.a (mon.0) 1024 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T16:30:02.806 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334346+0000 mon.a (mon.0) 1025 : cluster [DBG] election_strategy: 1 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334368+0000 mon.a (mon.0) 1026 : cluster [DBG] 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.a 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334414+0000 mon.a (mon.0) 1027 : cluster [DBG] 1: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.c 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.334442+0000 mon.a (mon.0) 1028 : cluster [DBG] 2: [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon.b 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.356201+0000 mon.a (mon.0) 1029 : cluster [DBG] fsmap 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.356286+0000 mon.a (mon.0) 1030 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.357917+0000 mon.a (mon.0) 1031 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.358243+0000 mon.a (mon.0) 1032 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-12T16:30:02.807 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.374413+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.375369+0000 mon.a (mon.0) 1034 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.375408+0000 mon.a (mon.0) 1035 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.375487+0000 mon.a (mon.0) 1036 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] is down (out of quorum) 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.381684+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.389751+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.396581+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.405007+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.413422+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.421185+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.430210+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.438686+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.446973+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.448617+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:30:02.808 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.454980+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.632631+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.643033+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.653450+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.983278+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.992800+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.995234+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:01.997179+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:30:02.809 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:02 smithi152 bash[22221]: audit 2024-04-12T16:30:02.007475+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:03.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:03 smithi115 bash[21527]: cluster 2024-04-12T16:30:01.527468+0000 mgr.a (mgr.14400) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:03.805 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:03 smithi152 bash[22221]: cluster 2024-04-12T16:30:01.527468+0000 mgr.a (mgr.14400) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:04.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:04 smithi152 bash[22221]: cluster 2024-04-12T16:30:03.528057+0000 mgr.a (mgr.14400) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:04.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:04 smithi115 bash[21527]: cluster 2024-04-12T16:30:03.528057+0000 mgr.a (mgr.14400) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:06.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:06 smithi152 bash[22221]: cluster 2024-04-12T16:30:05.528664+0000 mgr.a (mgr.14400) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:06.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:06 smithi115 bash[21527]: cluster 2024-04-12T16:30:05.528664+0000 mgr.a (mgr.14400) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:08.579 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:30:08 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:30:08] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-12T16:30:08.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:08 smithi115 bash[21527]: cluster 2024-04-12T16:30:07.529206+0000 mgr.a (mgr.14400) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:08.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:08 smithi115 bash[21527]: audit 2024-04-12T16:30:07.589610+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:08.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:08 smithi115 bash[21527]: audit 2024-04-12T16:30:07.591417+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:09.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:08 smithi152 bash[22221]: cluster 2024-04-12T16:30:07.529206+0000 mgr.a (mgr.14400) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:09.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:08 smithi152 bash[22221]: audit 2024-04-12T16:30:07.589610+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:09.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:08 smithi152 bash[22221]: audit 2024-04-12T16:30:07.591417+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:10.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:10 smithi115 bash[21527]: cluster 2024-04-12T16:30:09.529728+0000 mgr.a (mgr.14400) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:11.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:10 smithi152 bash[22221]: cluster 2024-04-12T16:30:09.529728+0000 mgr.a (mgr.14400) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:12.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:12 smithi115 bash[21527]: cluster 2024-04-12T16:30:11.530343+0000 mgr.a (mgr.14400) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:12.884 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:12 smithi152 bash[22221]: cluster 2024-04-12T16:30:11.530343+0000 mgr.a (mgr.14400) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:14.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:14 smithi152 bash[22221]: cluster 2024-04-12T16:30:13.530869+0000 mgr.a (mgr.14400) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:14.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:14 smithi115 bash[21527]: cluster 2024-04-12T16:30:13.530869+0000 mgr.a (mgr.14400) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:17 smithi152 bash[22221]: cluster 2024-04-12T16:30:15.531334+0000 mgr.a (mgr.14400) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:17 smithi152 bash[22221]: audit 2024-04-12T16:30:16.277648+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:17 smithi152 bash[22221]: audit 2024-04-12T16:30:16.286272+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:17 smithi152 bash[22221]: audit 2024-04-12T16:30:16.298217+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:17 smithi115 bash[21527]: cluster 2024-04-12T16:30:15.531334+0000 mgr.a (mgr.14400) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:17 smithi115 bash[21527]: audit 2024-04-12T16:30:16.277648+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:17 smithi115 bash[21527]: audit 2024-04-12T16:30:16.286272+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:17.615 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:17 smithi115 bash[21527]: audit 2024-04-12T16:30:16.298217+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:18.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:30:18 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:30:18] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-12T16:30:19.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:19 smithi152 bash[22221]: cluster 2024-04-12T16:30:17.531887+0000 mgr.a (mgr.14400) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:19.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:19 smithi152 bash[22221]: audit 2024-04-12T16:30:18.631127+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:19.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:19 smithi152 bash[22221]: audit 2024-04-12T16:30:18.639606+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:19.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:19 smithi152 bash[22221]: audit 2024-04-12T16:30:18.648666+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:19.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:19 smithi115 bash[21527]: cluster 2024-04-12T16:30:17.531887+0000 mgr.a (mgr.14400) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:19.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:19 smithi115 bash[21527]: audit 2024-04-12T16:30:18.631127+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:19.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:19 smithi115 bash[21527]: audit 2024-04-12T16:30:18.639606+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:19.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:19 smithi115 bash[21527]: audit 2024-04-12T16:30:18.648666+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:21.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:20 smithi152 bash[22221]: cluster 2024-04-12T16:30:19.532453+0000 mgr.a (mgr.14400) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:21.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:20 smithi152 bash[22221]: audit 2024-04-12T16:30:19.649846+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:21.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:20 smithi152 bash[22221]: audit 2024-04-12T16:30:19.659700+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:21.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:20 smithi152 bash[22221]: audit 2024-04-12T16:30:19.670347+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:21.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:20 smithi115 bash[21527]: cluster 2024-04-12T16:30:19.532453+0000 mgr.a (mgr.14400) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:21.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:20 smithi115 bash[21527]: audit 2024-04-12T16:30:19.649846+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:21.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:20 smithi115 bash[21527]: audit 2024-04-12T16:30:19.659700+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:21.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:20 smithi115 bash[21527]: audit 2024-04-12T16:30:19.670347+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:23.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:22 smithi152 bash[22221]: cluster 2024-04-12T16:30:21.532898+0000 mgr.a (mgr.14400) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:23.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:22 smithi152 bash[22221]: audit 2024-04-12T16:30:22.585007+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:23.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:22 smithi115 bash[21527]: cluster 2024-04-12T16:30:21.532898+0000 mgr.a (mgr.14400) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:23.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:22 smithi115 bash[21527]: audit 2024-04-12T16:30:22.585007+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:25.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:24 smithi152 bash[22221]: cluster 2024-04-12T16:30:23.533447+0000 mgr.a (mgr.14400) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:25.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:24 smithi115 bash[21527]: cluster 2024-04-12T16:30:23.533447+0000 mgr.a (mgr.14400) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:27.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:26 smithi152 bash[22221]: cluster 2024-04-12T16:30:25.533937+0000 mgr.a (mgr.14400) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:27.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:26 smithi115 bash[21527]: cluster 2024-04-12T16:30:25.533937+0000 mgr.a (mgr.14400) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:28.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:30:28 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:30:28] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-04-12T16:30:29.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:28 smithi152 bash[22221]: cluster 2024-04-12T16:30:27.534431+0000 mgr.a (mgr.14400) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:29.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:28 smithi115 bash[21527]: cluster 2024-04-12T16:30:27.534431+0000 mgr.a (mgr.14400) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:31.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:30 smithi152 bash[22221]: cluster 2024-04-12T16:30:29.535002+0000 mgr.a (mgr.14400) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:31.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:30 smithi115 bash[21527]: cluster 2024-04-12T16:30:29.535002+0000 mgr.a (mgr.14400) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:32.937 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:32 smithi115 bash[21527]: cluster 2024-04-12T16:30:31.535534+0000 mgr.a (mgr.14400) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:33.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:32 smithi152 bash[22221]: cluster 2024-04-12T16:30:31.535534+0000 mgr.a (mgr.14400) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:34.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:34 smithi115 bash[21527]: cluster 2024-04-12T16:30:33.536115+0000 mgr.a (mgr.14400) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:34.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:34 smithi115 bash[21527]: audit 2024-04-12T16:30:34.486936+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:34.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:34 smithi115 bash[21527]: audit 2024-04-12T16:30:34.497896+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:34.864 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:34 smithi115 bash[21527]: audit 2024-04-12T16:30:34.504637+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:35.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:34 smithi152 bash[22221]: cluster 2024-04-12T16:30:33.536115+0000 mgr.a (mgr.14400) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:35.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:34 smithi152 bash[22221]: audit 2024-04-12T16:30:34.486936+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:35.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:34 smithi152 bash[22221]: audit 2024-04-12T16:30:34.497896+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:35.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:34 smithi152 bash[22221]: audit 2024-04-12T16:30:34.504637+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:37.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:36 smithi152 bash[22221]: cluster 2024-04-12T16:30:35.536779+0000 mgr.a (mgr.14400) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:37.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:36 smithi152 bash[22221]: audit 2024-04-12T16:30:35.800425+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:37.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:36 smithi152 bash[22221]: audit 2024-04-12T16:30:35.805647+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:37.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:36 smithi152 bash[22221]: audit 2024-04-12T16:30:35.811170+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:37.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:36 smithi115 bash[21527]: cluster 2024-04-12T16:30:35.536779+0000 mgr.a (mgr.14400) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:37.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:36 smithi115 bash[21527]: audit 2024-04-12T16:30:35.800425+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:37.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:36 smithi115 bash[21527]: audit 2024-04-12T16:30:35.805647+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:37.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:36 smithi115 bash[21527]: audit 2024-04-12T16:30:35.811170+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:38.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:37 smithi152 bash[22221]: audit 2024-04-12T16:30:37.585293+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:38.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:37 smithi152 bash[22221]: audit 2024-04-12T16:30:37.792022+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:38.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:37 smithi115 bash[21527]: audit 2024-04-12T16:30:37.585293+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:38.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:37 smithi115 bash[21527]: audit 2024-04-12T16:30:37.792022+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:38.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:30:38 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:30:38] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-12T16:30:39.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:38 smithi152 bash[22221]: cluster 2024-04-12T16:30:37.537308+0000 mgr.a (mgr.14400) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:39.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:38 smithi152 bash[22221]: audit 2024-04-12T16:30:37.801503+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:39.054 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:38 smithi152 bash[22221]: audit 2024-04-12T16:30:37.819872+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:39.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:38 smithi115 bash[21527]: cluster 2024-04-12T16:30:37.537308+0000 mgr.a (mgr.14400) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:39.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:38 smithi115 bash[21527]: audit 2024-04-12T16:30:37.801503+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:39.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:38 smithi115 bash[21527]: audit 2024-04-12T16:30:37.819872+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:41.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:40 smithi115 bash[21527]: cluster 2024-04-12T16:30:39.537950+0000 mgr.a (mgr.14400) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:41.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:40 smithi152 bash[22221]: cluster 2024-04-12T16:30:39.537950+0000 mgr.a (mgr.14400) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:43.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:42 smithi115 bash[21527]: cluster 2024-04-12T16:30:41.538489+0000 mgr.a (mgr.14400) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:43.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:42 smithi152 bash[22221]: cluster 2024-04-12T16:30:41.538489+0000 mgr.a (mgr.14400) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:45.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:44 smithi115 bash[21527]: cluster 2024-04-12T16:30:43.538965+0000 mgr.a (mgr.14400) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:45.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:44 smithi152 bash[22221]: cluster 2024-04-12T16:30:43.538965+0000 mgr.a (mgr.14400) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:47.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:46 smithi115 bash[21527]: cluster 2024-04-12T16:30:45.539477+0000 mgr.a (mgr.14400) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:47.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:46 smithi152 bash[22221]: cluster 2024-04-12T16:30:45.539477+0000 mgr.a (mgr.14400) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:48.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:30:48 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:30:48] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-12T16:30:49.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:48 smithi115 bash[21527]: cluster 2024-04-12T16:30:47.539997+0000 mgr.a (mgr.14400) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:49.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:48 smithi152 bash[22221]: cluster 2024-04-12T16:30:47.539997+0000 mgr.a (mgr.14400) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:51.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:50 smithi115 bash[21527]: cluster 2024-04-12T16:30:49.540489+0000 mgr.a (mgr.14400) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:51.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:50 smithi152 bash[22221]: cluster 2024-04-12T16:30:49.540489+0000 mgr.a (mgr.14400) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:53.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:52 smithi115 bash[21527]: cluster 2024-04-12T16:30:51.540996+0000 mgr.a (mgr.14400) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:53.114 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:52 smithi115 bash[21527]: audit 2024-04-12T16:30:52.585760+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:53.192 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:52 smithi152 bash[22221]: cluster 2024-04-12T16:30:51.540996+0000 mgr.a (mgr.14400) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:53.192 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:52 smithi152 bash[22221]: audit 2024-04-12T16:30:52.585760+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:30:54.111 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:54 smithi115 bash[21527]: audit 2024-04-12T16:30:53.007905+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:54.111 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:54 smithi115 bash[21527]: audit 2024-04-12T16:30:53.018187+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:54.111 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:54 smithi115 bash[21527]: audit 2024-04-12T16:30:53.027906+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:54.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:54 smithi152 bash[22221]: audit 2024-04-12T16:30:53.007905+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:54.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:54 smithi152 bash[22221]: audit 2024-04-12T16:30:53.018187+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:54.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:54 smithi152 bash[22221]: audit 2024-04-12T16:30:53.027906+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:55.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:55 smithi152 bash[22221]: cluster 2024-04-12T16:30:53.541526+0000 mgr.a (mgr.14400) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:55.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:55 smithi152 bash[22221]: audit 2024-04-12T16:30:54.704392+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:55.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:55 smithi152 bash[22221]: audit 2024-04-12T16:30:54.713242+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:55.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:55 smithi152 bash[22221]: audit 2024-04-12T16:30:54.723130+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:55.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:55 smithi115 bash[21527]: cluster 2024-04-12T16:30:53.541526+0000 mgr.a (mgr.14400) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:55.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:55 smithi115 bash[21527]: audit 2024-04-12T16:30:54.704392+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:55.325 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:55 smithi115 bash[21527]: audit 2024-04-12T16:30:54.713242+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:55.326 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:55 smithi115 bash[21527]: audit 2024-04-12T16:30:54.723130+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:57.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:56 smithi152 bash[22221]: cluster 2024-04-12T16:30:55.541935+0000 mgr.a (mgr.14400) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:57.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:56 smithi152 bash[22221]: audit 2024-04-12T16:30:55.984488+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:57.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:56 smithi152 bash[22221]: audit 2024-04-12T16:30:55.994558+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:57.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:56 smithi152 bash[22221]: audit 2024-04-12T16:30:56.005403+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:57.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:56 smithi115 bash[21527]: cluster 2024-04-12T16:30:55.541935+0000 mgr.a (mgr.14400) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:57.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:56 smithi115 bash[21527]: audit 2024-04-12T16:30:55.984488+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:57.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:56 smithi115 bash[21527]: audit 2024-04-12T16:30:55.994558+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:57.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:56 smithi115 bash[21527]: audit 2024-04-12T16:30:56.005403+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:30:58.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:30:58 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:30:58] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-04-12T16:30:59.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:30:58 smithi152 bash[22221]: cluster 2024-04-12T16:30:57.542437+0000 mgr.a (mgr.14400) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:30:59.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:30:58 smithi115 bash[21527]: cluster 2024-04-12T16:30:57.542437+0000 mgr.a (mgr.14400) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:01.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:00 smithi152 bash[22221]: cluster 2024-04-12T16:30:59.543000+0000 mgr.a (mgr.14400) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:01.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:00 smithi115 bash[21527]: cluster 2024-04-12T16:30:59.543000+0000 mgr.a (mgr.14400) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:03.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: cluster 2024-04-12T16:31:01.543524+0000 mgr.a (mgr.14400) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:03.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: audit 2024-04-12T16:31:02.133309+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:31:03.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: audit 2024-04-12T16:31:02.663877+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:03.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: audit 2024-04-12T16:31:02.674369+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:03.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: audit 2024-04-12T16:31:02.676673+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:31:03.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: audit 2024-04-12T16:31:02.678626+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:31:03.305 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:02 smithi152 bash[22221]: audit 2024-04-12T16:31:02.689967+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:03.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: cluster 2024-04-12T16:31:01.543524+0000 mgr.a (mgr.14400) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:03.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: audit 2024-04-12T16:31:02.133309+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T16:31:03.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: audit 2024-04-12T16:31:02.663877+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:03.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: audit 2024-04-12T16:31:02.674369+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:03.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: audit 2024-04-12T16:31:02.676673+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T16:31:03.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: audit 2024-04-12T16:31:02.678626+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T16:31:03.365 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:02 smithi115 bash[21527]: audit 2024-04-12T16:31:02.689967+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:05.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:04 smithi152 bash[22221]: cluster 2024-04-12T16:31:03.544070+0000 mgr.a (mgr.14400) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:05.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:04 smithi115 bash[21527]: cluster 2024-04-12T16:31:03.544070+0000 mgr.a (mgr.14400) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:07.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:07 smithi152 bash[22221]: cluster 2024-04-12T16:31:05.544596+0000 mgr.a (mgr.14400) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:07.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:07 smithi115 bash[21527]: cluster 2024-04-12T16:31:05.544596+0000 mgr.a (mgr.14400) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:08.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:08 smithi152 bash[22221]: audit 2024-04-12T16:31:07.586165+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:31:08.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:08 smithi115 bash[21527]: audit 2024-04-12T16:31:07.586165+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:31:08.364 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:08 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:31:08] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-12T16:31:09.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:09 smithi152 bash[22221]: cluster 2024-04-12T16:31:07.545157+0000 mgr.a (mgr.14400) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:09.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:09 smithi115 bash[21527]: cluster 2024-04-12T16:31:07.545157+0000 mgr.a (mgr.14400) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:11.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:11 smithi152 bash[22221]: cluster 2024-04-12T16:31:09.545744+0000 mgr.a (mgr.14400) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:11.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:11 smithi115 bash[21527]: cluster 2024-04-12T16:31:09.545744+0000 mgr.a (mgr.14400) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:13.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:13 smithi152 bash[22221]: cluster 2024-04-12T16:31:11.546259+0000 mgr.a (mgr.14400) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:13.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:13 smithi115 bash[21527]: cluster 2024-04-12T16:31:11.546259+0000 mgr.a (mgr.14400) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:14.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:14 smithi152 bash[22221]: audit 2024-04-12T16:31:13.196438+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:14.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:14 smithi152 bash[22221]: audit 2024-04-12T16:31:13.203888+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:14.304 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:14 smithi152 bash[22221]: audit 2024-04-12T16:31:13.211344+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:14.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:14 smithi115 bash[21527]: audit 2024-04-12T16:31:13.196438+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:14.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:14 smithi115 bash[21527]: audit 2024-04-12T16:31:13.203888+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:14.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:14 smithi115 bash[21527]: audit 2024-04-12T16:31:13.211344+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:15.470 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:15 smithi115 bash[21527]: cluster 2024-04-12T16:31:13.546905+0000 mgr.a (mgr.14400) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:15.470 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:15 smithi115 bash[21527]: audit 2024-04-12T16:31:14.917891+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:15.470 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:15 smithi115 bash[21527]: audit 2024-04-12T16:31:14.928619+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:15.470 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:15 smithi115 bash[21527]: audit 2024-04-12T16:31:14.940845+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:15.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:15 smithi152 bash[22221]: cluster 2024-04-12T16:31:13.546905+0000 mgr.a (mgr.14400) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:15.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:15 smithi152 bash[22221]: audit 2024-04-12T16:31:14.917891+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:15.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:15 smithi152 bash[22221]: audit 2024-04-12T16:31:14.928619+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:15.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:15 smithi152 bash[22221]: audit 2024-04-12T16:31:14.940845+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:17 smithi152 bash[22221]: cluster 2024-04-12T16:31:15.547307+0000 mgr.a (mgr.14400) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:17 smithi152 bash[22221]: audit 2024-04-12T16:31:16.172663+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:17 smithi152 bash[22221]: audit 2024-04-12T16:31:16.182476+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:17.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:17 smithi152 bash[22221]: audit 2024-04-12T16:31:16.193595+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:17 smithi115 bash[21527]: cluster 2024-04-12T16:31:15.547307+0000 mgr.a (mgr.14400) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:17 smithi115 bash[21527]: audit 2024-04-12T16:31:16.172663+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:17 smithi115 bash[21527]: audit 2024-04-12T16:31:16.182476+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:17.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:17 smithi115 bash[21527]: audit 2024-04-12T16:31:16.193595+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:18.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:18 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:31:18] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-12T16:31:19.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:19 smithi152 bash[22221]: cluster 2024-04-12T16:31:17.547817+0000 mgr.a (mgr.14400) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:19.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:19 smithi115 bash[21527]: cluster 2024-04-12T16:31:17.547817+0000 mgr.a (mgr.14400) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:21.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:21 smithi152 bash[22221]: cluster 2024-04-12T16:31:19.548384+0000 mgr.a (mgr.14400) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:21.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:21 smithi115 bash[21527]: cluster 2024-04-12T16:31:19.548384+0000 mgr.a (mgr.14400) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:23.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:23 smithi152 bash[22221]: cluster 2024-04-12T16:31:21.548896+0000 mgr.a (mgr.14400) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:23.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:23 smithi152 bash[22221]: audit 2024-04-12T16:31:22.586626+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:31:23.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:23 smithi115 bash[21527]: cluster 2024-04-12T16:31:21.548896+0000 mgr.a (mgr.14400) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:23.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:23 smithi115 bash[21527]: audit 2024-04-12T16:31:22.586626+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:31:25.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:25 smithi152 bash[22221]: cluster 2024-04-12T16:31:23.549439+0000 mgr.a (mgr.14400) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:25.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:25 smithi115 bash[21527]: cluster 2024-04-12T16:31:23.549439+0000 mgr.a (mgr.14400) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:27.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:27 smithi152 bash[22221]: cluster 2024-04-12T16:31:25.549978+0000 mgr.a (mgr.14400) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:27.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:27 smithi115 bash[21527]: cluster 2024-04-12T16:31:25.549978+0000 mgr.a (mgr.14400) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:28.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:28 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:31:28] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T16:31:29.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:29 smithi152 bash[22221]: cluster 2024-04-12T16:31:27.550528+0000 mgr.a (mgr.14400) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:29.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:29 smithi115 bash[21527]: cluster 2024-04-12T16:31:27.550528+0000 mgr.a (mgr.14400) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:31.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:31 smithi152 bash[22221]: cluster 2024-04-12T16:31:29.551105+0000 mgr.a (mgr.14400) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:31.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:31 smithi115 bash[21527]: cluster 2024-04-12T16:31:29.551105+0000 mgr.a (mgr.14400) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:33.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:33 smithi152 bash[22221]: cluster 2024-04-12T16:31:31.551590+0000 mgr.a (mgr.14400) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:33.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:33 smithi115 bash[21527]: cluster 2024-04-12T16:31:31.551590+0000 mgr.a (mgr.14400) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:34.803 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:34 smithi152 bash[22221]: audit 2024-04-12T16:31:33.400659+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:34.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:34 smithi152 bash[22221]: audit 2024-04-12T16:31:33.410043+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:34.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:34 smithi152 bash[22221]: audit 2024-04-12T16:31:33.420011+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:34.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:34 smithi152 bash[22221]: cluster 2024-04-12T16:31:33.552154+0000 mgr.a (mgr.14400) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:34.843 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:34 smithi115 bash[21527]: audit 2024-04-12T16:31:33.400659+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:34.843 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:34 smithi115 bash[21527]: audit 2024-04-12T16:31:33.410043+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:34.843 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:34 smithi115 bash[21527]: audit 2024-04-12T16:31:33.420011+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:34.844 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:34 smithi115 bash[21527]: cluster 2024-04-12T16:31:33.552154+0000 mgr.a (mgr.14400) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:36.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:36 smithi115 bash[21527]: audit 2024-04-12T16:31:35.147098+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:36.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:36 smithi115 bash[21527]: audit 2024-04-12T16:31:35.156739+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:36.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:36 smithi115 bash[21527]: audit 2024-04-12T16:31:35.167737+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:36.388 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:36 smithi152 bash[22221]: audit 2024-04-12T16:31:35.147098+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:36.388 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:36 smithi152 bash[22221]: audit 2024-04-12T16:31:35.156739+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:36.388 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:36 smithi152 bash[22221]: audit 2024-04-12T16:31:35.167737+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:37.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:37 smithi152 bash[22221]: cluster 2024-04-12T16:31:35.552758+0000 mgr.a (mgr.14400) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:37.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:37 smithi152 bash[22221]: audit 2024-04-12T16:31:36.311172+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:37.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:37 smithi152 bash[22221]: audit 2024-04-12T16:31:36.320236+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:37.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:37 smithi152 bash[22221]: audit 2024-04-12T16:31:36.330341+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:37.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:37 smithi115 bash[21527]: cluster 2024-04-12T16:31:35.552758+0000 mgr.a (mgr.14400) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:37.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:37 smithi115 bash[21527]: audit 2024-04-12T16:31:36.311172+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:37.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:37 smithi115 bash[21527]: audit 2024-04-12T16:31:36.320236+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:37.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:37 smithi115 bash[21527]: audit 2024-04-12T16:31:36.330341+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' 2024-04-12T16:31:38.364 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:38 smithi115 bash[21527]: audit 2024-04-12T16:31:37.587131+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:31:38.364 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:38 smithi115 bash[21777]: ::ffff:172.21.15.152 - - [12/Apr/2024:16:31:38] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-04-12T16:31:38.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:38 smithi152 bash[22221]: audit 2024-04-12T16:31:37.587131+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.14400 172.21.15.115:0/4048572176' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T16:31:39.614 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:39 smithi115 bash[21527]: cluster 2024-04-12T16:31:37.553412+0000 mgr.a (mgr.14400) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:39.804 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:39 smithi152 bash[22221]: cluster 2024-04-12T16:31:37.553412+0000 mgr.a (mgr.14400) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:41.359 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.152:9095/api/v1/status/config 2024-04-12T16:31:41.367 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.152:9095/api/v1/status/config 2024-04-12T16:31:41.367 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.status == "success"' 2024-04-12T16:31:41.374 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 03fb0eee-f8e8-11ee-bc8d-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.115: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 scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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: 03fb0eee-f8e8-11ee-bc8d-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.115:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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: 03fb0eee-f8e8-11ee-bc8d-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.115:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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: 03fb0eee-f8e8-11ee-bc8d-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.115:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\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.115:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\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 metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-12T16:31:41.374 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.152:9095/api/v1/alerts 2024-04-12T16:31:41.380 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.152:9095/api/v1/alerts 2024-04-12T16:31:41.380 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-12T16:31:41.384 INFO:teuthology.orchestra.run.smithi115.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 smithi154","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-12T16:30:10.084118673Z","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 smithi154\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-12T16:30:10.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","instance":"smithi115:9283","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-04-12T16:30:10.13866993Z","value":"1e+00"}]}}true 2024-04-12T16:31:41.384 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.154:9093/api/v1/status 2024-04-12T16:31:41.392 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.154:9093/api/v1/alerts 2024-04-12T16:31:41.397 INFO:teuthology.orchestra.run.smithi115.stderr:+ curl -s http://172.21.15.154:9093/api/v1/alerts 2024-04-12T16:31:41.397 INFO:teuthology.orchestra.run.smithi115.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-12T16:31:41.401 INFO:teuthology.orchestra.run.smithi115.stdout:{"status":"success","data":{"configYAML":"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: https://smithi115.front.sepia.ceph.com:8443/api/prometheus_receiver\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: https://smithi152.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi115.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi152.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-12T16:26:49.297353871Z","clusterStatus":{"name":"01HV9J44JGBD97655VRD9W6TXT","status":"ready","peers":[{"name":"01HV9J44JGBD97655VRD9W6TXT","address":"172.21.15.154:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","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 smithi154","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-12T16:30:40.084Z","endsAt":"2024-04-12T16:34:40.084Z","generatorURL":"http://smithi152.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","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"a5e0d189086345cc"},{"labels":{"alertname":"CephMonDown","cluster":"03fb0eee-f8e8-11ee-bc8d-c7b262605968","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 smithi154\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-12T16:30:40.084Z","endsAt":"2024-04-12T16:34:40.084Z","generatorURL":"http://smithi152.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","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"d8ce8b77f9d2c8ed"}]}true 2024-04-12T16:31:41.601 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:41 smithi115 bash[21527]: cluster 2024-04-12T16:31:39.554082+0000 mgr.a (mgr.14400) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:41.803 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:41 smithi152 bash[22221]: cluster 2024-04-12T16:31:39.554082+0000 mgr.a (mgr.14400) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T16:31:42.086 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-12T16:31:42.097 INFO:tasks.cephadm:Teardown begin 2024-04-12T16:31:42.097 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:31:42.110 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:31:42.125 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:31:42.139 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-12T16:31:42.139 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:31:42.157 DEBUG:teuthology.orchestra.run.smithi152:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:31:42.171 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T16:31:42.192 INFO:tasks.cephadm:Stopping all daemons... 2024-04-12T16:31:42.192 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-12T16:31:42.192 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a 2024-04-12T16:31:42.343 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:42 smithi115 systemd[1]: Stopping Ceph mon.a for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:31:42.343 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21527]: debug 2024-04-12T16:31:42.335+0000 7f8cf7c7a700 -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-04-12T16:31:42.343 INFO:journalctl@ceph.mon.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21527]: debug 2024-04-12T16:31:42.335+0000 7f8cf7c7a700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-12T16:31:42.593 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21777]: [12/Apr/2024:16:31:42] ENGINE Bus STOPPING 2024-04-12T16:31:42.593 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21777]: [12/Apr/2024:16:31:42] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T16:31:42.593 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21777]: [12/Apr/2024:16:31:42] ENGINE Bus STOPPED 2024-04-12T16:31:42.593 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21777]: [12/Apr/2024:16:31:42] ENGINE Bus STARTING 2024-04-12T16:31:42.593 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21777]: [12/Apr/2024:16:31:42] ENGINE Serving on http://:::9283 2024-04-12T16:31:42.593 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:42 smithi115 bash[21777]: [12/Apr/2024:16:31:42] ENGINE Bus STARTED 2024-04-12T16:31:43.197 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.a.service' 2024-04-12T16:31:43.233 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:31:43.233 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-12T16:31:43.233 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-12T16:31:43.234 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.b 2024-04-12T16:31:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:43 smithi152 systemd[1]: Stopping Ceph mon.b for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:31:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:43 smithi152 bash[22221]: debug 2024-04-12T16:31:43.393+0000 7f843b56e700 -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-04-12T16:31:43.554 INFO:journalctl@ceph.mon.b.smithi152.stdout:Apr 12 16:31:43 smithi152 bash[22221]: debug 2024-04-12T16:31:43.393+0000 7f843b56e700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-12T16:31:44.192 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.b.service' 2024-04-12T16:31:44.222 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:31:44.222 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-12T16:31:44.222 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-12T16:31:44.222 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.c 2024-04-12T16:31:44.242 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mon.c.service' 2024-04-12T16:31:44.326 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:31:44.326 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-12T16:31:44.326 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-12T16:31:44.327 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a 2024-04-12T16:31:44.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:44 smithi115 systemd[1]: Stopping Ceph mgr.a for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:31:44.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:44 smithi115 bash[21777]: debug 2024-04-12T16:31:44.479+0000 7f4c81068700 -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-04-12T16:31:44.614 INFO:journalctl@ceph.mgr.a.smithi115.stdout:Apr 12 16:31:44 smithi115 bash[21777]: debug 2024-04-12T16:31:44.479+0000 7f4c81068700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-12T16:31:45.289 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.a.service' 2024-04-12T16:31:45.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:31:45.313 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-12T16:31:45.313 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-12T16:31:45.313 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.b 2024-04-12T16:31:45.722 INFO:journalctl@ceph.mgr.b.smithi152.stdout:Apr 12 16:31:45 smithi152 systemd[1]: Stopping Ceph mgr.b for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:31:46.283 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@mgr.b.service' 2024-04-12T16:31:46.304 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:31:46.304 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-12T16:31:46.305 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-12T16:31:46.305 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.0 2024-04-12T16:31:46.614 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:31:46 smithi115 systemd[1]: Stopping Ceph osd.0 for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:31:46.614 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:31:46 smithi115 bash[31815]: debug 2024-04-12T16:31:46.455+0000 7f33b7573700 -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-04-12T16:31:46.614 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:31:46 smithi115 bash[31815]: debug 2024-04-12T16:31:46.455+0000 7f33b7573700 -1 osd.0 22 *** Got signal Terminated *** 2024-04-12T16:31:46.615 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:31:46 smithi115 bash[31815]: debug 2024-04-12T16:31:46.455+0000 7f33b7573700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:31:52.614 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:31:52 smithi115 bash[46420]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-osd-0 2024-04-12T16:31:52.614 INFO:journalctl@ceph.osd.0.smithi115.stdout:Apr 12 16:31:52 smithi115 bash[46485]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-osd-0 2024-04-12T16:31:54.272 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.0.service' 2024-04-12T16:31:54.310 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:31:54.310 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-12T16:31:54.311 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-12T16:31:54.311 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.1 2024-04-12T16:31:54.582 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:31:54 smithi152 systemd[1]: Stopping Ceph osd.1 for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:31:54.879 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:31:54 smithi152 bash[27177]: debug 2024-04-12T16:31:54.593+0000 7f346803b700 -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-04-12T16:31:54.879 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:31:54 smithi152 bash[27177]: debug 2024-04-12T16:31:54.593+0000 7f346803b700 -1 osd.1 22 *** Got signal Terminated *** 2024-04-12T16:31:54.880 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:31:54 smithi152 bash[27177]: debug 2024-04-12T16:31:54.593+0000 7f346803b700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:32:00.554 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:32:00 smithi152 bash[36373]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-osd-1 2024-04-12T16:32:01.053 INFO:journalctl@ceph.osd.1.smithi152.stdout:Apr 12 16:32:00 smithi152 bash[36701]: Error response from daemon: No such container: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-osd-1 2024-04-12T16:32:02.404 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.1.service' 2024-04-12T16:32:02.444 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:32:02.444 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-12T16:32:02.444 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-12T16:32:02.444 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.2 2024-04-12T16:32:02.952 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:32:02 smithi154 systemd[1]: Stopping Ceph osd.2 for 03fb0eee-f8e8-11ee-bc8d-c7b262605968... 2024-04-12T16:32:02.952 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:32:02 smithi154 bash[27482]: debug 2024-04-12T16:32:02.598+0000 7f70b024a700 -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-04-12T16:32:02.952 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:32:02 smithi154 bash[27482]: debug 2024-04-12T16:32:02.598+0000 7f70b024a700 -1 osd.2 22 *** Got signal Terminated *** 2024-04-12T16:32:02.952 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:32:02 smithi154 bash[27482]: debug 2024-04-12T16:32:02.598+0000 7f70b024a700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T16:32:08.795 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:32:08 smithi154 bash[36934]: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-osd-2 2024-04-12T16:32:08.795 INFO:journalctl@ceph.osd.2.smithi154.stdout:Apr 12 16:32:08 smithi154 bash[36999]: Error response from daemon: No such container: ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968-osd-2 2024-04-12T16:32:10.449 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03fb0eee-f8e8-11ee-bc8d-c7b262605968@osd.2.service' 2024-04-12T16:32:10.489 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T16:32:10.489 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-12T16:32:10.489 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-12T16:32:10.655 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:32:18.770 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-12T16:32:18.934 INFO:teuthology.orchestra.run.smithi152.stdout:Deleting cluster with fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:32:27.161 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-12T16:32:27.330 INFO:teuthology.orchestra.run.smithi154.stdout:Deleting cluster with fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:32:35.244 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:32:35.258 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:32:35.275 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T16:32:35.288 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-12T16:32:35.290 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi115/crash 2024-04-12T16:32:35.291 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash -- . 2024-04-12T16:32:35.312 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T16:32:35.312 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2024-04-12T16:32:35.314 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi152/crash 2024-04-12T16:32:35.315 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash -- . 2024-04-12T16:32:35.329 INFO:teuthology.orchestra.run.smithi152.stderr:tar: /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T16:32:35.329 INFO:teuthology.orchestra.run.smithi152.stderr:tar: Error is not recoverable: exiting now 2024-04-12T16:32:35.331 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi154/crash 2024-04-12T16:32:35.332 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash -- . 2024-04-12T16:32:35.342 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T16:32:35.342 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2024-04-12T16:32:35.343 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-12T16:32:35.343 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log | 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' | head -n 1 2024-04-12T16:32:35.371 INFO:teuthology.orchestra.run.smithi115.stdout:2024-04-12T16:22:57.447061+0000 mon.a (mon.0) 542 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:32:35.371 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-12T16:32:35.372 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[SEC\]' /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log | 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' | head -n 1 2024-04-12T16:32:35.425 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]' /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log | 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' | head -n 1 2024-04-12T16:32:35.481 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[WRN\]' /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log | 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' | head -n 1 2024-04-12T16:32:35.536 INFO:teuthology.orchestra.run.smithi115.stdout:2024-04-12T16:22:57.447061+0000 mon.a (mon.0) 542 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T16:32:35.537 INFO:tasks.cephadm:Compressing logs... 2024-04-12T16:32:35.537 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-12T16:32:35.582 DEBUG:teuthology.orchestra.run.smithi152:> 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-04-12T16:32:35.585 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-12T16:32:35.591 INFO:teuthology.orchestra.run.smithi115.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-12T16:32:35.597 INFO:teuthology.orchestra.run.smithi152.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-12T16:32:35.598 INFO:teuthology.orchestra.run.smithi154.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-12T16:32:35.599 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T16:32:35.599 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.0.log 2024-04-12T16:32:35.600 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.a.log 2024-04-12T16:32:35.600 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log 2024-04-12T16:32:35.602 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log 2024-04-12T16:32:35.602 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.a.log: /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log 2024-04-12T16:32:35.602 INFO:teuthology.orchestra.run.smithi115.stderr: 84.1% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log.gz 2024-04-12T16:32:35.602 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log 2024-04-12T16:32:35.602 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mgr.a.log 2024-04-12T16:32:35.603 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log: /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log: /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mgr.a.log: 87.7% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log.gz 2024-04-12T16:32:35.604 INFO:teuthology.orchestra.run.smithi115.stderr: 90.5% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log.gz 2024-04-12T16:32:35.613 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T16:32:35.614 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log 2024-04-12T16:32:35.614 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.1.log 2024-04-12T16:32:35.617 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log 2024-04-12T16:32:35.617 INFO:teuthology.orchestra.run.smithi152.stderr: 83.6% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log.gz 2024-04-12T16:32:35.618 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log 2024-04-12T16:32:35.618 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log: /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mgr.b.log 2024-04-12T16:32:35.618 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log 2024-04-12T16:32:35.618 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mgr.b.log: 87.7%gzip -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log.gz 2024-04-12T16:32:35.618 INFO:teuthology.orchestra.run.smithi152.stderr: -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.b.log 2024-04-12T16:32:35.618 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log: /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.b.log: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T16:32:35.619 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T16:32:35.619 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.2.log 2024-04-12T16:32:35.619 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log 2024-04-12T16:32:35.619 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log 2024-04-12T16:32:35.620 INFO:teuthology.orchestra.run.smithi152.stderr: 90.8% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log.gz 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr: 83.6% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.cephadm.log.gz 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.c.log 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.c.log: 87.8% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.log.gz 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T16:32:35.622 INFO:teuthology.orchestra.run.smithi154.stderr: 90.6% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph.audit.log.gz 2024-04-12T16:32:35.624 INFO:teuthology.orchestra.run.smithi152.stderr: 91.1% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mgr.b.log.gz 2024-04-12T16:32:35.626 INFO:teuthology.orchestra.run.smithi115.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T16:32:35.634 INFO:teuthology.orchestra.run.smithi115.stderr: 91.8% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log.gz 2024-04-12T16:32:35.640 INFO:teuthology.orchestra.run.smithi154.stderr: 91.9% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log.gz 2024-04-12T16:32:35.643 INFO:teuthology.orchestra.run.smithi152.stderr: 91.9% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-volume.log.gz 2024-04-12T16:32:35.663 INFO:teuthology.orchestra.run.smithi115.stderr: 93.6% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.0.log.gz 2024-04-12T16:32:35.663 INFO:teuthology.orchestra.run.smithi154.stderr: 93.7% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.2.log.gz 2024-04-12T16:32:35.705 INFO:teuthology.orchestra.run.smithi152.stderr: 93.9% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-osd.1.log.gz 2024-04-12T16:32:35.730 INFO:teuthology.orchestra.run.smithi154.stderr: 93.3% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.c.log.gz 2024-04-12T16:32:35.732 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-04-12T16:32:35.732 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m0.142s 2024-04-12T16:32:35.732 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m0.179s 2024-04-12T16:32:35.732 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m0.033s 2024-04-12T16:32:35.750 INFO:teuthology.orchestra.run.smithi152.stderr: 93.1% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.b.log.gz 2024-04-12T16:32:35.751 INFO:teuthology.orchestra.run.smithi152.stderr: 2024-04-12T16:32:35.751 INFO:teuthology.orchestra.run.smithi152.stderr:real 0m0.164s 2024-04-12T16:32:35.751 INFO:teuthology.orchestra.run.smithi152.stderr:user 0m0.279s 2024-04-12T16:32:35.751 INFO:teuthology.orchestra.run.smithi152.stderr:sys 0m0.019s 2024-04-12T16:32:35.764 INFO:teuthology.orchestra.run.smithi115.stderr: 88.8% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mgr.a.log.gz 2024-04-12T16:32:35.992 INFO:teuthology.orchestra.run.smithi115.stderr: 91.5% -- replaced with /var/log/ceph/03fb0eee-f8e8-11ee-bc8d-c7b262605968/ceph-mon.a.log.gz 2024-04-12T16:32:35.994 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-04-12T16:32:35.994 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.410s 2024-04-12T16:32:35.994 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.668s 2024-04-12T16:32:35.994 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.034s 2024-04-12T16:32:35.995 INFO:tasks.cephadm:Archiving logs... 2024-04-12T16:32:35.995 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi115/log 2024-04-12T16:32:35.996 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T16:32:36.151 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/log/ceph to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi152/log 2024-04-12T16:32:36.152 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T16:32:36.205 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi154/log 2024-04-12T16:32:36.206 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T16:32:36.251 INFO:tasks.cephadm:Removing cluster... 2024-04-12T16:32:36.251 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --force 2024-04-12T16:32:36.412 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:32:37.715 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --force 2024-04-12T16:32:37.882 INFO:teuthology.orchestra.run.smithi152.stdout:Deleting cluster with fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:32:39.212 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03fb0eee-f8e8-11ee-bc8d-c7b262605968 --force 2024-04-12T16:32:39.371 INFO:teuthology.orchestra.run.smithi154.stdout:Deleting cluster with fsid: 03fb0eee-f8e8-11ee-bc8d-c7b262605968 2024-04-12T16:32:40.699 INFO:tasks.cephadm:Removing cephadm ... 2024-04-12T16:32:40.699 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T16:32:40.705 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T16:32:40.711 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T16:32:40.717 INFO:tasks.cephadm:Teardown complete 2024-04-12T16:32:40.717 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-12T16:32:40.727 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-04-12T16:32:40.727 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T16:32:40.751 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T16:32:40.756 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T16:32:40.845 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-12T16:32:40.853 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-12T16:32:40.854 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:32:40.856 DEBUG:teuthology.orchestra.run.smithi152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:32:40.858 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T16:32:40.866 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T16:32:40.866 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-04-12T16:32:40.866 INFO:teuthology.orchestra.run.smithi115.stdout:+hv01.front.sepi 67.205.162.81 3 u 65 128 377 0.096 -4.975 0.247 2024-04-12T16:32:40.866 INFO:teuthology.orchestra.run.smithi115.stdout:*hv02.front.sepi 63.231.80.2 3 u 57 128 377 0.086 -2.251 0.245 2024-04-12T16:32:40.866 INFO:teuthology.orchestra.run.smithi115.stdout:+hv03.front.sepi 74.6.168.72 3 u 116 128 377 0.088 -3.101 0.399 2024-04-12T16:32:40.866 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-12T16:32:40.869 INFO:teuthology.orchestra.run.smithi152.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T16:32:40.869 INFO:teuthology.orchestra.run.smithi152.stdout:============================================================================== 2024-04-12T16:32:40.870 INFO:teuthology.orchestra.run.smithi152.stdout:+hv01.front.sepi 67.205.162.81 3 u 56 128 377 0.063 -2.889 0.223 2024-04-12T16:32:40.870 INFO:teuthology.orchestra.run.smithi152.stdout:+hv02.front.sepi 63.231.80.2 3 u 60 128 377 0.110 -0.058 0.150 2024-04-12T16:32:40.870 INFO:teuthology.orchestra.run.smithi152.stdout:*hv03.front.sepi 74.6.168.72 3 u 50 128 377 0.095 -0.768 0.123 2024-04-12T16:32:40.870 INFO:teuthology.orchestra.run.smithi152.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-12T16:32:40.871 INFO:teuthology.orchestra.run.smithi154.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T16:32:40.871 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================== 2024-04-12T16:32:40.871 INFO:teuthology.orchestra.run.smithi154.stdout:+hv01.front.sepi 67.205.162.81 3 u 51 64 377 0.097 -8.217 1.829 2024-04-12T16:32:40.872 INFO:teuthology.orchestra.run.smithi154.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.096 -2.757 2.406 2024-04-12T16:32:40.872 INFO:teuthology.orchestra.run.smithi154.stdout:*hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.073 -6.903 2.303 2024-04-12T16:32:40.872 INFO:teuthology.orchestra.run.smithi154.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-12T16:32:40.872 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-12T16:32:40.881 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-12T16:32:40.881 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-12T16:32:40.890 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-12T16:32:40.899 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-12T16:32:40.909 INFO:teuthology.task.internal:Duration was 1539.147661 seconds 2024-04-12T16:32:40.909 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-12T16:32:40.918 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-12T16:32:40.918 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T16:32:40.921 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T16:32:40.924 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T16:32:40.957 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-12T16:32:40.957 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-04-12T16:32:40.957 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-12T16:32:41.005 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2024-04-12T16:32:41.006 DEBUG:teuthology.orchestra.run.smithi152:> 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-04-12T16:32:41.015 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-04-12T16:32:41.015 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-12T16:32:41.025 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-12T16:32:41.025 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T16:32:41.050 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T16:32:41.060 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T16:32:41.100 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-12T16:32:41.100 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T16:32:41.134 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T16:32:41.140 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T16:32:41.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-12T16:32:41.244 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-12T16:32:41.244 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T16:32:41.255 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T16:32:41.267 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T16:32:41.278 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-12T16:32:41.288 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-12T16:32:41.298 DEBUG:teuthology.orchestra.run.smithi152:> 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-04-12T16:32:41.305 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-04-12T16:32:41.311 DEBUG:teuthology.orchestra.run.smithi154:> 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-04-12T16:32:41.319 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2024-04-12T16:32:41.328 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-04-12T16:32:41.359 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:32:41.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:32:41.372 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:32:41.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:32:41.390 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T16:32:41.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T16:32:41.403 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-12T16:32:41.412 INFO:teuthology.task.internal:Transferring archived files... 2024-04-12T16:32:41.413 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi115 2024-04-12T16:32:41.413 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T16:32:41.439 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi152 2024-04-12T16:32:41.439 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T16:32:41.461 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157/remote/smithi154 2024-04-12T16:32:41.461 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T16:32:41.482 INFO:teuthology.task.internal:Removing archive directory... 2024-04-12T16:32:41.482 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T16:32:41.484 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T16:32:41.504 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T16:32:41.524 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-12T16:32:41.535 INFO:teuthology.task.internal:Not uploading archives. 2024-04-12T16:32:41.535 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-12T16:32:41.544 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-12T16:32:41.545 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T16:32:41.547 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T16:32:41.551 INFO:teuthology.orchestra.run.smithi115.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 16:32 /home/ubuntu/cephtest 2024-04-12T16:32:41.552 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T16:32:41.555 INFO:teuthology.orchestra.run.smithi152.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 16:32 /home/ubuntu/cephtest 2024-04-12T16:32:41.571 INFO:teuthology.orchestra.run.smithi154.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 16:32 /home/ubuntu/cephtest 2024-04-12T16:32:41.573 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-12T16:32:41.583 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-12T16:32:41.605 INFO:teuthology.nuke:Checking targets against current locks 2024-04-12T16:32:41.630 DEBUG:teuthology.nuke:shortname: smithi115 2024-04-12T16:32:41.630 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:32:41.651 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157', '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-04-12 15:58:05.755765', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvXKh2JsVXvq8dennRfX7pFBticOuYVS85amCtT4VKCGwacqU1Lvb16J/nOEhrhyUnXnz9QWnkOxbKm1/vrUMM='} 2024-04-12T16:32:41.657 DEBUG:teuthology.nuke:shortname: smithi152 2024-04-12T16:32:41.657 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:32:41.679 DEBUG:teuthology.nuke:shortname: smithi154 2024-04-12T16:32:41.679 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T16:32:41.683 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157', '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-04-12 15:58:05.754705', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBYTT+7KiWSX6ek31kZcSp6N2mm+aL3EvoTiXXqRS36NsqQO4tIYdtacIyRnA2SIQhHlMDjXnJVzhTblI1w8obs='} 2024-04-12T16:32:41.696 INFO:teuthology.orchestra.console.smithi115:Power off 2024-04-12T16:32:41.697 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T16:32:41.709 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rzarzynski-2024-04-12_15:15:07-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7654157', '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-04-12 15:58:05.753482', 'locked_by': 'scheduled_rzarzynski@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOAIOwX3leT8mm9WRwbd91UAy5i8fiIZfvlfeO6Idt9P0MHtiI4JdHKjfhZ9EXbj1mnLR0Ay6hs3XV3UZVGvs9Q='} 2024-04-12T16:32:41.726 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-04-12T16:32:41.726 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:41.740 INFO:teuthology.orchestra.console.smithi152:Power off 2024-04-12T16:32:41.741 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T16:32:41.755 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-04-12T16:32:41.764 DEBUG:teuthology.orchestra.console.smithi152:power off output: Chassis Power Control: Down/Off 2024-04-12T16:32:41.764 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:41.782 INFO:teuthology.orchestra.console.smithi154:Power off 2024-04-12T16:32:41.782 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T16:32:41.791 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2024-04-12T16:32:41.803 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2024-04-12T16:32:41.804 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:41.840 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-12T16:32:45.756 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:45.792 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:45.840 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:45.866 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-04-12T16:32:45.902 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2024-04-12T16:32:45.950 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-12T16:32:49.871 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:49.903 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:49.951 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:49.982 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-04-12T16:32:50.012 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2024-04-12T16:32:50.063 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-12T16:32:53.986 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:54.013 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:54.065 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T16:32:54.097 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-04-12T16:32:54.123 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is off 2024-04-12T16:32:54.175 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2024-04-12T16:32:54.198 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-04-12T16:32:54.224 INFO:teuthology.orchestra.console.smithi152:Power off completed 2024-04-12T16:32:54.277 INFO:teuthology.orchestra.console.smithi154:Power off completed 2024-04-12T16:32:54.381 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1539.147661447525 failure_reason: '"2024-04-12T16:22:57.447061+0000 mon.a (mon.0) 542 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_rzarzynski@teuthology success: false 2024-04-12T16:32:54.382 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T16:32:54.463 INFO:teuthology.run:FAIL