2024-03-20T16:31:23.698 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-20T16:31:23.698 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493 --name yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --verbose -- /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/orig.config.yaml 2024-03-20T16:31:23.727 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-20T16:31:23.849 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493 branch: wip-yuri2-testing-2024-03-13-0827 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7612493' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri2-testing-2024-03-13-0827 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 sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 workunit: branch: wip-yuri2-testing-2024-03-13-0827 sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 3876 sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-03-13-0827 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1baf684b63d2fadd9d3da5e692ffc3efccd60694/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD0zFKY35bWilmWMtBFs7K09vX4FBARTm522jp0CcsxXQyiIfljS08kbFLmWanSz2gpVjfoIhyiRSqCbhEt0PzM= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBIUQO8DBlIrf5zBVSa7znXjYdfe3xYL+r0xyTGPYkuIxcRTCOt82g93wGgZOTDGTcERoUItO/ppeYpykw26Mn4= smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKknpXGourg6RCoq/YUzWyJKmDSr0L/kF37Gkcu5WQbXcWwKKopxuAoIv8o7wl+t0bXKXDpwHfwDwzDHfBP0cj4= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-20_14:28:32 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-20T16:31:23.849 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1baf684b63d2fadd9d3da5e692ffc3efccd60694/qa; will attempt to use it 2024-03-20T16:31:23.850 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1baf684b63d2fadd9d3da5e692ffc3efccd60694/qa/tasks 2024-03-20T16:31:23.850 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-20T16:31:23.851 INFO:teuthology.task.internal:Checking packages... 2024-03-20T16:31:23.874 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '1baf684b63d2fadd9d3da5e692ffc3efccd60694' 2024-03-20T16:31:23.874 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-20T16:31:23.874 INFO:teuthology.packaging:ref: None 2024-03-20T16:31:23.874 INFO:teuthology.packaging:tag: None 2024-03-20T16:31:23.874 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-03-13-0827 2024-03-20T16:31:23.874 INFO:teuthology.packaging:sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:31:23.874 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri2-testing-2024-03-13-0827 2024-03-20T16:31:24.022 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:31:24.024 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-20T16:31:24.030 INFO:teuthology.task.internal:no buildpackages task found 2024-03-20T16:31:24.030 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-20T16:31:24.049 INFO:teuthology.task.internal:Saving configuration 2024-03-20T16:31:24.061 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-20T16:31:24.079 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T16:31:24.104 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493', '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-03-20 16:25:53.189090', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl3yl14MAxMvN9BsQD4vdUOlt6VlUOFM2mgC0eli4/4'} 2024-03-20T16:31:24.124 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493', '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-03-20 16:25:53.185869', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIq6JOqQBq11Njj0seaW7xGTlToSRAibq1xJ1du+Wf5'} 2024-03-20T16:31:24.145 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493', '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-03-20 16:25:53.187273', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID89ZTAA8Bk+9wFGYmnIuz/MeiJTVMj230zTe44At37p'} 2024-03-20T16:31:24.145 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-20T16:31:24.151 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-20T16:31:24.151 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-20T16:31:24.151 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-20T16:31:24.151 INFO:teuthology.run_tasks:Running task console_log... 2024-03-20T16:31:24.247 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa2284a5f70>, signals=[15]) 2024-03-20T16:31:24.247 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-20T16:31:24.253 INFO:teuthology.task.internal:Opening connections... 2024-03-20T16:31:24.254 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2024-03-20T16:31:24.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:31:24.341 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-03-20T16:31:24.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:31:24.457 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-03-20T16:31:24.458 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:31:24.536 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-20T16:31:24.543 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2024-03-20T16:31:24.549 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2024-03-20T16:31:24.549 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2024-03-20T16:31:24.594 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-20T16:31:24.594 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="Ubuntu" 2024-03-20T16:31:24.594 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="22.04" 2024-03-20T16:31:24.594 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_CODENAME=jammy 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:ID=ubuntu 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE=debian 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-20T16:31:24.595 INFO:teuthology.orchestra.run.smithi012.stdout:UBUNTU_CODENAME=jammy 2024-03-20T16:31:24.596 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2024-03-20T16:31:24.627 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-03-20T16:31:24.633 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-03-20T16:31:24.633 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-03-20T16:31:24.682 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-20T16:31:24.682 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="Ubuntu" 2024-03-20T16:31:24.682 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="22.04" 2024-03-20T16:31:24.682 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-20T16:31:24.682 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_CODENAME=jammy 2024-03-20T16:31:24.682 INFO:teuthology.orchestra.run.smithi060.stdout:ID=ubuntu 2024-03-20T16:31:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE=debian 2024-03-20T16:31:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-20T16:31:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-20T16:31:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-20T16:31:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-20T16:31:24.683 INFO:teuthology.orchestra.run.smithi060.stdout:UBUNTU_CODENAME=jammy 2024-03-20T16:31:24.683 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-03-20T16:31:24.711 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-03-20T16:31:24.717 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-03-20T16:31:24.717 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-03-20T16:31:24.765 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="Ubuntu" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="22.04" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_CODENAME=jammy 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:ID=ubuntu 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE=debian 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-20T16:31:24.766 INFO:teuthology.orchestra.run.smithi100.stdout:UBUNTU_CODENAME=jammy 2024-03-20T16:31:24.767 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-03-20T16:31:24.786 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-20T16:31:24.795 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-20T16:31:24.802 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-20T16:31:24.802 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2024-03-20T16:31:24.804 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-03-20T16:31:24.807 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-03-20T16:31:24.813 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-20T16:31:24.819 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-20T16:31:24.819 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2024-03-20T16:31:24.851 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-03-20T16:31:24.855 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-03-20T16:31:24.866 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-20T16:31:24.946 INFO:teuthology.run_tasks:Running task kernel... 2024-03-20T16:31:24.960 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-20T16:31:24.960 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-20T16:31:24.960 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T16:31:24.961 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T16:31:24.961 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T16:31:24.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:31:24.966 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-03-20T16:31:24.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:31:24.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:31:24.968 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-03-20T16:31:24.968 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-03-20T16:31:25.013 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-56-generic 2024-03-20T16:31:25.013 INFO:teuthology.task.kernel:Running kernel on smithi100: 5.15.0-56-generic 2024-03-20T16:31:25.014 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-03-20T16:31:25.015 INFO:teuthology.orchestra.run.smithi012.stdout:5.15.0-56-generic 2024-03-20T16:31:25.015 INFO:teuthology.orchestra.run.smithi060.stdout:5.15.0-56-generic 2024-03-20T16:31:25.016 INFO:teuthology.task.kernel:Running kernel on smithi012: 5.15.0-56-generic 2024-03-20T16:31:25.016 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2024-03-20T16:31:25.016 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.15.0-56-generic 2024-03-20T16:31:25.016 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2024-03-20T16:31:25.143 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-03-20T16:31:25.154 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-03-20T16:31:25.182 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-03-20T16:31:25.290 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-20T16:31:25.310 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:31:25.310 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-20T16:31:25.310 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-20T16:31:25.339 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:31:25.339 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-20T16:31:25.339 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-20T16:31:25.386 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-20T16:31:25.392 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:31:25.429 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-20T16:31:25.477 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-20T16:31:25.498 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-20T16:31:25.556 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-20T16:31:25.577 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-20T16:31:25.584 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-20T16:31:25.625 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-20T16:31:25.629 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-20T16:31:25.630 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-20T16:31:25.631 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-20T16:31:25.634 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-20T16:31:25.668 INFO:teuthology.orchestra.run.smithi012.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-20T16:31:25.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-20T16:31:25.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-20T16:31:25.680 INFO:teuthology.orchestra.run.smithi012.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-20T16:31:25.691 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-20T16:31:25.702 INFO:teuthology.orchestra.run.smithi012.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-20T16:31:25.706 INFO:teuthology.orchestra.run.smithi012.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-20T16:31:25.710 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-20T16:31:25.711 INFO:teuthology.orchestra.run.smithi012.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-20T16:31:25.712 INFO:teuthology.orchestra.run.smithi012.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-20T16:31:25.712 INFO:teuthology.orchestra.run.smithi012.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-20T16:31:25.720 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-20T16:31:25.731 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-20T16:31:25.737 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-20T16:31:25.740 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-20T16:31:25.741 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-20T16:31:25.753 INFO:teuthology.orchestra.run.smithi012.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-20T16:31:25.775 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-20T16:31:25.802 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-20T16:31:25.808 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-20T16:31:25.808 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-20T16:31:25.809 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-20T16:31:25.830 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-20T16:31:25.839 INFO:teuthology.orchestra.run.smithi012.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-20T16:31:25.848 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-20T16:31:25.849 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-20T16:31:25.850 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-20T16:31:25.851 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-20T16:31:25.902 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-20T16:31:25.905 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-20T16:31:25.906 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-20T16:31:25.906 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-20T16:31:25.907 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-20T16:31:25.907 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-20T16:31:25.943 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-20T16:31:25.956 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-20T16:31:25.957 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-20T16:31:25.961 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-20T16:31:25.966 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-20T16:31:25.972 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-20T16:31:25.972 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-20T16:31:25.977 INFO:teuthology.orchestra.run.smithi012.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-20T16:31:26.005 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-20T16:31:26.027 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-20T16:31:26.078 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-20T16:31:26.138 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-20T16:31:26.138 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-20T16:31:26.139 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-20T16:31:26.139 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-20T16:31:26.141 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-20T16:31:26.141 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-20T16:31:26.168 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-20T16:31:26.172 INFO:teuthology.orchestra.run.smithi012.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-20T16:31:26.173 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-20T16:31:26.173 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-20T16:31:26.198 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-20T16:31:26.254 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-20T16:31:26.263 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-20T16:31:26.265 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-20T16:31:26.291 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-20T16:31:26.291 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-20T16:31:26.300 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-20T16:31:26.317 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-20T16:31:26.319 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-20T16:31:26.322 INFO:teuthology.orchestra.run.smithi012.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-20T16:31:26.323 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-20T16:31:26.323 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-20T16:31:26.324 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-20T16:31:26.325 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-20T16:31:26.329 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-20T16:31:26.333 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-20T16:31:26.337 INFO:teuthology.orchestra.run.smithi012.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-20T16:31:26.338 INFO:teuthology.orchestra.run.smithi012.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-20T16:31:26.340 INFO:teuthology.orchestra.run.smithi012.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-20T16:31:26.351 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-20T16:31:26.352 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-20T16:31:26.388 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-20T16:31:26.389 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-20T16:31:26.390 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-20T16:31:26.391 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-20T16:31:26.398 INFO:teuthology.orchestra.run.smithi012.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-20T16:31:26.406 INFO:teuthology.orchestra.run.smithi012.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-20T16:31:26.434 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-20T16:31:26.445 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-20T16:31:26.447 INFO:teuthology.orchestra.run.smithi060.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-20T16:31:26.450 INFO:teuthology.orchestra.run.smithi060.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-20T16:31:26.451 INFO:teuthology.orchestra.run.smithi060.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-20T16:31:26.452 INFO:teuthology.orchestra.run.smithi060.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-20T16:31:26.452 INFO:teuthology.orchestra.run.smithi060.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-20T16:31:26.455 INFO:teuthology.orchestra.run.smithi060.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-20T16:31:26.463 INFO:teuthology.orchestra.run.smithi060.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-20T16:31:26.464 INFO:teuthology.orchestra.run.smithi060.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-20T16:31:26.483 INFO:teuthology.orchestra.run.smithi060.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-20T16:31:26.484 INFO:teuthology.orchestra.run.smithi060.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-20T16:31:26.487 INFO:teuthology.orchestra.run.smithi060.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-20T16:31:26.488 INFO:teuthology.orchestra.run.smithi060.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-20T16:31:26.570 INFO:teuthology.orchestra.run.smithi012.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-20T16:31:27.199 INFO:teuthology.orchestra.run.smithi012.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-20T16:31:27.237 INFO:teuthology.orchestra.run.smithi012.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-20T16:31:27.250 INFO:teuthology.orchestra.run.smithi012.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-20T16:31:27.251 INFO:teuthology.orchestra.run.smithi012.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-20T16:31:27.251 INFO:teuthology.orchestra.run.smithi012.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-20T16:31:27.253 INFO:teuthology.orchestra.run.smithi012.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-20T16:31:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-20T16:31:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-20T16:31:27.281 INFO:teuthology.orchestra.run.smithi012.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-20T16:31:27.284 INFO:teuthology.orchestra.run.smithi012.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-20T16:31:27.449 INFO:teuthology.orchestra.run.smithi012.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-20T16:31:27.531 INFO:teuthology.orchestra.run.smithi012.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-20T16:31:27.613 INFO:teuthology.orchestra.run.smithi012.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-20T16:31:27.694 INFO:teuthology.orchestra.run.smithi012.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-20T16:31:27.725 INFO:teuthology.orchestra.run.smithi012.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-20T16:31:31.298 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 12.5 MB in 2s (6,943 kB/s) 2024-03-20T16:31:31.761 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 12.5 MB in 2s (6,374 kB/s) 2024-03-20T16:31:32.274 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 12.5 MB in 3s (4,961 kB/s) 2024-03-20T16:31:32.649 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-20T16:31:32.665 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-20T16:31:32.725 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-20T16:31:32.921 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-03-20T16:31:32.921 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-03-20T16:31:33.080 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:31:33.080 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:31:33.080 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:31:33.081 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:31:33.081 INFO:teuthology.orchestra.run.smithi100.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-20T16:31:33.081 INFO:teuthology.orchestra.run.smithi100.stdout: python2.7-minimal 2024-03-20T16:31:33.081 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:31:33.081 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-03-20T16:31:33.081 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-20T16:31:33.082 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-20T16:31:33.082 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-20T16:31:33.083 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-03-20T16:31:33.083 INFO:teuthology.orchestra.run.smithi100.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-20T16:31:33.083 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-03-20T16:31:33.083 INFO:teuthology.orchestra.run.smithi100.stdout: thermald 2024-03-20T16:31:33.142 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-03-20T16:31:33.142 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-20T16:31:33.142 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-20T16:31:33.142 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-20T16:31:33.143 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages will be upgraded: 2024-03-20T16:31:33.143 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-20T16:31:33.185 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-03-20T16:31:33.203 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-20T16:31:33.264 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-03-20T16:31:33.322 INFO:teuthology.orchestra.run.smithi100.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-20T16:31:33.322 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 113 MB of archives. 2024-03-20T16:31:33.323 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-20T16:31:33.323 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-20T16:31:33.465 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-03-20T16:31:33.465 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-03-20T16:31:33.626 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-03-20T16:31:33.643 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout: python2.7-minimal 2024-03-20T16:31:33.645 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:31:33.646 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2024-03-20T16:31:33.646 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-20T16:31:33.646 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-20T16:31:33.646 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-20T16:31:33.648 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2024-03-20T16:31:33.648 INFO:teuthology.orchestra.run.smithi060.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-20T16:31:33.648 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2024-03-20T16:31:33.648 INFO:teuthology.orchestra.run.smithi060.stdout: thermald 2024-03-20T16:31:33.695 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2024-03-20T16:31:33.696 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-20T16:31:33.696 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-20T16:31:33.696 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-20T16:31:33.697 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages will be upgraded: 2024-03-20T16:31:33.697 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-20T16:31:33.708 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-03-20T16:31:33.878 INFO:teuthology.orchestra.run.smithi060.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-20T16:31:33.878 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 113 MB of archives. 2024-03-20T16:31:33.878 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-20T16:31:33.878 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-20T16:31:33.914 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-03-20T16:31:33.914 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-03-20T16:31:34.099 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:31:34.100 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:31:34.100 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:31:34.100 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:31:34.100 INFO:teuthology.orchestra.run.smithi012.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-20T16:31:34.101 INFO:teuthology.orchestra.run.smithi012.stdout: python2.7-minimal 2024-03-20T16:31:34.101 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:31:34.102 INFO:teuthology.orchestra.run.smithi012.stdout:The following additional packages will be installed: 2024-03-20T16:31:34.102 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-20T16:31:34.103 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-20T16:31:34.103 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-20T16:31:34.104 INFO:teuthology.orchestra.run.smithi012.stdout:Suggested packages: 2024-03-20T16:31:34.104 INFO:teuthology.orchestra.run.smithi012.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-20T16:31:34.105 INFO:teuthology.orchestra.run.smithi012.stdout:Recommended packages: 2024-03-20T16:31:34.105 INFO:teuthology.orchestra.run.smithi012.stdout: thermald 2024-03-20T16:31:34.159 INFO:teuthology.orchestra.run.smithi012.stdout:The following NEW packages will be installed: 2024-03-20T16:31:34.159 INFO:teuthology.orchestra.run.smithi012.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-20T16:31:34.159 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-20T16:31:34.160 INFO:teuthology.orchestra.run.smithi012.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-20T16:31:34.161 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages will be upgraded: 2024-03-20T16:31:34.162 INFO:teuthology.orchestra.run.smithi012.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-20T16:31:34.219 INFO:teuthology.orchestra.run.smithi012.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-20T16:31:34.219 INFO:teuthology.orchestra.run.smithi012.stdout:Need to get 113 MB of archives. 2024-03-20T16:31:34.219 INFO:teuthology.orchestra.run.smithi012.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-20T16:31:34.219 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-20T16:31:34.655 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-20T16:31:34.734 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-20T16:31:34.895 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-20T16:31:35.041 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-20T16:31:35.449 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-20T16:31:35.781 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-20T16:31:36.296 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-20T16:31:36.296 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-20T16:31:36.296 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-20T16:31:36.747 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-20T16:31:36.844 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-20T16:31:37.182 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-20T16:31:37.182 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-20T16:31:37.182 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-20T16:31:37.250 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 113 MB in 3s (42.3 MB/s) 2024-03-20T16:31:37.438 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-20T16:31:38.034 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-20T16:31:38.035 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-20T16:31:38.035 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-20T16:31:38.217 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-20T16:31:38.304 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-20T16:31:38.698 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-20T16:31:38.704 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 113 MB in 5s (22.0 MB/s) 2024-03-20T16:31:38.859 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-20T16:31:38.875 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-20T16:31:39.286 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 113 MB in 5s (22.0 MB/s) 2024-03-20T16:31:39.467 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:31:39.471 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:39.474 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-20T16:31:39.544 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:40.915 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:31:40.919 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:40.981 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:41.549 INFO:teuthology.orchestra.run.smithi060.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-03-20T16:31:41.551 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:41.579 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-20T16:31:41.601 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:41.672 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:41.689 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:42.074 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-20T16:31:42.095 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:42.257 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:43.182 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-20T16:31:43.202 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:43.289 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:43.760 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-20T16:31:43.780 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:43.818 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:44.082 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-20T16:31:44.104 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:44.184 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:44.652 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-20T16:31:44.673 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:44.710 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:48.392 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:48.501 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:48.835 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:48.963 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:49.258 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-20T16:31:49.280 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-20T16:31:49.324 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-20T16:31:50.892 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:51.019 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:51.336 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:51.472 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:51.707 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:51.800 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-20T16:31:51.822 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-20T16:31:51.831 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:51.867 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-20T16:31:52.148 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:52.243 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:52.546 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-20T16:31:52.569 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-20T16:31:52.613 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-20T16:31:55.029 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-20T16:31:55.066 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:55.103 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:57.026 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-20T16:31:57.062 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:57.100 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:57.709 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:31:57.832 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:31:58.140 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-20T16:31:58.262 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:58.344 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-20T16:31:58.381 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-20T16:31:58.388 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-20T16:31:58.419 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:58.533 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:31:59.883 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:31:59.883 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-20T16:31:59.884 INFO:teuthology.orchestra.run.smithi012.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:31:59.884 INFO:teuthology.orchestra.run.smithi012.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:00.061 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:00.214 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:32:00.328 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:32:00.678 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-20T16:32:01.025 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:01.668 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-20T16:32:01.797 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:01.936 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:01.984 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-20T16:32:02.105 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-20T16:32:02.489 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-20T16:32:02.610 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:02.761 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-20T16:32:02.890 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:03.180 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:03.180 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:03.180 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:03.180 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:03.333 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:03.379 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-20T16:32:03.505 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-20T16:32:03.631 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:03.685 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-20T16:32:03.685 INFO:teuthology.orchestra.run.smithi012.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:04.262 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:04.262 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:04.262 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:04.262 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:04.453 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:04.725 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:05.920 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:06.093 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-20T16:32:06.219 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-20T16:32:06.345 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:06.404 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-20T16:32:06.404 INFO:teuthology.orchestra.run.smithi100.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:07.888 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-20T16:32:08.014 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-20T16:32:08.140 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-20T16:32:08.206 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-20T16:32:08.206 INFO:teuthology.orchestra.run.smithi060.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:18.210 INFO:teuthology.orchestra.run.smithi012.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-20T16:32:18.210 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub' 2024-03-20T16:32:18.218 INFO:teuthology.orchestra.run.smithi012.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-20T16:32:18.244 INFO:teuthology.orchestra.run.smithi012.stdout:Generating grub configuration file ... 2024-03-20T16:32:18.521 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:18.541 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:18.847 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:18.854 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:18.934 INFO:teuthology.orchestra.run.smithi012.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-20T16:32:18.940 INFO:teuthology.orchestra.run.smithi012.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-20T16:32:19.120 INFO:teuthology.orchestra.run.smithi012.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-20T16:32:19.121 INFO:teuthology.orchestra.run.smithi012.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-20T16:32:19.121 INFO:teuthology.orchestra.run.smithi012.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-20T16:32:19.162 INFO:teuthology.orchestra.run.smithi012.stdout:done 2024-03-20T16:32:19.623 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2024-03-20T16:32:19.644 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2024-03-20T16:32:19.644 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2024-03-20T16:32:19.644 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2024-03-20T16:32:19.644 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2024-03-20T16:32:19.644 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 21 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.15.0.101.98 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2024-03-20T16:32:19.645 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2024-03-20T16:32:19.645 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-20T16:32:19.646 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T16:32:19.646 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T16:32:19.646 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-20T16:32:19.646 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T16:32:19.646 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get clean 2024-03-20T16:32:19.789 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-03-20T16:32:19.924 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-20T16:32:20.021 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:32:20.102 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-20T16:32:20.184 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-20T16:32:20.391 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-20T16:32:20.391 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub' 2024-03-20T16:32:20.402 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-20T16:32:20.427 INFO:teuthology.orchestra.run.smithi100.stdout:Generating grub configuration file ... 2024-03-20T16:32:20.678 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:20.696 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:21.023 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:21.029 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:21.094 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-20T16:32:21.101 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-20T16:32:21.256 INFO:teuthology.orchestra.run.smithi100.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-20T16:32:21.257 INFO:teuthology.orchestra.run.smithi100.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-20T16:32:21.257 INFO:teuthology.orchestra.run.smithi100.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-20T16:32:21.304 INFO:teuthology.orchestra.run.smithi100.stdout:done 2024-03-20T16:32:21.305 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-03-20T16:32:21.323 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-20T16:32:21.378 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-03-20T16:32:21.558 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-03-20T16:32:21.558 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-03-20T16:32:21.718 INFO:teuthology.orchestra.run.smithi012.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-20T16:32:21.718 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:32:21.719 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:32:21.719 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:32:21.719 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:32:21.719 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-20T16:32:21.719 INFO:teuthology.orchestra.run.smithi012.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-20T16:32:21.719 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:32:21.751 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-03-20T16:32:21.757 INFO:teuthology.orchestra.run.smithi012.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-20T16:32:21.759 DEBUG:teuthology.orchestra.run.smithi012:> dpkg -s linux-image-generic 2024-03-20T16:32:21.787 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.101.98 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-03-20T16:32:21.788 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-03-20T16:32:21.789 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-03-20T16:32:21.789 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-03-20T16:32:21.789 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-20T16:32:21.789 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T16:32:21.789 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T16:32:21.789 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-20T16:32:21.789 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi100.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T16:32:21.789 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-03-20T16:32:21.814 INFO:teuthology.orchestra.run.smithi012.stdout:Package: linux-image-generic 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Status: install ok installed 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Priority: optional 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Section: kernel 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Installed-Size: 21 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Maintainer: Ubuntu Kernel Team 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: amd64 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Source: linux-meta 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Version: 5.15.0.101.98 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-20T16:32:21.815 INFO:teuthology.orchestra.run.smithi012.stdout:Recommends: thermald 2024-03-20T16:32:21.816 INFO:teuthology.orchestra.run.smithi012.stdout:Description: Generic Linux kernel image 2024-03-20T16:32:21.816 INFO:teuthology.orchestra.run.smithi012.stdout: This package will always depend on the latest generic kernel image 2024-03-20T16:32:21.816 INFO:teuthology.orchestra.run.smithi012.stdout: available. 2024-03-20T16:32:21.816 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2024-03-20T16:32:21.861 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.LdM8nyt8Ey 2024-03-20T16:32:21.861 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LdM8nyt8Ey 2024-03-20T16:32:21.928 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.LdM8nyt8Ey 2024-03-20T16:32:21.988 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-03-20T16:32:22.045 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.LdM8nyt8Ey is 10KB 2024-03-20T16:32:22.057 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.LdM8nyt8Ey 2024-03-20T16:32:22.062 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-20T16:32:22.114 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-20T16:32:22.114 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:32:22.122 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:32:22.122 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-20T16:32:22.122 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-20T16:32:22.128 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-20T16:32:22.147 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-20T16:32:22.190 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-20T16:32:22.190 DEBUG:teuthology.orchestra.run.smithi012:> sudo update-grub 2024-03-20T16:32:22.523 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-20T16:32:22.523 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub' 2024-03-20T16:32:22.545 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-20T16:32:22.567 INFO:teuthology.orchestra.run.smithi060.stdout:Generating grub configuration file ... 2024-03-20T16:32:22.861 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:22.885 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:23.159 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:23.165 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:23.237 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-20T16:32:23.242 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-20T16:32:23.289 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub' 2024-03-20T16:32:23.290 INFO:teuthology.orchestra.run.smithi012.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-20T16:32:23.292 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2024-03-20T16:32:23.417 INFO:teuthology.orchestra.run.smithi060.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-20T16:32:23.417 INFO:teuthology.orchestra.run.smithi060.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-20T16:32:23.417 INFO:teuthology.orchestra.run.smithi060.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-20T16:32:23.467 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-20T16:32:23.470 INFO:teuthology.orchestra.run.smithi060.stdout:done 2024-03-20T16:32:23.473 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:23.479 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:23.483 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-20T16:32:23.547 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-20T16:32:23.741 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-03-20T16:32:23.742 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-03-20T16:32:23.749 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:23.754 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:23.796 INFO:teuthology.orchestra.run.smithi012.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-20T16:32:23.801 INFO:teuthology.orchestra.run.smithi012.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-20T16:32:23.915 INFO:teuthology.orchestra.run.smithi100.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-20T16:32:23.916 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:32:23.927 INFO:teuthology.orchestra.run.smithi012.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-20T16:32:23.928 INFO:teuthology.orchestra.run.smithi012.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-20T16:32:23.928 INFO:teuthology.orchestra.run.smithi012.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-20T16:32:23.941 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2024-03-20T16:32:23.949 INFO:teuthology.orchestra.run.smithi012.stderr:done 2024-03-20T16:32:23.959 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2024-03-20T16:32:23.959 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-20T16:32:23.962 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 21 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 5.15.0.101.98 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2024-03-20T16:32:23.965 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2024-03-20T16:32:23.966 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2024-03-20T16:32:23.966 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2024-03-20T16:32:23.966 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-20T16:32:23.967 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T16:32:23.967 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T16:32:23.967 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-20T16:32:23.967 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T16:32:23.967 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2024-03-20T16:32:23.977 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-03-20T16:32:23.977 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-03-20T16:32:23.977 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-03-20T16:32:23.977 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.101.98 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-03-20T16:32:23.978 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-03-20T16:32:23.978 DEBUG:teuthology.orchestra.run.smithi100:> mktemp 2024-03-20T16:32:24.023 INFO:teuthology.orchestra.run.smithi100.stdout:/tmp/tmp.sugIKMp9Ox 2024-03-20T16:32:24.024 DEBUG:teuthology.orchestra.run.smithi100:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sugIKMp9Ox 2024-03-20T16:32:24.088 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0666 /tmp/tmp.sugIKMp9Ox 2024-03-20T16:32:24.130 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-03-20T16:32:24.218 DEBUG:teuthology.orchestra.remote:smithi100:/tmp/tmp.sugIKMp9Ox is 10KB 2024-03-20T16:32:24.231 DEBUG:teuthology.orchestra.run.smithi100:> rm -fr /tmp/tmp.sugIKMp9Ox 2024-03-20T16:32:24.236 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-20T16:32:24.247 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-20T16:32:24.292 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:32:24.292 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-20T16:32:24.292 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-20T16:32:24.359 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-20T16:32:24.359 DEBUG:teuthology.orchestra.run.smithi100:> sudo update-grub 2024-03-20T16:32:24.365 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:32:24.452 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-20T16:32:24.532 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-20T16:32:25.483 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub' 2024-03-20T16:32:25.484 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-20T16:32:25.498 INFO:teuthology.orchestra.run.smithi100.stderr:Generating grub configuration file ... 2024-03-20T16:32:25.617 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-03-20T16:32:25.636 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-20T16:32:25.687 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-03-20T16:32:25.701 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:25.708 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:25.866 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-03-20T16:32:25.867 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-03-20T16:32:25.948 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:25.954 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:25.998 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-20T16:32:26.003 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-20T16:32:26.024 INFO:teuthology.orchestra.run.smithi060.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-20T16:32:26.024 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:32:26.024 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:32:26.024 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:32:26.024 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:32:26.025 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-20T16:32:26.025 INFO:teuthology.orchestra.run.smithi060.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-20T16:32:26.025 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:32:26.063 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-20T16:32:26.065 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 21 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2024-03-20T16:32:26.121 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 5.15.0.101.98 2024-03-20T16:32:26.122 INFO:teuthology.orchestra.run.smithi060.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-20T16:32:26.122 INFO:teuthology.orchestra.run.smithi060.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-20T16:32:26.122 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2024-03-20T16:32:26.122 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2024-03-20T16:32:26.122 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2024-03-20T16:32:26.122 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2024-03-20T16:32:26.122 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-03-20T16:32:26.125 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-20T16:32:26.126 INFO:teuthology.orchestra.run.smithi100.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-20T16:32:26.126 INFO:teuthology.orchestra.run.smithi100.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-20T16:32:26.139 INFO:teuthology.orchestra.run.smithi100.stderr:done 2024-03-20T16:32:26.141 DEBUG:teuthology.orchestra.run.smithi100:> sudo shutdown -r now 2024-03-20T16:32:26.175 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.E3K9SrdLu2 2024-03-20T16:32:26.175 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub/grub.cfg /tmp/tmp.E3K9SrdLu2 2024-03-20T16:32:26.230 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.E3K9SrdLu2 2024-03-20T16:32:26.348 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.E3K9SrdLu2 is 10KB 2024-03-20T16:32:26.400 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.E3K9SrdLu2 2024-03-20T16:32:26.407 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-20T16:32:26.461 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:32:26.462 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-20T16:32:26.462 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-20T16:32:26.542 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-20T16:32:26.543 DEBUG:teuthology.orchestra.run.smithi060:> sudo update-grub 2024-03-20T16:32:27.797 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub' 2024-03-20T16:32:27.797 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-20T16:32:27.805 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-03-20T16:32:28.051 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-20T16:32:28.058 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-20T16:32:28.341 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-20T16:32:28.347 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-20T16:32:28.391 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-20T16:32:28.396 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-20T16:32:28.536 INFO:teuthology.orchestra.run.smithi060.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-20T16:32:28.536 INFO:teuthology.orchestra.run.smithi060.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-20T16:32:28.536 INFO:teuthology.orchestra.run.smithi060.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-20T16:32:28.547 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-03-20T16:32:28.556 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-03-20T16:32:53.987 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-20T16:32:53.987 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-03-20T16:32:53.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:32:56.146 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-20T16:32:56.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-20T16:32:56.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:32:58.562 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-20T16:32:58.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-20T16:32:58.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:33:54.043 DEBUG:teuthology.orchestra.remote:timed out 2024-03-20T16:33:56.150 DEBUG:teuthology.orchestra.remote:timed out 2024-03-20T16:33:58.566 DEBUG:teuthology.orchestra.remote:timed out 2024-03-20T16:34:03.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-03-20T16:34:03.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:34:03.253 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-03-20T16:34:03.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-03-20T16:34:03.810 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-20T16:34:03.811 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-03-20T16:34:03.859 INFO:teuthology.orchestra.run.smithi012.stdout:5.15.0-101-generic 2024-03-20T16:34:03.859 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-20T16:34:03.859 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T16:34:03.859 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-20T16:34:04.860 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-20T16:34:04.860 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T16:34:04.931 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2024-03-20T16:34:04.953 DEBUG:teuthology.parallel:result is None 2024-03-20T16:34:05.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-20T16:34:05.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:34:06.179 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-03-20T16:34:07.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-20T16:34:07.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:34:08.195 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-03-20T16:34:08.781 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-20T16:34:08.782 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-20T16:34:08.782 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-03-20T16:34:08.829 INFO:teuthology.orchestra.run.smithi060.stdout:5.15.0-101-generic 2024-03-20T16:34:08.829 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-20T16:34:08.830 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T16:34:08.830 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-20T16:34:09.831 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-20T16:34:09.831 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T16:34:09.926 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-03-20T16:34:09.950 DEBUG:teuthology.parallel:result is None 2024-03-20T16:34:18.179 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-20T16:34:18.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:34:18.530 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-03-20T16:34:19.130 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-20T16:34:19.130 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-20T16:34:19.131 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-03-20T16:34:19.176 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-101-generic 2024-03-20T16:34:19.176 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-20T16:34:19.176 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T16:34:19.176 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-20T16:34:20.177 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-20T16:34:20.178 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T16:34:20.249 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-03-20T16:34:20.270 DEBUG:teuthology.parallel:result is None 2024-03-20T16:34:20.271 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-20T16:34:20.278 INFO:teuthology.task.internal:Creating test directory... 2024-03-20T16:34:20.278 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T16:34:20.281 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T16:34:20.284 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T16:34:20.291 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-20T16:34:20.298 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-20T16:34:20.305 INFO:teuthology.task.internal:Creating archive directory... 2024-03-20T16:34:20.305 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T16:34:20.328 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T16:34:20.337 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T16:34:20.357 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-20T16:34:20.364 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-20T16:34:20.364 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-20T16:34:20.388 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-20T16:34:20.393 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-20T16:34:20.403 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:34:20.411 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:34:20.412 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:34:20.419 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:34:20.421 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:34:20.426 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:34:20.428 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-20T16:34:20.435 INFO:teuthology.task.internal:Configuring sudo... 2024-03-20T16:34:20.435 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T16:34:20.456 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T16:34:20.465 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T16:34:20.485 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-20T16:34:20.496 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-20T16:34:20.496 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T16:34:20.520 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T16:34:20.522 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T16:34:20.532 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:34:20.571 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:34:20.619 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:34:20.620 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T16:34:20.683 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:34:20.689 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:34:20.736 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:34:20.736 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T16:34:20.803 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:34:20.809 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:34:20.856 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:34:20.857 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T16:34:20.934 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2024-03-20T16:34:20.936 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-03-20T16:34:20.939 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2024-03-20T16:34:21.010 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-20T16:34:21.018 INFO:teuthology.task.internal:Starting timer... 2024-03-20T16:34:21.018 INFO:teuthology.run_tasks:Running task pcp... 2024-03-20T16:34:21.032 INFO:teuthology.run_tasks:Running task selinux... 2024-03-20T16:34:21.040 DEBUG:teuthology.task.selinux:Excluding smithi012: OS 'ubuntu' does not support SELinux 2024-03-20T16:34:21.040 DEBUG:teuthology.task.selinux:Excluding smithi060: OS 'ubuntu' does not support SELinux 2024-03-20T16:34:21.040 DEBUG:teuthology.task.selinux:Excluding smithi100: OS 'ubuntu' does not support SELinux 2024-03-20T16:34:21.040 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-20T16:34:21.041 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-20T16:34:21.041 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-20T16:34:21.041 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-20T16:34:21.049 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-20T16:34:21.067 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-20T16:34:21.068 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi060.front.sepia.ceph.com,smithi100.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-20T16:41:29.900 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi100.front.sepia.ceph.com')] 2024-03-20T16:41:29.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-03-20T16:41:29.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:41:30.010 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-03-20T16:41:30.087 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-03-20T16:41:30.087 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-20T16:41:30.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:41:30.213 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-03-20T16:41:30.294 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-03-20T16:41:30.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-20T16:41:30.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:41:30.376 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-03-20T16:41:30.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-03-20T16:41:30.455 INFO:teuthology.run_tasks:Running task clock... 2024-03-20T16:41:30.467 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-20T16:41:30.467 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T16:41:30.468 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T16:41:30.470 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T16:41:30.470 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T16:41:30.472 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T16:41:30.472 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T16:41:30.497 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Command line: ntpd -gq 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: ---------------------------------------------------- 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: ntp-4 is maintained by Network Time Foundation, 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: corporation. Support and training for ntp-4 are 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: available at https://www.nwtime.org/support 2024-03-20T16:41:30.498 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: ---------------------------------------------------- 2024-03-20T16:41:30.499 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: proto: precision = 0.048 usec (-24) 2024-03-20T16:41:30.499 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: basedate set to 2022-02-04 2024-03-20T16:41:30.499 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: gps base set to 2022-02-06 (week 2196) 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Command line: ntpd -gq 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: ---------------------------------------------------- 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: ntp-4 is maintained by Network Time Foundation, 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: corporation. Support and training for ntp-4 are 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: available at https://www.nwtime.org/support 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: ---------------------------------------------------- 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: proto: precision = 0.047 usec (-24) 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: basedate set to 2022-02-04 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: gps base set to 2022-02-06 (week 2196) 2024-03-20T16:41:30.500 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-20T16:41:30.501 INFO:teuthology.orchestra.run.smithi012.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-20T16:41:30.501 INFO:teuthology.orchestra.run.smithi060.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-20T16:41:30.501 INFO:teuthology.orchestra.run.smithi060.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-20T16:41:30.501 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-20T16:41:30.501 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: restrict ::: KOD does nothing without LIMITED. 2024-03-20T16:41:30.502 INFO:teuthology.orchestra.run.smithi012.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: restrict ::: KOD does nothing without LIMITED. 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listen and drop on 0 v6wildcard [::]:123 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listen normally on 2 lo 127.0.0.1:123 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listen normally on 3 ens1f0 172.21.15.60:123 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listen normally on 4 lo [::1]:123 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1560%4]:123 2024-03-20T16:41:30.503 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:30 ntpd[17122]: Listening on routing socket on fd #22 for interface updates 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listen and drop on 0 v6wildcard [::]:123 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listen normally on 2 lo 127.0.0.1:123 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listen normally on 3 ens1f0 172.21.15.12:123 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listen normally on 4 lo [::1]:123 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:25ea%4]:123 2024-03-20T16:41:30.504 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:30 ntpd[17065]: Listening on routing socket on fd #22 for interface updates 2024-03-20T16:41:30.522 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-20T16:41:30.522 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Command line: ntpd -gq 2024-03-20T16:41:30.522 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: ---------------------------------------------------- 2024-03-20T16:41:30.522 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: ntp-4 is maintained by Network Time Foundation, 2024-03-20T16:41:30.522 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-20T16:41:30.523 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: corporation. Support and training for ntp-4 are 2024-03-20T16:41:30.523 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: available at https://www.nwtime.org/support 2024-03-20T16:41:30.523 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: ---------------------------------------------------- 2024-03-20T16:41:30.523 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: proto: precision = 0.061 usec (-24) 2024-03-20T16:41:30.523 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: basedate set to 2022-02-04 2024-03-20T16:41:30.524 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: gps base set to 2022-02-06 (week 2196) 2024-03-20T16:41:30.524 INFO:teuthology.orchestra.run.smithi100.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-20T16:41:30.524 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-20T16:41:30.525 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: restrict ::: KOD does nothing without LIMITED. 2024-03-20T16:41:30.525 INFO:teuthology.orchestra.run.smithi100.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listen and drop on 0 v6wildcard [::]:123 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listen normally on 2 lo 127.0.0.1:123 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listen normally on 3 enp3s0f1 172.21.15.100:123 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listen normally on 4 lo [::1]:123 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d733%5]:123 2024-03-20T16:41:30.526 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:30 ntpd[17187]: Listening on routing socket on fd #22 for interface updates 2024-03-20T16:41:31.498 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:31 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:31.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:31 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:31.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:31 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:31.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:31 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:31.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:31 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:31.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:31 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:31.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:31 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:31.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:31 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:31.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:31 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:31.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:31 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:31.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:31 ntpd[17122]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:31.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:31 ntpd[17122]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:31.522 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:31 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:31.523 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:31 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:32.498 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:32 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:32.498 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:32 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:33.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:33 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:33.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:33 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:33.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:33 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:33.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:33 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:33.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:33 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:33.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:33 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:33.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:33 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:33.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:33 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:33.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:33 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:33.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:33 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:33.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:33 ntpd[17122]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:33.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:33 ntpd[17122]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:34.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:34 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:34.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:34 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:34.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:34 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:34.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:34 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:34.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:34 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:34.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:34 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:34.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:34 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:34.500 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:34 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.500 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.500 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.500 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.500 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.501 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:35 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.504 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:35 ntpd[17122]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:35.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:35.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:35.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:35.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:35 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:36.498 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:36 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:36.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:36 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:36.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:36 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:36.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:36 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:36.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:36 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:36.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:36 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:37.499 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:37.500 INFO:teuthology.orchestra.run.smithi012.stdout:20 Mar 16:41:37 ntpd[17065]: ntpd: time slew -0.000064 s 2024-03-20T16:41:37.500 INFO:teuthology.orchestra.run.smithi012.stdout:ntpd: time slew -0.000064s 2024-03-20T16:41:37.500 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-20T16:41:37.500 INFO:teuthology.orchestra.run.smithi012.stderr:20 Mar 16:41:37 ntpd[17065]: can't open /var/log/ntpstats/loopstats.20240320: Permission denied 2024-03-20T16:41:37.501 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.501 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stdout:20 Mar 16:41:37 ntpd[17122]: ntpd: time slew -0.000090 s 2024-03-20T16:41:37.502 INFO:teuthology.orchestra.run.smithi060.stdout:ntpd: time slew -0.000090s 2024-03-20T16:41:37.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-20T16:41:37.503 INFO:teuthology.orchestra.run.smithi060.stderr:20 Mar 16:41:37 ntpd[17122]: can't open /var/log/ntpstats/loopstats.20240320: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:37.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:37.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:37 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:37.552 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2024-03-20T16:41:37.552 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2024-03-20T16:41:37.553 INFO:teuthology.orchestra.run.smithi012.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.553 INFO:teuthology.orchestra.run.smithi012.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.553 INFO:teuthology.orchestra.run.smithi012.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.553 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.554 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2024-03-20T16:41:37.554 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2024-03-20T16:41:37.554 INFO:teuthology.orchestra.run.smithi060.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.555 INFO:teuthology.orchestra.run.smithi060.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.555 INFO:teuthology.orchestra.run.smithi060.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:37.555 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:39.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:39.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:39 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:41.523 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:41.523 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: can't open /var/log/ntpstats/rawstats.20240320: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: can't open /var/log/ntpstats/peerstats.20240320: Permission denied 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stdout:20 Mar 16:41:41 ntpd[17187]: ntpd: time slew -0.001719 s 2024-03-20T16:41:41.524 INFO:teuthology.orchestra.run.smithi100.stdout:ntpd: time slew -0.001719s 2024-03-20T16:41:41.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-20T16:41:41.525 INFO:teuthology.orchestra.run.smithi100.stderr:20 Mar 16:41:41 ntpd[17187]: can't open /var/log/ntpstats/loopstats.20240320: Permission denied 2024-03-20T16:41:41.578 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-03-20T16:41:41.578 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-03-20T16:41:41.578 INFO:teuthology.orchestra.run.smithi100.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:41.578 INFO:teuthology.orchestra.run.smithi100.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:41.578 INFO:teuthology.orchestra.run.smithi100.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:41.578 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-20T16:41:41.579 INFO:teuthology.run_tasks:Running task install... 2024-03-20T16:41:41.590 DEBUG:teuthology.task.install:project ceph 2024-03-20T16:41:41.590 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694'}} 2024-03-20T16:41:41.590 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694'} 2024-03-20T16:41:41.590 INFO:teuthology.task.install:Using flavor: default 2024-03-20T16:41:41.596 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-03-20T16:41:41.597 INFO:teuthology.task.install:extra packages: [] 2024-03-20T16:41:41.597 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-key list | grep Ceph 2024-03-20T16:41:41.598 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-key list | grep Ceph 2024-03-20T16:41:41.598 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-key list | grep Ceph 2024-03-20T16:41:41.661 INFO:teuthology.orchestra.run.smithi012.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-20T16:41:41.664 INFO:teuthology.orchestra.run.smithi060.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-20T16:41:41.671 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-20T16:41:41.690 INFO:teuthology.orchestra.run.smithi012.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-20T16:41:41.690 INFO:teuthology.orchestra.run.smithi012.stdout:uid [ unknown] Ceph.com (release key) 2024-03-20T16:41:41.691 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-03-20T16:41:41.692 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:41:41.697 INFO:teuthology.orchestra.run.smithi060.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-20T16:41:41.697 INFO:teuthology.orchestra.run.smithi060.stdout:uid [ unknown] Ceph.com (release key) 2024-03-20T16:41:41.697 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-03-20T16:41:41.697 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:41:41.701 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-20T16:41:41.701 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph.com (release key) 2024-03-20T16:41:41.701 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-03-20T16:41:41.701 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:41:41.837 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default/ 2024-03-20T16:41:41.837 INFO:teuthology.task.install.deb:Package version is 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:41:41.841 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default/ 2024-03-20T16:41:41.841 INFO:teuthology.task.install.deb:Package version is 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:41:41.860 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default/ 2024-03-20T16:41:41.860 INFO:teuthology.task.install.deb:Package version is 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:41:41.957 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:41:41.957 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-20T16:41:41.969 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:41:41.969 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-20T16:41:41.971 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-03-20T16:41:41.984 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2024-03-20T16:41:42.006 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:41:42.006 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-20T16:41:42.021 DEBUG:teuthology.orchestra.run.smithi012:> sudo apt-get update 2024-03-20T16:41:42.141 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:41:42.141 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-20T16:41:42.155 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-20T16:41:42.158 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-20T16:41:42.158 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:41:42.171 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-20T16:41:42.174 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-20T16:41:42.191 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-20T16:41:42.195 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-20T16:41:42.195 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-20T16:41:42.208 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-20T16:41:42.227 INFO:teuthology.orchestra.run.smithi012.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-20T16:41:42.252 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy InRelease 2024-03-20T16:41:42.269 INFO:teuthology.orchestra.run.smithi060.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy InRelease 2024-03-20T16:41:42.287 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-20T16:41:42.306 INFO:teuthology.orchestra.run.smithi012.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy InRelease 2024-03-20T16:41:42.306 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-20T16:41:42.327 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-20T16:41:42.349 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-20T16:41:42.350 INFO:teuthology.orchestra.run.smithi060.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-20T16:41:42.368 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-03-20T16:41:42.386 INFO:teuthology.orchestra.run.smithi012.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-20T16:41:42.387 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-03-20T16:41:42.412 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-20T16:41:42.427 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,412 B] 2024-03-20T16:41:42.434 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-20T16:41:42.470 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-20T16:41:42.508 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 28.8 kB in 0s (82.7 kB/s) 2024-03-20T16:41:42.541 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 28.8 kB in 0s (78.6 kB/s) 2024-03-20T16:41:42.557 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 28.8 kB in 0s (79.9 kB/s) 2024-03-20T16:41:43.479 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-03-20T16:41:43.495 DEBUG:teuthology.orchestra.run.smithi012:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2211-g1baf684b-1jammy cephadm=19.0.0-2211-g1baf684b-1jammy ceph-mds=19.0.0-2211-g1baf684b-1jammy ceph-mgr=19.0.0-2211-g1baf684b-1jammy ceph-common=19.0.0-2211-g1baf684b-1jammy ceph-fuse=19.0.0-2211-g1baf684b-1jammy ceph-test=19.0.0-2211-g1baf684b-1jammy ceph-volume=19.0.0-2211-g1baf684b-1jammy radosgw=19.0.0-2211-g1baf684b-1jammy python3-rados=19.0.0-2211-g1baf684b-1jammy python3-rgw=19.0.0-2211-g1baf684b-1jammy python3-cephfs=19.0.0-2211-g1baf684b-1jammy python3-rbd=19.0.0-2211-g1baf684b-1jammy libcephfs2=19.0.0-2211-g1baf684b-1jammy libcephfs-dev=19.0.0-2211-g1baf684b-1jammy librados2=19.0.0-2211-g1baf684b-1jammy librbd1=19.0.0-2211-g1baf684b-1jammy rbd-fuse=19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:41:43.503 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-20T16:41:43.520 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2211-g1baf684b-1jammy cephadm=19.0.0-2211-g1baf684b-1jammy ceph-mds=19.0.0-2211-g1baf684b-1jammy ceph-mgr=19.0.0-2211-g1baf684b-1jammy ceph-common=19.0.0-2211-g1baf684b-1jammy ceph-fuse=19.0.0-2211-g1baf684b-1jammy ceph-test=19.0.0-2211-g1baf684b-1jammy ceph-volume=19.0.0-2211-g1baf684b-1jammy radosgw=19.0.0-2211-g1baf684b-1jammy python3-rados=19.0.0-2211-g1baf684b-1jammy python3-rgw=19.0.0-2211-g1baf684b-1jammy python3-cephfs=19.0.0-2211-g1baf684b-1jammy python3-rbd=19.0.0-2211-g1baf684b-1jammy libcephfs2=19.0.0-2211-g1baf684b-1jammy libcephfs-dev=19.0.0-2211-g1baf684b-1jammy librados2=19.0.0-2211-g1baf684b-1jammy librbd1=19.0.0-2211-g1baf684b-1jammy rbd-fuse=19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:41:43.554 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-03-20T16:41:43.558 INFO:teuthology.orchestra.run.smithi012.stdout:Reading package lists... 2024-03-20T16:41:43.569 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2211-g1baf684b-1jammy cephadm=19.0.0-2211-g1baf684b-1jammy ceph-mds=19.0.0-2211-g1baf684b-1jammy ceph-mgr=19.0.0-2211-g1baf684b-1jammy ceph-common=19.0.0-2211-g1baf684b-1jammy ceph-fuse=19.0.0-2211-g1baf684b-1jammy ceph-test=19.0.0-2211-g1baf684b-1jammy ceph-volume=19.0.0-2211-g1baf684b-1jammy radosgw=19.0.0-2211-g1baf684b-1jammy python3-rados=19.0.0-2211-g1baf684b-1jammy python3-rgw=19.0.0-2211-g1baf684b-1jammy python3-cephfs=19.0.0-2211-g1baf684b-1jammy python3-rbd=19.0.0-2211-g1baf684b-1jammy libcephfs2=19.0.0-2211-g1baf684b-1jammy libcephfs-dev=19.0.0-2211-g1baf684b-1jammy librados2=19.0.0-2211-g1baf684b-1jammy librbd1=19.0.0-2211-g1baf684b-1jammy rbd-fuse=19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:41:43.572 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-03-20T16:41:43.632 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2024-03-20T16:41:43.744 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-03-20T16:41:43.745 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-03-20T16:41:43.751 INFO:teuthology.orchestra.run.smithi012.stdout:Building dependency tree... 2024-03-20T16:41:43.752 INFO:teuthology.orchestra.run.smithi012.stdout:Reading state information... 2024-03-20T16:41:43.830 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2024-03-20T16:41:43.831 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2024-03-20T16:41:43.901 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:41:43.901 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:41:43.901 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:41:43.902 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:41:43.902 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-20T16:41:43.903 INFO:teuthology.orchestra.run.smithi100.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-20T16:41:43.904 INFO:teuthology.orchestra.run.smithi100.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-20T16:41:43.904 INFO:teuthology.orchestra.run.smithi100.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-20T16:41:43.904 INFO:teuthology.orchestra.run.smithi100.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-20T16:41:43.904 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-20T16:41:43.905 INFO:teuthology.orchestra.run.smithi100.stdout: xmlstarlet zip 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-20T16:41:43.906 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-03-20T16:41:43.907 INFO:teuthology.orchestra.run.smithi100.stdout: btrfs-tools 2024-03-20T16:41:43.937 INFO:teuthology.orchestra.run.smithi012.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:41:43.937 INFO:teuthology.orchestra.run.smithi012.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:41:43.937 INFO:teuthology.orchestra.run.smithi012.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:41:43.937 INFO:teuthology.orchestra.run.smithi012.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:41:43.937 INFO:teuthology.orchestra.run.smithi012.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-20T16:41:43.938 INFO:teuthology.orchestra.run.smithi012.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-20T16:41:43.938 INFO:teuthology.orchestra.run.smithi012.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:41:43.938 INFO:teuthology.orchestra.run.smithi012.stdout:The following additional packages will be installed: 2024-03-20T16:41:43.938 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-20T16:41:43.938 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-20T16:41:43.940 INFO:teuthology.orchestra.run.smithi012.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-20T16:41:43.941 INFO:teuthology.orchestra.run.smithi012.stdout: xmlstarlet zip 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout:Suggested packages: 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout:Recommended packages: 2024-03-20T16:41:43.942 INFO:teuthology.orchestra.run.smithi012.stdout: btrfs-tools 2024-03-20T16:41:44.005 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-03-20T16:41:44.005 INFO:teuthology.orchestra.run.smithi100.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-20T16:41:44.006 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-20T16:41:44.007 INFO:teuthology.orchestra.run.smithi100.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-20T16:41:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2024-03-20T16:41:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-20T16:41:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-20T16:41:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-20T16:41:44.017 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-20T16:41:44.017 INFO:teuthology.orchestra.run.smithi060.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-20T16:41:44.017 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-20T16:41:44.017 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2024-03-20T16:41:44.017 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-20T16:41:44.017 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-20T16:41:44.019 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-20T16:41:44.020 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet zip 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2024-03-20T16:41:44.021 INFO:teuthology.orchestra.run.smithi060.stdout: btrfs-tools 2024-03-20T16:41:44.049 INFO:teuthology.orchestra.run.smithi012.stdout:The following NEW packages will be installed: 2024-03-20T16:41:44.049 INFO:teuthology.orchestra.run.smithi012.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-20T16:41:44.049 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-20T16:41:44.050 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-20T16:41:44.051 INFO:teuthology.orchestra.run.smithi012.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-20T16:41:44.052 INFO:teuthology.orchestra.run.smithi012.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-20T16:41:44.053 INFO:teuthology.orchestra.run.smithi012.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-20T16:41:44.053 INFO:teuthology.orchestra.run.smithi012.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-20T16:41:44.053 INFO:teuthology.orchestra.run.smithi012.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-20T16:41:44.053 INFO:teuthology.orchestra.run.smithi012.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-20T16:41:44.078 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-20T16:41:44.078 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 178 MB of archives. 2024-03-20T16:41:44.078 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 736 MB of additional disk space will be used. 2024-03-20T16:41:44.078 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-20T16:41:44.127 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2024-03-20T16:41:44.127 INFO:teuthology.orchestra.run.smithi060.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-20T16:41:44.128 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-20T16:41:44.128 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-20T16:41:44.128 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-20T16:41:44.128 INFO:teuthology.orchestra.run.smithi060.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-20T16:41:44.128 INFO:teuthology.orchestra.run.smithi060.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-20T16:41:44.129 INFO:teuthology.orchestra.run.smithi060.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-20T16:41:44.129 INFO:teuthology.orchestra.run.smithi060.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-20T16:41:44.129 INFO:teuthology.orchestra.run.smithi060.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-20T16:41:44.130 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-20T16:41:44.131 INFO:teuthology.orchestra.run.smithi060.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-20T16:41:44.131 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-20T16:41:44.131 INFO:teuthology.orchestra.run.smithi060.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-20T16:41:44.131 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-20T16:41:44.131 INFO:teuthology.orchestra.run.smithi060.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-20T16:41:44.148 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2211-g1baf684b-1jammy [3,556 kB] 2024-03-20T16:41:44.191 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-20T16:41:44.194 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-20T16:41:44.215 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-20T16:41:44.239 INFO:teuthology.orchestra.run.smithi012.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-20T16:41:44.240 INFO:teuthology.orchestra.run.smithi012.stdout:Need to get 178 MB of archives. 2024-03-20T16:41:44.240 INFO:teuthology.orchestra.run.smithi012.stdout:After this operation, 736 MB of additional disk space will be used. 2024-03-20T16:41:44.240 INFO:teuthology.orchestra.run.smithi012.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-20T16:41:44.273 INFO:teuthology.orchestra.run.smithi012.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2211-g1baf684b-1jammy [3,556 kB] 2024-03-20T16:41:44.285 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-20T16:41:44.290 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-20T16:41:44.304 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-20T16:41:44.310 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-20T16:41:44.310 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-20T16:41:44.311 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-20T16:41:44.316 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-20T16:41:44.316 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 178 MB of archives. 2024-03-20T16:41:44.316 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 736 MB of additional disk space will be used. 2024-03-20T16:41:44.316 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-20T16:41:44.322 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-20T16:41:44.325 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-20T16:41:44.328 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-20T16:41:44.330 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-20T16:41:44.349 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-20T16:41:44.352 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-20T16:41:44.354 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-20T16:41:44.357 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-20T16:41:44.358 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-20T16:41:44.358 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:41:44.367 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2211-g1baf684b-1jammy [3,556 kB] 2024-03-20T16:41:44.369 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-20T16:41:44.370 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-20T16:41:44.370 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-20T16:41:44.372 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-20T16:41:44.390 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-20T16:41:44.390 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-20T16:41:44.391 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-20T16:41:44.394 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-20T16:41:44.395 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-20T16:41:44.396 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-20T16:41:44.411 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:41:44.412 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-20T16:41:44.413 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-20T16:41:44.413 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-20T16:41:44.432 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-20T16:41:44.433 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-20T16:41:44.433 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-20T16:41:44.440 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-20T16:41:44.441 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-20T16:41:44.442 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-20T16:41:44.452 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-20T16:41:44.454 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-20T16:41:44.457 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-20T16:41:44.458 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:41:44.462 INFO:teuthology.orchestra.run.smithi100.stdout:Get:46 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2211-g1baf684b-1jammy [3,223 kB] 2024-03-20T16:41:44.473 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:41:44.474 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:41:44.477 INFO:teuthology.orchestra.run.smithi100.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-20T16:41:44.478 INFO:teuthology.orchestra.run.smithi100.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-20T16:41:44.479 INFO:teuthology.orchestra.run.smithi100.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-20T16:41:44.482 INFO:teuthology.orchestra.run.smithi100.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-03-20T16:41:44.562 INFO:teuthology.orchestra.run.smithi100.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-20T16:41:44.563 INFO:teuthology.orchestra.run.smithi100.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-20T16:41:44.565 INFO:teuthology.orchestra.run.smithi100.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-20T16:41:44.566 INFO:teuthology.orchestra.run.smithi100.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-20T16:41:44.568 INFO:teuthology.orchestra.run.smithi100.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-20T16:41:44.592 INFO:teuthology.orchestra.run.smithi100.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-20T16:41:44.594 INFO:teuthology.orchestra.run.smithi100.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-20T16:41:44.595 INFO:teuthology.orchestra.run.smithi100.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-20T16:41:44.617 INFO:teuthology.orchestra.run.smithi100.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2211-g1baf684b-1jammy [712 kB] 2024-03-20T16:41:44.621 INFO:teuthology.orchestra.run.smithi100.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-20T16:41:44.622 INFO:teuthology.orchestra.run.smithi100.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-20T16:41:44.631 INFO:teuthology.orchestra.run.smithi100.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-20T16:41:44.632 INFO:teuthology.orchestra.run.smithi100.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-20T16:41:44.632 INFO:teuthology.orchestra.run.smithi100.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-20T16:41:44.633 INFO:teuthology.orchestra.run.smithi100.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-20T16:41:44.633 INFO:teuthology.orchestra.run.smithi100.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-20T16:41:44.634 INFO:teuthology.orchestra.run.smithi100.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-20T16:41:44.638 INFO:teuthology.orchestra.run.smithi100.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-20T16:41:44.653 INFO:teuthology.orchestra.run.smithi100.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2211-g1baf684b-1jammy [356 kB] 2024-03-20T16:41:44.653 INFO:teuthology.orchestra.run.smithi100.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-20T16:41:44.655 INFO:teuthology.orchestra.run.smithi100.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-20T16:41:44.655 INFO:teuthology.orchestra.run.smithi100.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-20T16:41:44.672 INFO:teuthology.orchestra.run.smithi012.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-20T16:41:44.675 INFO:teuthology.orchestra.run.smithi100.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2211-g1baf684b-1jammy [32.8 kB] 2024-03-20T16:41:44.677 INFO:teuthology.orchestra.run.smithi100.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-20T16:41:44.677 INFO:teuthology.orchestra.run.smithi100.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2211-g1baf684b-1jammy [180 kB] 2024-03-20T16:41:44.680 INFO:teuthology.orchestra.run.smithi100.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-20T16:41:44.681 INFO:teuthology.orchestra.run.smithi100.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-20T16:41:44.682 INFO:teuthology.orchestra.run.smithi100.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-20T16:41:44.686 INFO:teuthology.orchestra.run.smithi100.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2211-g1baf684b-1jammy [64.8 kB] 2024-03-20T16:41:44.687 INFO:teuthology.orchestra.run.smithi100.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-20T16:41:44.687 INFO:teuthology.orchestra.run.smithi100.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-20T16:41:44.690 INFO:teuthology.orchestra.run.smithi100.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2211-g1baf684b-1jammy [330 kB] 2024-03-20T16:41:44.690 INFO:teuthology.orchestra.run.smithi012.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-20T16:41:44.691 INFO:teuthology.orchestra.run.smithi100.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-20T16:41:44.703 INFO:teuthology.orchestra.run.smithi100.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-20T16:41:44.704 INFO:teuthology.orchestra.run.smithi100.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-20T16:41:44.705 INFO:teuthology.orchestra.run.smithi100.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-20T16:41:44.705 INFO:teuthology.orchestra.run.smithi100.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2211-g1baf684b-1jammy [6,659 kB] 2024-03-20T16:41:44.724 INFO:teuthology.orchestra.run.smithi100.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-20T16:41:44.725 INFO:teuthology.orchestra.run.smithi100.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-20T16:41:44.732 INFO:teuthology.orchestra.run.smithi100.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-20T16:41:44.733 INFO:teuthology.orchestra.run.smithi100.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-20T16:41:44.733 INFO:teuthology.orchestra.run.smithi100.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-20T16:41:44.735 INFO:teuthology.orchestra.run.smithi100.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-20T16:41:44.736 INFO:teuthology.orchestra.run.smithi100.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-20T16:41:44.754 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-20T16:41:44.778 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-20T16:41:44.798 INFO:teuthology.orchestra.run.smithi012.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-20T16:41:44.921 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-20T16:41:45.066 INFO:teuthology.orchestra.run.smithi100.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2211-g1baf684b-1jammy [112 kB] 2024-03-20T16:41:45.071 INFO:teuthology.orchestra.run.smithi100.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2211-g1baf684b-1jammy [467 kB] 2024-03-20T16:41:45.095 INFO:teuthology.orchestra.run.smithi100.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2211-g1baf684b-1jammy [25.0 MB] 2024-03-20T16:41:45.136 INFO:teuthology.orchestra.run.smithi012.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-20T16:41:45.154 INFO:teuthology.orchestra.run.smithi012.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-20T16:41:45.189 INFO:teuthology.orchestra.run.smithi012.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-20T16:41:45.201 INFO:teuthology.orchestra.run.smithi012.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-20T16:41:45.203 INFO:teuthology.orchestra.run.smithi012.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-20T16:41:45.205 INFO:teuthology.orchestra.run.smithi012.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-20T16:41:45.236 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-20T16:41:45.248 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-20T16:41:45.250 INFO:teuthology.orchestra.run.smithi012.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-20T16:41:45.309 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-20T16:41:45.329 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-20T16:41:45.330 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-20T16:41:45.331 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-20T16:41:45.359 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-20T16:41:45.418 INFO:teuthology.orchestra.run.smithi012.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-20T16:41:45.528 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-20T16:41:45.719 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2211-g1baf684b-1jammy [3,223 kB] 2024-03-20T16:41:45.762 INFO:teuthology.orchestra.run.smithi012.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2211-g1baf684b-1jammy [3,223 kB] 2024-03-20T16:41:45.825 INFO:teuthology.orchestra.run.smithi012.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-20T16:41:45.860 INFO:teuthology.orchestra.run.smithi012.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-20T16:41:45.862 INFO:teuthology.orchestra.run.smithi012.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-20T16:41:45.939 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-20T16:41:45.941 INFO:teuthology.orchestra.run.smithi012.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-20T16:41:45.973 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-20T16:41:45.975 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-20T16:41:45.993 INFO:teuthology.orchestra.run.smithi012.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-20T16:41:46.035 INFO:teuthology.orchestra.run.smithi012.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-20T16:41:46.043 INFO:teuthology.orchestra.run.smithi012.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-20T16:41:46.047 INFO:teuthology.orchestra.run.smithi012.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-20T16:41:46.056 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-20T16:41:46.060 INFO:teuthology.orchestra.run.smithi012.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-20T16:41:46.061 INFO:teuthology.orchestra.run.smithi012.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-20T16:41:46.108 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-20T16:41:46.131 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-20T16:41:46.151 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-20T16:41:46.152 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-20T16:41:46.183 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-20T16:41:46.183 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-20T16:41:46.229 INFO:teuthology.orchestra.run.smithi012.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-20T16:41:46.316 INFO:teuthology.orchestra.run.smithi012.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-20T16:41:46.342 INFO:teuthology.orchestra.run.smithi012.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-20T16:41:46.349 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-20T16:41:46.359 INFO:teuthology.orchestra.run.smithi012.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-20T16:41:46.392 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2211-g1baf684b-1jammy [712 kB] 2024-03-20T16:41:46.406 INFO:teuthology.orchestra.run.smithi012.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-20T16:41:46.431 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-20T16:41:46.460 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-20T16:41:46.473 INFO:teuthology.orchestra.run.smithi100.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2211-g1baf684b-1jammy [5,083 kB] 2024-03-20T16:41:46.478 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-20T16:41:46.521 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-20T16:41:46.537 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2211-g1baf684b-1jammy [356 kB] 2024-03-20T16:41:46.604 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2211-g1baf684b-1jammy [32.8 kB] 2024-03-20T16:41:46.605 INFO:teuthology.orchestra.run.smithi060.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2211-g1baf684b-1jammy [180 kB] 2024-03-20T16:41:46.624 INFO:teuthology.orchestra.run.smithi060.stdout:Get:34 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2211-g1baf684b-1jammy [64.8 kB] 2024-03-20T16:41:46.627 INFO:teuthology.orchestra.run.smithi060.stdout:Get:35 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2211-g1baf684b-1jammy [330 kB] 2024-03-20T16:41:46.638 INFO:teuthology.orchestra.run.smithi012.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-20T16:41:46.673 INFO:teuthology.orchestra.run.smithi012.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-20T16:41:46.676 INFO:teuthology.orchestra.run.smithi100.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2211-g1baf684b-1jammy [244 kB] 2024-03-20T16:41:46.680 INFO:teuthology.orchestra.run.smithi012.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-20T16:41:46.684 INFO:teuthology.orchestra.run.smithi012.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-20T16:41:46.690 INFO:teuthology.orchestra.run.smithi100.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2211-g1baf684b-1jammy [124 kB] 2024-03-20T16:41:46.696 INFO:teuthology.orchestra.run.smithi100.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2211-g1baf684b-1jammy [1,524 kB] 2024-03-20T16:41:46.701 INFO:teuthology.orchestra.run.smithi060.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2211-g1baf684b-1jammy [6,659 kB] 2024-03-20T16:41:46.702 INFO:teuthology.orchestra.run.smithi012.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-20T16:41:46.706 INFO:teuthology.orchestra.run.smithi012.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-20T16:41:46.737 INFO:teuthology.orchestra.run.smithi060.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-20T16:41:46.758 INFO:teuthology.orchestra.run.smithi060.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-20T16:41:46.765 INFO:teuthology.orchestra.run.smithi060.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-20T16:41:46.769 INFO:teuthology.orchestra.run.smithi060.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-03-20T16:41:46.784 INFO:teuthology.orchestra.run.smithi100.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2211-g1baf684b-1jammy [6,253 kB] 2024-03-20T16:41:46.788 INFO:teuthology.orchestra.run.smithi060.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-20T16:41:46.791 INFO:teuthology.orchestra.run.smithi060.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-20T16:41:46.874 INFO:teuthology.orchestra.run.smithi012.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-20T16:41:46.934 INFO:teuthology.orchestra.run.smithi012.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2211-g1baf684b-1jammy [712 kB] 2024-03-20T16:41:46.958 INFO:teuthology.orchestra.run.smithi060.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-20T16:41:47.200 INFO:teuthology.orchestra.run.smithi012.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-20T16:41:47.213 INFO:teuthology.orchestra.run.smithi012.stdout:Get:39 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2211-g1baf684b-1jammy [356 kB] 2024-03-20T16:41:47.235 INFO:teuthology.orchestra.run.smithi100.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2211-g1baf684b-1jammy [22.8 MB] 2024-03-20T16:41:47.240 INFO:teuthology.orchestra.run.smithi012.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-20T16:41:47.253 INFO:teuthology.orchestra.run.smithi012.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-20T16:41:47.275 INFO:teuthology.orchestra.run.smithi060.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-20T16:41:47.313 INFO:teuthology.orchestra.run.smithi060.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-20T16:41:47.323 INFO:teuthology.orchestra.run.smithi060.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-20T16:41:47.372 INFO:teuthology.orchestra.run.smithi012.stdout:Get:42 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2211-g1baf684b-1jammy [32.8 kB] 2024-03-20T16:41:47.373 INFO:teuthology.orchestra.run.smithi012.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2211-g1baf684b-1jammy [180 kB] 2024-03-20T16:41:47.475 INFO:teuthology.orchestra.run.smithi012.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2211-g1baf684b-1jammy [64.8 kB] 2024-03-20T16:41:47.480 INFO:teuthology.orchestra.run.smithi012.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2211-g1baf684b-1jammy [330 kB] 2024-03-20T16:41:47.511 INFO:teuthology.orchestra.run.smithi012.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-20T16:41:47.512 INFO:teuthology.orchestra.run.smithi012.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-20T16:41:47.518 INFO:teuthology.orchestra.run.smithi012.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-20T16:41:47.522 INFO:teuthology.orchestra.run.smithi012.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-20T16:41:47.540 INFO:teuthology.orchestra.run.smithi012.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-20T16:41:47.565 INFO:teuthology.orchestra.run.smithi060.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-20T16:41:47.566 INFO:teuthology.orchestra.run.smithi060.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-20T16:41:47.580 INFO:teuthology.orchestra.run.smithi060.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-20T16:41:47.584 INFO:teuthology.orchestra.run.smithi012.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-20T16:41:47.590 INFO:teuthology.orchestra.run.smithi012.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2211-g1baf684b-1jammy [6,659 kB] 2024-03-20T16:41:47.594 INFO:teuthology.orchestra.run.smithi060.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-20T16:41:47.598 INFO:teuthology.orchestra.run.smithi012.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-20T16:41:47.621 INFO:teuthology.orchestra.run.smithi060.stdout:Get:51 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2211-g1baf684b-1jammy [112 kB] 2024-03-20T16:41:47.622 INFO:teuthology.orchestra.run.smithi060.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-20T16:41:47.627 INFO:teuthology.orchestra.run.smithi060.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2211-g1baf684b-1jammy [467 kB] 2024-03-20T16:41:47.644 INFO:teuthology.orchestra.run.smithi060.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-20T16:41:47.650 INFO:teuthology.orchestra.run.smithi060.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-20T16:41:47.665 INFO:teuthology.orchestra.run.smithi060.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2211-g1baf684b-1jammy [25.0 MB] 2024-03-20T16:41:47.776 INFO:teuthology.orchestra.run.smithi012.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-20T16:41:47.826 INFO:teuthology.orchestra.run.smithi060.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-03-20T16:41:48.038 INFO:teuthology.orchestra.run.smithi012.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-20T16:41:48.090 INFO:teuthology.orchestra.run.smithi060.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-03-20T16:41:48.218 INFO:teuthology.orchestra.run.smithi012.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-20T16:41:48.231 INFO:teuthology.orchestra.run.smithi012.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-20T16:41:48.262 INFO:teuthology.orchestra.run.smithi012.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-20T16:41:48.269 INFO:teuthology.orchestra.run.smithi060.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-20T16:41:48.284 INFO:teuthology.orchestra.run.smithi060.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-20T16:41:48.302 INFO:teuthology.orchestra.run.smithi060.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-20T16:41:48.331 INFO:teuthology.orchestra.run.smithi012.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-20T16:41:48.427 INFO:teuthology.orchestra.run.smithi060.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-03-20T16:41:48.680 INFO:teuthology.orchestra.run.smithi100.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2211-g1baf684b-1jammy [14.1 kB] 2024-03-20T16:41:48.680 INFO:teuthology.orchestra.run.smithi100.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2211-g1baf684b-1jammy [870 kB] 2024-03-20T16:41:48.697 INFO:teuthology.orchestra.run.smithi100.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2211-g1baf684b-1jammy [2,384 kB] 2024-03-20T16:41:48.770 INFO:teuthology.orchestra.run.smithi100.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2211-g1baf684b-1jammy [779 kB] 2024-03-20T16:41:48.785 INFO:teuthology.orchestra.run.smithi012.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-20T16:41:48.788 INFO:teuthology.orchestra.run.smithi012.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-20T16:41:48.790 INFO:teuthology.orchestra.run.smithi012.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-20T16:41:48.791 INFO:teuthology.orchestra.run.smithi012.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-20T16:41:48.794 INFO:teuthology.orchestra.run.smithi012.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-20T16:41:48.813 INFO:teuthology.orchestra.run.smithi100.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2211-g1baf684b-1jammy [145 kB] 2024-03-20T16:41:48.829 INFO:teuthology.orchestra.run.smithi100.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2211-g1baf684b-1jammy [1,936 kB] 2024-03-20T16:41:48.907 INFO:teuthology.orchestra.run.smithi060.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-20T16:41:48.909 INFO:teuthology.orchestra.run.smithi060.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-20T16:41:48.913 INFO:teuthology.orchestra.run.smithi060.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-20T16:41:48.913 INFO:teuthology.orchestra.run.smithi060.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-20T16:41:48.916 INFO:teuthology.orchestra.run.smithi060.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-20T16:41:48.945 INFO:teuthology.orchestra.run.smithi100.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2211-g1baf684b-1jammy [8,625 kB] 2024-03-20T16:41:49.017 INFO:teuthology.orchestra.run.smithi012.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-20T16:41:49.133 INFO:teuthology.orchestra.run.smithi060.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-20T16:41:49.436 INFO:teuthology.orchestra.run.smithi100.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2211-g1baf684b-1jammy [14.2 kB] 2024-03-20T16:41:49.437 INFO:teuthology.orchestra.run.smithi100.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2211-g1baf684b-1jammy [50.2 MB] 2024-03-20T16:41:49.445 INFO:teuthology.orchestra.run.smithi012.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-20T16:41:49.451 INFO:teuthology.orchestra.run.smithi012.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-20T16:41:49.573 INFO:teuthology.orchestra.run.smithi060.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-20T16:41:49.578 INFO:teuthology.orchestra.run.smithi060.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-20T16:41:49.777 INFO:teuthology.orchestra.run.smithi012.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-20T16:41:49.777 INFO:teuthology.orchestra.run.smithi012.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-20T16:41:49.781 INFO:teuthology.orchestra.run.smithi012.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-20T16:41:49.782 INFO:teuthology.orchestra.run.smithi012.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-20T16:41:49.788 INFO:teuthology.orchestra.run.smithi012.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-20T16:41:49.790 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:41:49.791 INFO:teuthology.orchestra.run.smithi012.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-20T16:41:49.793 INFO:teuthology.orchestra.run.smithi012.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-20T16:41:49.934 INFO:teuthology.orchestra.run.smithi060.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-20T16:41:49.934 INFO:teuthology.orchestra.run.smithi060.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-20T16:41:49.937 INFO:teuthology.orchestra.run.smithi060.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-20T16:41:49.946 INFO:teuthology.orchestra.run.smithi060.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-20T16:41:49.949 INFO:teuthology.orchestra.run.smithi060.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-20T16:41:49.955 INFO:teuthology.orchestra.run.smithi060.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-03-20T16:41:49.955 INFO:teuthology.orchestra.run.smithi060.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-20T16:41:49.962 INFO:teuthology.orchestra.run.smithi060.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-20T16:41:49.979 INFO:teuthology.orchestra.run.smithi012.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-20T16:41:50.150 INFO:teuthology.orchestra.run.smithi060.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-20T16:41:50.355 INFO:teuthology.orchestra.run.smithi012.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2211-g1baf684b-1jammy [112 kB] 2024-03-20T16:41:50.414 INFO:teuthology.orchestra.run.smithi012.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-20T16:41:50.422 INFO:teuthology.orchestra.run.smithi012.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2211-g1baf684b-1jammy [467 kB] 2024-03-20T16:41:50.465 INFO:teuthology.orchestra.run.smithi012.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-20T16:41:50.496 INFO:teuthology.orchestra.run.smithi012.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-20T16:41:50.565 INFO:teuthology.orchestra.run.smithi060.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-20T16:41:50.589 INFO:teuthology.orchestra.run.smithi012.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2211-g1baf684b-1jammy [25.0 MB] 2024-03-20T16:41:50.596 INFO:teuthology.orchestra.run.smithi012.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-20T16:41:50.613 INFO:teuthology.orchestra.run.smithi060.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-20T16:41:50.638 INFO:teuthology.orchestra.run.smithi012.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-20T16:41:50.647 INFO:teuthology.orchestra.run.smithi060.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-20T16:41:50.650 INFO:teuthology.orchestra.run.smithi012.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-20T16:41:50.655 INFO:teuthology.orchestra.run.smithi012.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-20T16:41:50.707 INFO:teuthology.orchestra.run.smithi012.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-20T16:41:50.709 INFO:teuthology.orchestra.run.smithi012.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-20T16:41:50.732 INFO:teuthology.orchestra.run.smithi012.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-20T16:41:50.743 INFO:teuthology.orchestra.run.smithi060.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-20T16:41:50.784 INFO:teuthology.orchestra.run.smithi060.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-20T16:41:50.795 INFO:teuthology.orchestra.run.smithi060.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-20T16:41:50.800 INFO:teuthology.orchestra.run.smithi060.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-20T16:41:50.847 INFO:teuthology.orchestra.run.smithi060.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-20T16:41:50.851 INFO:teuthology.orchestra.run.smithi060.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-20T16:41:50.872 INFO:teuthology.orchestra.run.smithi060.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-20T16:41:50.898 INFO:teuthology.orchestra.run.smithi012.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-20T16:41:51.039 INFO:teuthology.orchestra.run.smithi060.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-20T16:41:51.074 INFO:teuthology.orchestra.run.smithi060.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2211-g1baf684b-1jammy [5,083 kB] 2024-03-20T16:41:51.176 INFO:teuthology.orchestra.run.smithi012.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-20T16:41:51.197 INFO:teuthology.orchestra.run.smithi012.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-20T16:41:51.306 INFO:teuthology.orchestra.run.smithi060.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-20T16:41:51.324 INFO:teuthology.orchestra.run.smithi060.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-20T16:41:51.349 INFO:teuthology.orchestra.run.smithi012.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-20T16:41:51.380 INFO:teuthology.orchestra.run.smithi012.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-20T16:41:51.485 INFO:teuthology.orchestra.run.smithi060.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-20T16:41:51.533 INFO:teuthology.orchestra.run.smithi060.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-20T16:41:51.626 INFO:teuthology.orchestra.run.smithi012.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-20T16:41:51.630 INFO:teuthology.orchestra.run.smithi012.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-20T16:41:51.631 INFO:teuthology.orchestra.run.smithi012.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-20T16:41:51.652 INFO:teuthology.orchestra.run.smithi060.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2211-g1baf684b-1jammy [244 kB] 2024-03-20T16:41:51.655 INFO:teuthology.orchestra.run.smithi012.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-20T16:41:51.663 INFO:teuthology.orchestra.run.smithi012.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-20T16:41:51.672 INFO:teuthology.orchestra.run.smithi060.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2211-g1baf684b-1jammy [124 kB] 2024-03-20T16:41:51.713 INFO:teuthology.orchestra.run.smithi060.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2211-g1baf684b-1jammy [1,524 kB] 2024-03-20T16:41:51.821 INFO:teuthology.orchestra.run.smithi060.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-20T16:41:51.825 INFO:teuthology.orchestra.run.smithi060.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-20T16:41:51.827 INFO:teuthology.orchestra.run.smithi060.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-20T16:41:51.881 INFO:teuthology.orchestra.run.smithi060.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-20T16:41:51.885 INFO:teuthology.orchestra.run.smithi060.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-20T16:41:51.900 INFO:teuthology.orchestra.run.smithi060.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2211-g1baf684b-1jammy [6,253 kB] 2024-03-20T16:41:52.675 INFO:teuthology.orchestra.run.smithi060.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2211-g1baf684b-1jammy [22.8 MB] 2024-03-20T16:41:52.720 INFO:teuthology.orchestra.run.smithi100.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2211-g1baf684b-1jammy [121 kB] 2024-03-20T16:41:52.722 INFO:teuthology.orchestra.run.smithi100.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2211-g1baf684b-1jammy [38.5 kB] 2024-03-20T16:41:52.723 INFO:teuthology.orchestra.run.smithi100.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2211-g1baf684b-1jammy [13.2 MB] 2024-03-20T16:41:53.463 INFO:teuthology.orchestra.run.smithi100.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2211-g1baf684b-1jammy [91.3 kB] 2024-03-20T16:41:53.985 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 178 MB in 9s (18.8 MB/s) 2024-03-20T16:41:54.126 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-20T16:41:54.224 INFO:teuthology.orchestra.run.smithi100.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 ... 165997 files and directories currently installed.) 2024-03-20T16:41:54.230 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-20T16:41:54.299 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-20T16:41:54.619 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-20T16:41:54.645 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-20T16:41:54.686 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-20T16:41:54.872 INFO:teuthology.orchestra.run.smithi060.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2211-g1baf684b-1jammy [14.1 kB] 2024-03-20T16:41:54.872 INFO:teuthology.orchestra.run.smithi060.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2211-g1baf684b-1jammy [870 kB] 2024-03-20T16:41:54.889 INFO:teuthology.orchestra.run.smithi060.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2211-g1baf684b-1jammy [2,384 kB] 2024-03-20T16:41:55.022 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-20T16:41:55.048 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-20T16:41:55.057 INFO:teuthology.orchestra.run.smithi060.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2211-g1baf684b-1jammy [779 kB] 2024-03-20T16:41:55.089 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-20T16:41:55.105 INFO:teuthology.orchestra.run.smithi060.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2211-g1baf684b-1jammy [145 kB] 2024-03-20T16:41:55.108 INFO:teuthology.orchestra.run.smithi060.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2211-g1baf684b-1jammy [1,936 kB] 2024-03-20T16:41:55.248 INFO:teuthology.orchestra.run.smithi060.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2211-g1baf684b-1jammy [8,625 kB] 2024-03-20T16:41:55.467 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-20T16:41:55.494 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:41:55.534 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:41:55.821 INFO:teuthology.orchestra.run.smithi060.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2211-g1baf684b-1jammy [14.2 kB] 2024-03-20T16:41:55.822 INFO:teuthology.orchestra.run.smithi060.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2211-g1baf684b-1jammy [50.2 MB] 2024-03-20T16:41:55.895 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-20T16:41:55.922 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:41:55.962 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:41:56.306 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-20T16:41:56.333 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:41:56.373 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:41:56.709 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-20T16:41:56.725 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-20T16:41:56.759 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-20T16:41:57.054 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librados2. 2024-03-20T16:41:57.080 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../007-librados2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:41:57.120 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librados2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:41:57.807 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librbd1. 2024-03-20T16:41:57.833 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../008-librbd1_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:41:57.853 INFO:teuthology.orchestra.run.smithi012.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2211-g1baf684b-1jammy [5,083 kB] 2024-03-20T16:41:57.873 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librbd1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:41:58.335 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs2. 2024-03-20T16:41:58.361 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:41:58.401 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:41:58.662 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rados. 2024-03-20T16:41:58.688 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:41:58.720 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rados (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:41:58.830 INFO:teuthology.orchestra.run.smithi012.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2211-g1baf684b-1jammy [244 kB] 2024-03-20T16:41:58.881 INFO:teuthology.orchestra.run.smithi012.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2211-g1baf684b-1jammy [124 kB] 2024-03-20T16:41:58.886 INFO:teuthology.orchestra.run.smithi012.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2211-g1baf684b-1jammy [1,524 kB] 2024-03-20T16:41:59.006 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-20T16:41:59.032 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:41:59.073 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-argparse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:41:59.188 INFO:teuthology.orchestra.run.smithi012.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2211-g1baf684b-1jammy [6,253 kB] 2024-03-20T16:41:59.333 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cephfs. 2024-03-20T16:41:59.349 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:41:59.355 INFO:teuthology.orchestra.run.smithi060.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2211-g1baf684b-1jammy [121 kB] 2024-03-20T16:41:59.357 INFO:teuthology.orchestra.run.smithi060.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2211-g1baf684b-1jammy [38.5 kB] 2024-03-20T16:41:59.358 INFO:teuthology.orchestra.run.smithi060.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2211-g1baf684b-1jammy [13.2 MB] 2024-03-20T16:41:59.392 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cephfs (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:41:59.686 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-20T16:41:59.712 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:41:59.753 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:00.114 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-20T16:42:00.132 INFO:teuthology.orchestra.run.smithi060.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2211-g1baf684b-1jammy [91.3 kB] 2024-03-20T16:42:00.140 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-20T16:42:00.181 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-20T16:42:00.277 INFO:teuthology.orchestra.run.smithi012.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2211-g1baf684b-1jammy [22.8 MB] 2024-03-20T16:42:00.467 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-prettytable. 2024-03-20T16:42:00.493 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-20T16:42:00.525 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-20T16:42:00.710 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 178 MB in 16s (11.1 MB/s) 2024-03-20T16:42:00.794 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rbd. 2024-03-20T16:42:00.809 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:00.849 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-20T16:42:00.853 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rbd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:00.950 INFO:teuthology.orchestra.run.smithi060.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 ... 165997 files and directories currently installed.) 2024-03-20T16:42:00.956 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-20T16:42:01.031 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-20T16:42:01.205 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-20T16:42:01.232 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-20T16:42:01.272 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-20T16:42:01.376 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-20T16:42:01.403 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-20T16:42:01.443 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-20T16:42:01.549 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-20T16:42:01.564 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-20T16:42:01.599 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-20T16:42:01.796 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-20T16:42:01.823 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-20T16:42:01.852 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-20T16:42:01.862 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-20T16:42:01.867 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-20T16:42:01.911 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-20T16:42:02.231 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua5.1. 2024-03-20T16:42:02.249 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-20T16:42:02.257 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-20T16:42:02.276 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:42:02.297 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-20T16:42:02.316 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:42:02.625 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-any. 2024-03-20T16:42:02.640 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-20T16:42:02.683 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-20T16:42:02.719 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-20T16:42:02.746 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:42:02.786 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:42:02.928 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package zip. 2024-03-20T16:42:02.954 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-20T16:42:02.986 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking zip (3.0-12build2) ... 2024-03-20T16:42:03.130 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-20T16:42:03.158 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:42:03.197 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:42:03.322 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package unzip. 2024-03-20T16:42:03.349 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-20T16:42:03.389 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-20T16:42:03.558 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-20T16:42:03.585 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-20T16:42:03.625 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-20T16:42:03.768 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package luarocks. 2024-03-20T16:42:03.794 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-20T16:42:03.834 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-20T16:42:04.136 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librados2. 2024-03-20T16:42:04.163 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../007-librados2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:04.175 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librgw2. 2024-03-20T16:42:04.202 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../025-librgw2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:04.203 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librados2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:04.242 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librgw2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:04.689 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librbd1. 2024-03-20T16:42:04.716 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../008-librbd1_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:04.756 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librbd1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:04.777 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rgw. 2024-03-20T16:42:04.793 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:04.836 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:05.101 INFO:teuthology.orchestra.run.smithi012.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2211-g1baf684b-1jammy [14.1 kB] 2024-03-20T16:42:05.101 INFO:teuthology.orchestra.run.smithi012.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2211-g1baf684b-1jammy [870 kB] 2024-03-20T16:42:05.175 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libcephfs2. 2024-03-20T16:42:05.180 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-20T16:42:05.202 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:05.207 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-20T16:42:05.233 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libcephfs2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:05.247 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-20T16:42:05.362 INFO:teuthology.orchestra.run.smithi012.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2211-g1baf684b-1jammy [2,384 kB] 2024-03-20T16:42:05.519 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rados. 2024-03-20T16:42:05.546 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:05.550 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libradosstriper1. 2024-03-20T16:42:05.576 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:05.586 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rados (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:05.608 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libradosstriper1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:05.914 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-20T16:42:05.941 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:05.980 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-ceph-argparse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:06.020 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-common. 2024-03-20T16:42:06.046 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:06.086 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:06.233 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cephfs. 2024-03-20T16:42:06.260 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:06.300 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cephfs (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:06.462 INFO:teuthology.orchestra.run.smithi012.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2211-g1baf684b-1jammy [779 kB] 2024-03-20T16:42:06.611 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-20T16:42:06.638 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:06.677 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:06.849 INFO:teuthology.orchestra.run.smithi012.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2211-g1baf684b-1jammy [145 kB] 2024-03-20T16:42:06.907 INFO:teuthology.orchestra.run.smithi012.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2211-g1baf684b-1jammy [1,936 kB] 2024-03-20T16:42:06.989 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-20T16:42:07.016 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-20T16:42:07.055 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-20T16:42:07.308 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-base. 2024-03-20T16:42:07.334 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:07.375 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-prettytable. 2024-03-20T16:42:07.392 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-base (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:07.402 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-20T16:42:07.441 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-20T16:42:07.649 INFO:teuthology.orchestra.run.smithi012.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2211-g1baf684b-1jammy [8,625 kB] 2024-03-20T16:42:07.694 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rbd. 2024-03-20T16:42:07.710 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:07.744 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rbd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:07.987 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-20T16:42:08.014 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-20T16:42:08.089 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-20T16:42:08.116 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-20T16:42:08.155 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-20T16:42:08.237 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-20T16:42:08.433 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-20T16:42:08.449 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-20T16:42:08.483 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-20T16:42:08.540 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cheroot. 2024-03-20T16:42:08.566 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-20T16:42:08.606 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-20T16:42:08.778 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-20T16:42:08.805 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-20T16:42:08.844 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-20T16:42:08.910 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-20T16:42:08.936 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-20T16:42:08.968 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-20T16:42:09.246 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-20T16:42:09.272 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-20T16:42:09.331 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua5.1. 2024-03-20T16:42:09.337 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-20T16:42:09.358 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-20T16:42:09.397 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-20T16:42:09.640 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-20T16:42:09.666 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-20T16:42:09.706 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-20T16:42:09.717 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-any. 2024-03-20T16:42:09.733 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-20T16:42:09.800 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-20T16:42:10.010 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempora. 2024-03-20T16:42:10.027 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-20T16:42:10.037 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package zip. 2024-03-20T16:42:10.053 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-20T16:42:10.068 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-20T16:42:10.094 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking zip (3.0-12build2) ... 2024-03-20T16:42:10.320 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-portend. 2024-03-20T16:42:10.336 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-20T16:42:10.370 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-20T16:42:10.390 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package unzip. 2024-03-20T16:42:10.417 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-20T16:42:10.456 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-20T16:42:10.637 INFO:teuthology.orchestra.run.smithi012.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2211-g1baf684b-1jammy [14.2 kB] 2024-03-20T16:42:10.638 INFO:teuthology.orchestra.run.smithi012.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2211-g1baf684b-1jammy [50.2 MB] 2024-03-20T16:42:10.673 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-20T16:42:10.699 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-20T16:42:10.739 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-20T16:42:10.852 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package luarocks. 2024-03-20T16:42:10.878 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-20T16:42:10.918 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-20T16:42:11.034 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-20T16:42:11.060 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-20T16:42:11.101 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-20T16:42:11.301 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package librgw2. 2024-03-20T16:42:11.328 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../025-librgw2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:11.368 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking librgw2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:11.438 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-natsort. 2024-03-20T16:42:11.464 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-20T16:42:11.504 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-20T16:42:11.816 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-logutils. 2024-03-20T16:42:11.842 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-20T16:42:11.882 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-20T16:42:11.903 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rgw. 2024-03-20T16:42:11.920 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:11.953 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:12.168 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-20T16:42:12.195 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-20T16:42:12.227 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-20T16:42:12.290 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-20T16:42:12.317 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-20T16:42:12.356 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-20T16:42:12.538 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-mako. 2024-03-20T16:42:12.564 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-20T16:42:12.604 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-20T16:42:12.668 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libradosstriper1. 2024-03-20T16:42:12.695 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:12.734 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libradosstriper1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:12.932 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-20T16:42:12.958 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-20T16:42:12.999 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-20T16:42:13.113 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-common. 2024-03-20T16:42:13.140 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:13.171 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:13.310 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-20T16:42:13.337 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-20T16:42:13.377 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-20T16:42:13.646 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webob. 2024-03-20T16:42:13.673 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-20T16:42:13.704 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-20T16:42:13.982 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-waitress. 2024-03-20T16:42:14.009 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-20T16:42:14.052 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-20T16:42:14.419 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempita. 2024-03-20T16:42:14.445 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-20T16:42:14.485 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-20T16:42:14.746 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-paste. 2024-03-20T16:42:14.773 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-20T16:42:14.804 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-20T16:42:15.132 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-20T16:42:15.148 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-20T16:42:15.185 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-base. 2024-03-20T16:42:15.190 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-20T16:42:15.212 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:15.261 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-base (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:15.469 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-20T16:42:15.495 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-20T16:42:15.527 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-20T16:42:15.830 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webtest. 2024-03-20T16:42:15.847 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-20T16:42:15.856 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-20T16:42:15.874 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-20T16:42:15.896 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-20T16:42:15.914 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-20T16:42:16.217 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cheroot. 2024-03-20T16:42:16.224 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pecan. 2024-03-20T16:42:16.244 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-20T16:42:16.251 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-20T16:42:16.283 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-20T16:42:16.290 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-20T16:42:16.578 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-20T16:42:16.605 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-20T16:42:16.636 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-20T16:42:16.662 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-certifi. 2024-03-20T16:42:16.689 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-20T16:42:16.728 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-20T16:42:16.950 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-20T16:42:16.976 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-20T16:42:17.016 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-20T16:42:17.065 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-idna. 2024-03-20T16:42:17.091 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-20T16:42:17.131 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-20T16:42:17.319 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-20T16:42:17.346 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-20T16:42:17.386 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-20T16:42:17.409 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-urllib3. 2024-03-20T16:42:17.425 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-20T16:42:17.459 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-20T16:42:17.639 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-tempora. 2024-03-20T16:42:17.665 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-20T16:42:17.705 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-20T16:42:18.017 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-portend. 2024-03-20T16:42:18.044 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-20T16:42:18.083 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-20T16:42:18.386 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-20T16:42:18.413 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-20T16:42:18.453 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-20T16:42:18.571 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests. 2024-03-20T16:42:18.598 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-20T16:42:18.637 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-20T16:42:18.714 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-20T16:42:18.741 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-20T16:42:18.772 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-20T16:42:18.940 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-20T16:42:18.967 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-20T16:42:19.007 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-20T16:42:19.118 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-natsort. 2024-03-20T16:42:19.145 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-20T16:42:19.184 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-20T16:42:19.277 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-20T16:42:19.300 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:19.343 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:19.704 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-logutils. 2024-03-20T16:42:19.731 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-20T16:42:19.739 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-20T16:42:19.767 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:19.771 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-20T16:42:19.806 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:20.057 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-20T16:42:20.085 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-20T16:42:20.109 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-20T16:42:20.124 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-20T16:42:20.136 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-20T16:42:20.167 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-20T16:42:20.394 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-mako. 2024-03-20T16:42:20.403 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-openssl. 2024-03-20T16:42:20.419 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-20T16:42:20.420 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-20T16:42:20.453 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-20T16:42:20.460 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-20T16:42:20.790 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr. 2024-03-20T16:42:20.805 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-20T16:42:20.816 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:20.832 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-20T16:42:20.856 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:20.871 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-20T16:42:21.175 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-20T16:42:21.202 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-20T16:42:21.241 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-20T16:42:21.268 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mon. 2024-03-20T16:42:21.295 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:21.334 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mon (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:21.536 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-webob. 2024-03-20T16:42:21.562 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-20T16:42:21.602 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-20T16:42:21.921 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-osd. 2024-03-20T16:42:21.939 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-waitress. 2024-03-20T16:42:21.947 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:21.965 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-20T16:42:21.979 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-osd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:22.008 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-20T16:42:22.317 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-tempita. 2024-03-20T16:42:22.344 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-20T16:42:22.383 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-20T16:42:22.628 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-paste. 2024-03-20T16:42:22.655 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-20T16:42:22.686 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-20T16:42:23.022 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-20T16:42:23.023 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph. 2024-03-20T16:42:23.038 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-20T16:42:23.039 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../066-ceph_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:23.081 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-20T16:42:23.082 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:23.342 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-20T16:42:23.358 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-20T16:42:23.400 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-20T16:42:23.401 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-fuse. 2024-03-20T16:42:23.429 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:23.468 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:23.704 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-webtest. 2024-03-20T16:42:23.731 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-20T16:42:23.770 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-20T16:42:23.996 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mds. 2024-03-20T16:42:24.023 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:24.054 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mds (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:24.100 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pecan. 2024-03-20T16:42:24.127 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-20T16:42:24.173 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-20T16:42:24.432 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package cephadm. 2024-03-20T16:42:24.459 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../069-cephadm_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:24.499 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:24.545 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-certifi. 2024-03-20T16:42:24.571 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-20T16:42:24.611 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-20T16:42:24.835 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-20T16:42:24.862 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-20T16:42:24.893 INFO:teuthology.orchestra.run.smithi012.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2211-g1baf684b-1jammy [121 kB] 2024-03-20T16:42:24.896 INFO:teuthology.orchestra.run.smithi012.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2211-g1baf684b-1jammy [38.5 kB] 2024-03-20T16:42:24.897 INFO:teuthology.orchestra.run.smithi012.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2211-g1baf684b-1jammy [13.2 MB] 2024-03-20T16:42:24.916 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-20T16:42:24.922 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-idna. 2024-03-20T16:42:24.949 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-20T16:42:24.989 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-20T16:42:25.279 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-20T16:42:25.284 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-urllib3. 2024-03-20T16:42:25.306 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-20T16:42:25.311 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-20T16:42:25.345 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:25.350 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-20T16:42:25.654 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-requests. 2024-03-20T16:42:25.681 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-20T16:42:25.720 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-20T16:42:26.032 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-20T16:42:26.058 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-20T16:42:26.098 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-20T16:42:26.368 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-20T16:42:26.375 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-babel. 2024-03-20T16:42:26.395 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:26.403 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-20T16:42:26.435 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:26.442 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:26.770 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jinja2. 2024-03-20T16:42:26.797 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-20T16:42:26.831 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-20T16:42:26.837 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-20T16:42:26.858 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:26.898 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:27.005 INFO:teuthology.orchestra.run.smithi012.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2211-g1baf684b-1jammy [91.3 kB] 2024-03-20T16:42:27.189 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-20T16:42:27.192 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-20T16:42:27.217 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:27.219 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-20T16:42:27.256 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:27.259 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-20T16:42:27.545 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-openssl. 2024-03-20T16:42:27.572 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-20T16:42:27.589 INFO:teuthology.orchestra.run.smithi012.stdout:Fetched 178 MB in 43s (4,138 kB/s) 2024-03-20T16:42:27.601 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-20T16:42:27.611 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-20T16:42:27.628 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-20T16:42:27.667 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-20T16:42:27.764 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-20T16:42:27.867 INFO:teuthology.orchestra.run.smithi012.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 ... 165997 files and directories currently installed.) 2024-03-20T16:42:27.873 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-20T16:42:27.928 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-routes. 2024-03-20T16:42:27.944 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-20T16:42:27.971 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-20T16:42:27.981 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr. 2024-03-20T16:42:27.994 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-20T16:42:28.008 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:28.048 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:28.298 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-20T16:42:28.316 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-20T16:42:28.325 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:28.343 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-20T16:42:28.356 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:28.383 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-20T16:42:28.410 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mon. 2024-03-20T16:42:28.437 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:28.484 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mon (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:28.702 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-20T16:42:28.729 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-20T16:42:28.769 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-20T16:42:28.852 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-20T16:42:28.879 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-20T16:42:28.918 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-20T16:42:29.097 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-osd. 2024-03-20T16:42:29.124 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:29.131 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-20T16:42:29.158 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:42:29.163 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-osd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:29.206 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:42:29.430 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-joblib. 2024-03-20T16:42:29.457 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-20T16:42:29.496 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-20T16:42:29.618 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-20T16:42:29.645 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:42:29.714 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:42:29.833 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-20T16:42:29.858 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-20T16:42:29.899 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-20T16:42:30.129 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-20T16:42:30.156 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-20T16:42:30.196 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:42:30.204 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn. 2024-03-20T16:42:30.232 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-20T16:42:30.271 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-20T16:42:30.325 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph. 2024-03-20T16:42:30.341 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../066-ceph_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:30.383 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:30.517 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-20T16:42:30.542 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-20T16:42:30.582 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-20T16:42:30.703 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-fuse. 2024-03-20T16:42:30.730 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:30.769 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:30.936 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librados2. 2024-03-20T16:42:30.938 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-20T16:42:30.962 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../007-librados2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:30.966 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:31.002 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librados2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:31.115 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:31.139 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mds. 2024-03-20T16:42:31.167 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:31.206 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mds (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:31.446 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librbd1. 2024-03-20T16:42:31.473 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../008-librbd1_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:31.513 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librbd1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:31.584 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package cephadm. 2024-03-20T16:42:31.611 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../069-cephadm_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:31.642 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:31.916 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libcephfs2. 2024-03-20T16:42:31.932 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:31.953 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-20T16:42:31.966 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libcephfs2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:31.980 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-20T16:42:32.020 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-20T16:42:32.068 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cachetools. 2024-03-20T16:42:32.096 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-20T16:42:32.135 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-20T16:42:32.243 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rados. 2024-03-20T16:42:32.270 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:32.310 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rados (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:32.331 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-20T16:42:32.347 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-20T16:42:32.389 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:32.413 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-20T16:42:32.440 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-20T16:42:32.479 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-20T16:42:32.621 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-20T16:42:32.648 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:32.687 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-ceph-argparse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:32.816 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-20T16:42:32.844 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-20T16:42:32.882 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-20T16:42:32.940 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cephfs. 2024-03-20T16:42:32.967 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:33.007 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cephfs (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:33.194 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rsa. 2024-03-20T16:42:33.221 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-20T16:42:33.260 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-20T16:42:33.293 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-20T16:42:33.320 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:33.360 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:33.453 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-babel. 2024-03-20T16:42:33.480 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-20T16:42:33.519 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:33.581 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-google-auth. 2024-03-20T16:42:33.608 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-20T16:42:33.646 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-20T16:42:33.647 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-20T16:42:33.673 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-20T16:42:33.704 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-20T16:42:33.847 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jinja2. 2024-03-20T16:42:33.875 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-20T16:42:33.914 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-20T16:42:33.942 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-20T16:42:33.958 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-20T16:42:33.992 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-20T16:42:34.034 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-prettytable. 2024-03-20T16:42:34.061 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-20T16:42:34.101 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-20T16:42:34.276 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-20T16:42:34.303 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:34.304 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-websocket. 2024-03-20T16:42:34.331 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-20T16:42:34.342 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:34.370 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-20T16:42:34.370 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rbd. 2024-03-20T16:42:34.386 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:34.428 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rbd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:34.715 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-20T16:42:34.742 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-20T16:42:34.782 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-20T16:42:34.820 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-20T16:42:34.848 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-20T16:42:34.895 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-20T16:42:34.973 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-20T16:42:35.000 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-20T16:42:35.040 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-20T16:42:35.223 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-routes. 2024-03-20T16:42:35.250 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-20T16:42:35.290 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-20T16:42:35.309 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-20T16:42:35.325 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-20T16:42:35.359 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-20T16:42:35.487 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-20T16:42:35.504 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:35.545 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:35.627 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-20T16:42:35.628 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-20T16:42:35.644 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-20T16:42:35.654 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:35.687 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-20T16:42:35.693 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:35.815 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-20T16:42:35.843 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-20T16:42:35.873 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-20T16:42:36.023 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua5.1. 2024-03-20T16:42:36.050 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-20T16:42:36.090 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-20T16:42:36.121 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-20T16:42:36.138 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-20T16:42:36.179 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-20T16:42:36.201 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-20T16:42:36.229 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-20T16:42:36.268 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-20T16:42:36.418 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua-any. 2024-03-20T16:42:36.445 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-20T16:42:36.485 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-20T16:42:36.537 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package jq. 2024-03-20T16:42:36.565 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-20T16:42:36.604 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-20T16:42:36.687 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package zip. 2024-03-20T16:42:36.700 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-joblib. 2024-03-20T16:42:36.703 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-20T16:42:36.727 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-20T16:42:36.745 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking zip (3.0-12build2) ... 2024-03-20T16:42:36.766 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-20T16:42:36.831 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package socat. 2024-03-20T16:42:36.847 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-20T16:42:36.882 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-20T16:42:37.082 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package unzip. 2024-03-20T16:42:37.109 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-20T16:42:37.111 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-20T16:42:37.139 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-20T16:42:37.142 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package xmlstarlet. 2024-03-20T16:42:37.148 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-20T16:42:37.159 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-20T16:42:37.170 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-20T16:42:37.209 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-20T16:42:37.473 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-sklearn. 2024-03-20T16:42:37.501 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-20T16:42:37.527 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package luarocks. 2024-03-20T16:42:37.539 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-20T16:42:37.547 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-test. 2024-03-20T16:42:37.554 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-20T16:42:37.563 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:37.594 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-20T16:42:37.596 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-test (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:37.960 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package librgw2. 2024-03-20T16:42:37.987 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../025-librgw2_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:38.043 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking librgw2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:38.256 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-20T16:42:38.285 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:38.435 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:38.554 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rgw. 2024-03-20T16:42:38.570 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:38.612 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:38.948 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-20T16:42:38.976 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-20T16:42:39.015 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-20T16:42:39.310 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libradosstriper1. 2024-03-20T16:42:39.337 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:39.376 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libradosstriper1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:39.490 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-cachetools. 2024-03-20T16:42:39.515 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-20T16:42:39.554 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-20T16:42:39.729 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-common. 2024-03-20T16:42:39.756 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:39.787 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:39.873 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-20T16:42:39.901 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-20T16:42:39.926 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-volume. 2024-03-20T16:42:39.940 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-20T16:42:39.954 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:39.984 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-volume (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:40.285 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-20T16:42:40.288 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-20T16:42:40.304 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:40.313 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-20T16:42:40.346 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs-dev (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:40.351 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-20T16:42:40.646 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-rsa. 2024-03-20T16:42:40.663 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-20T16:42:40.674 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-20T16:42:40.702 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-20T16:42:40.704 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-20T16:42:40.741 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-20T16:42:40.992 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-google-auth. 2024-03-20T16:42:41.020 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-20T16:42:41.058 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-20T16:42:41.164 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-20T16:42:41.164 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-20T16:42:41.164 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-20T16:42:41.243 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-base. 2024-03-20T16:42:41.269 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:41.319 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-base (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:41.381 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-20T16:42:41.406 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-20T16:42:41.441 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package nvme-cli. 2024-03-20T16:42:41.445 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-20T16:42:41.468 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-20T16:42:41.499 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-20T16:42:41.731 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-websocket. 2024-03-20T16:42:41.759 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-20T16:42:41.798 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-20T16:42:41.872 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-20T16:42:41.888 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package pkg-config. 2024-03-20T16:42:41.899 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-20T16:42:41.916 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-20T16:42:41.938 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-20T16:42:41.954 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-20T16:42:42.151 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-20T16:42:42.179 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-20T16:42:42.207 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-20T16:42:42.218 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-20T16:42:42.222 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-20T16:42:42.241 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cheroot. 2024-03-20T16:42:42.265 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-20T16:42:42.268 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-20T16:42:42.307 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-20T16:42:42.602 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-20T16:42:42.629 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-20T16:42:42.661 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-20T16:42:42.702 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-20T16:42:42.729 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-20T16:42:42.768 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-20T16:42:42.907 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-20T16:42:42.936 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:42.947 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-20T16:42:42.973 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:42.974 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-20T16:42:43.038 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-20T16:42:43.071 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastescript. 2024-03-20T16:42:43.086 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-20T16:42:43.121 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-20T16:42:43.302 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-20T16:42:43.329 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-20T16:42:43.341 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-20T16:42:43.368 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-20T16:42:43.368 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-20T16:42:43.408 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-20T16:42:43.441 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pluggy. 2024-03-20T16:42:43.469 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-20T16:42:43.499 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-20T16:42:43.663 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-20T16:42:43.691 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-20T16:42:43.711 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-tempora. 2024-03-20T16:42:43.729 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-20T16:42:43.738 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-20T16:42:43.777 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-20T16:42:43.793 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-psutil. 2024-03-20T16:42:43.821 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-20T16:42:43.860 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-20T16:42:43.965 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package jq. 2024-03-20T16:42:43.982 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-20T16:42:44.015 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-20T16:42:44.030 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-portend. 2024-03-20T16:42:44.046 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-20T16:42:44.088 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-20T16:42:44.197 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-py. 2024-03-20T16:42:44.224 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-20T16:42:44.251 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package socat. 2024-03-20T16:42:44.263 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-20T16:42:44.280 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-20T16:42:44.318 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-20T16:42:44.400 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-20T16:42:44.427 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-20T16:42:44.466 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-20T16:42:44.591 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pygments. 2024-03-20T16:42:44.619 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-20T16:42:44.646 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package xmlstarlet. 2024-03-20T16:42:44.657 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-20T16:42:44.663 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-20T16:42:44.704 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-20T16:42:44.761 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-20T16:42:44.788 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-20T16:42:44.827 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-20T16:42:45.059 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-test. 2024-03-20T16:42:45.076 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:45.117 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-test (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:45.129 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-20T16:42:45.156 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-20T16:42:45.187 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-20T16:42:45.348 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-natsort. 2024-03-20T16:42:45.375 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-20T16:42:45.414 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-20T16:42:45.506 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-toml. 2024-03-20T16:42:45.534 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-20T16:42:45.572 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-20T16:42:45.742 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-logutils. 2024-03-20T16:42:45.769 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-20T16:42:45.809 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-20T16:42:45.876 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pytest. 2024-03-20T16:42:45.903 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-20T16:42:45.942 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-20T16:42:46.137 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-20T16:42:46.164 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-20T16:42:46.203 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-20T16:42:46.287 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplejson. 2024-03-20T16:42:46.315 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-20T16:42:46.354 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-20T16:42:46.456 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-mako. 2024-03-20T16:42:46.472 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-20T16:42:46.505 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-20T16:42:46.648 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-20T16:42:46.664 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-20T16:42:46.706 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-20T16:42:46.817 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-20T16:42:46.834 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-20T16:42:46.876 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-20T16:42:47.170 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-20T16:42:47.197 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-20T16:42:47.237 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-20T16:42:47.443 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package radosgw. 2024-03-20T16:42:47.472 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../116-radosgw_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:47.472 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package ceph-volume. 2024-03-20T16:42:47.500 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:47.510 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking radosgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:47.531 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-webob. 2024-03-20T16:42:47.538 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking ceph-volume (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:47.558 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-20T16:42:47.598 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-20T16:42:47.850 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-20T16:42:47.879 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:47.917 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libcephfs-dev (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:48.001 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-waitress. 2024-03-20T16:42:48.028 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-20T16:42:48.071 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-20T16:42:48.253 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-20T16:42:48.263 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package rbd-fuse. 2024-03-20T16:42:48.279 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:48.281 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-20T16:42:48.313 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking rbd-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:48.319 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-20T16:42:48.320 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-tempita. 2024-03-20T16:42:48.348 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-20T16:42:48.378 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-20T16:42:48.584 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-20T16:42:48.624 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-20T16:42:48.652 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-20T16:42:48.673 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-paste. 2024-03-20T16:42:48.682 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-20T16:42:48.700 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-20T16:42:48.739 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-20T16:42:48.834 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-20T16:42:48.960 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-20T16:42:49.045 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package nvme-cli. 2024-03-20T16:42:49.051 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-20T16:42:49.067 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-20T16:42:49.073 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-20T16:42:49.109 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-20T16:42:49.111 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-20T16:42:49.211 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-20T16:42:49.437 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-20T16:42:49.464 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-20T16:42:49.512 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-20T16:42:49.558 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-20T16:42:49.575 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package pkg-config. 2024-03-20T16:42:49.604 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-20T16:42:49.642 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-20T16:42:49.848 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-webtest. 2024-03-20T16:42:49.876 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-20T16:42:49.903 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-20T16:42:49.915 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-20T16:42:49.920 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-20T16:42:49.961 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-20T16:42:50.025 INFO:teuthology.orchestra.run.smithi100.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-20T16:42:50.087 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:50.235 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pecan. 2024-03-20T16:42:50.262 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-20T16:42:50.301 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-20T16:42:50.381 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-20T16:42:50.409 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-20T16:42:50.447 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-20T16:42:50.646 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user cephadm....done 2024-03-20T16:42:50.656 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-certifi. 2024-03-20T16:42:50.683 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-20T16:42:50.700 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pastescript. 2024-03-20T16:42:50.717 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-20T16:42:50.722 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-20T16:42:50.750 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-20T16:42:50.802 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-20T16:42:51.029 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pluggy. 2024-03-20T16:42:51.050 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-idna. 2024-03-20T16:42:51.057 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-20T16:42:51.077 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-20T16:42:51.078 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-20T16:42:51.095 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-20T16:42:51.117 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-20T16:42:51.304 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-20T16:42:51.406 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-psutil. 2024-03-20T16:42:51.422 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-20T16:42:51.435 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-20T16:42:51.462 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-urllib3. 2024-03-20T16:42:51.473 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-20T16:42:51.488 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-20T16:42:51.536 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-20T16:42:51.673 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-20T16:42:51.801 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-py. 2024-03-20T16:42:51.830 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-20T16:42:51.867 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-20T16:42:51.915 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-requests. 2024-03-20T16:42:51.941 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-20T16:42:51.942 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-20T16:42:51.989 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-20T16:42:52.067 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-20T16:42:52.196 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pygments. 2024-03-20T16:42:52.225 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-20T16:42:52.262 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-20T16:42:52.343 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-20T16:42:52.370 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-20T16:42:52.394 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-20T16:42:52.409 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-20T16:42:52.704 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-20T16:42:52.720 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:42:52.725 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-20T16:42:52.754 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-20T16:42:52.762 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:52.762 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-20T16:42:52.816 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-20T16:42:52.989 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-20T16:42:53.096 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-toml. 2024-03-20T16:42:53.113 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-20T16:42:53.146 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-20T16:42:53.158 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-20T16:42:53.186 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:53.225 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:53.258 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-20T16:42:53.432 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pytest. 2024-03-20T16:42:53.461 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-20T16:42:53.507 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-20T16:42:53.516 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-20T16:42:53.536 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-20T16:42:53.564 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-20T16:42:53.603 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-20T16:42:53.767 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-20T16:42:53.811 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-simplejson. 2024-03-20T16:42:53.828 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-20T16:42:53.860 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-20T16:42:53.905 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-openssl. 2024-03-20T16:42:53.933 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-20T16:42:53.972 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-20T16:42:54.027 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-20T16:42:54.097 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-20T16:42:54.113 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-20T16:42:54.146 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-20T16:42:54.258 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr. 2024-03-20T16:42:54.274 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:54.295 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-argparse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:54.308 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:54.538 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-20T16:42:54.655 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-20T16:42:54.687 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mon. 2024-03-20T16:42:54.714 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:54.753 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mon (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:54.781 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-20T16:42:54.894 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package radosgw. 2024-03-20T16:42:54.907 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-20T16:42:54.920 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../116-radosgw_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:54.958 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking radosgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:55.166 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-20T16:42:55.541 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-20T16:42:55.573 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-20T16:42:55.648 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-osd. 2024-03-20T16:42:55.653 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-20T16:42:55.675 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:55.714 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-osd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:55.763 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-20T16:42:55.770 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package rbd-fuse. 2024-03-20T16:42:55.799 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:55.837 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking rbd-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:56.105 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:56.116 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-20T16:42:56.231 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-20T16:42:56.383 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-20T16:42:56.501 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-20T16:42:56.507 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-20T16:42:56.767 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph. 2024-03-20T16:42:56.781 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-20T16:42:56.783 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../066-ceph_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:56.784 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-20T16:42:56.817 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:57.085 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up zip (3.0-12build2) ... 2024-03-20T16:42:57.121 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-20T16:42:57.137 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-fuse. 2024-03-20T16:42:57.164 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:57.203 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-20T16:42:57.203 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:57.539 INFO:teuthology.orchestra.run.smithi060.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-20T16:42:57.581 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mds. 2024-03-20T16:42:57.609 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:57.619 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:57.648 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mds (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:57.863 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-20T16:42:58.043 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package cephadm. 2024-03-20T16:42:58.070 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../069-cephadm_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:42:58.109 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:42:58.114 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-20T16:42:58.128 INFO:teuthology.orchestra.run.smithi060.stdout:Adding system user cephadm....done 2024-03-20T16:42:58.240 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-20T16:42:58.284 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-20T16:42:58.366 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-20T16:42:58.412 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-20T16:42:58.439 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-20T16:42:58.478 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-20T16:42:58.561 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-20T16:42:58.667 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-20T16:42:58.764 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-20T16:42:58.781 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-20T16:42:58.822 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:58.837 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-20T16:42:58.938 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-20T16:42:59.077 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-20T16:42:59.181 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-20T16:42:59.320 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-20T16:42:59.440 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-20T16:42:59.567 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-20T16:42:59.680 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-20T16:42:59.845 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-babel. 2024-03-20T16:42:59.868 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-20T16:42:59.872 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-20T16:42:59.911 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-20T16:42:59.964 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-20T16:43:00.247 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-jinja2. 2024-03-20T16:43:00.254 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-20T16:43:00.275 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-20T16:43:00.314 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-20T16:43:00.399 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-20T16:43:00.505 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-20T16:43:00.651 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-20T16:43:00.675 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-20T16:43:00.703 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:43:00.742 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:00.777 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:00.790 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-20T16:43:01.050 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-20T16:43:01.061 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-idna (3.3-1) ... 2024-03-20T16:43:01.078 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-20T16:43:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-20T16:43:01.145 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-20T16:43:01.301 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-20T16:43:01.338 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-20T16:43:01.397 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-routes. 2024-03-20T16:43:01.414 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-20T16:43:01.481 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-20T16:43:01.768 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-20T16:43:01.795 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:43:01.819 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-20T16:43:01.825 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:02.103 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-ceph-argparse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:02.237 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-20T16:43:02.254 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-20T16:43:02.295 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-20T16:43:02.371 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-20T16:43:02.451 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-20T16:43:02.472 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-20T16:43:02.590 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-20T16:43:02.678 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:02.716 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-20T16:43:02.787 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-20T16:43:02.799 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-joblib. 2024-03-20T16:43:02.826 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-20T16:43:02.865 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-20T16:43:02.975 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-20T16:43:03.047 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-20T16:43:03.173 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-20T16:43:03.211 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-20T16:43:03.238 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-20T16:43:03.277 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-20T16:43:03.302 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-20T16:43:03.327 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-20T16:43:03.356 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-20T16:43:03.420 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-20T16:43:03.546 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-20T16:43:03.579 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-sklearn. 2024-03-20T16:43:03.592 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-20T16:43:03.607 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-20T16:43:03.646 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-20T16:43:03.843 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-20T16:43:03.906 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-20T16:43:04.024 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-20T16:43:04.095 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:04.196 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-20T16:43:04.275 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-20T16:43:04.330 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-20T16:43:04.358 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:43:04.480 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-20T16:43:04.481 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:04.534 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-20T16:43:04.740 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-20T16:43:04.852 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up zip (3.0-12build2) ... 2024-03-20T16:43:04.978 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-20T16:43:05.016 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-20T16:43:05.275 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-20T16:43:05.494 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-cachetools. 2024-03-20T16:43:05.522 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-20T16:43:05.552 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-20T16:43:05.689 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-20T16:43:05.743 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-20T16:43:05.855 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-20T16:43:05.882 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-20T16:43:05.921 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-20T16:43:05.948 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-20T16:43:06.003 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-20T16:43:06.074 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-20T16:43:06.112 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-20T16:43:06.200 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-20T16:43:06.233 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-20T16:43:06.260 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-20T16:43:06.299 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-20T16:43:06.388 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-20T16:43:06.514 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-20T16:43:06.518 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-20T16:43:06.611 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-rsa. 2024-03-20T16:43:06.638 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-20T16:43:06.677 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-20T16:43:06.815 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-20T16:43:06.911 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-20T16:43:06.989 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-google-auth. 2024-03-20T16:43:07.017 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-20T16:43:07.056 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-20T16:43:07.116 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-20T16:43:07.170 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-20T16:43:07.376 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-20T16:43:07.384 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-20T16:43:07.412 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-20T16:43:07.450 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-20T16:43:07.494 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-20T16:43:07.530 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-20T16:43:07.613 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-20T16:43:07.717 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-20T16:43:07.818 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-20T16:43:07.845 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-websocket. 2024-03-20T16:43:07.873 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-20T16:43:07.912 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-20T16:43:07.972 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-20T16:43:08.098 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-20T16:43:08.158 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-20T16:43:08.224 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-20T16:43:08.251 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-20T16:43:08.290 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-20T16:43:08.409 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-20T16:43:08.474 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-20T16:43:08.535 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:08.733 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-20T16:43:08.834 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-20T16:43:08.845 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-idna (3.3-1) ... 2024-03-20T16:43:08.987 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-20T16:43:09.004 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:43:09.045 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:09.077 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:09.179 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-20T16:43:09.187 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-20T16:43:09.365 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-20T16:43:09.393 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-20T16:43:09.431 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-20T16:43:09.488 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-20T16:43:09.726 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-20T16:43:09.743 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-20T16:43:09.776 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-20T16:43:09.797 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-20T16:43:10.029 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package jq. 2024-03-20T16:43:10.057 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-20T16:43:10.073 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-20T16:43:10.095 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-20T16:43:10.199 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-20T16:43:10.348 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package socat. 2024-03-20T16:43:10.376 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-20T16:43:10.385 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-20T16:43:10.414 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-20T16:43:10.475 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-20T16:43:10.637 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:10.785 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-20T16:43:10.804 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-20T16:43:10.943 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package xmlstarlet. 2024-03-20T16:43:10.971 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-20T16:43:11.009 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-20T16:43:11.072 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-20T16:43:11.155 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-20T16:43:11.199 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-20T16:43:11.324 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-20T16:43:11.397 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-test. 2024-03-20T16:43:11.413 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:43:11.455 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-test (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:11.540 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-20T16:43:11.626 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-20T16:43:11.833 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-20T16:43:11.885 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-20T16:43:12.145 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:12.169 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-20T16:43:12.279 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librados2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:12.279 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-20T16:43:12.380 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:12.506 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-20T16:43:12.589 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-20T16:43:12.842 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:12.848 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-20T16:43:12.968 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libradosstriper1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:13.094 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-20T16:43:13.108 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-20T16:43:13.354 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librbd1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:13.367 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-20T16:43:13.480 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-modules-core (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:13.606 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:13.627 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-20T16:43:13.669 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package ceph-volume. 2024-03-20T16:43:13.698 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2211-g1baf684b-1jammy_all.deb ... 2024-03-20T16:43:13.744 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking ceph-volume (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:13.821 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-20T16:43:13.822 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-20T16:43:13.903 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-20T16:43:14.037 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-20T16:43:14.056 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-20T16:43:14.073 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:43:14.114 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking libcephfs-dev (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:14.316 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs-dev (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:14.330 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-20T16:43:14.426 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-20T16:43:14.439 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-20T16:43:14.442 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rados (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:14.453 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-20T16:43:14.492 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-20T16:43:14.569 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librgw2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:14.694 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-20T16:43:14.741 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-20T16:43:14.806 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-20T16:43:14.833 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-20T16:43:14.871 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-20T16:43:15.025 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-20T16:43:15.250 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package nvme-cli. 2024-03-20T16:43:15.278 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-20T16:43:15.285 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-20T16:43:15.317 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-20T16:43:15.411 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-20T16:43:15.537 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-20T16:43:15.625 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-20T16:43:15.689 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package pkg-config. 2024-03-20T16:43:15.717 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-20T16:43:15.755 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-20T16:43:15.833 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rbd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:15.847 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-20T16:43:15.934 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up rbd-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:15.956 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-20T16:43:15.975 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-20T16:43:15.991 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-20T16:43:16.024 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-20T16:43:16.043 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:16.169 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cephfs (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:16.295 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:16.341 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-20T16:43:16.411 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-20T16:43:16.427 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-20T16:43:16.461 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-20T16:43:16.609 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-20T16:43:16.735 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-20T16:43:16.747 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pastescript. 2024-03-20T16:43:16.775 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-20T16:43:16.838 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-20T16:43:16.839 INFO:teuthology.orchestra.run.smithi100.stdout:Adding group ceph....done 2024-03-20T16:43:17.002 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:17.129 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-20T16:43:17.167 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pluggy. 2024-03-20T16:43:17.195 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-20T16:43:17.233 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-20T16:43:17.248 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user ceph....done 2024-03-20T16:43:17.408 INFO:teuthology.orchestra.run.smithi100.stdout:Setting system user ceph properties....done 2024-03-20T16:43:17.423 INFO:teuthology.orchestra.run.smithi100.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-20T16:43:17.455 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-20T16:43:17.511 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-psutil. 2024-03-20T16:43:17.528 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-20T16:43:17.556 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-20T16:43:17.561 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-20T16:43:17.798 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-20T16:43:17.889 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-py. 2024-03-20T16:43:17.917 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-20T16:43:17.926 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-20T16:43:17.963 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-20T16:43:18.091 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-20T16:43:18.217 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-20T16:43:18.284 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pygments. 2024-03-20T16:43:18.312 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-20T16:43:18.350 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-20T16:43:18.380 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-test (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:18.493 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-20T16:43:18.506 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up radosgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:18.769 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-20T16:43:18.771 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-20T16:43:18.799 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-20T16:43:18.829 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-20T16:43:18.982 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:43:18.982 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:43:19.122 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-20T16:43:19.132 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-toml. 2024-03-20T16:43:19.160 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-20T16:43:19.198 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-20T16:43:19.475 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-base (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:19.499 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-20T16:43:19.501 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-pytest. 2024-03-20T16:43:19.529 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-20T16:43:19.567 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-20T16:43:19.784 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-20T16:43:19.797 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-20T16:43:19.938 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package python3-simplejson. 2024-03-20T16:43:19.966 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-20T16:43:20.004 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-20T16:43:20.120 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-20T16:43:20.229 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librados2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:20.276 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mds (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:20.282 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-20T16:43:20.310 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-20T16:43:20.330 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:20.348 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-20T16:43:20.448 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-20T16:43:20.507 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-20T16:43:20.507 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-20T16:43:20.743 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libcephfs2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:20.869 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libradosstriper1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:20.995 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:20.995 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-20T16:43:21.052 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package radosgw. 2024-03-20T16:43:21.081 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../116-radosgw_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:43:21.110 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking radosgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:21.210 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-20T16:43:21.210 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-20T16:43:21.289 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librbd1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:21.414 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-modules-core (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:21.541 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:21.688 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-osd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:21.745 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-20T16:43:21.745 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-20T16:43:21.930 INFO:teuthology.orchestra.run.smithi012.stdout:Selecting previously unselected package rbd-fuse. 2024-03-20T16:43:21.958 INFO:teuthology.orchestra.run.smithi012.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2211-g1baf684b-1jammy_amd64.deb ... 2024-03-20T16:43:21.969 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-20T16:43:21.969 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-20T16:43:21.996 INFO:teuthology.orchestra.run.smithi012.stdout:Unpacking rbd-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.250 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libcephfs-dev (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.301 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-20T16:43:22.376 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rados (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.439 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.502 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up librgw2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.565 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.618 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-20T16:43:22.628 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-20T16:43:22.717 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mon (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:22.744 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-20T16:43:22.945 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-20T16:43:22.945 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-20T16:43:23.004 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-20T16:43:23.335 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-20T16:43:23.410 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:23.552 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:23.678 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-dashboard (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:23.759 INFO:teuthology.orchestra.run.smithi012.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-20T16:43:23.830 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-volume (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:23.874 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rbd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:24.000 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up rbd-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:24.038 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:24.126 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-rgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:24.232 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-20T16:43:24.252 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-cephfs (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:24.341 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-20T16:43:24.378 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:24.485 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-20T16:43:24.579 INFO:teuthology.orchestra.run.smithi012.stdout:Adding system user cephadm....done 2024-03-20T16:43:24.719 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-20T16:43:24.838 INFO:teuthology.orchestra.run.smithi060.stdout:Adding group ceph....done 2024-03-20T16:43:24.995 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-20T16:43:25.238 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-20T16:43:25.256 INFO:teuthology.orchestra.run.smithi060.stdout:Adding system user ceph....done 2024-03-20T16:43:25.364 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-20T16:43:25.425 INFO:teuthology.orchestra.run.smithi060.stdout:Setting system user ceph properties....done 2024-03-20T16:43:25.440 INFO:teuthology.orchestra.run.smithi060.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-20T16:43:25.544 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-20T16:43:25.581 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-20T16:43:25.615 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-20T16:43:25.883 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-20T16:43:25.894 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-20T16:43:26.006 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-20T16:43:26.220 INFO:teuthology.orchestra.run.smithi100.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-20T16:43:26.226 DEBUG:teuthology.parallel:result is None 2024-03-20T16:43:26.347 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-test (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:26.473 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up radosgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:26.619 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-20T16:43:26.917 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:43:26.917 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:43:26.979 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-20T16:43:27.238 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-20T16:43:27.374 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-base (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:27.515 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-20T16:43:27.722 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-20T16:43:27.766 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-20T16:43:28.018 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-20T16:43:28.168 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mds (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:28.277 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-20T16:43:28.399 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-20T16:43:28.399 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-20T16:43:28.511 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-ceph-argparse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:28.754 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-20T16:43:28.853 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:28.880 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-20T16:43:29.006 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-20T16:43:29.088 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-20T16:43:29.089 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-20T16:43:29.157 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-20T16:43:29.416 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-20T16:43:29.580 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-osd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:29.777 INFO:teuthology.orchestra.run.smithi012.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-20T16:43:29.806 INFO:teuthology.orchestra.run.smithi012.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-20T16:43:29.857 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-20T16:43:29.857 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-20T16:43:29.861 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-20T16:43:29.962 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-20T16:43:30.307 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:30.330 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-20T16:43:30.408 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:30.456 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-20T16:43:30.542 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mon (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:30.742 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-20T16:43:30.760 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-20T16:43:30.760 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-20T16:43:31.008 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-20T16:43:31.252 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:31.318 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up zip (3.0-12build2) ... 2024-03-20T16:43:31.403 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:31.419 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-20T16:43:31.700 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-mgr-dashboard (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:31.851 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up ceph-volume (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:32.088 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-20T16:43:32.380 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-20T16:43:32.479 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-20T16:43:32.523 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-20T16:43:32.649 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-20T16:43:32.688 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-20T16:43:32.832 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-20T16:43:32.950 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-20T16:43:33.335 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-20T16:43:33.578 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-20T16:43:33.958 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-20T16:43:33.962 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-20T16:43:34.255 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-20T16:43:34.596 INFO:teuthology.orchestra.run.smithi060.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-20T16:43:34.601 DEBUG:teuthology.parallel:result is None 2024-03-20T16:43:34.607 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-20T16:43:34.866 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-20T16:43:34.967 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:35.269 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-idna (3.3-1) ... 2024-03-20T16:43:35.570 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-20T16:43:36.809 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-20T16:43:37.061 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:37.170 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-20T16:43:37.421 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-20T16:43:37.547 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-20T16:43:37.673 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-20T16:43:37.999 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-20T16:43:38.267 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-20T16:43:38.543 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:38.644 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-20T16:43:38.954 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-20T16:43:39.213 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-20T16:43:39.472 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-20T16:43:39.732 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-20T16:43:39.983 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-20T16:43:40.251 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-20T16:43:40.352 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-20T16:43:40.620 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-20T16:43:40.746 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-20T16:43:41.055 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-20T16:43:41.356 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-20T16:43:41.650 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-20T16:43:41.759 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-20T16:43:41.860 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-20T16:43:41.949 INFO:teuthology.orchestra.run.smithi012.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-20T16:43:42.178 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-20T16:43:42.304 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-20T16:43:42.722 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-20T16:43:42.998 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-20T16:43:43.124 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-20T16:43:43.392 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-20T16:43:43.501 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-20T16:43:43.836 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-20T16:43:44.129 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-20T16:43:44.413 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-20T16:43:44.564 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-20T16:43:44.840 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-20T16:43:45.125 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-20T16:43:45.486 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-20T16:43:45.855 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-20T16:43:46.148 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-20T16:43:46.542 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-20T16:43:46.643 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librados2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:46.744 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:46.854 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-20T16:43:47.190 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libcephfs2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:47.316 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libradosstriper1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:47.450 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-20T16:43:47.743 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librbd1 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:47.870 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-modules-core (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:48.037 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:48.268 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-20T16:43:48.268 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-20T16:43:48.755 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up libcephfs-dev (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:48.881 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rados (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:49.007 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up librgw2 (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:49.141 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-20T16:43:50.445 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rbd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:50.613 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up rbd-fuse (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:50.739 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-rgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:50.865 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up python3-cephfs (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:50.991 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-common (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:51.601 INFO:teuthology.orchestra.run.smithi012.stdout:Adding group ceph....done 2024-03-20T16:43:51.995 INFO:teuthology.orchestra.run.smithi012.stdout:Adding system user ceph....done 2024-03-20T16:43:52.163 INFO:teuthology.orchestra.run.smithi012.stdout:Setting system user ceph properties....done 2024-03-20T16:43:52.181 INFO:teuthology.orchestra.run.smithi012.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-20T16:43:52.325 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-20T16:43:52.645 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-20T16:43:53.143 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-test (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:53.260 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up radosgw (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:53.698 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:43:53.699 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:43:54.179 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-base (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:54.551 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-20T16:43:55.023 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mds (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:55.258 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-20T16:43:55.259 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-20T16:43:55.716 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:55.940 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-20T16:43:55.941 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-20T16:43:56.384 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-osd (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:56.661 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-20T16:43:56.661 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-20T16:43:57.278 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:57.387 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:57.522 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mon (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:57.737 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-20T16:43:57.738 INFO:teuthology.orchestra.run.smithi012.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-20T16:43:58.215 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-cephadm (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:58.349 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:58.450 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-mgr-dashboard (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:58.584 INFO:teuthology.orchestra.run.smithi012.stdout:Setting up ceph-volume (19.0.0-2211-g1baf684b-1jammy) ... 2024-03-20T16:43:58.954 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-20T16:43:59.055 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-20T16:43:59.207 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-20T16:44:00.283 INFO:teuthology.orchestra.run.smithi012.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-20T16:44:00.924 INFO:teuthology.orchestra.run.smithi012.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-20T16:44:00.930 DEBUG:teuthology.parallel:result is None 2024-03-20T16:44:00.930 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:44:01.241 DEBUG:teuthology.orchestra.run.smithi012:> dpkg-query -W -f '${Version}' ceph 2024-03-20T16:44:01.262 INFO:teuthology.orchestra.run.smithi012.stdout:19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:44:01.263 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:44:01.263 INFO:teuthology.task.install:The correct ceph version 19.0.0-2211-g1baf684b-1jammy is installed. 2024-03-20T16:44:01.265 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:44:01.407 DEBUG:teuthology.orchestra.run.smithi060:> dpkg-query -W -f '${Version}' ceph 2024-03-20T16:44:01.427 INFO:teuthology.orchestra.run.smithi060.stdout:19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:44:01.427 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:44:01.427 INFO:teuthology.task.install:The correct ceph version 19.0.0-2211-g1baf684b-1jammy is installed. 2024-03-20T16:44:01.429 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:44:01.569 DEBUG:teuthology.orchestra.run.smithi100:> dpkg-query -W -f '${Version}' ceph 2024-03-20T16:44:01.589 INFO:teuthology.orchestra.run.smithi100.stdout:19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:44:01.589 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2211-g1baf684b-1jammy 2024-03-20T16:44:01.589 INFO:teuthology.task.install:The correct ceph version 19.0.0-2211-g1baf684b-1jammy is installed. 2024-03-20T16:44:01.591 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-20T16:44:01.591 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:44:01.591 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T16:44:01.606 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:44:01.606 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T16:44:01.621 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:44:01.621 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T16:44:01.643 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-20T16:44:01.643 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:44:01.643 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T16:44:01.663 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T16:44:01.723 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:44:01.723 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T16:44:01.737 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T16:44:01.792 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:44:01.792 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T16:44:01.806 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T16:44:01.862 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-20T16:44:01.862 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:44:01.862 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T16:44:01.876 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T16:44:01.931 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:44:01.931 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T16:44:01.945 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T16:44:02.000 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:44:02.000 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T16:44:02.014 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T16:44:02.066 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-20T16:44:02.066 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:44:02.066 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T16:44:02.080 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T16:44:02.135 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:44:02.135 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T16:44:02.148 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T16:44:02.203 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:44:02.203 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T16:44:02.220 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T16:44:02.274 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-20T16:44:02.381 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'], 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694'} 2024-03-20T16:44:02.381 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:44:02.382 INFO:tasks.cephadm:Cluster fsid is 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:44:02.382 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-20T16:44:02.382 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.12', 'mon.b': '172.21.15.60', 'mon.c': '172.21.15.100'} 2024-03-20T16:44:02.382 INFO:tasks.cephadm:First mon is mon.a on smithi012 2024-03-20T16:44:02.382 INFO:tasks.cephadm:First mgr is a 2024-03-20T16:44:02.382 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-20T16:44:02.382 DEBUG:teuthology.orchestra.run.smithi012:> sudo hostname $(hostname -s) 2024-03-20T16:44:02.398 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-03-20T16:44:02.412 DEBUG:teuthology.orchestra.run.smithi100:> sudo hostname $(hostname -s) 2024-03-20T16:44:02.427 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-20T16:44:02.427 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:44:02.568 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694', '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/77781/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2211-g1baf684b', 'node_name': '172.21.2.11+braggi11', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2211-g1baf684b-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-20 07:07:00.032808', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri2-testing-2024-03-13-0827', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-20T16:44:02.940 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-yuri2-testing-2024-03-13-0827, sha1 1baf684b63d2fadd9d3da5e692ffc3efccd60694 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:44:02.942 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-20T16:44:02.942 DEBUG:teuthology.orchestra.run.smithi012:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:03.522 INFO:teuthology.orchestra.run.smithi012.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776395 Mar 20 16:44 /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:03.522 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.055 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776395 Mar 20 16:44 /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.055 DEBUG:teuthology.orchestra.run.smithi100:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.591 INFO:teuthology.orchestra.run.smithi100.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776395 Mar 20 16:44 /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.592 DEBUG:teuthology.orchestra.run.smithi012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.600 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.608 DEBUG:teuthology.orchestra.run.smithi100:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T16:44:04.627 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 on all hosts... 2024-03-20T16:44:04.627 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 pull 2024-03-20T16:44:04.644 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 pull 2024-03-20T16:44:04.652 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 pull 2024-03-20T16:44:04.814 INFO:teuthology.orchestra.run.smithi012.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:44:04.821 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:44:04.824 INFO:teuthology.orchestra.run.smithi100.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:44:59.463 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-03-20T16:44:59.464 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev)", 2024-03-20T16:44:59.464 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323", 2024-03-20T16:44:59.464 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-03-20T16:44:59.464 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69" 2024-03-20T16:44:59.464 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-03-20T16:44:59.464 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-03-20T16:45:10.932 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-03-20T16:45:10.932 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph_version": "ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev)", 2024-03-20T16:45:10.932 INFO:teuthology.orchestra.run.smithi012.stdout: "image_id": "6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323", 2024-03-20T16:45:10.932 INFO:teuthology.orchestra.run.smithi012.stdout: "repo_digests": [ 2024-03-20T16:45:10.933 INFO:teuthology.orchestra.run.smithi012.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69" 2024-03-20T16:45:10.933 INFO:teuthology.orchestra.run.smithi012.stdout: ] 2024-03-20T16:45:10.933 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout:{ 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout: "ceph_version": "ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev)", 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout: "image_id": "6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323", 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout: "repo_digests": [ 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69" 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout: ] 2024-03-20T16:45:14.117 INFO:teuthology.orchestra.run.smithi100.stdout:} 2024-03-20T16:45:14.164 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /etc/ceph 2024-03-20T16:45:14.179 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-03-20T16:45:14.193 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /etc/ceph 2024-03-20T16:45:14.208 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 777 /etc/ceph 2024-03-20T16:45:14.235 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-03-20T16:45:14.248 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 777 /etc/ceph 2024-03-20T16:45:14.261 INFO:tasks.cephadm:Writing seed config... 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-20T16:45:14.263 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-20T16:45:14.264 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:45:14.264 DEBUG:teuthology.orchestra.run.smithi012:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-20T16:45:14.283 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 = 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 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-03-20T16:45:14.284 DEBUG:teuthology.orchestra.run.smithi012:mon.a> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a.service 2024-03-20T16:45:14.329 DEBUG:teuthology.orchestra.run.smithi012:mgr.a> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a.service 2024-03-20T16:45:14.372 INFO:tasks.cephadm:Bootstrapping... 2024-03-20T16:45:14.372 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 -v bootstrap --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.12 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:45:14.584 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:45:14.584 INFO:teuthology.orchestra.run.smithi012.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694', '-v', 'bootstrap', '--fsid', '0eb0b9d6-e6d9-11ee-95c9-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.12', '--skip-admin-label'] 2024-03-20T16:45:14.585 INFO:teuthology.orchestra.run.smithi012.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-20T16:45:14.585 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying podman|docker is present... 2024-03-20T16:45:14.585 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying lvm2 is present... 2024-03-20T16:45:14.585 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying time synchronization is in place... 2024-03-20T16:45:14.591 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-20T16:45:14.591 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-20T16:45:14.595 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-20T16:45:14.596 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.601 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-20T16:45:14.601 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-20T16:45:14.605 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-20T16:45:14.605 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.609 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-20T16:45:14.609 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout masked 2024-03-20T16:45:14.613 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-20T16:45:14.613 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.616 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-20T16:45:14.616 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-20T16:45:14.620 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-20T16:45:14.620 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.625 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout enabled 2024-03-20T16:45:14.629 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout active 2024-03-20T16:45:14.629 INFO:teuthology.orchestra.run.smithi012.stdout:Unit ntp.service is enabled and running 2024-03-20T16:45:14.629 INFO:teuthology.orchestra.run.smithi012.stdout:Repeating the final host check... 2024-03-20T16:45:14.629 INFO:teuthology.orchestra.run.smithi012.stdout:docker (/usr/bin/docker) is present 2024-03-20T16:45:14.629 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl is present 2024-03-20T16:45:14.629 INFO:teuthology.orchestra.run.smithi012.stdout:lvcreate is present 2024-03-20T16:45:14.633 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-20T16:45:14.633 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-20T16:45:14.636 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-20T16:45:14.636 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.640 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-20T16:45:14.640 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-20T16:45:14.644 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-20T16:45:14.644 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.648 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-20T16:45:14.648 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout masked 2024-03-20T16:45:14.651 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-20T16:45:14.651 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.655 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-20T16:45:14.655 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-20T16:45:14.659 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-20T16:45:14.659 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout inactive 2024-03-20T16:45:14.663 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout enabled 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stdout active 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Unit ntp.service is enabled and running 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Host looks OK 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Cluster fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Acquiring lock 139795328857184 on /run/cephadm/0eb0b9d6-e6d9-11ee-95c9-87774f69a715.lock 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Lock 139795328857184 acquired on /run/cephadm/0eb0b9d6-e6d9-11ee-95c9-87774f69a715.lock 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying IP 172.21.15.12 port 3300 ... 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying IP 172.21.15.12 port 6789 ... 2024-03-20T16:45:14.668 INFO:teuthology.orchestra.run.smithi012.stdout:Base mon IP(s) is [172.21.15.12:3300, 172.21.15.12:6789], mon addrv is [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-03-20T16:45:14.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-20T16:45:14.670 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-20T16:45:14.671 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.12 2024-03-20T16:45:14.673 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-20T16:45:14.673 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-20T16:45:14.673 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2024-03-20T16:45:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-20T16:45:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-20T16:45:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-20T16:45:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-20T16:45:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:25ea/64 scope link 2024-03-20T16:45:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-20T16:45:14.676 INFO:teuthology.orchestra.run.smithi012.stdout:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-03-20T16:45:14.676 INFO:teuthology.orchestra.run.smithi012.stdout:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-03-20T16:45:14.676 INFO:teuthology.orchestra.run.smithi012.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-20T16:45:14.676 INFO:teuthology.orchestra.run.smithi012.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-20T16:45:14.677 INFO:teuthology.orchestra.run.smithi012.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:45:14.927 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout 1baf684b63d2fadd9d3da5e692ffc3efccd60694: Pulling from ceph-ci/ceph 2024-03-20T16:45:14.928 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout Digest: sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69 2024-03-20T16:45:14.928 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:45:14.928 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:45:16.211 INFO:teuthology.orchestra.run.smithi012.stdout:ceph: stdout ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev) 2024-03-20T16:45:16.212 INFO:teuthology.orchestra.run.smithi012.stdout:Ceph version: ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev) 2024-03-20T16:45:16.212 INFO:teuthology.orchestra.run.smithi012.stdout:Extracting ceph user uid/gid from container image... 2024-03-20T16:45:17.433 INFO:teuthology.orchestra.run.smithi012.stdout:stat: stdout 167 167 2024-03-20T16:45:17.433 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial keys... 2024-03-20T16:45:18.570 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQCeEvtl7BXsBhAA6/ml8vdwk793UmHevu/LCQ== 2024-03-20T16:45:19.703 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQCfEvtl5TcuDBAAYjYLQel2Y58UmU6+T/z09Q== 2024-03-20T16:45:20.963 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-authtool: stdout AQCgEvtl2Ka2GhAA0xM1haAHt9uL9ZJ6wn+ekQ== 2024-03-20T16:45:20.964 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial monmap... 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:monmaptool for a [v2:172.21.15.12:3300,v1:172.21.15.12:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:setting min_mon_release = quincy 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: set fsid to 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-20T16:45:22.161 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:45:22.162 INFO:teuthology.orchestra.run.smithi012.stdout:Creating mon... 2024-03-20T16:45:23.477 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.932+0000 7fbe1b10ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-20T16:45:23.477 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.932+0000 7fbe1b10ec80 1 imported monmap: 2024-03-20T16:45:23.477 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-20T16:45:23.477 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:23.477 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-20T16:45:21.654990+0000 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr created 2024-03-20T16:45:21.654990+0000 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.a 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.932+0000 7fbe1b10ec80 0 /usr/bin/ceph-mon: set fsid to 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Git sha 0 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Compile date 2024-03-20 00:42:32 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: DB SUMMARY 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: DB Session ID: NM9GYA6K8PL2BCMQVPV1 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.478 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.create_if_missing: 1 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.env: 0x55b384fceb20 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.info_log: 0x55b38765cba0 2024-03-20T16:45:23.479 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.statistics: (nil) 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.use_fsync: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-20T16:45:23.480 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.db_log_dir: 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.wal_dir: 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.write_buffer_manager: 0x55b387631360 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-20T16:45:23.481 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.unordered_write: 0 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.row_cache: None 2024-03-20T16:45:23.482 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.wal_filter: None 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.wal_compression: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-20T16:45:23.483 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-20T16:45:23.484 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_open_files: -1 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Compression algorithms supported: 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kZSTD supported: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-20T16:45:23.485 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-20T16:45:23.486 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.merge_operator: 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_filter: None 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b38765cd80) 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-20T16:45:23.487 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55b387663090 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-20T16:45:23.488 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.489 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression: NoCompression 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.num_levels: 7 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-20T16:45:23.490 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-20T16:45:23.491 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-20T16:45:23.492 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-20T16:45:23.493 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.ttl: 2592000 2024-03-20T16:45:23.494 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 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-03-20T16:45:23.495 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 40a5d653-0700-40c4-a6fd-48ece30db0d4 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.936+0000 7fbe1b10ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe1b10ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b387730000 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe1b10ec80 4 rocksdb: DB pointer 0x55b387720000 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe0b272700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe0b272700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T16:45:23.496 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.497 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.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-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55b387663090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr 2024-03-20T16:45:23.498 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe1b10ec80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-20T16:45:23.499 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe1b10ec80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-20T16:45:23.499 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-20T16:45:22.940+0000 7fbe1b10ec80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-20T16:45:23.499 INFO:teuthology.orchestra.run.smithi012.stdout:create mon.a on 2024-03-20T16:45:23.774 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-20T16:45:23.989 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-20T16:45:24.242 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715.target -> /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715.target. 2024-03-20T16:45:24.243 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715.target -> /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715.target. 2024-03-20T16:45:24.534 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a 2024-03-20T16:45:24.534 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a.service: Unit ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a.service not loaded. 2024-03-20T16:45:24.732 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715.target.wants/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.service. 2024-03-20T16:45:24.740 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-03-20T16:45:24.740 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to enable service . firewalld.service is not available 2024-03-20T16:45:24.740 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mon to start... 2024-03-20T16:45:24.741 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mon... 2024-03-20T16:45:26.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:26 smithi012 bash[20953]: cluster 2024-03-20T16:45:26.269345+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T16:45:27.253 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout cluster: 2024-03-20T16:45:27.253 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout id: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout services: 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.342454s) 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout data: 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout pgs: 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:mon is available 2024-03-20T16:45:27.254 INFO:teuthology.orchestra.run.smithi012.stdout:Assimilating anything we can from ceph.conf... 2024-03-20T16:45:27.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:27 smithi012 bash[20953]: cluster 2024-03-20T16:45:26.272979+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T16:45:27.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:27 smithi012 bash[20953]: cluster 2024-03-20T16:45:26.273295+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:45:27.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:27 smithi012 bash[20953]: cluster 2024-03-20T16:45:26.275815+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-20T16:45:27.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:27 smithi012 bash[20953]: cluster 2024-03-20T16:45:26.278485+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-20T16:45:27.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:27 smithi012 bash[20953]: cluster 2024-03-20T16:45:26.279050+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-20T16:45:27.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:27 smithi012 bash[20953]: audit 2024-03-20T16:45:26.615366+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.12:0/1635256676' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-20T16:45:28.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:28 smithi012 bash[20953]: audit 2024-03-20T16:45:28.208411+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.12:0/1439268209' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-20T16:45:28.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:28 smithi012 bash[20953]: audit 2024-03-20T16:45:28.212680+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.12:0/1439268209' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [global] 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout fsid = 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-20T16:45:28.717 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:28.718 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-20T16:45:28.718 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-20T16:45:28.719 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-20T16:45:28.719 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:28.719 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [osd] 2024-03-20T16:45:28.719 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-20T16:45:28.719 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-20T16:45:28.719 INFO:teuthology.orchestra.run.smithi012.stdout:Generating new minimal ceph.conf... 2024-03-20T16:45:30.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:29 smithi012 bash[20953]: audit 2024-03-20T16:45:29.669988+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.12:0/3814839162' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:45:30.179 INFO:teuthology.orchestra.run.smithi012.stdout:Restarting the monitor... 2024-03-20T16:45:30.518 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:30 smithi012 systemd[1]: Stopping Ceph mon.a for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:45:30.518 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:30 smithi012 bash[20953]: debug 2024-03-20T16:45:30.300+0000 7f7b7ac3c700 -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-03-20T16:45:30.518 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:30 smithi012 bash[20953]: debug 2024-03-20T16:45:30.300+0000 7f7b7ac3c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-20T16:45:31.013 INFO:teuthology.orchestra.run.smithi012.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-20T16:45:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:30 smithi012 bash[21344]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-mon-a 2024-03-20T16:45:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:31 smithi012 bash[21406]: Error response from daemon: No such container: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-mon-a 2024-03-20T16:45:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:31 smithi012 systemd[1]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-20T16:45:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:31 smithi012 systemd[1]: Stopped Ceph mon.a for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715. 2024-03-20T16:45:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:31 smithi012 systemd[1]: Started Ceph mon.a for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715. 2024-03-20T16:45:32.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:31.996+0000 7f2f17892c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:31.996+0000 7f2f17892c80 0 ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev), process ceph-mon, pid 7 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:31.996+0000 7f2f17892c80 0 pidfile_write: ignore empty --pid-file 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 0 load: jerasure load: lrc 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Git sha 0 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Compile date 2024-03-20 00:42:32 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: DB SUMMARY 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: DB Session ID: QOYEP9ALNDGOAEQK9OMV 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: CURRENT file: CURRENT 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84953 ; 2024-03-20T16:45:32.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.error_if_exists: 0 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.create_if_missing: 0 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.env: 0x558efb75eb20 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.info_log: 0x558efc7bf980 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.statistics: (nil) 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.use_fsync: 0 2024-03-20T16:45:32.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-20T16:45:32.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.db_log_dir: 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.wal_dir: 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-20T16:45:32.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.write_buffer_manager: 0x558efc7921e0 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.unordered_write: 0 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-20T16:45:32.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.row_cache: None 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.wal_filter: None 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.two_write_queues: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.wal_compression: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.atomic_flush: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-20T16:45:32.180 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-20T16:45:32.181 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_open_files: -1 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Compression algorithms supported: 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kZSTD supported: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kXpressCompression supported: 0 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kZlibCompression supported: 1 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-20T16:45:32.182 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.merge_operator: 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_filter: None 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558efc7bfb40) 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cache_index_and_filter_blocks: 1 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-20T16:45:32.183 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: pin_top_level_index_and_filter: 1 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: index_type: 0 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: data_block_index_type: 0 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: index_shortening: 1 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: data_block_hash_table_util_ratio: 0.750000 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: checksum: 4 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: no_block_cache: 0 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_cache: 0x558efc7c3090 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_cache_name: BinnedLRUCache 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_cache_options: 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: capacity : 536870912 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: num_shard_bits : 4 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: strict_capacity_limit : 0 2024-03-20T16:45:32.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: high_pri_pool_ratio: 0.000 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_cache_compressed: (nil) 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: persistent_cache: (nil) 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_size: 4096 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_size_deviation: 10 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_restart_interval: 16 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: index_block_restart_interval: 1 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: metadata_block_size: 4096 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: partition_filters: 0 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: use_delta_encoding: 1 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: filter_policy: bloomfilter 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: whole_key_filtering: 1 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: verify_compression: 0 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: read_amp_bytes_per_bit: 0 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: format_version: 5 2024-03-20T16:45:32.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: enable_index_compression: 1 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: block_align: 0 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: max_auto_readahead_size: 262144 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: prepopulate_block_cache: 0 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: initial_auto_readahead_size: 8192 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: num_file_reads_for_auto_readahead: 2 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-20T16:45:32.186 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-20T16:45:32.187 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression: NoCompression 2024-03-20T16:45:32.187 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-20T16:45:32.187 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-20T16:45:32.187 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-20T16:45:32.187 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.num_levels: 7 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-20T16:45:32.188 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-20T16:45:32.189 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-20T16:45:32.190 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-20T16:45:32.191 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.bloom_locality: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.ttl: 2592000 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-20T16:45:32.192 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.enable_blob_files: false 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.min_blob_size: 0 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 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-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-20T16:45:32.193 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 40a5d653-0700-40c4-a6fd-48ece30db0d4 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710953132007957, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.004+0000 7f2f17892c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.008+0000 7f2f17892c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710953132009504, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81604, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79765, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 74074, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": 1710953132, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "40a5d653-0700-40c4-a6fd-48ece30db0d4", "db_session_id": "QOYEP9ALNDGOAEQK9OMV", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.008+0000 7f2f17892c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710953132009733, "job": 1, "event": "recovery_finished"} 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.008+0000 7f2f17892c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.012+0000 7f2f17892c80 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-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.012+0000 7f2f17892c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558efc8ba000 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.012+0000 7f2f17892c80 4 rocksdb: DB pointer 0x558efc8a4000 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.012+0000 7f2f17892c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] at bind addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f05fee700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f05fee700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: ** DB Stats ** 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T16:45:32.194 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: ** Compaction Stats [default] ** 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: 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-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: L0 2/0 81.55 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 69.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Sum 2/0 81.55 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 69.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 69.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: ** Compaction Stats [default] ** 2024-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: 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-03-20T16:45:32.195 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 69.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: AddFile(Total Files): cumulative 0, interval 0 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: AddFile(Keys): cumulative 0, interval 0 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Cumulative compaction: 0.00 GB write, 7.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Interval compaction: 0.00 GB write, 7.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Block cache BinnedLRUCache@0x558efc7c3090#7 capacity: 512.00 MB usage: 26.28 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 0.000449 secs_since: 0 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: Block cache entry stats(count,size,portion): DataBlock(3,25.11 KB,0.00478923%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: ** File Read Latency Histogram By Level [default] ** 2024-03-20T16:45:32.196 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 1 mon.a@-1(???) e1 preinit fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 0 mon.a@-1(???).mds e1 new map 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 0 mon.a@-1(???).mds e1 print_map 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: e1 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: 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} 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: legacy client fscid: -1 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: No filesystems configured 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: debug 2024-03-20T16:45:32.016+0000 7f2f17892c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cluster 2024-03-20T16:45:32.022715+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T16:45:32.197 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cluster 2024-03-20T16:45:32.022765+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:45:32.198 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cluster 2024-03-20T16:45:32.023207+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-20T16:45:32.198 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cluster 2024-03-20T16:45:32.023255+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-20T16:45:32.198 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:32 smithi012 bash[21445]: cluster 2024-03-20T16:45:32.023597+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-20T16:45:32.867 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-20T16:45:32.893 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:45:32.893 INFO:teuthology.orchestra.run.smithi012.stdout:Creating mgr... 2024-03-20T16:45:32.894 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-20T16:45:32.894 INFO:teuthology.orchestra.run.smithi012.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-20T16:45:33.179 INFO:teuthology.orchestra.run.smithi012.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a 2024-03-20T16:45:33.179 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a.service: Unit ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a.service not loaded. 2024-03-20T16:45:33.290 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:33 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:45:33.372 INFO:teuthology.orchestra.run.smithi012.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715.target.wants/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.service. 2024-03-20T16:45:33.379 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-03-20T16:45:33.379 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to enable service . firewalld.service is not available 2024-03-20T16:45:33.379 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-03-20T16:45:33.379 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-20T16:45:33.379 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr to start... 2024-03-20T16:45:33.379 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr... 2024-03-20T16:45:33.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:33 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:45:33.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:33 smithi012 bash[21445]: audit 2024-03-20T16:45:32.304330+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.12:0/1936270150' entity='client.admin' 2024-03-20T16:45:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:34 smithi012 bash[21445]: audit 2024-03-20T16:45:34.678672+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.12:0/3255687131' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:45:34.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:34 smithi012 bash[21700]: debug 2024-03-20T16:45:34.624+0000 7fdb57351200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "0eb0b9d6-e6d9-11ee-95c9-87774f69a715", 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:45:35.213 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.214 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:45:35.215 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:45:35.216 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:45:26.274553+0000", 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:45:35.217 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (1/15)... 2024-03-20T16:45:36.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:36 smithi012 bash[21700]: debug 2024-03-20T16:45:36.340+0000 7fdb57351200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:45:36.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:36 smithi012 bash[21700]: debug 2024-03-20T16:45:36.440+0000 7fdb57351200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:45:37.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:36 smithi012 bash[21700]: debug 2024-03-20T16:45:36.692+0000 7fdb57351200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:45:37.844 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:37 smithi012 bash[21700]: debug 2024-03-20T16:45:37.516+0000 7fdb57351200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:45:37.844 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:37 smithi012 bash[21700]: debug 2024-03-20T16:45:37.628+0000 7fdb57351200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:45:37.844 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:37 smithi012 bash[21700]: debug 2024-03-20T16:45:37.736+0000 7fdb57351200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:45:38.361 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:38 smithi012 bash[21445]: audit 2024-03-20T16:45:38.175086+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.12:0/2803937826' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:45:38.361 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:38 smithi012 bash[21700]: debug 2024-03-20T16:45:38.096+0000 7fdb57351200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:45:38.361 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:38 smithi012 bash[21700]: debug 2024-03-20T16:45:38.216+0000 7fdb57351200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:45:38.361 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:38 smithi012 bash[21700]: debug 2024-03-20T16:45:38.324+0000 7fdb57351200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:45:38.699 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "0eb0b9d6-e6d9-11ee-95c9-87774f69a715", 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:45:38.700 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:45:38.701 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:45:38.705 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.706 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:45:26.274553+0000", 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:45:38.707 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (2/15)... 2024-03-20T16:45:39.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:38 smithi012 bash[21700]: debug 2024-03-20T16:45:38.692+0000 7fdb57351200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:45:39.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:38 smithi012 bash[21700]: debug 2024-03-20T16:45:38.936+0000 7fdb57351200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:45:39.599 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:39 smithi012 bash[21700]: debug 2024-03-20T16:45:39.200+0000 7fdb57351200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:45:39.599 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:39 smithi012 bash[21700]: debug 2024-03-20T16:45:39.316+0000 7fdb57351200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:45:39.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:39 smithi012 bash[21700]: debug 2024-03-20T16:45:39.596+0000 7fdb57351200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:45:40.379 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:40 smithi012 bash[21700]: debug 2024-03-20T16:45:40.016+0000 7fdb57351200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:45:40.379 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:40 smithi012 bash[21700]: debug 2024-03-20T16:45:40.256+0000 7fdb57351200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:45:40.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:40 smithi012 bash[21700]: debug 2024-03-20T16:45:40.376+0000 7fdb57351200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:45:40.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:40 smithi012 bash[21700]: debug 2024-03-20T16:45:40.632+0000 7fdb57351200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:45:42.104 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:41 smithi012 bash[21445]: audit 2024-03-20T16:45:41.712146+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.12:0/1885554196' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:45:42.104 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:41 smithi012 bash[21700]: debug 2024-03-20T16:45:41.680+0000 7fdb57351200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:45:42.104 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:41 smithi012 bash[21700]: debug 2024-03-20T16:45:41.800+0000 7fdb57351200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "0eb0b9d6-e6d9-11ee-95c9-87774f69a715", 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:45:42.271 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:45:42.272 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:45:42.277 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:45:42.278 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:45:26.274553+0000", 2024-03-20T16:45:42.279 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:42.280 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:42.280 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:45:42.280 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:45:42.280 INFO:teuthology.orchestra.run.smithi012.stdout:mgr not available, waiting (3/15)... 2024-03-20T16:45:42.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21700]: debug 2024-03-20T16:45:42.104+0000 7fdb57351200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:45:42.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21700]: debug 2024-03-20T16:45:42.220+0000 7fdb57351200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:45:43.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21700]: debug 2024-03-20T16:45:42.684+0000 7fdb57351200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:45:43.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21700]: debug 2024-03-20T16:45:42.808+0000 7fdb57351200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:45:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: cluster 2024-03-20T16:45:42.830579+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-20T16:45:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: cluster 2024-03-20T16:45:42.837717+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00738011s) 2024-03-20T16:45:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.839165+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:45:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.839333+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:45:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.839498+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:45:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.839661+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:45:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.840293+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:45:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: cluster 2024-03-20T16:45:42.866801+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-20T16:45:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.878766+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:45:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:42 smithi012 bash[21445]: audit 2024-03-20T16:45:42.881610+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:45:44.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:43 smithi012 bash[21445]: audit 2024-03-20T16:45:42.888986+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' 2024-03-20T16:45:44.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:43 smithi012 bash[21445]: audit 2024-03-20T16:45:42.893603+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' 2024-03-20T16:45:44.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:43 smithi012 bash[21445]: audit 2024-03-20T16:45:42.896367+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.12:0/3628920184' entity='mgr.a' 2024-03-20T16:45:44.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:43 smithi012 bash[21445]: cluster 2024-03-20T16:45:43.846596+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.01625s) 2024-03-20T16:45:46.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:45 smithi012 bash[21445]: cluster 2024-03-20T16:45:44.895617+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-03-20T16:45:46.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:45 smithi012 bash[21445]: audit 2024-03-20T16:45:45.709773+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.12:0/4196020815' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:45:46.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:46.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:45:46.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsid": "0eb0b9d6-e6d9-11ee-95c9-87774f69a715", 2024-03-20T16:45:46.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:45:46.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:45:46.237 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:45:46.238 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:45:46.239 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:45:46.240 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:45:26.274553+0000", 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:45:46.241 INFO:teuthology.orchestra.run.smithi012.stdout:mgr is available 2024-03-20T16:45:47.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:47 smithi012 bash[21445]: audit 2024-03-20T16:45:47.474283+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.12:0/2502386296' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-20T16:45:47.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:47 smithi012 bash[21445]: audit 2024-03-20T16:45:47.479344+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.12:0/2502386296' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-20T16:45:48.013 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [global] 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout fsid = 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout [osd] 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-20T16:45:48.014 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-20T16:45:48.015 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling cephadm module... 2024-03-20T16:45:49.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:49 smithi012 bash[21445]: audit 2024-03-20T16:45:49.334139+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.12:0/905194545' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-20T16:45:49.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:49 smithi012 bash[21700]: ignoring --setuser ceph since I am not root 2024-03-20T16:45:49.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:49 smithi012 bash[21700]: ignoring --setgroup ceph since I am not root 2024-03-20T16:45:49.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:49 smithi012 bash[21700]: debug 2024-03-20T16:45:49.576+0000 7fe4fee24200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:45:50.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:50 smithi012 bash[21445]: audit 2024-03-20T16:45:49.386015+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.12:0/905194545' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-20T16:45:50.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:50 smithi012 bash[21445]: cluster 2024-03-20T16:45:49.391188+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-03-20T16:45:51.466 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:51 smithi012 bash[21445]: audit 2024-03-20T16:45:51.276976+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.12:0/1070166458' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-20T16:45:51.466 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:51 smithi012 bash[21700]: debug 2024-03-20T16:45:51.192+0000 7fe4fee24200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:45:51.466 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:51 smithi012 bash[21700]: debug 2024-03-20T16:45:51.296+0000 7fe4fee24200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:45:51.831 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:45:51.831 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-20T16:45:51.831 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T16:45:51.832 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-20T16:45:51.832 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-20T16:45:51.832 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:45:51.832 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for the mgr to restart... 2024-03-20T16:45:51.832 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr epoch 5... 2024-03-20T16:45:51.847 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:51 smithi012 bash[21700]: debug 2024-03-20T16:45:51.556+0000 7fe4fee24200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:45:52.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:52 smithi012 bash[21700]: debug 2024-03-20T16:45:52.376+0000 7fe4fee24200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:45:52.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:52 smithi012 bash[21700]: debug 2024-03-20T16:45:52.496+0000 7fe4fee24200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:45:52.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:52 smithi012 bash[21700]: debug 2024-03-20T16:45:52.604+0000 7fe4fee24200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:45:53.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:52 smithi012 bash[21700]: debug 2024-03-20T16:45:52.968+0000 7fe4fee24200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:45:53.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:53 smithi012 bash[21700]: debug 2024-03-20T16:45:53.084+0000 7fe4fee24200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:45:53.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:53 smithi012 bash[21700]: debug 2024-03-20T16:45:53.192+0000 7fe4fee24200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:45:53.821 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:53 smithi012 bash[21700]: debug 2024-03-20T16:45:53.564+0000 7fe4fee24200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:45:54.093 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:53 smithi012 bash[21700]: debug 2024-03-20T16:45:53.820+0000 7fe4fee24200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:45:54.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:54 smithi012 bash[21700]: debug 2024-03-20T16:45:54.088+0000 7fe4fee24200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:45:54.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:54 smithi012 bash[21700]: debug 2024-03-20T16:45:54.204+0000 7fe4fee24200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:45:54.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:54 smithi012 bash[21700]: debug 2024-03-20T16:45:54.488+0000 7fe4fee24200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:45:55.294 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:54 smithi012 bash[21700]: debug 2024-03-20T16:45:54.924+0000 7fe4fee24200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:45:55.295 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:55 smithi012 bash[21700]: debug 2024-03-20T16:45:55.172+0000 7fe4fee24200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:45:55.923 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:55 smithi012 bash[21700]: debug 2024-03-20T16:45:55.292+0000 7fe4fee24200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:45:55.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:55 smithi012 bash[21700]: debug 2024-03-20T16:45:55.548+0000 7fe4fee24200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:45:56.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:56 smithi012 bash[21700]: debug 2024-03-20T16:45:56.580+0000 7fe4fee24200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:45:56.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:56 smithi012 bash[21700]: debug 2024-03-20T16:45:56.700+0000 7fe4fee24200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:45:57.423 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21700]: debug 2024-03-20T16:45:57.000+0000 7fe4fee24200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:45:57.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21700]: debug 2024-03-20T16:45:57.120+0000 7fe4fee24200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:45:57.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21700]: debug 2024-03-20T16:45:57.584+0000 7fe4fee24200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:45:57.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21700]: debug 2024-03-20T16:45:57.712+0000 7fe4fee24200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:45:57.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: cluster 2024-03-20T16:45:57.734908+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-20T16:45:57.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: cluster 2024-03-20T16:45:57.735403+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-20T16:45:57.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: cluster 2024-03-20T16:45:57.742730+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-20T16:45:57.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: cluster 2024-03-20T16:45:57.743024+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00779466s) 2024-03-20T16:45:57.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: audit 2024-03-20T16:45:57.744396+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:45:57.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: audit 2024-03-20T16:45:57.746397+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:45:57.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: audit 2024-03-20T16:45:57.747590+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:45:57.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: audit 2024-03-20T16:45:57.747929+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:45:57.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: audit 2024-03-20T16:45:57.748263+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:45:57.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:57 smithi012 bash[21445]: cluster 2024-03-20T16:45:57.771694+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: cephadm 2024-03-20T16:45:57.789459+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.791288+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.794056+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.797657+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.800593+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.805394+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.817026+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:57.819626+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:45:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:58.458470+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:45:59.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: audit 2024-03-20T16:45:58.463875+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:45:59.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:58 smithi012 bash[21445]: cluster 2024-03-20T16:45:58.745132+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: a(active, since 1.00991s) 2024-03-20T16:45:59.343 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:45:59.343 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-20T16:45:59.343 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-20T16:45:59.344 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:45:59.344 INFO:teuthology.orchestra.run.smithi012.stdout:mgr epoch 5 is available 2024-03-20T16:45:59.344 INFO:teuthology.orchestra.run.smithi012.stdout:Setting orchestrator backend to cephadm... 2024-03-20T16:46:00.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: audit 2024-03-20T16:45:58.746165+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-20T16:46:00.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: audit 2024-03-20T16:45:58.761891+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-20T16:46:00.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: cephadm 2024-03-20T16:45:59.147624+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [20/Mar/2024:16:45:59] ENGINE Bus STARTING 2024-03-20T16:46:00.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: cephadm 2024-03-20T16:45:59.249636+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [20/Mar/2024:16:45:59] ENGINE Serving on http://172.21.15.12:8765 2024-03-20T16:46:00.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: cephadm 2024-03-20T16:45:59.371700+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [20/Mar/2024:16:45:59] ENGINE Serving on https://172.21.15.12:7150 2024-03-20T16:46:00.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: cephadm 2024-03-20T16:45:59.371820+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [20/Mar/2024:16:45:59] ENGINE Bus STARTED 2024-03-20T16:46:00.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:45:59 smithi012 bash[21445]: audit 2024-03-20T16:45:59.375433+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:00.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:00 smithi012 bash[21445]: cluster 2024-03-20T16:45:59.803680+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-20T16:46:00.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:00 smithi012 bash[21445]: audit 2024-03-20T16:46:00.633941+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:00.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:00 smithi012 bash[21445]: audit 2024-03-20T16:46:00.644874+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:02.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:01 smithi012 bash[21445]: audit 2024-03-20T16:46:00.628990+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-03-20T16:46:02.970 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-20T16:46:02.970 INFO:teuthology.orchestra.run.smithi012.stdout:Generating ssh key... 2024-03-20T16:46:03.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:02 smithi012 bash[21445]: audit 2024-03-20T16:46:02.377028+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-03-20T16:46:04.813 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21445]: audit 2024-03-20T16:46:04.227269+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:46:04.813 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21445]: cephadm 2024-03-20T16:46:04.227694+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-20T16:46:05.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: Generating public/private rsa key pair. 2024-03-20T16:46:05.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: Your identification has been saved in /tmp/tmpr24_hb3t/key. 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: Your public key has been saved in /tmp/tmpr24_hb3t/key.pub. 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: The key fingerprint is: 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: SHA256:JpQNUXyXZWfIafiGn1uOHO6UGC/HBlTbRDmvd+pZrOY ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: The key's randomart image is: 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: +---[RSA 3072]----+ 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | o+. =++*| 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | +. . +o=O | 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | o .. ..+. +| 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | . .. o .| 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | . S oo o | 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | o *=o+| 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | ooBO+| 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | =B+.| 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: | =E | 2024-03-20T16:46:05.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:04 smithi012 bash[21700]: +----[SHA256]-----+ 2024-03-20T16:46:06.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:05 smithi012 bash[21445]: audit 2024-03-20T16:46:04.821640+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:06.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:05 smithi012 bash[21445]: audit 2024-03-20T16:46:04.827225+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:07.038 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:46:07.038 INFO:teuthology.orchestra.run.smithi012.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-20T16:46:07.039 INFO:teuthology.orchestra.run.smithi012.stdout:Adding key to root@localhost authorized_keys... 2024-03-20T16:46:07.039 INFO:teuthology.orchestra.run.smithi012.stdout:Adding host smithi012... 2024-03-20T16:46:07.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:07 smithi012 bash[21445]: audit 2024-03-20T16:46:06.504786+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-03-20T16:46:08.561 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:08 smithi012 bash[21445]: audit 2024-03-20T16:46:08.251810+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "addr": "172.21.15.12", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:46:09.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:09 smithi012 bash[21445]: cephadm 2024-03-20T16:46:08.888710+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi012 2024-03-20T16:46:14.892 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Added host 'smithi012' with addr '172.21.15.12' 2024-03-20T16:46:14.893 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying unmanaged mon service... 2024-03-20T16:46:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:15 smithi012 bash[21445]: audit 2024-03-20T16:46:14.021990+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:15 smithi012 bash[21445]: cephadm 2024-03-20T16:46:14.022542+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi012 2024-03-20T16:46:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:15 smithi012 bash[21445]: audit 2024-03-20T16:46:14.055548+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:16.957 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-20T16:46:16.957 INFO:teuthology.orchestra.run.smithi012.stdout:Deploying unmanaged mgr service... 2024-03-20T16:46:17.432 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:17 smithi012 bash[21445]: audit 2024-03-20T16:46:16.162831+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-03-20T16:46:17.433 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:17 smithi012 bash[21445]: cephadm 2024-03-20T16:46:16.164197+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-20T16:46:17.433 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:17 smithi012 bash[21445]: audit 2024-03-20T16:46:16.166882+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:19.361 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-20T16:46:19.383 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:19 smithi012 bash[21445]: cluster 2024-03-20T16:46:17.748960+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:46:19.383 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:19 smithi012 bash[21445]: audit 2024-03-20T16:46:18.091796+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:19.383 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:19 smithi012 bash[21445]: audit 2024-03-20T16:46:18.581400+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:19.383 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:19 smithi012 bash[21445]: audit 2024-03-20T16:46:18.769105+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:20.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:20 smithi012 bash[21445]: audit 2024-03-20T16:46:18.760590+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-03-20T16:46:20.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:20 smithi012 bash[21445]: cephadm 2024-03-20T16:46:18.762195+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-20T16:46:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:21 smithi012 bash[21445]: cluster 2024-03-20T16:46:19.749348+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:46:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:21 smithi012 bash[21445]: audit 2024-03-20T16:46:20.631891+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.12:0/3855589418' entity='client.admin' 2024-03-20T16:46:23.021 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling the dashboard module... 2024-03-20T16:46:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:23 smithi012 bash[21445]: cluster 2024-03-20T16:46:21.749802+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:46:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:23 smithi012 bash[21445]: audit 2024-03-20T16:46:22.468609+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.12:0/3096167977' entity='client.admin' 2024-03-20T16:46:25.298 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:25 smithi012 bash[21700]: ignoring --setuser ceph since I am not root 2024-03-20T16:46:25.298 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:25 smithi012 bash[21700]: ignoring --setgroup ceph since I am not root 2024-03-20T16:46:25.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: cluster 2024-03-20T16:46:23.750044+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:46:25.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:23.961079+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:25.298 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:23.963782+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:25.299 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:23.981785+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:46:25.299 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:23.986208+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' 2024-03-20T16:46:25.299 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:23.987962+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-03-20T16:46:25.299 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:23.988854+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.12:0/2322972895' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]': finished 2024-03-20T16:46:25.299 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:24 smithi012 bash[21445]: audit 2024-03-20T16:46:24.387679+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.12:0/4281485968' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-20T16:46:25.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:25 smithi012 bash[21700]: debug 2024-03-20T16:46:25.295+0000 7f51b8a07200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:46:26.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:26 smithi012 bash[21445]: audit 2024-03-20T16:46:25.102532+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.12:0/4281485968' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-20T16:46:26.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:26 smithi012 bash[21445]: cluster 2024-03-20T16:46:25.107876+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-03-20T16:46:27.184 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:26 smithi012 bash[21700]: debug 2024-03-20T16:46:26.931+0000 7f51b8a07200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:46:27.184 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:27 smithi012 bash[21700]: debug 2024-03-20T16:46:27.031+0000 7f51b8a07200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:46:27.184 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:27 smithi012 bash[21445]: audit 2024-03-20T16:46:26.978454+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.12:0/181401916' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-20T16:46:27.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:46:27.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-20T16:46:27.597 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T16:46:27.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-20T16:46:27.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-20T16:46:27.598 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:46:27.598 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for the mgr to restart... 2024-03-20T16:46:27.598 INFO:teuthology.orchestra.run.smithi012.stdout:Waiting for mgr epoch 9... 2024-03-20T16:46:27.615 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:27 smithi012 bash[21700]: debug 2024-03-20T16:46:27.291+0000 7f51b8a07200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:46:28.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:28 smithi012 bash[21700]: debug 2024-03-20T16:46:28.123+0000 7f51b8a07200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:46:28.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:28 smithi012 bash[21700]: debug 2024-03-20T16:46:28.239+0000 7f51b8a07200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:46:28.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:28 smithi012 bash[21700]: debug 2024-03-20T16:46:28.347+0000 7f51b8a07200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:46:29.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:28 smithi012 bash[21700]: debug 2024-03-20T16:46:28.715+0000 7f51b8a07200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:46:29.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:28 smithi012 bash[21700]: debug 2024-03-20T16:46:28.831+0000 7f51b8a07200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:46:29.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:28 smithi012 bash[21700]: debug 2024-03-20T16:46:28.939+0000 7f51b8a07200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:46:29.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:29 smithi012 bash[21700]: debug 2024-03-20T16:46:29.311+0000 7f51b8a07200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:46:29.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:29 smithi012 bash[21700]: debug 2024-03-20T16:46:29.555+0000 7f51b8a07200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:46:30.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:29 smithi012 bash[21700]: debug 2024-03-20T16:46:29.827+0000 7f51b8a07200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:46:30.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:29 smithi012 bash[21700]: debug 2024-03-20T16:46:29.947+0000 7f51b8a07200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:46:30.657 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:30 smithi012 bash[21700]: debug 2024-03-20T16:46:30.231+0000 7f51b8a07200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:46:30.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:30 smithi012 bash[21700]: debug 2024-03-20T16:46:30.655+0000 7f51b8a07200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:46:30.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:30 smithi012 bash[21700]: debug 2024-03-20T16:46:30.903+0000 7f51b8a07200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:46:31.286 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:31 smithi012 bash[21700]: debug 2024-03-20T16:46:31.027+0000 7f51b8a07200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:46:31.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:31 smithi012 bash[21700]: debug 2024-03-20T16:46:31.283+0000 7f51b8a07200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:46:32.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:32 smithi012 bash[21700]: debug 2024-03-20T16:46:32.327+0000 7f51b8a07200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:46:32.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:32 smithi012 bash[21700]: debug 2024-03-20T16:46:32.447+0000 7f51b8a07200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:46:33.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:32 smithi012 bash[21700]: debug 2024-03-20T16:46:32.751+0000 7f51b8a07200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:46:33.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:32 smithi012 bash[21700]: debug 2024-03-20T16:46:32.875+0000 7f51b8a07200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:46:33.612 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21700]: debug 2024-03-20T16:46:33.343+0000 7f51b8a07200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21700]: debug 2024-03-20T16:46:33.471+0000 7f51b8a07200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: cluster 2024-03-20T16:46:33.495004+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: cluster 2024-03-20T16:46:33.495477+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: cluster 2024-03-20T16:46:33.498947+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: cluster 2024-03-20T16:46:33.499062+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00379701s) 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: audit 2024-03-20T16:46:33.502624+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: audit 2024-03-20T16:46:33.503645+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: audit 2024-03-20T16:46:33.504703+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: audit 2024-03-20T16:46:33.505302+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: audit 2024-03-20T16:46:33.505587+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:46:33.613 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:33 smithi012 bash[21445]: cluster 2024-03-20T16:46:33.531095+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-03-20T16:46:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:34 smithi012 bash[21445]: audit 2024-03-20T16:46:33.557532+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:34 smithi012 bash[21445]: audit 2024-03-20T16:46:33.560632+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:34 smithi012 bash[21445]: audit 2024-03-20T16:46:33.581291+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:46:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:34 smithi012 bash[21445]: audit 2024-03-20T16:46:33.584819+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:46:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:34 smithi012 bash[21445]: cluster 2024-03-20T16:46:34.503480+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.0082s) 2024-03-20T16:46:35.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:46:35.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-20T16:46:35.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-20T16:46:35.140 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:46:35.140 INFO:teuthology.orchestra.run.smithi012.stdout:mgr epoch 9 is available 2024-03-20T16:46:35.140 INFO:teuthology.orchestra.run.smithi012.stdout:Generating a dashboard self-signed certificate... 2024-03-20T16:46:35.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:35 smithi012 bash[21445]: cephadm 2024-03-20T16:46:34.987005+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [20/Mar/2024:16:46:34] ENGINE Bus STARTING 2024-03-20T16:46:35.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:35 smithi012 bash[21445]: cephadm 2024-03-20T16:46:35.088978+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [20/Mar/2024:16:46:35] ENGINE Serving on http://172.21.15.12:8765 2024-03-20T16:46:36.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:36 smithi012 bash[21445]: cephadm 2024-03-20T16:46:35.211142+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [20/Mar/2024:16:46:35] ENGINE Serving on https://172.21.15.12:7150 2024-03-20T16:46:36.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:36 smithi012 bash[21445]: cephadm 2024-03-20T16:46:35.211431+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [20/Mar/2024:16:46:35] ENGINE Bus STARTED 2024-03-20T16:46:36.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:36 smithi012 bash[21445]: cluster 2024-03-20T16:46:35.570708+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-20T16:46:36.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:36 smithi012 bash[21445]: audit 2024-03-20T16:46:36.512573+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:36.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:36 smithi012 bash[21445]: audit 2024-03-20T16:46:36.518128+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:37.083 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-20T16:46:37.083 INFO:teuthology.orchestra.run.smithi012.stdout:Creating initial admin user... 2024-03-20T16:46:37.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:37 smithi012 bash[21445]: audit 2024-03-20T16:46:36.328405+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-03-20T16:46:39.071 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$He8jCwvR1YD19FHB28BpyeA9WaTXcIQPsuS4tCEEV1U7Jfn92NgIW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710953198, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-20T16:46:39.071 INFO:teuthology.orchestra.run.smithi012.stdout:Fetching dashboard port number... 2024-03-20T16:46:39.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:39 smithi012 bash[21445]: audit 2024-03-20T16:46:38.311285+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-03-20T16:46:39.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:39 smithi012 bash[21445]: audit 2024-03-20T16:46:38.560783+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:40.824 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stdout 8443 2024-03-20T16:46:40.824 INFO:teuthology.orchestra.run.smithi012.stdout:firewalld does not appear to be present 2024-03-20T16:46:40.824 INFO:teuthology.orchestra.run.smithi012.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-20T16:46:40.827 INFO:teuthology.orchestra.run.smithi012.stdout:Ceph Dashboard is now available at: 2024-03-20T16:46:40.827 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:40.827 INFO:teuthology.orchestra.run.smithi012.stdout: URL: https://smithi012.front.sepia.ceph.com:8443/ 2024-03-20T16:46:40.827 INFO:teuthology.orchestra.run.smithi012.stdout: User: admin 2024-03-20T16:46:40.827 INFO:teuthology.orchestra.run.smithi012.stdout: Password: kbxs8gphkq 2024-03-20T16:46:40.827 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:40.828 INFO:teuthology.orchestra.run.smithi012.stdout:Saving cluster configuration to /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config directory 2024-03-20T16:46:40.828 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling autotune for osd_memory_target 2024-03-20T16:46:40.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:40 smithi012 bash[21445]: cluster 2024-03-20T16:46:39.570290+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-20T16:46:40.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:40 smithi012 bash[21445]: audit 2024-03-20T16:46:40.284486+0000 mon.a (mon.0) 96 : audit [DBG] from='client.? 172.21.15.12:0/1369436526' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-20T16:46:40.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:40 smithi012 bash[21445]: audit 2024-03-20T16:46:40.316384+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:40.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:40 smithi012 bash[21445]: audit 2024-03-20T16:46:40.317127+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:46:40.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:40 smithi012 bash[21445]: audit 2024-03-20T16:46:40.321031+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:40.846 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:40 smithi012 bash[21445]: audit 2024-03-20T16:46:40.322445+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-03-20T16:46:41.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:41 smithi012 bash[21445]: cephadm 2024-03-20T16:46:41.007473+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi012 on smithi012 2024-03-20T16:46:44.529 INFO:teuthology.orchestra.run.smithi012.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-20T16:46:44.529 INFO:teuthology.orchestra.run.smithi012.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-20T16:46:44.529 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.529 INFO:teuthology.orchestra.run.smithi012.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:46:44.529 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout:Or, if you are only running a single cluster on this host: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: ceph telemetry on 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout:For more information see: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:46:44.530 INFO:teuthology.orchestra.run.smithi012.stdout:Bootstrap complete. 2024-03-20T16:46:44.575 INFO:tasks.cephadm:Fetching config... 2024-03-20T16:46:44.576 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:46:44.576 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-20T16:46:44.582 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-20T16:46:44.582 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:46:44.582 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-20T16:46:44.627 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-20T16:46:44.627 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:46:44.627 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-20T16:46:44.686 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-20T16:46:44.686 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:46:44.686 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-20T16:46:44.734 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-20T16:46:44.735 DEBUG:teuthology.orchestra.run.smithi012:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T16:46:44.796 INFO:teuthology.orchestra.run.smithi012.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:46:44.804 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T16:46:44.821 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:44 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:44.821 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:44 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:44.828 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:46:44.838 DEBUG:teuthology.orchestra.run.smithi100:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T16:46:44.863 INFO:teuthology.orchestra.run.smithi100.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEtDQN6tW8nqGoAkToWDOZ76YDUP8V74lRuCxkxW15EWS9Yb5dCD8+9L2Pzml/WTiWjF6C113LasP6vBKKJTRWoMfd3Mn8MsIRUHH2r3fCEFP1j6ktTxUTNOwjburagj8B2u3gK5ejAcx3cxai2NMPB1IKZj22doSEZJ1aA1QIj7ppBvxNlwxujyZJlBPdpJ+H+CEj9/tmsaZDK4TgYAC0XENfnuOizPors4OcQOJ1PjWE+byNEGHnbmz1v9lgCE/2rvonHlupLe/aA2MJRHFW1uNf7eQNjm15kD5sqAesg5IAVp06IU7YqqYVYyg1DX+BVKendFmY6UyJ9wXrWDQsCmUdXD8UxPUGtRhoBem6SJ6TNVfAYlQnhMDXuZSIiyjFQU5LrC5V3bbw8l4dMz+dbQ70CHB6HZ8Xa17z1guQslwOIq4U8f1A4MNf1uGtJLr9UHBomxXeswMcGUCe8qdDbuBYdpDgCDZNb4D9IY9kQ+JeMM76JfrDCWD9CwbbIXs= ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:46:44.872 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-20T16:46:45.079 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:44 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:45.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:44 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:45.079 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:45 smithi012 bash[21445]: audit 2024-03-20T16:46:44.026163+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.12:0/3448119137' entity='client.admin' 2024-03-20T16:46:45.334 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:45 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:45.334 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:45 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:45.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:46:45 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:45.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:45 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:46:46.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.597898+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.639074+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.646198+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.680441+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.689713+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.696837+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.702736+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.708542+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.714298+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.750576+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:45.758235+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:46.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:46 smithi012 bash[21445]: audit 2024-03-20T16:46:46.006237+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:49.590 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:46:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:49 smithi012 bash[21445]: audit 2024-03-20T16:46:48.581533+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:50 smithi012 bash[21445]: audit 2024-03-20T16:46:49.944114+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:50 smithi012 bash[21445]: audit 2024-03-20T16:46:49.949524+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:52.688 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-20T16:46:52.688 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-20T16:46:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:53 smithi012 bash[21445]: audit 2024-03-20T16:46:52.113040+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.12:0/3005506558' entity='client.admin' 2024-03-20T16:46:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:53 smithi012 bash[21445]: audit 2024-03-20T16:46:52.173291+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:46:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:53 smithi012 bash[21445]: audit 2024-03-20T16:46:52.178032+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:55 smithi012 bash[21445]: cluster 2024-03-20T16:46:53.506338+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:46:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:57 smithi012 bash[21445]: cluster 2024-03-20T16:46:55.506782+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:46:57.614 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:46:58.610 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:58 smithi012 bash[21445]: audit 2024-03-20T16:46:57.311111+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:58.610 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:58 smithi012 bash[21445]: audit 2024-03-20T16:46:57.321026+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:46:58.610 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:46:58 smithi012 bash[21445]: cluster 2024-03-20T16:46:57.507165+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:00.709 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi060 2024-03-20T16:47:00.709 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:47:00.710 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.conf 2024-03-20T16:47:00.716 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:47:00.716 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:47:00.763 INFO:tasks.cephadm:Adding host smithi060 to orchestrator... 2024-03-20T16:47:00.764 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch host add smithi060 2024-03-20T16:47:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: cluster 2024-03-20T16:46:59.507598+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.024491+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-03-20T16:47:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.030909+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.078472+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.080544+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:01.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.081320+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:01.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: cephadm 2024-03-20T16:47:00.082521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:47:01.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.596242+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:01.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.604646+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:01.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:01 smithi012 bash[21445]: audit 2024-03-20T16:47:00.613048+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:02.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:02 smithi012 bash[21445]: cephadm 2024-03-20T16:47:00.197236+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:47:02.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:02 smithi012 bash[21445]: cephadm 2024-03-20T16:47:00.311690+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:47:02.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:02 smithi012 bash[21445]: cephadm 2024-03-20T16:47:00.426149+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:47:03.426 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:03 smithi012 bash[21445]: cluster 2024-03-20T16:47:01.508017+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:05.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:05 smithi012 bash[21445]: cluster 2024-03-20T16:47:03.508408+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:05.481 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:47:07.306 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:07 smithi012 bash[21445]: cluster 2024-03-20T16:47:05.508804+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:09.417 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:09 smithi012 bash[21445]: cluster 2024-03-20T16:47:07.509093+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:10.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:10 smithi012 bash[21445]: audit 2024-03-20T16:47:09.114859+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:47:10.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:10 smithi012 bash[21445]: audit 2024-03-20T16:47:09.537907+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:10.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:10 smithi012 bash[21445]: audit 2024-03-20T16:47:09.543953+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:10.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:10 smithi012 bash[21445]: audit 2024-03-20T16:47:09.549878+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:11 smithi012 bash[21445]: cluster 2024-03-20T16:47:09.509294+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:11 smithi012 bash[21445]: cephadm 2024-03-20T16:47:09.753729+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi060 2024-03-20T16:47:13.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:13 smithi012 bash[21445]: cluster 2024-03-20T16:47:11.509529+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:15.103 INFO:teuthology.orchestra.run.smithi012.stdout:Added host 'smithi060' with addr '172.21.15.60' 2024-03-20T16:47:15.306 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:15 smithi012 bash[21445]: cluster 2024-03-20T16:47:13.509887+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:15.683 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-20T16:47:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:16 smithi012 bash[21445]: audit 2024-03-20T16:47:15.103171+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:16 smithi012 bash[21445]: cephadm 2024-03-20T16:47:15.104168+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi060 2024-03-20T16:47:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:16 smithi012 bash[21445]: audit 2024-03-20T16:47:15.105478+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:16 smithi012 bash[21445]: audit 2024-03-20T16:47:15.630577+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:17 smithi012 bash[21445]: cluster 2024-03-20T16:47:15.510308+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:17 smithi012 bash[21445]: audit 2024-03-20T16:47:17.105504+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:17.115887+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:17.117561+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:17.119642+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:17.121403+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: cephadm 2024-03-20T16:47:17.124509+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:17.993124+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:17.999390+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:18.002771+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-03-20T16:47:18.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:18 smithi012 bash[21445]: audit 2024-03-20T16:47:18.004423+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]': finished 2024-03-20T16:47:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:19 smithi012 bash[21445]: cephadm 2024-03-20T16:47:17.342236+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:47:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:19 smithi012 bash[21445]: cluster 2024-03-20T16:47:17.510705+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:19 smithi012 bash[21445]: cephadm 2024-03-20T16:47:17.558283+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:47:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:19 smithi012 bash[21445]: cephadm 2024-03-20T16:47:17.773105+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:47:20.397 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:47:20.418 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: cephadm 2024-03-20T16:47:18.441424+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi060 on smithi060 2024-03-20T16:47:20.418 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.352839+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:20.418 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.364259+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.370155+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.437488+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.442416+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.444271+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.453388+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.523644+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.528489+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.530461+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.539056+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:20.419 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:20 smithi012 bash[21445]: audit 2024-03-20T16:47:19.834377+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:21 smithi012 bash[21445]: cluster 2024-03-20T16:47:19.511044+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:21 smithi012 bash[21445]: audit 2024-03-20T16:47:20.918402+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:21 smithi012 bash[21445]: audit 2024-03-20T16:47:20.924964+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:22.829 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:47:22.829 INFO:teuthology.orchestra.run.smithi012.stdout:[{"addr": "172.21.15.12", "hostname": "smithi012", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}] 2024-03-20T16:47:23.392 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:23 smithi012 bash[21445]: cluster 2024-03-20T16:47:21.511477+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:23.394 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi100 2024-03-20T16:47:23.394 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:47:23.394 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/etc/ceph/ceph.conf 2024-03-20T16:47:23.401 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:47:23.401 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:47:23.493 INFO:tasks.cephadm:Adding host smithi100 to orchestrator... 2024-03-20T16:47:23.494 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch host add smithi100 2024-03-20T16:47:24.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:24 smithi012 bash[21445]: audit 2024-03-20T16:47:22.828879+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:47:24.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:24 smithi012 bash[21445]: audit 2024-03-20T16:47:23.595352+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:25 smithi012 bash[21445]: cluster 2024-03-20T16:47:23.511972+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:27.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:27 smithi012 bash[21445]: cluster 2024-03-20T16:47:25.512393+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:29 smithi012 bash[21445]: cluster 2024-03-20T16:47:27.512830+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:29.438 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:47:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:30 smithi012 bash[21445]: cluster 2024-03-20T16:47:29.513182+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:31.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:30 smithi012 bash[21445]: audit 2024-03-20T16:47:29.739503+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:31.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:30 smithi012 bash[21445]: audit 2024-03-20T16:47:29.746317+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:31.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:30 smithi012 bash[21445]: audit 2024-03-20T16:47:29.755004+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:32 smithi012 bash[21445]: cluster 2024-03-20T16:47:31.513613+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:32 smithi012 bash[21445]: audit 2024-03-20T16:47:31.974162+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:47:34.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:33 smithi012 bash[21445]: cephadm 2024-03-20T16:47:32.714761+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi100 2024-03-20T16:47:35.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:34 smithi012 bash[21445]: cluster 2024-03-20T16:47:33.513980+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:35.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:34 smithi012 bash[21445]: audit 2024-03-20T16:47:33.891384+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:35.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:34 smithi012 bash[21445]: audit 2024-03-20T16:47:33.899716+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:37.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:36 smithi012 bash[21445]: cluster 2024-03-20T16:47:35.514392+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:38.087 INFO:teuthology.orchestra.run.smithi012.stdout:Added host 'smithi100' with addr '172.21.15.100' 2024-03-20T16:47:38.649 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-20T16:47:39.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:39 smithi012 bash[21445]: cluster 2024-03-20T16:47:37.514801+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:39.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:39 smithi012 bash[21445]: audit 2024-03-20T16:47:38.086563+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:39.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:39 smithi012 bash[21445]: cephadm 2024-03-20T16:47:38.087402+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi100 2024-03-20T16:47:39.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:39 smithi012 bash[21445]: audit 2024-03-20T16:47:38.113611+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:39.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:39 smithi012 bash[21445]: audit 2024-03-20T16:47:38.536303+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: cluster 2024-03-20T16:47:39.515204+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.011446+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.017304+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.018978+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:47:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.021273+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.023444+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:41.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: cephadm 2024-03-20T16:47:40.026379+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:47:41.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.489467+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:41.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.497163+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:41.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:41 smithi012 bash[21445]: audit 2024-03-20T16:47:40.506900+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:42.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: cephadm 2024-03-20T16:47:40.242249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:47:42.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: cephadm 2024-03-20T16:47:40.457403+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:47:42.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: cephadm 2024-03-20T16:47:40.673093+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:47:42.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: audit 2024-03-20T16:47:41.158362+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:42.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: audit 2024-03-20T16:47:41.163829+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:42.382 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: audit 2024-03-20T16:47:41.167181+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi100", "caps": []}]: dispatch 2024-03-20T16:47:42.382 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:42 smithi012 bash[21445]: audit 2024-03-20T16:47:41.170268+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi100", "caps": []}]': finished 2024-03-20T16:47:43.359 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:47:43.380 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: cephadm 2024-03-20T16:47:41.380416+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi100 on smithi100 2024-03-20T16:47:43.380 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: cluster 2024-03-20T16:47:41.515596+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:43.380 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.293061+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:43.380 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.304901+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.312663+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.410776+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.414017+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.415011+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.421356+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.523189+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.528636+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.530468+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.540947+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:43.381 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:43 smithi012 bash[21445]: audit 2024-03-20T16:47:42.765453+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:44.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:44 smithi012 bash[21445]: cluster 2024-03-20T16:47:43.516021+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:44.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:44 smithi012 bash[21445]: audit 2024-03-20T16:47:43.607742+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:44.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:44 smithi012 bash[21445]: audit 2024-03-20T16:47:43.819887+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:44.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:44 smithi012 bash[21445]: audit 2024-03-20T16:47:43.827732+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:46.305 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:47:46.306 INFO:teuthology.orchestra.run.smithi012.stdout:[{"addr": "172.21.15.12", "hostname": "smithi012", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.100", "hostname": "smithi100", "labels": [], "status": ""}] 2024-03-20T16:47:46.851 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-20T16:47:46.852 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd crush tunables default 2024-03-20T16:47:46.862 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:46 smithi012 bash[21445]: cluster 2024-03-20T16:47:45.516467+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:47.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:47 smithi012 bash[21445]: audit 2024-03-20T16:47:46.305892+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:47:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:48 smithi012 bash[21445]: cluster 2024-03-20T16:47:47.516903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:51.029 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:47:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:50 smithi012 bash[21445]: cluster 2024-03-20T16:47:49.517294+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:50 smithi012 bash[21445]: audit 2024-03-20T16:47:49.962816+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:50 smithi012 bash[21445]: audit 2024-03-20T16:47:49.969109+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:50 smithi012 bash[21445]: audit 2024-03-20T16:47:49.977428+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:52 smithi012 bash[21445]: cluster 2024-03-20T16:47:51.517718+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:53.975 INFO:teuthology.orchestra.run.smithi012.stderr:adjusted tunables profile to default 2024-03-20T16:47:54.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:53 smithi012 bash[21445]: audit 2024-03-20T16:47:53.457227+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.12:0/926900066' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T16:47:54.683 INFO:tasks.cephadm:Adding mon.a on smithi012 2024-03-20T16:47:54.683 INFO:tasks.cephadm:Adding mon.b on smithi060 2024-03-20T16:47:54.683 INFO:tasks.cephadm:Adding mon.c on smithi100 2024-03-20T16:47:54.684 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch apply mon '3;smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c' 2024-03-20T16:47:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:54 smithi012 bash[21445]: cluster 2024-03-20T16:47:53.518126+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:54 smithi012 bash[21445]: audit 2024-03-20T16:47:53.970039+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.12:0/926900066' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T16:47:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:54 smithi012 bash[21445]: cluster 2024-03-20T16:47:53.974060+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:47:57.127 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:47:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:56 smithi012 bash[21445]: cluster 2024-03-20T16:47:55.518534+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:56 smithi012 bash[21445]: audit 2024-03-20T16:47:56.856280+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:56 smithi012 bash[21445]: audit 2024-03-20T16:47:56.864764+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:47:59.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:47:58 smithi012 bash[21445]: cluster 2024-03-20T16:47:57.518933+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:47:59.589 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled mon update... 2024-03-20T16:48:00.390 DEBUG:teuthology.orchestra.run.smithi060:mon.b> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.b.service 2024-03-20T16:48:00.393 DEBUG:teuthology.orchestra.run.smithi100:mon.c> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.c.service 2024-03-20T16:48:00.396 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T16:48:00.396 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: cluster 2024-03-20T16:47:59.519338+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.577569+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: cephadm 2024-03-20T16:47:59.583146+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c;count:3 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.588659+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.606163+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.612009+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.614002+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.625389+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.631267+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: audit 2024-03-20T16:47:59.633263+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:00.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:00 smithi012 bash[21445]: cephadm 2024-03-20T16:47:59.635588+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi100 2024-03-20T16:48:02.153 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:02.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:01 smithi012 bash[21445]: audit 2024-03-20T16:48:00.717188+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:02.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:01 smithi012 bash[21445]: audit 2024-03-20T16:48:00.723005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:02.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:01 smithi012 bash[21445]: audit 2024-03-20T16:48:00.730974+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:02.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:02 smithi012 bash[21445]: cluster 2024-03-20T16:48:01.519681+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:04.995 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:04 smithi012 bash[21445]: cluster 2024-03-20T16:48:03.520093+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: cluster 2024-03-20T16:48:05.520517+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: audit 2024-03-20T16:48:05.996482+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: audit 2024-03-20T16:48:06.002565+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: audit 2024-03-20T16:48:06.020221+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: audit 2024-03-20T16:48:06.021645+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: audit 2024-03-20T16:48:06.023500+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:06 smithi012 bash[21445]: cephadm 2024-03-20T16:48:06.025585+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi060 2024-03-20T16:48:07.440 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-20T16:48:07.441 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":1,"fsid":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","modified":"2024-03-20T16:45:21.654990Z","created":"2024-03-20T16:45:21.654990Z","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.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-20T16:48:07.443 INFO:teuthology.orchestra.run.smithi100.stderr:dumped monmap epoch 1 2024-03-20T16:48:07.614 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:43.516021+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.614 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:43.607742+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.614 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:43.819887+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.614 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:43.827732+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.615 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:45.516467+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.615 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:46.305892+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:47.516903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:49.517294+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:49.962816+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:49.969109+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:49.977428+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:51.517718+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:53.457227+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.12:0/926900066' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T16:48:07.769 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:53.518126+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:53.970039+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.12:0/926900066' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:53.974060+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:55.518534+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:56.856280+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:56.864764+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:57.518933+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:47:59.519338+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.577569+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cephadm 2024-03-20T16:47:59.583146+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c;count:3 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.588659+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.770 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.606163+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.612009+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.614002+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.625389+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.631267+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:47:59.633263+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cephadm 2024-03-20T16:47:59.635588+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi100 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:00.717188+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:00.723005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:00.730974+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:48:01.519681+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:48:03.520093+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cluster 2024-03-20T16:48:05.520517+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:05.996482+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:06.002565+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.771 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:06.020221+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:07.772 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:06.021645+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:07.772 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: audit 2024-03-20T16:48:06.023500+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:07.772 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: cephadm 2024-03-20T16:48:06.025585+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi060 2024-03-20T16:48:07.772 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:07 smithi100 bash[22202]: debug 2024-03-20T16:48:07.608+0000 7fcc3b7f5700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-20T16:48:09.584 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T16:48:09.584 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T16:48:11.260 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:42.540947+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.260 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:42.765453+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.260 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:43.516021+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.260 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:43.607742+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.260 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:43.819887+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:43.827732+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:45.516467+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:46.305892+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:47.516903+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:49.517294+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:49.962816+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:49.969109+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:49.977428+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:51.517718+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:53.457227+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.12:0/926900066' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T16:48:11.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:53.518126+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:53.970039+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.12:0/926900066' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:53.974060+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:55.518534+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:56.856280+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:56.864764+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:57.518933+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:47:59.519338+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.577569+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cephadm 2024-03-20T16:47:59.583146+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c;count:3 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.588659+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.606163+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.612009+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.614002+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:11.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.625389+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.631267+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:47:59.633263+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cephadm 2024-03-20T16:47:59.635588+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi100 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:00.717188+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:00.723005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:00.730974+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:48:01.519681+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:48:03.520093+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cluster 2024-03-20T16:48:05.520517+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:05.996482+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:06.002565+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:06.020221+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:06.021645+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:11.473 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: audit 2024-03-20T16:48:06.023500+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:11.474 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: cephadm 2024-03-20T16:48:06.025585+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi060 2024-03-20T16:48:11.474 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:11 smithi060 bash[22091]: debug 2024-03-20T16:48:11.251+0000 7f43967eb700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:07.520941+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:07.621365+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:07.621785+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:07.642023+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:08.615954+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:09.521310+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:09.615825+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:09.619028+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:10.616629+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:11.260842+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:11.521688+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:11.616714+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.261294+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.616694+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:12.662934+0000 mon.a (mon.0) 229 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:12.669302+0000 mon.a (mon.0) 230 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:12.689654+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:12.689712+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:12.690006+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: cluster 2024-03-20T16:48:12.690260+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.698147+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.088 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.704684+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.089 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.711193+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.089 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.717911+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.089 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.724464+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.089 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:12 smithi100 bash[22202]: audit 2024-03-20T16:48:12.730881+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:07.520941+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:07.621365+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:48:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:07.621785+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-03-20T16:48:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:07.642023+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:08.615954+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:09.521310+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:09.615825+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:09.619028+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:10.616629+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:11.260842+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:11.521688+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:11.616714+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.261294+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.616694+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:12.662934+0000 mon.a (mon.0) 229 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:12.669302+0000 mon.a (mon.0) 230 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:12.689654+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:12.689712+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:12.690006+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-20T16:48:13.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: cluster 2024-03-20T16:48:12.690260+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-03-20T16:48:13.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.698147+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.704684+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.711193+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.717911+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.724464+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:12 smithi012 bash[21445]: audit 2024-03-20T16:48:12.730881+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.278 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T16:48:13.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:07.520941+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:07.621365+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:48:13.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:07.621785+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-03-20T16:48:13.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:07.642023+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:08.615954+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:09.521310+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:09.615825+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:09.619028+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:10.616629+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:11.260842+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:11.521688+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:11.616714+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.261294+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.616694+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:12.662934+0000 mon.a (mon.0) 229 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:12.669302+0000 mon.a (mon.0) 230 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:12.689654+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:12.689712+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:12.690006+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-20T16:48:13.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: cluster 2024-03-20T16:48:12.690260+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-03-20T16:48:13.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.698147+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.704684+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.711193+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.717911+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.724464+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.472 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:13 smithi060 bash[22091]: audit 2024-03-20T16:48:12.730881+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:13.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:48:13 smithi012 bash[21700]: debug 2024-03-20T16:48:13.614+0000 7f5177168700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-20T16:48:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cephadm 2024-03-20T16:48:13.209211+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cephadm 2024-03-20T16:48:13.209789+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cephadm 2024-03-20T16:48:13.210696+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:13.273569+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:48:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:13.273826+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-03-20T16:48:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:13.277889+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:13.293607+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:13.293775+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:13.522046+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:14.261749+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:15.261739+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:15.269176+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:15.522454+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:16.261817+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:17.262088+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:17.522850+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.261909+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:18.314694+0000 mon.a (mon.0) 258 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T16:48:18.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:18.323012+0000 mon.a (mon.0) 259 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:18.341636+0000 mon.a (mon.0) 260 : cluster [DBG] fsmap 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:18.341696+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:18.341981+0000 mon.a (mon.0) 262 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: cluster 2024-03-20T16:48:18.342229+0000 mon.a (mon.0) 263 : cluster [INF] overall HEALTH_OK 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.350739+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.359787+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.366468+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.372780+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.378798+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.385485+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.677 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:18 smithi012 bash[21445]: audit 2024-03-20T16:48:18.391560+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.690 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cephadm 2024-03-20T16:48:13.209211+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.690 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cephadm 2024-03-20T16:48:13.209789+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.690 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cephadm 2024-03-20T16:48:13.210696+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.690 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:13.273569+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:13.273826+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:13.277889+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:13.293607+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:13.293775+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:13.522046+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:14.261749+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:15.261739+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:15.269176+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:15.522454+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:16.261817+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:17.262088+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:17.522850+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.261909+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:18.314694+0000 mon.a (mon.0) 258 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T16:48:18.691 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:18.323012+0000 mon.a (mon.0) 259 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:18.341636+0000 mon.a (mon.0) 260 : cluster [DBG] fsmap 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:18.341696+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:18.341981+0000 mon.a (mon.0) 262 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: cluster 2024-03-20T16:48:18.342229+0000 mon.a (mon.0) 263 : cluster [INF] overall HEALTH_OK 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.350739+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.359787+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.366468+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.372780+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.378798+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.385485+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.692 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:18 smithi060 bash[22091]: audit 2024-03-20T16:48:18.391560+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cephadm 2024-03-20T16:48:13.209211+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cephadm 2024-03-20T16:48:13.209789+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cephadm 2024-03-20T16:48:13.210696+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:13.273569+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:13.273826+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:13.277889+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:13.293607+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:13.293775+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:13.522046+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:14.261749+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:15.261739+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:15.269176+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:15.522454+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:16.261817+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:17.262088+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:17.522850+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.261909+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:18.314694+0000 mon.a (mon.0) 258 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:18.323012+0000 mon.a (mon.0) 259 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:18.341636+0000 mon.a (mon.0) 260 : cluster [DBG] fsmap 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:18.341696+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:18.341981+0000 mon.a (mon.0) 262 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: cluster 2024-03-20T16:48:18.342229+0000 mon.a (mon.0) 263 : cluster [INF] overall HEALTH_OK 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.350739+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.838 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.359787+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.839 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.366468+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.839 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.372780+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.839 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.378798+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.839 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.385485+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:18.839 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:18 smithi100 bash[22202]: audit 2024-03-20T16:48:18.391560+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.599 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-03-20T16:48:19.600 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":3,"fsid":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","modified":"2024-03-20T16:48:13.266672Z","created":"2024-03-20T16:45:21.654990Z","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.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-20T16:48:19.602 INFO:teuthology.orchestra.run.smithi100.stderr:dumped monmap epoch 3 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.398104+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.408894+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.414436+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: cephadm 2024-03-20T16:48:18.415422+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.420424+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: cephadm 2024-03-20T16:48:18.514090+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.514822+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.516692+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.518508+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: cephadm 2024-03-20T16:48:18.520492+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi012 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.623657+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.631498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:18.641499+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:19.262229+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:19.676 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:19 smithi012 bash[21445]: audit 2024-03-20T16:48:19.323493+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.398104+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.408894+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.414436+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: cephadm 2024-03-20T16:48:18.415422+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.420424+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: cephadm 2024-03-20T16:48:18.514090+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.514822+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.516692+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.518508+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: cephadm 2024-03-20T16:48:18.520492+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi012 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.623657+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.631498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:18.641499+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:19.262229+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:19.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:19 smithi060 bash[22091]: audit 2024-03-20T16:48:19.323493+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.398104+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.408894+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.414436+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: cephadm 2024-03-20T16:48:18.415422+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.420424+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: cephadm 2024-03-20T16:48:18.514090+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-20T16:48:19.801 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.514822+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.516692+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.518508+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: cephadm 2024-03-20T16:48:18.520492+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi012 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.623657+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.631498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:18.641499+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:19.262229+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:48:19.802 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:19 smithi100 bash[22202]: audit 2024-03-20T16:48:19.323493+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.303 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-20T16:48:20.303 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph config generate-minimal-conf 2024-03-20T16:48:20.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:20 smithi100 bash[22202]: cluster 2024-03-20T16:48:19.523361+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:20.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:20 smithi100 bash[22202]: audit 2024-03-20T16:48:19.600190+0000 mon.a (mon.0) 283 : audit [DBG] from='client.? 172.21.15.100:0/56226956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T16:48:20.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:20 smithi100 bash[22202]: audit 2024-03-20T16:48:20.132953+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:20 smithi100 bash[22202]: audit 2024-03-20T16:48:20.140664+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:20 smithi100 bash[22202]: audit 2024-03-20T16:48:20.150481+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:20 smithi012 bash[21445]: cluster 2024-03-20T16:48:19.523361+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:20.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:20 smithi012 bash[21445]: audit 2024-03-20T16:48:19.600190+0000 mon.a (mon.0) 283 : audit [DBG] from='client.? 172.21.15.100:0/56226956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T16:48:20.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:20 smithi012 bash[21445]: audit 2024-03-20T16:48:20.132953+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:20 smithi012 bash[21445]: audit 2024-03-20T16:48:20.140664+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:20 smithi012 bash[21445]: audit 2024-03-20T16:48:20.150481+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:20 smithi060 bash[22091]: cluster 2024-03-20T16:48:19.523361+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:20.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:20 smithi060 bash[22091]: audit 2024-03-20T16:48:19.600190+0000 mon.a (mon.0) 283 : audit [DBG] from='client.? 172.21.15.100:0/56226956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T16:48:20.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:20 smithi060 bash[22091]: audit 2024-03-20T16:48:20.132953+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:20 smithi060 bash[22091]: audit 2024-03-20T16:48:20.140664+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:20.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:20 smithi060 bash[22091]: audit 2024-03-20T16:48:20.150481+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: audit 2024-03-20T16:48:20.463910+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: audit 2024-03-20T16:48:20.470507+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: cephadm 2024-03-20T16:48:20.490512+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-20T16:48:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: audit 2024-03-20T16:48:20.491098+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: audit 2024-03-20T16:48:20.492072+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: audit 2024-03-20T16:48:20.492943+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:21 smithi060 bash[22091]: cephadm 2024-03-20T16:48:20.493948+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi060 2024-03-20T16:48:21.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: audit 2024-03-20T16:48:20.463910+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: audit 2024-03-20T16:48:20.470507+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: cephadm 2024-03-20T16:48:20.490512+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-20T16:48:21.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: audit 2024-03-20T16:48:20.491098+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:21.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: audit 2024-03-20T16:48:20.492072+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:21.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: audit 2024-03-20T16:48:20.492943+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:21.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:21 smithi100 bash[22202]: cephadm 2024-03-20T16:48:20.493948+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi060 2024-03-20T16:48:21.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: audit 2024-03-20T16:48:20.463910+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: audit 2024-03-20T16:48:20.470507+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:21.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: cephadm 2024-03-20T16:48:20.490512+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-20T16:48:21.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: audit 2024-03-20T16:48:20.491098+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:21.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: audit 2024-03-20T16:48:20.492072+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:21.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: audit 2024-03-20T16:48:20.492943+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:21.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:21 smithi012 bash[21445]: cephadm 2024-03-20T16:48:20.493948+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi060 2024-03-20T16:48:22.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:22 smithi012 bash[21445]: cluster 2024-03-20T16:48:21.523848+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:22.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:22 smithi012 bash[21445]: audit 2024-03-20T16:48:22.327229+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:22.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:22 smithi012 bash[21445]: audit 2024-03-20T16:48:22.334924+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:22.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:22 smithi012 bash[21445]: audit 2024-03-20T16:48:22.363952+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:22.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:22 smithi012 bash[21445]: audit 2024-03-20T16:48:22.365239+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:22.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:22 smithi012 bash[21445]: audit 2024-03-20T16:48:22.366291+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:22.789 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:22 smithi100 bash[22202]: cluster 2024-03-20T16:48:21.523848+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:22.789 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:22 smithi100 bash[22202]: audit 2024-03-20T16:48:22.327229+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:22.789 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:22 smithi100 bash[22202]: audit 2024-03-20T16:48:22.334924+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:22.790 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:22 smithi100 bash[22202]: audit 2024-03-20T16:48:22.363952+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:22.790 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:22 smithi100 bash[22202]: audit 2024-03-20T16:48:22.365239+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:22.790 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:22 smithi100 bash[22202]: audit 2024-03-20T16:48:22.366291+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:22.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:22 smithi060 bash[22091]: cluster 2024-03-20T16:48:21.523848+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:22.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:22 smithi060 bash[22091]: audit 2024-03-20T16:48:22.327229+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:22.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:22 smithi060 bash[22091]: audit 2024-03-20T16:48:22.334924+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:22.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:22 smithi060 bash[22091]: audit 2024-03-20T16:48:22.363952+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T16:48:22.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:22 smithi060 bash[22091]: audit 2024-03-20T16:48:22.365239+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T16:48:22.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:22 smithi060 bash[22091]: audit 2024-03-20T16:48:22.366291+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:23.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:23 smithi100 bash[22202]: cephadm 2024-03-20T16:48:22.363157+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-20T16:48:23.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:23 smithi100 bash[22202]: cephadm 2024-03-20T16:48:22.367535+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi100 2024-03-20T16:48:23.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:23 smithi012 bash[21445]: cephadm 2024-03-20T16:48:22.363157+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-20T16:48:23.850 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:23 smithi012 bash[21445]: cephadm 2024-03-20T16:48:22.367535+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi100 2024-03-20T16:48:23.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:23 smithi060 bash[22091]: cephadm 2024-03-20T16:48:22.363157+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-20T16:48:23.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:23 smithi060 bash[22091]: cephadm 2024-03-20T16:48:22.367535+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi100 2024-03-20T16:48:24.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:24 smithi100 bash[22202]: cluster 2024-03-20T16:48:23.524274+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:24.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:24 smithi100 bash[22202]: audit 2024-03-20T16:48:24.309726+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:24.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:24 smithi100 bash[22202]: audit 2024-03-20T16:48:24.317461+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:24.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:24 smithi100 bash[22202]: audit 2024-03-20T16:48:24.337498+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:24.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:24 smithi100 bash[22202]: audit 2024-03-20T16:48:24.342952+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:24.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:24 smithi100 bash[22202]: audit 2024-03-20T16:48:24.344830+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:24 smithi012 bash[21445]: cluster 2024-03-20T16:48:23.524274+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:24 smithi012 bash[21445]: audit 2024-03-20T16:48:24.309726+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:24 smithi012 bash[21445]: audit 2024-03-20T16:48:24.317461+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:24 smithi012 bash[21445]: audit 2024-03-20T16:48:24.337498+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:24 smithi012 bash[21445]: audit 2024-03-20T16:48:24.342952+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:24 smithi012 bash[21445]: audit 2024-03-20T16:48:24.344830+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:24.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:24 smithi060 bash[22091]: cluster 2024-03-20T16:48:23.524274+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:24.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:24 smithi060 bash[22091]: audit 2024-03-20T16:48:24.309726+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:24.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:24 smithi060 bash[22091]: audit 2024-03-20T16:48:24.317461+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:24.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:24 smithi060 bash[22091]: audit 2024-03-20T16:48:24.337498+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:24.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:24 smithi060 bash[22091]: audit 2024-03-20T16:48:24.342952+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:24.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:24 smithi060 bash[22091]: audit 2024-03-20T16:48:24.344830+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:25.029 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:48:26.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: cephadm 2024-03-20T16:48:24.347515+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:48:26.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: cephadm 2024-03-20T16:48:24.348218+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:48:26.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: cephadm 2024-03-20T16:48:24.348675+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:48:26.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: cephadm 2024-03-20T16:48:24.664591+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: cephadm 2024-03-20T16:48:24.664903+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.178 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: cephadm 2024-03-20T16:48:24.665004+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.885242+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.889453+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.895689+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.899434+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.905268+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.908940+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.179 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:25 smithi012 bash[21445]: audit 2024-03-20T16:48:24.916637+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: cephadm 2024-03-20T16:48:24.347515+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: cephadm 2024-03-20T16:48:24.348218+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: cephadm 2024-03-20T16:48:24.348675+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: cephadm 2024-03-20T16:48:24.664591+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: cephadm 2024-03-20T16:48:24.664903+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: cephadm 2024-03-20T16:48:24.665004+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.885242+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.889453+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.895689+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.899434+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.905268+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.908940+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:25 smithi060 bash[22091]: audit 2024-03-20T16:48:24.916637+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: cephadm 2024-03-20T16:48:24.347515+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:48:26.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: cephadm 2024-03-20T16:48:24.348218+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: cephadm 2024-03-20T16:48:24.348675+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: cephadm 2024-03-20T16:48:24.664591+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: cephadm 2024-03-20T16:48:24.664903+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: cephadm 2024-03-20T16:48:24.665004+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.885242+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.889453+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.895689+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.899434+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.905268+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.908940+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:26.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:25 smithi100 bash[22202]: audit 2024-03-20T16:48:24.916637+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:27.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:26 smithi012 bash[21445]: cluster 2024-03-20T16:48:25.524653+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:26 smithi060 bash[22091]: cluster 2024-03-20T16:48:25.524653+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:27.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:26 smithi100 bash[22202]: cluster 2024-03-20T16:48:25.524653+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:28.165 INFO:teuthology.orchestra.run.smithi012.stdout:# minimal ceph.conf for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:48:28.165 INFO:teuthology.orchestra.run.smithi012.stdout:[global] 2024-03-20T16:48:28.165 INFO:teuthology.orchestra.run.smithi012.stdout: fsid = 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:48:28.165 INFO:teuthology.orchestra.run.smithi012.stdout: mon_host = [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] 2024-03-20T16:48:28.686 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-20T16:48:28.686 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:48:28.686 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T16:48:28.700 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:48:28.700 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:48:28.756 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:48:28.756 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T16:48:28.771 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:48:28.771 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:48:28.827 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:48:28.827 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T16:48:28.841 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:48:28.841 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:48:28.896 INFO:tasks.cephadm:Adding mgr.a on smithi012 2024-03-20T16:48:28.896 INFO:tasks.cephadm:Adding mgr.b on smithi060 2024-03-20T16:48:28.896 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch apply mgr '2;smithi012=a;smithi060=b' 2024-03-20T16:48:29.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:28 smithi012 bash[21445]: cluster 2024-03-20T16:48:27.525083+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:29.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:28 smithi012 bash[21445]: audit 2024-03-20T16:48:28.165850+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.12:0/932513105' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:29.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:28 smithi060 bash[22091]: cluster 2024-03-20T16:48:27.525083+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:29.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:28 smithi060 bash[22091]: audit 2024-03-20T16:48:28.165850+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.12:0/932513105' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:28 smithi100 bash[22202]: cluster 2024-03-20T16:48:27.525083+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:28 smithi100 bash[22202]: audit 2024-03-20T16:48:28.165850+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.12:0/932513105' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:30 smithi060 bash[22091]: cluster 2024-03-20T16:48:29.525456+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:31.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:30 smithi100 bash[22202]: cluster 2024-03-20T16:48:29.525456+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:31.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:30 smithi012 bash[21445]: cluster 2024-03-20T16:48:29.525456+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:32 smithi012 bash[21445]: cluster 2024-03-20T16:48:31.525870+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:32 smithi012 bash[21445]: audit 2024-03-20T16:48:31.919106+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:32 smithi012 bash[21445]: audit 2024-03-20T16:48:31.929786+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:32 smithi012 bash[21445]: audit 2024-03-20T16:48:31.941199+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:32 smithi060 bash[22091]: cluster 2024-03-20T16:48:31.525870+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:33.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:32 smithi060 bash[22091]: audit 2024-03-20T16:48:31.919106+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:32 smithi060 bash[22091]: audit 2024-03-20T16:48:31.929786+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:32 smithi060 bash[22091]: audit 2024-03-20T16:48:31.941199+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:32 smithi100 bash[22202]: cluster 2024-03-20T16:48:31.525870+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:33.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:32 smithi100 bash[22202]: audit 2024-03-20T16:48:31.919106+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:32 smithi100 bash[22202]: audit 2024-03-20T16:48:31.929786+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:32 smithi100 bash[22202]: audit 2024-03-20T16:48:31.941199+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:33.645 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T16:48:35.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:34 smithi100 bash[22202]: cluster 2024-03-20T16:48:33.526272+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:35.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:34 smithi012 bash[21445]: cluster 2024-03-20T16:48:33.526272+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:35.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:34 smithi060 bash[22091]: cluster 2024-03-20T16:48:33.526272+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:36.231 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled mgr update... 2024-03-20T16:48:36.870 DEBUG:teuthology.orchestra.run.smithi060:mgr.b> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.b.service 2024-03-20T16:48:36.873 INFO:tasks.cephadm:Deploying OSDs... 2024-03-20T16:48:36.873 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-03-20T16:48:36.874 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T16:48:36.880 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-20T16:48:36.880 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_1 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-03-20 16:38:08.792349046 +0000 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-03-20 16:38:08.532351365 +0000 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-03-20 16:38:08.532351365 +0000 2024-03-20T16:48:36.929 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-03-20T16:48:36.929 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T16:48:36.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: cluster 2024-03-20T16:48:35.526662+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.230629+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.246775+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.252773+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.255018+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.265436+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.270679+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.274529+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.279362+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.281767+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.847514+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:36.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.856319+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:36.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:36 smithi060 bash[22091]: audit 2024-03-20T16:48:36.867015+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:36.983 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-03-20T16:48:36.983 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-03-20T16:48:36.984 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000380782 s, 1.3 MB/s 2024-03-20T16:48:36.985 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T16:48:37.038 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_2 2024-03-20T16:48:37.084 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T16:48:37.084 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:37.084 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-03-20T16:48:37.084 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:37.084 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-03-20 16:38:09.304344478 +0000 2024-03-20T16:48:37.084 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-03-20 16:38:09.024346977 +0000 2024-03-20T16:48:37.085 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-03-20 16:38:09.024346977 +0000 2024-03-20T16:48:37.085 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-03-20T16:48:37.085 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T16:48:37.138 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-03-20T16:48:37.139 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-03-20T16:48:37.139 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000392782 s, 1.3 MB/s 2024-03-20T16:48:37.140 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T16:48:37.189 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_3 2024-03-20T16:48:37.236 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T16:48:37.236 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:37.236 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-03-20T16:48:37.236 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:37.237 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-03-20 16:38:09.816339911 +0000 2024-03-20T16:48:37.237 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-03-20 16:38:09.536342409 +0000 2024-03-20T16:48:37.237 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-03-20 16:38:09.536342409 +0000 2024-03-20T16:48:37.237 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-03-20T16:48:37.237 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: cluster 2024-03-20T16:48:35.526662+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.230629+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.246775+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.252773+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.255018+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.265436+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.270679+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.274529+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T16:48:37.289 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.279362+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T16:48:37.290 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.281767+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:37.290 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.847514+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.290 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.856319+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.290 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:36 smithi012 bash[21445]: audit 2024-03-20T16:48:36.867015+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.290 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-03-20T16:48:37.291 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-03-20T16:48:37.291 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000423164 s, 1.2 MB/s 2024-03-20T16:48:37.292 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T16:48:37.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: cluster 2024-03-20T16:48:35.526662+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:37.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.230629+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.246775+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.252773+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.255018+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.265436+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.270679+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.274529+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.279362+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.281767+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.847514+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.856319+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:36 smithi100 bash[22202]: audit 2024-03-20T16:48:36.867015+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:37.341 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_4 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-03-20 16:38:10.048337841 +0000 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-03-20 16:38:10.044337877 +0000 2024-03-20T16:48:37.388 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-03-20 16:38:10.044337877 +0000 2024-03-20T16:48:37.389 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-03-20T16:48:37.389 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T16:48:37.442 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-03-20T16:48:37.443 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-03-20T16:48:37.443 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000400953 s, 1.3 MB/s 2024-03-20T16:48:37.444 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T16:48:37.493 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-03-20T16:48:37.494 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T16:48:37.498 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-20T16:48:37.499 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-20 16:38:11.668750921 +0000 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-20 16:38:11.424753098 +0000 2024-03-20T16:48:37.547 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-20 16:38:11.424753098 +0000 2024-03-20T16:48:37.548 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-03-20T16:48:37.548 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T16:48:37.603 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-20T16:48:37.603 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-20T16:48:37.604 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000206134 s, 2.5 MB/s 2024-03-20T16:48:37.605 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T16:48:37.657 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-03-20T16:48:37.703 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T16:48:37.703 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:37.703 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-03-20T16:48:37.703 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:37.704 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-20 16:38:12.172746425 +0000 2024-03-20T16:48:37.704 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-20 16:38:11.912748744 +0000 2024-03-20T16:48:37.704 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-20 16:38:11.912748744 +0000 2024-03-20T16:48:37.704 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-03-20T16:48:37.704 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T16:48:37.757 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-20T16:48:37.757 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-20T16:48:37.757 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000181026 s, 2.8 MB/s 2024-03-20T16:48:37.758 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T16:48:37.804 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-03-20T16:48:37.852 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T16:48:37.852 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:37.852 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-03-20T16:48:37.852 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:37.852 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-20 16:38:12.664742036 +0000 2024-03-20T16:48:37.853 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-20 16:38:12.384744533 +0000 2024-03-20T16:48:37.853 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-20 16:38:12.384744533 +0000 2024-03-20T16:48:37.853 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-03-20T16:48:37.853 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T16:48:37.907 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-20T16:48:37.907 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-20T16:48:37.907 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000301375 s, 1.7 MB/s 2024-03-20T16:48:37.908 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T16:48:37.962 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-03-20 16:38:12.896739966 +0000 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-03-20 16:38:12.892740002 +0000 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-03-20 16:38:12.892740002 +0000 2024-03-20T16:48:38.011 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-03-20T16:48:38.012 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T16:48:38.062 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:37 smithi060 bash[22091]: audit 2024-03-20T16:48:36.219597+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi012=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:38.062 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:37 smithi060 bash[22091]: cephadm 2024-03-20T16:48:36.223336+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi012=a;smithi060=b;count:2 2024-03-20T16:48:38.062 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:37 smithi060 bash[22091]: cephadm 2024-03-20T16:48:36.283891+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi060 2024-03-20T16:48:38.063 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-03-20T16:48:38.064 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-03-20T16:48:38.064 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000170608 s, 3.0 MB/s 2024-03-20T16:48:38.065 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T16:48:38.112 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-03-20T16:48:38.113 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T16:48:38.119 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-20T16:48:38.119 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_1 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-20 16:38:07.487806058 +0000 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-20 16:38:07.247808202 +0000 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-20 16:38:07.247808202 +0000 2024-03-20T16:48:38.169 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-20T16:48:38.170 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T16:48:38.221 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:37 smithi100 bash[22202]: audit 2024-03-20T16:48:36.219597+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi012=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:38.221 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:37 smithi100 bash[22202]: cephadm 2024-03-20T16:48:36.223336+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi012=a;smithi060=b;count:2 2024-03-20T16:48:38.221 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:37 smithi100 bash[22202]: cephadm 2024-03-20T16:48:36.283891+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi060 2024-03-20T16:48:38.223 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-20T16:48:38.223 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-20T16:48:38.223 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000419715 s, 1.2 MB/s 2024-03-20T16:48:38.224 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T16:48:38.273 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_2 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-20 16:38:07.951801914 +0000 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-20 16:38:07.699804164 +0000 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-20 16:38:07.699804164 +0000 2024-03-20T16:48:38.320 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-20T16:48:38.321 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T16:48:38.374 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-20T16:48:38.374 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-20T16:48:38.374 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.00030992 s, 1.7 MB/s 2024-03-20T16:48:38.375 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T16:48:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:37 smithi012 bash[21445]: audit 2024-03-20T16:48:36.219597+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi012=a;smithi060=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:37 smithi012 bash[21445]: cephadm 2024-03-20T16:48:36.223336+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi012=a;smithi060=b;count:2 2024-03-20T16:48:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:37 smithi012 bash[21445]: cephadm 2024-03-20T16:48:36.283891+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi060 2024-03-20T16:48:38.426 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_3 2024-03-20T16:48:38.472 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T16:48:38.472 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:38.472 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-03-20T16:48:38.472 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:38.472 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-20 16:38:08.435797591 +0000 2024-03-20T16:48:38.472 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-20 16:38:08.167799983 +0000 2024-03-20T16:48:38.473 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-20 16:38:08.167799983 +0000 2024-03-20T16:48:38.473 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-20T16:48:38.473 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T16:48:38.527 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-20T16:48:38.527 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-20T16:48:38.527 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000442189 s, 1.2 MB/s 2024-03-20T16:48:38.528 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T16:48:38.577 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_4 2024-03-20T16:48:38.624 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-03-20 16:38:08.915793303 +0000 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-03-20 16:38:08.659795590 +0000 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-03-20 16:38:08.659795590 +0000 2024-03-20T16:48:38.625 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-03-20T16:48:38.625 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T16:48:38.679 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-03-20T16:48:38.679 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-03-20T16:48:38.679 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.00035842 s, 1.4 MB/s 2024-03-20T16:48:38.680 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T16:48:38.729 INFO:tasks.cephadm:Deploying osd.0 on smithi012 with /dev/vg_nvme/lv_4... 2024-03-20T16:48:38.729 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T16:48:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:38 smithi012 bash[21445]: cluster 2024-03-20T16:48:37.527066+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:39.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:38 smithi060 bash[22091]: cluster 2024-03-20T16:48:37.527066+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:39.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:38 smithi100 bash[22202]: cluster 2024-03-20T16:48:37.527066+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:39.641 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:48:39.896 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:48:39.897 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:48:39.897 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:48:39.897 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:48:39.897 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:48:39.897 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:39 smithi060 systemd[1]: Started Ceph mgr.b for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715. 2024-03-20T16:48:41.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:41 smithi060 bash[23188]: debug 2024-03-20T16:48:41.010+0000 7fd95ab78700 1 -- 172.21.15.60:0/141876245 <== mon.2 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e6261a85a0 con 0x55e626f2cc00 2024-03-20T16:48:41.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:41 smithi060 bash[23188]: debug 2024-03-20T16:48:41.166+0000 7fd964d87200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: cluster 2024-03-20T16:48:39.527471+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:39.933934+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:39.939554+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:39.962737+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:39.968129+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.068159+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.072240+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.073502+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.080685+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: cephadm 2024-03-20T16:48:40.081391+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: cephadm 2024-03-20T16:48:40.178847+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.179579+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T16:48:41.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.181546+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T16:48:41.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.183219+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:41.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: cephadm 2024-03-20T16:48:40.185064+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi012 2024-03-20T16:48:41.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.308636+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.314865+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:40 smithi060 bash[22091]: audit 2024-03-20T16:48:40.322284+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: cluster 2024-03-20T16:48:39.527471+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:39.933934+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:39.939554+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:39.962737+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:39.968129+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.068159+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.072240+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.073502+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.080685+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: cephadm 2024-03-20T16:48:40.081391+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: cephadm 2024-03-20T16:48:40.178847+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.179579+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.181546+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.183219+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: cephadm 2024-03-20T16:48:40.185064+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi012 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.308636+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.314865+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.338 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:40 smithi100 bash[22202]: audit 2024-03-20T16:48:40.322284+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: cluster 2024-03-20T16:48:39.527471+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:39.933934+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:39.939554+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:39.962737+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:39.968129+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.068159+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.072240+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:41.363 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.073502+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.080685+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: cephadm 2024-03-20T16:48:40.081391+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: cephadm 2024-03-20T16:48:40.178847+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.179579+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.181546+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.183219+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: cephadm 2024-03-20T16:48:40.185064+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi012 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.308636+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.314865+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:41.364 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:40 smithi012 bash[21445]: audit 2024-03-20T16:48:40.322284+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.091 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:42 smithi060 bash[23188]: debug 2024-03-20T16:48:42.826+0000 7fd964d87200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:48:43.091 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:42 smithi060 bash[23188]: debug 2024-03-20T16:48:42.926+0000 7fd964d87200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:48:43.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: cluster 2024-03-20T16:48:41.527779+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:43.091 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: audit 2024-03-20T16:48:42.031096+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.092 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: audit 2024-03-20T16:48:42.037221+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.092 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: audit 2024-03-20T16:48:42.057123+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:43.092 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: audit 2024-03-20T16:48:42.061714+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:43.092 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: audit 2024-03-20T16:48:42.063270+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:43.092 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: audit 2024-03-20T16:48:42.071550+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.092 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[22091]: cephadm 2024-03-20T16:48:42.072538+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: cluster 2024-03-20T16:48:41.527779+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: audit 2024-03-20T16:48:42.031096+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: audit 2024-03-20T16:48:42.037221+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: audit 2024-03-20T16:48:42.057123+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: audit 2024-03-20T16:48:42.061714+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: audit 2024-03-20T16:48:42.063270+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: audit 2024-03-20T16:48:42.071550+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.304 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:43 smithi012 bash[21445]: cephadm 2024-03-20T16:48:42.072538+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:43.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: cluster 2024-03-20T16:48:41.527779+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:43.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: audit 2024-03-20T16:48:42.031096+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: audit 2024-03-20T16:48:42.037221+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: audit 2024-03-20T16:48:42.057123+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:43.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: audit 2024-03-20T16:48:42.061714+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:43.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: audit 2024-03-20T16:48:42.063270+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:43.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: audit 2024-03-20T16:48:42.071550+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:43.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:43 smithi100 bash[22202]: cephadm 2024-03-20T16:48:42.072538+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:48:43.414 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:43 smithi060 bash[23188]: debug 2024-03-20T16:48:43.182+0000 7fd964d87200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:48:43.449 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:48:44.131 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[23188]: debug 2024-03-20T16:48:44.014+0000 7fd964d87200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:48:44.131 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[23188]: debug 2024-03-20T16:48:44.126+0000 7fd964d87200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:48:44.386 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[23188]: debug 2024-03-20T16:48:44.234+0000 7fd964d87200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:48:44.577 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:44 smithi012 bash[21445]: audit 2024-03-20T16:48:43.381447+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:44.577 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:44 smithi012 bash[21445]: cluster 2024-03-20T16:48:43.528237+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:44.719 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[23188]: debug 2024-03-20T16:48:44.610+0000 7fd964d87200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:48:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[22091]: audit 2024-03-20T16:48:43.381447+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[22091]: cluster 2024-03-20T16:48:43.528237+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:44.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:44 smithi100 bash[22202]: audit 2024-03-20T16:48:43.381447+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:44.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:44 smithi100 bash[22202]: cluster 2024-03-20T16:48:43.528237+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:45.207 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[23188]: debug 2024-03-20T16:48:44.726+0000 7fd964d87200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:48:45.207 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:44 smithi060 bash[23188]: debug 2024-03-20T16:48:44.834+0000 7fd964d87200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:48:45.457 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:45 smithi060 bash[23188]: debug 2024-03-20T16:48:45.202+0000 7fd964d87200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:48:45.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:45 smithi060 bash[22091]: audit 2024-03-20T16:48:44.632526+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:45.719 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:45 smithi060 bash[23188]: debug 2024-03-20T16:48:45.454+0000 7fd964d87200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:48:46.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:45 smithi100 bash[22202]: audit 2024-03-20T16:48:44.632526+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:46.101 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:45 smithi060 bash[23188]: debug 2024-03-20T16:48:45.726+0000 7fd964d87200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:48:46.101 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:45 smithi060 bash[23188]: debug 2024-03-20T16:48:45.842+0000 7fd964d87200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:48:46.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:45 smithi012 bash[21445]: audit 2024-03-20T16:48:44.632526+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:46.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:46 smithi060 bash[23188]: debug 2024-03-20T16:48:46.126+0000 7fd964d87200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:48:46.947 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:46 smithi060 bash[23188]: debug 2024-03-20T16:48:46.574+0000 7fd964d87200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:48:46.947 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:46 smithi060 bash[23188]: debug 2024-03-20T16:48:46.822+0000 7fd964d87200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:48:47.200 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:46 smithi060 bash[23188]: debug 2024-03-20T16:48:46.942+0000 7fd964d87200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:48:47.201 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:47 smithi060 bash[22091]: cluster 2024-03-20T16:48:45.528670+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:47.201 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:47 smithi060 bash[22091]: audit 2024-03-20T16:48:46.099782+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:47.273 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T16:48:47.273 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T16:48:47.273 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2024-03-20T16:48:47.273 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2024-03-20T16:48:47.273 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014285 s, 734 MB/s 2024-03-20T16:48:47.273 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2024-03-20T16:48:47.387 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:47 smithi012 bash[21445]: cluster 2024-03-20T16:48:45.528670+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:47.388 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:47 smithi012 bash[21445]: audit 2024-03-20T16:48:46.099782+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:47.462 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:47 smithi060 bash[23188]: debug 2024-03-20T16:48:47.198+0000 7fd964d87200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:48:47.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:47 smithi100 bash[22202]: cluster 2024-03-20T16:48:45.528670+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:47.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:47 smithi100 bash[22202]: audit 2024-03-20T16:48:46.099782+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.230 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi012:vg_nvme/lv_4 2024-03-20T16:48:48.618 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[23188]: debug 2024-03-20T16:48:48.242+0000 7fd964d87200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:48:48.618 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[23188]: debug 2024-03-20T16:48:48.362+0000 7fd964d87200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:48:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: cluster 2024-03-20T16:48:47.529089+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.619974+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.628666+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.638499+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.653561+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:48.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.658746+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:48.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.660359+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:48.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:48 smithi012 bash[21445]: audit 2024-03-20T16:48:47.669682+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[23188]: debug 2024-03-20T16:48:48.666+0000 7fd964d87200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:48:48.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[23188]: debug 2024-03-20T16:48:48.782+0000 7fd964d87200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:48:48.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: cluster 2024-03-20T16:48:47.529089+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.619974+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.628666+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.638499+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.653561+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.658746+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.660359+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:48 smithi060 bash[22091]: audit 2024-03-20T16:48:47.669682+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:49.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: cluster 2024-03-20T16:48:47.529089+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.619974+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.628666+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.638499+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.653561+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.658746+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.660359+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:48:49.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:48 smithi100 bash[22202]: audit 2024-03-20T16:48:47.669682+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:49.629 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[23188]: debug 2024-03-20T16:48:49.246+0000 7fd964d87200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:48:49.629 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[23188]: debug 2024-03-20T16:48:49.374+0000 7fd964d87200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:48:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:49 smithi012 bash[21445]: cluster 2024-03-20T16:48:49.399934+0000 mon.a (mon.0) 355 : cluster [DBG] Standby manager daemon b started 2024-03-20T16:48:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:49 smithi012 bash[21445]: audit 2024-03-20T16:48:49.401702+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T16:48:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:49 smithi012 bash[21445]: audit 2024-03-20T16:48:49.402533+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T16:48:49.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:49 smithi012 bash[21445]: audit 2024-03-20T16:48:49.403726+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T16:48:49.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:49 smithi012 bash[21445]: audit 2024-03-20T16:48:49.404223+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T16:48:49.963 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:49 smithi100 bash[22202]: cluster 2024-03-20T16:48:49.399934+0000 mon.a (mon.0) 355 : cluster [DBG] Standby manager daemon b started 2024-03-20T16:48:49.964 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:49 smithi100 bash[22202]: audit 2024-03-20T16:48:49.401702+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T16:48:49.964 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:49 smithi100 bash[22202]: audit 2024-03-20T16:48:49.402533+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T16:48:49.964 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:49 smithi100 bash[22202]: audit 2024-03-20T16:48:49.403726+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T16:48:49.964 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:49 smithi100 bash[22202]: audit 2024-03-20T16:48:49.404223+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T16:48:49.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[22091]: cluster 2024-03-20T16:48:49.399934+0000 mon.a (mon.0) 355 : cluster [DBG] Standby manager daemon b started 2024-03-20T16:48:49.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[22091]: audit 2024-03-20T16:48:49.401702+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T16:48:49.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[22091]: audit 2024-03-20T16:48:49.402533+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T16:48:49.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[22091]: audit 2024-03-20T16:48:49.403726+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T16:48:49.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:49 smithi060 bash[22091]: audit 2024-03-20T16:48:49.404223+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.60:0/80589942' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T16:48:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:50 smithi012 bash[21445]: cluster 2024-03-20T16:48:49.529491+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:50 smithi012 bash[21445]: cluster 2024-03-20T16:48:49.638393+0000 mon.a (mon.0) 356 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-20T16:48:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:50 smithi012 bash[21445]: audit 2024-03-20T16:48:49.639168+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T16:48:50.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:50 smithi060 bash[22091]: cluster 2024-03-20T16:48:49.529491+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:50.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:50 smithi060 bash[22091]: cluster 2024-03-20T16:48:49.638393+0000 mon.a (mon.0) 356 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-20T16:48:50.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:50 smithi060 bash[22091]: audit 2024-03-20T16:48:49.639168+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T16:48:51.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:50 smithi100 bash[22202]: cluster 2024-03-20T16:48:49.529491+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:51.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:50 smithi100 bash[22202]: cluster 2024-03-20T16:48:49.638393+0000 mon.a (mon.0) 356 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-20T16:48:51.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:50 smithi100 bash[22202]: audit 2024-03-20T16:48:49.639168+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T16:48:52.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:52 smithi012 bash[21445]: audit 2024-03-20T16:48:51.127754+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:52 smithi012 bash[21445]: audit 2024-03-20T16:48:51.136471+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:52 smithi012 bash[21445]: audit 2024-03-20T16:48:51.146858+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:52 smithi060 bash[22091]: audit 2024-03-20T16:48:51.127754+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:52 smithi060 bash[22091]: audit 2024-03-20T16:48:51.136471+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:52 smithi060 bash[22091]: audit 2024-03-20T16:48:51.146858+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.487 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:52 smithi100 bash[22202]: audit 2024-03-20T16:48:51.127754+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.487 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:52 smithi100 bash[22202]: audit 2024-03-20T16:48:51.136471+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.487 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:52 smithi100 bash[22202]: audit 2024-03-20T16:48:51.146858+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:52.783 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:48:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:53 smithi012 bash[21445]: cluster 2024-03-20T16:48:51.529909+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:53.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:53 smithi060 bash[22091]: cluster 2024-03-20T16:48:51.529909+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:53.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:53 smithi100 bash[22202]: cluster 2024-03-20T16:48:51.529909+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:55 smithi012 bash[21445]: cluster 2024-03-20T16:48:53.530339+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:55.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:55 smithi060 bash[22091]: cluster 2024-03-20T16:48:53.530339+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:55.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:55 smithi100 bash[22202]: cluster 2024-03-20T16:48:53.530339+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:56 smithi012 bash[21445]: audit 2024-03-20T16:48:55.372695+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:48:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:56 smithi012 bash[21445]: audit 2024-03-20T16:48:55.378135+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:48:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:56 smithi012 bash[21445]: audit 2024-03-20T16:48:55.379610+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:56 smithi012 bash[21445]: audit 2024-03-20T16:48:56.074730+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:56 smithi012 bash[21445]: audit 2024-03-20T16:48:56.082988+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:56 smithi012 bash[21445]: audit 2024-03-20T16:48:56.093106+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:56 smithi060 bash[22091]: audit 2024-03-20T16:48:55.372695+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:48:56.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:56 smithi060 bash[22091]: audit 2024-03-20T16:48:55.378135+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:48:56.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:56 smithi060 bash[22091]: audit 2024-03-20T16:48:55.379610+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:56.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:56 smithi060 bash[22091]: audit 2024-03-20T16:48:56.074730+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:56 smithi060 bash[22091]: audit 2024-03-20T16:48:56.082988+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:56 smithi060 bash[22091]: audit 2024-03-20T16:48:56.093106+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:56 smithi100 bash[22202]: audit 2024-03-20T16:48:55.372695+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:48:56.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:56 smithi100 bash[22202]: audit 2024-03-20T16:48:55.378135+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:48:56.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:56 smithi100 bash[22202]: audit 2024-03-20T16:48:55.379610+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:48:56.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:56 smithi100 bash[22202]: audit 2024-03-20T16:48:56.074730+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:56 smithi100 bash[22202]: audit 2024-03-20T16:48:56.082988+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:56.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:56 smithi100 bash[22202]: audit 2024-03-20T16:48:56.093106+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:48:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:57 smithi012 bash[21445]: audit 2024-03-20T16:48:55.365159+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:57 smithi012 bash[21445]: cluster 2024-03-20T16:48:55.530724+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:57 smithi060 bash[22091]: audit 2024-03-20T16:48:55.365159+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:57 smithi060 bash[22091]: cluster 2024-03-20T16:48:55.530724+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:57.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:57 smithi100 bash[22202]: audit 2024-03-20T16:48:55.365159+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:48:57.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:57 smithi100 bash[22202]: cluster 2024-03-20T16:48:55.530724+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:59.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:48:59 smithi012 bash[21445]: cluster 2024-03-20T16:48:57.531158+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:48:59 smithi060 bash[22091]: cluster 2024-03-20T16:48:57.531158+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:48:59.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:48:59 smithi100 bash[22202]: cluster 2024-03-20T16:48:57.531158+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:01.391 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:01 smithi012 bash[21445]: cluster 2024-03-20T16:48:59.531565+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:01 smithi060 bash[22091]: cluster 2024-03-20T16:48:59.531565+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:01.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:01 smithi100 bash[22202]: cluster 2024-03-20T16:48:59.531565+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:03.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:03 smithi012 bash[21445]: cluster 2024-03-20T16:49:01.531959+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:03.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:03 smithi060 bash[22091]: cluster 2024-03-20T16:49:01.531959+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:03.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:03 smithi100 bash[22202]: cluster 2024-03-20T16:49:01.531959+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:04 smithi012 bash[21445]: audit 2024-03-20T16:49:03.360828+0000 mon.a (mon.0) 367 : audit [INF] from='client.? 172.21.15.12:0/334901460' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be69a433-56f6-4523-acc5-553a15973a0e"}]: dispatch 2024-03-20T16:49:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:04 smithi012 bash[21445]: audit 2024-03-20T16:49:03.363326+0000 mon.a (mon.0) 368 : audit [INF] from='client.? 172.21.15.12:0/334901460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be69a433-56f6-4523-acc5-553a15973a0e"}]': finished 2024-03-20T16:49:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:04 smithi012 bash[21445]: cluster 2024-03-20T16:49:03.366538+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-20T16:49:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:04 smithi012 bash[21445]: audit 2024-03-20T16:49:03.367104+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:04 smithi012 bash[21445]: audit 2024-03-20T16:49:04.108498+0000 mon.a (mon.0) 371 : audit [DBG] from='client.? 172.21.15.12:0/624432428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:49:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:04 smithi060 bash[22091]: audit 2024-03-20T16:49:03.360828+0000 mon.a (mon.0) 367 : audit [INF] from='client.? 172.21.15.12:0/334901460' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be69a433-56f6-4523-acc5-553a15973a0e"}]: dispatch 2024-03-20T16:49:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:04 smithi060 bash[22091]: audit 2024-03-20T16:49:03.363326+0000 mon.a (mon.0) 368 : audit [INF] from='client.? 172.21.15.12:0/334901460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be69a433-56f6-4523-acc5-553a15973a0e"}]': finished 2024-03-20T16:49:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:04 smithi060 bash[22091]: cluster 2024-03-20T16:49:03.366538+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-20T16:49:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:04 smithi060 bash[22091]: audit 2024-03-20T16:49:03.367104+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:04 smithi060 bash[22091]: audit 2024-03-20T16:49:04.108498+0000 mon.a (mon.0) 371 : audit [DBG] from='client.? 172.21.15.12:0/624432428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:49:04.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:04 smithi100 bash[22202]: audit 2024-03-20T16:49:03.360828+0000 mon.a (mon.0) 367 : audit [INF] from='client.? 172.21.15.12:0/334901460' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be69a433-56f6-4523-acc5-553a15973a0e"}]: dispatch 2024-03-20T16:49:04.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:04 smithi100 bash[22202]: audit 2024-03-20T16:49:03.363326+0000 mon.a (mon.0) 368 : audit [INF] from='client.? 172.21.15.12:0/334901460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be69a433-56f6-4523-acc5-553a15973a0e"}]': finished 2024-03-20T16:49:04.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:04 smithi100 bash[22202]: cluster 2024-03-20T16:49:03.366538+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-20T16:49:04.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:04 smithi100 bash[22202]: audit 2024-03-20T16:49:03.367104+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:04.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:04 smithi100 bash[22202]: audit 2024-03-20T16:49:04.108498+0000 mon.a (mon.0) 371 : audit [DBG] from='client.? 172.21.15.12:0/624432428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:49:05.358 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:05 smithi012 bash[21445]: cluster 2024-03-20T16:49:03.532347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:05.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:05 smithi060 bash[22091]: cluster 2024-03-20T16:49:03.532347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:05.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:05 smithi100 bash[22202]: cluster 2024-03-20T16:49:03.532347+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:07.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:07 smithi060 bash[22091]: cluster 2024-03-20T16:49:05.532811+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:07.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:07 smithi100 bash[22202]: cluster 2024-03-20T16:49:05.532811+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:07.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:07 smithi012 bash[21445]: cluster 2024-03-20T16:49:05.532811+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:09.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:08 smithi012 bash[21445]: cluster 2024-03-20T16:49:07.533162+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:09.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:08 smithi012 bash[21445]: audit 2024-03-20T16:49:07.857850+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:08 smithi012 bash[21445]: audit 2024-03-20T16:49:07.867639+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:08 smithi012 bash[21445]: audit 2024-03-20T16:49:07.877753+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:08 smithi060 bash[22091]: cluster 2024-03-20T16:49:07.533162+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:09.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:08 smithi060 bash[22091]: audit 2024-03-20T16:49:07.857850+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:08 smithi060 bash[22091]: audit 2024-03-20T16:49:07.867639+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:08 smithi060 bash[22091]: audit 2024-03-20T16:49:07.877753+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:08 smithi100 bash[22202]: cluster 2024-03-20T16:49:07.533162+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:09.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:08 smithi100 bash[22202]: audit 2024-03-20T16:49:07.857850+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:08 smithi100 bash[22202]: audit 2024-03-20T16:49:07.867639+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:09.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:08 smithi100 bash[22202]: audit 2024-03-20T16:49:07.877753+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:10 smithi012 bash[21445]: cluster 2024-03-20T16:49:09.533667+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:10 smithi012 bash[21445]: audit 2024-03-20T16:49:10.328910+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:10 smithi012 bash[21445]: audit 2024-03-20T16:49:10.334481+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:10 smithi012 bash[21445]: audit 2024-03-20T16:49:10.340496+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:10 smithi060 bash[22091]: cluster 2024-03-20T16:49:09.533667+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:10 smithi060 bash[22091]: audit 2024-03-20T16:49:10.328910+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:10 smithi060 bash[22091]: audit 2024-03-20T16:49:10.334481+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:10 smithi060 bash[22091]: audit 2024-03-20T16:49:10.340496+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:10 smithi100 bash[22202]: cluster 2024-03-20T16:49:09.533667+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:11.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:10 smithi100 bash[22202]: audit 2024-03-20T16:49:10.328910+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:10 smithi100 bash[22202]: audit 2024-03-20T16:49:10.334481+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:11.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:10 smithi100 bash[22202]: audit 2024-03-20T16:49:10.340496+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:12.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:11 smithi012 bash[21445]: cephadm 2024-03-20T16:49:10.335752+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi012 2024-03-20T16:49:12.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:11 smithi060 bash[22091]: cephadm 2024-03-20T16:49:10.335752+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi012 2024-03-20T16:49:12.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:11 smithi100 bash[22202]: cephadm 2024-03-20T16:49:10.335752+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi012 2024-03-20T16:49:13.089 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:12 smithi100 bash[22202]: cluster 2024-03-20T16:49:11.534186+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:13.141 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:12 smithi012 bash[21445]: cluster 2024-03-20T16:49:11.534186+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:12 smithi060 bash[22091]: cluster 2024-03-20T16:49:11.534186+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:14 smithi012 bash[21445]: cluster 2024-03-20T16:49:13.534652+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:15.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:14 smithi060 bash[22091]: cluster 2024-03-20T16:49:13.534652+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:14 smithi100 bash[22202]: cluster 2024-03-20T16:49:13.534652+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:16.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:15 smithi012 bash[21445]: audit 2024-03-20T16:49:15.460585+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T16:49:16.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:15 smithi012 bash[21445]: audit 2024-03-20T16:49:15.462309+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:16.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:15 smithi060 bash[22091]: audit 2024-03-20T16:49:15.460585+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T16:49:16.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:15 smithi060 bash[22091]: audit 2024-03-20T16:49:15.462309+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:16.321 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:15 smithi100 bash[22202]: audit 2024-03-20T16:49:15.460585+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T16:49:16.321 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:15 smithi100 bash[22202]: audit 2024-03-20T16:49:15.462309+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:16 smithi012 bash[21445]: cephadm 2024-03-20T16:49:15.463873+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-03-20T16:49:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:16 smithi012 bash[21445]: cluster 2024-03-20T16:49:15.535089+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:17.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:16 smithi012 bash[21445]: audit 2024-03-20T16:49:16.301171+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:16 smithi012 bash[21445]: audit 2024-03-20T16:49:16.309383+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:16 smithi012 bash[21445]: audit 2024-03-20T16:49:16.319334+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:16 smithi060 bash[22091]: cephadm 2024-03-20T16:49:15.463873+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-03-20T16:49:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:16 smithi060 bash[22091]: cluster 2024-03-20T16:49:15.535089+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:16 smithi060 bash[22091]: audit 2024-03-20T16:49:16.301171+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:16 smithi060 bash[22091]: audit 2024-03-20T16:49:16.309383+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:16 smithi060 bash[22091]: audit 2024-03-20T16:49:16.319334+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:16 smithi100 bash[22202]: cephadm 2024-03-20T16:49:15.463873+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-03-20T16:49:17.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:16 smithi100 bash[22202]: cluster 2024-03-20T16:49:15.535089+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:17.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:16 smithi100 bash[22202]: audit 2024-03-20T16:49:16.301171+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:16 smithi100 bash[22202]: audit 2024-03-20T16:49:16.309383+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:17.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:16 smithi100 bash[22202]: audit 2024-03-20T16:49:16.319334+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:18 smithi012 bash[21445]: cluster 2024-03-20T16:49:17.535567+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:19.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:18 smithi060 bash[22091]: cluster 2024-03-20T16:49:17.535567+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:19.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:18 smithi100 bash[22202]: cluster 2024-03-20T16:49:17.535567+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:19.603 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:19 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:49:19.604 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:19 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:49:19.604 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:49:19 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:49:19.604 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:49:19 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:49:20.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: cluster 2024-03-20T16:49:19.535924+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:20.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: audit 2024-03-20T16:49:19.645812+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:20.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: audit 2024-03-20T16:49:19.653694+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:20.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: audit 2024-03-20T16:49:19.670897+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:20.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: audit 2024-03-20T16:49:19.674722+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:20.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: audit 2024-03-20T16:49:19.676072+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:20.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:20 smithi012 bash[21445]: audit 2024-03-20T16:49:19.683909+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: cluster 2024-03-20T16:49:19.535924+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: audit 2024-03-20T16:49:19.645812+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:20.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: audit 2024-03-20T16:49:19.653694+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:20.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: audit 2024-03-20T16:49:19.670897+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:20.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: audit 2024-03-20T16:49:19.674722+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:20.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: audit 2024-03-20T16:49:19.676072+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:20.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:20 smithi060 bash[22091]: audit 2024-03-20T16:49:19.683909+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:21.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: cluster 2024-03-20T16:49:19.535924+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:21.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: audit 2024-03-20T16:49:19.645812+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:21.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: audit 2024-03-20T16:49:19.653694+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:21.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: audit 2024-03-20T16:49:19.670897+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:21.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: audit 2024-03-20T16:49:19.674722+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:21.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: audit 2024-03-20T16:49:19.676072+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:21.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:20 smithi100 bash[22202]: audit 2024-03-20T16:49:19.683909+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:22.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:22 smithi012 bash[21445]: cluster 2024-03-20T16:49:21.536332+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:22.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:22 smithi060 bash[22091]: cluster 2024-03-20T16:49:21.536332+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:23.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:22 smithi100 bash[22202]: cluster 2024-03-20T16:49:21.536332+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:24.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:24 smithi012 bash[21445]: cluster 2024-03-20T16:49:23.536777+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:24.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:24 smithi060 bash[22091]: cluster 2024-03-20T16:49:23.536777+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:25.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:24 smithi100 bash[22202]: cluster 2024-03-20T16:49:23.536777+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:26.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:26 smithi012 bash[21445]: cluster 2024-03-20T16:49:25.537142+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:26 smithi012 bash[21445]: audit 2024-03-20T16:49:25.928206+0000 mon.a (mon.0) 389 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T16:49:26.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:26 smithi060 bash[22091]: cluster 2024-03-20T16:49:25.537142+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:26.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:26 smithi060 bash[22091]: audit 2024-03-20T16:49:25.928206+0000 mon.a (mon.0) 389 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T16:49:27.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:26 smithi100 bash[22202]: cluster 2024-03-20T16:49:25.537142+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:27.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:26 smithi100 bash[22202]: audit 2024-03-20T16:49:25.928206+0000 mon.a (mon.0) 389 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T16:49:27.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:27 smithi012 bash[21445]: audit 2024-03-20T16:49:26.663150+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T16:49:27.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:27 smithi012 bash[21445]: cluster 2024-03-20T16:49:26.666058+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-20T16:49:27.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:27 smithi012 bash[21445]: audit 2024-03-20T16:49:26.666623+0000 mon.a (mon.0) 392 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-03-20T16:49:27.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:27 smithi012 bash[21445]: audit 2024-03-20T16:49:26.667185+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:27.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:27 smithi060 bash[22091]: audit 2024-03-20T16:49:26.663150+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T16:49:27.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:27 smithi060 bash[22091]: cluster 2024-03-20T16:49:26.666058+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-20T16:49:27.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:27 smithi060 bash[22091]: audit 2024-03-20T16:49:26.666623+0000 mon.a (mon.0) 392 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-03-20T16:49:27.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:27 smithi060 bash[22091]: audit 2024-03-20T16:49:26.667185+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:28.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:27 smithi100 bash[22202]: audit 2024-03-20T16:49:26.663150+0000 mon.a (mon.0) 390 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T16:49:28.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:27 smithi100 bash[22202]: cluster 2024-03-20T16:49:26.666058+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-20T16:49:28.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:27 smithi100 bash[22202]: audit 2024-03-20T16:49:26.666623+0000 mon.a (mon.0) 392 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-03-20T16:49:28.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:27 smithi100 bash[22202]: audit 2024-03-20T16:49:26.667185+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: cluster 2024-03-20T16:49:27.537523+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:27.665447+0000 mon.a (mon.0) 394 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-03-20T16:49:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: cluster 2024-03-20T16:49:27.670459+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-20T16:49:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:27.672264+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:27.685077+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:28.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:28.069444+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:28.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:28.075796+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:28.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:28.082775+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:28.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:28 smithi012 bash[21445]: audit 2024-03-20T16:49:28.136180+0000 mon.a (mon.0) 401 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' 2024-03-20T16:49:28.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: cluster 2024-03-20T16:49:27.537523+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:27.665447+0000 mon.a (mon.0) 394 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: cluster 2024-03-20T16:49:27.670459+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:27.672264+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:27.685077+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:28.069444+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:28.075796+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:28.082775+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:28.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:28 smithi060 bash[22091]: audit 2024-03-20T16:49:28.136180+0000 mon.a (mon.0) 401 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' 2024-03-20T16:49:29.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: cluster 2024-03-20T16:49:27.537523+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:29.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:27.665447+0000 mon.a (mon.0) 394 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-03-20T16:49:29.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: cluster 2024-03-20T16:49:27.670459+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-20T16:49:29.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:27.672264+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:29.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:27.685077+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:29.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:28.069444+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:29.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:28.075796+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:29.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:28.082775+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:29.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:28 smithi100 bash[22202]: audit 2024-03-20T16:49:28.136180+0000 mon.a (mon.0) 401 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918]' entity='osd.0' 2024-03-20T16:49:29.226 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 0 on host 'smithi012' 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: cluster 2024-03-20T16:49:26.961136+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: cluster 2024-03-20T16:49:26.961255+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:28.684632+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: cluster 2024-03-20T16:49:29.140041+0000 mon.a (mon.0) 403 : cluster [INF] osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918] boot 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: cluster 2024-03-20T16:49:29.140112+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.140507+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.187464+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.196968+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.203380+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.206528+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.214241+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.217297+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:29.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.218349+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:29.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:29 smithi060 bash[22091]: audit 2024-03-20T16:49:29.227076+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: cluster 2024-03-20T16:49:26.961136+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:49:30.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: cluster 2024-03-20T16:49:26.961255+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:49:30.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:28.684632+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: cluster 2024-03-20T16:49:29.140041+0000 mon.a (mon.0) 403 : cluster [INF] osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918] boot 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: cluster 2024-03-20T16:49:29.140112+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.140507+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.187464+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.196968+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.203380+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.206528+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.214241+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.217297+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.218349+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:30.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:29 smithi100 bash[22202]: audit 2024-03-20T16:49:29.227076+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: cluster 2024-03-20T16:49:26.961136+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: cluster 2024-03-20T16:49:26.961255+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:28.684632+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: cluster 2024-03-20T16:49:29.140041+0000 mon.a (mon.0) 403 : cluster [INF] osd.0 [v2:172.21.15.12:6802/2717091918,v1:172.21.15.12:6803/2717091918] boot 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: cluster 2024-03-20T16:49:29.140112+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.140507+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.187464+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.196968+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.203380+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.206528+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.214241+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.217297+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.218349+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:29 smithi012 bash[21445]: audit 2024-03-20T16:49:29.227076+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.458 DEBUG:teuthology.orchestra.run.smithi012:osd.0> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.0.service 2024-03-20T16:49:30.460 INFO:tasks.cephadm:Deploying osd.1 on smithi060 with /dev/vg_nvme/lv_4... 2024-03-20T16:49:30.460 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T16:49:30.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: cephadm 2024-03-20T16:49:29.207457+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 16245M 2024-03-20T16:49:30.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: cluster 2024-03-20T16:49:29.537919+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:30.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.494522+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.501315+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.508937+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.546388+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.551636+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.553371+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:30 smithi012 bash[21445]: audit 2024-03-20T16:49:30.565561+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: cephadm 2024-03-20T16:49:29.207457+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 16245M 2024-03-20T16:49:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: cluster 2024-03-20T16:49:29.537919+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.494522+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.501315+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.508937+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.546388+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.551636+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.553371+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:30 smithi060 bash[22091]: audit 2024-03-20T16:49:30.565561+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: cephadm 2024-03-20T16:49:29.207457+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 16245M 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: cluster 2024-03-20T16:49:29.537919+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.494522+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.501315+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.508937+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.546388+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.551636+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.553371+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:31.023 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:30 smithi100 bash[22202]: audit 2024-03-20T16:49:30.565561+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:31.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:31 smithi012 bash[21445]: cluster 2024-03-20T16:49:30.556991+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:31.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:31 smithi012 bash[21445]: cluster 2024-03-20T16:49:30.686686+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-20T16:49:31.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:31 smithi012 bash[21445]: cluster 2024-03-20T16:49:31.507443+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T16:49:31.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:31 smithi060 bash[22091]: cluster 2024-03-20T16:49:30.556991+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:31.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:31 smithi060 bash[22091]: cluster 2024-03-20T16:49:30.686686+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-20T16:49:31.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:31 smithi060 bash[22091]: cluster 2024-03-20T16:49:31.507443+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T16:49:32.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:31 smithi100 bash[22202]: cluster 2024-03-20T16:49:30.556991+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:32.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:31 smithi100 bash[22202]: cluster 2024-03-20T16:49:30.686686+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-20T16:49:32.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:31 smithi100 bash[22202]: cluster 2024-03-20T16:49:31.507443+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T16:49:33.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:33 smithi060 bash[22091]: cluster 2024-03-20T16:49:32.557365+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:34.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:33 smithi100 bash[22202]: cluster 2024-03-20T16:49:32.557365+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:34.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:33 smithi012 bash[21445]: cluster 2024-03-20T16:49:32.557365+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:35.177 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.b/config 2024-03-20T16:49:35.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:35 smithi060 bash[22091]: cluster 2024-03-20T16:49:34.557768+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:36.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:35 smithi100 bash[22202]: cluster 2024-03-20T16:49:34.557768+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:36.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:35 smithi012 bash[21445]: cluster 2024-03-20T16:49:34.557768+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:37.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:37 smithi012 bash[21445]: audit 2024-03-20T16:49:36.529229+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:37 smithi012 bash[21445]: audit 2024-03-20T16:49:36.537477+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:37 smithi012 bash[21445]: audit 2024-03-20T16:49:36.547637+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:37 smithi012 bash[21445]: cluster 2024-03-20T16:49:36.558256+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:37.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:37 smithi100 bash[22202]: audit 2024-03-20T16:49:36.529229+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:37 smithi100 bash[22202]: audit 2024-03-20T16:49:36.537477+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:37 smithi100 bash[22202]: audit 2024-03-20T16:49:36.547637+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:37 smithi100 bash[22202]: cluster 2024-03-20T16:49:36.558256+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:37 smithi060 bash[22091]: audit 2024-03-20T16:49:36.529229+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:37 smithi060 bash[22091]: audit 2024-03-20T16:49:36.537477+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:37 smithi060 bash[22091]: audit 2024-03-20T16:49:36.547637+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:37 smithi060 bash[22091]: cluster 2024-03-20T16:49:36.558256+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:38.215 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T16:49:38.215 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T16:49:38.215 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-03-20T16:49:38.215 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-03-20T16:49:38.215 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013694 s, 766 MB/s 2024-03-20T16:49:38.215 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-03-20T16:49:38.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.569716+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.578390+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.583001+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:38.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.590058+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.590677+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:38.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.592382+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:38.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: cluster 2024-03-20T16:49:37.594296+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:38.837 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:38 smithi100 bash[22202]: audit 2024-03-20T16:49:37.601895+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.867 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.569716+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.867 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.578390+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.868 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.583001+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:38.868 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.590058+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.870 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.590677+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:38.870 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.592382+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:38.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: cluster 2024-03-20T16:49:37.594296+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:38.871 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:38 smithi060 bash[22091]: audit 2024-03-20T16:49:37.601895+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.872 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-03-20T16:49:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.569716+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.578390+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.583001+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:49:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.590058+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.590677+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.592382+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:49:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: cluster 2024-03-20T16:49:37.594296+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:38 smithi012 bash[21445]: audit 2024-03-20T16:49:37.601895+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:39.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:39 smithi100 bash[22202]: cluster 2024-03-20T16:49:38.586030+0000 mon.a (mon.0) 433 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-20T16:49:39.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:39 smithi100 bash[22202]: cluster 2024-03-20T16:49:38.586081+0000 mon.a (mon.0) 434 : cluster [INF] Cluster is now healthy 2024-03-20T16:49:39.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:39 smithi012 bash[21445]: cluster 2024-03-20T16:49:38.586030+0000 mon.a (mon.0) 433 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-20T16:49:39.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:39 smithi012 bash[21445]: cluster 2024-03-20T16:49:38.586081+0000 mon.a (mon.0) 434 : cluster [INF] Cluster is now healthy 2024-03-20T16:49:39.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:39 smithi060 bash[22091]: cluster 2024-03-20T16:49:38.586030+0000 mon.a (mon.0) 433 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-20T16:49:39.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:39 smithi060 bash[22091]: cluster 2024-03-20T16:49:38.586081+0000 mon.a (mon.0) 434 : cluster [INF] Cluster is now healthy 2024-03-20T16:49:40.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:40 smithi100 bash[22202]: cluster 2024-03-20T16:49:39.594740+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:40.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:40 smithi012 bash[21445]: cluster 2024-03-20T16:49:39.594740+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:40.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:40 smithi060 bash[22091]: cluster 2024-03-20T16:49:39.594740+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:42.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:42 smithi012 bash[21445]: cluster 2024-03-20T16:49:41.595340+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:42.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:42 smithi060 bash[22091]: cluster 2024-03-20T16:49:41.595340+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:43.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:42 smithi100 bash[22202]: cluster 2024-03-20T16:49:41.595340+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:43.586 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.b/config 2024-03-20T16:49:44.881 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:44 smithi060 bash[22091]: cluster 2024-03-20T16:49:43.595884+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:44 smithi012 bash[21445]: cluster 2024-03-20T16:49:43.595884+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:45.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:44 smithi100 bash[22202]: cluster 2024-03-20T16:49:43.595884+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:46.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:46 smithi012 bash[21445]: cluster 2024-03-20T16:49:45.596386+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:46.935 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:46 smithi060 bash[22091]: cluster 2024-03-20T16:49:45.596386+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:47.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:46 smithi100 bash[22202]: cluster 2024-03-20T16:49:45.596386+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:47.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:47 smithi012 bash[21445]: audit 2024-03-20T16:49:47.360369+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:49:47.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:47 smithi012 bash[21445]: audit 2024-03-20T16:49:47.367328+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:49:47.922 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:47 smithi012 bash[21445]: audit 2024-03-20T16:49:47.369254+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:47.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:47 smithi060 bash[22091]: audit 2024-03-20T16:49:47.360369+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:49:47.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:47 smithi060 bash[22091]: audit 2024-03-20T16:49:47.367328+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:49:47.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:47 smithi060 bash[22091]: audit 2024-03-20T16:49:47.369254+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:48.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:47 smithi100 bash[22202]: audit 2024-03-20T16:49:47.360369+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:49:48.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:47 smithi100 bash[22202]: audit 2024-03-20T16:49:47.367328+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:49:48.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:47 smithi100 bash[22202]: audit 2024-03-20T16:49:47.369254+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:49:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:48 smithi012 bash[21445]: audit 2024-03-20T16:49:47.352615+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:49:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:48 smithi012 bash[21445]: cluster 2024-03-20T16:49:47.596829+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:48 smithi012 bash[21445]: audit 2024-03-20T16:49:48.278549+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:48 smithi012 bash[21445]: audit 2024-03-20T16:49:48.286722+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:48.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:48 smithi012 bash[21445]: audit 2024-03-20T16:49:48.296470+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:48.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:48 smithi060 bash[22091]: audit 2024-03-20T16:49:47.352615+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:49:48.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:48 smithi060 bash[22091]: cluster 2024-03-20T16:49:47.596829+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:48.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:48 smithi060 bash[22091]: audit 2024-03-20T16:49:48.278549+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:48.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:48 smithi060 bash[22091]: audit 2024-03-20T16:49:48.286722+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:48.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:48 smithi060 bash[22091]: audit 2024-03-20T16:49:48.296470+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:49.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:48 smithi100 bash[22202]: audit 2024-03-20T16:49:47.352615+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:49:49.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:48 smithi100 bash[22202]: cluster 2024-03-20T16:49:47.596829+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:49.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:48 smithi100 bash[22202]: audit 2024-03-20T16:49:48.278549+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:49.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:48 smithi100 bash[22202]: audit 2024-03-20T16:49:48.286722+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:49.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:48 smithi100 bash[22202]: audit 2024-03-20T16:49:48.296470+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:50 smithi012 bash[21445]: cluster 2024-03-20T16:49:49.597263+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:50.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:50 smithi060 bash[22091]: cluster 2024-03-20T16:49:49.597263+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:51.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:50 smithi100 bash[22202]: cluster 2024-03-20T16:49:49.597263+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:52.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:52 smithi060 bash[22091]: cluster 2024-03-20T16:49:51.597781+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:53.029 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:52 smithi100 bash[22202]: cluster 2024-03-20T16:49:51.597781+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:53.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:52 smithi012 bash[21445]: cluster 2024-03-20T16:49:51.597781+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:54.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:54 smithi060 bash[22091]: cluster 2024-03-20T16:49:53.598255+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:55.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:54 smithi100 bash[22202]: cluster 2024-03-20T16:49:53.598255+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:55.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:54 smithi012 bash[21445]: cluster 2024-03-20T16:49:53.598255+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:55.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:55 smithi060 bash[22091]: audit 2024-03-20T16:49:55.561325+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]: dispatch 2024-03-20T16:49:55.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:55 smithi060 bash[22091]: audit 2024-03-20T16:49:55.561342+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.60:0/3913425675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]: dispatch 2024-03-20T16:49:55.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:55 smithi060 bash[22091]: audit 2024-03-20T16:49:55.564425+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]': finished 2024-03-20T16:49:55.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:55 smithi060 bash[22091]: cluster 2024-03-20T16:49:55.569749+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-20T16:49:55.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:55 smithi060 bash[22091]: audit 2024-03-20T16:49:55.570533+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:49:55.994 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:55 smithi100 bash[22202]: audit 2024-03-20T16:49:55.561325+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]: dispatch 2024-03-20T16:49:55.994 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:55 smithi100 bash[22202]: audit 2024-03-20T16:49:55.561342+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.60:0/3913425675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]: dispatch 2024-03-20T16:49:55.994 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:55 smithi100 bash[22202]: audit 2024-03-20T16:49:55.564425+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]': finished 2024-03-20T16:49:55.994 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:55 smithi100 bash[22202]: cluster 2024-03-20T16:49:55.569749+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-20T16:49:55.994 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:55 smithi100 bash[22202]: audit 2024-03-20T16:49:55.570533+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:49:56.050 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:55 smithi012 bash[21445]: audit 2024-03-20T16:49:55.561325+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]: dispatch 2024-03-20T16:49:56.050 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:55 smithi012 bash[21445]: audit 2024-03-20T16:49:55.561342+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.60:0/3913425675' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]: dispatch 2024-03-20T16:49:56.050 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:55 smithi012 bash[21445]: audit 2024-03-20T16:49:55.564425+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68e86549-6469-4bec-8bc5-c7958790ea6c"}]': finished 2024-03-20T16:49:56.050 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:55 smithi012 bash[21445]: cluster 2024-03-20T16:49:55.569749+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-20T16:49:56.050 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:55 smithi012 bash[21445]: audit 2024-03-20T16:49:55.570533+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:49:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: cluster 2024-03-20T16:49:55.598706+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.191439+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.198286+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.206640+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.260200+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.60:0/4184685029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:49:57.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.755571+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.765411+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:57 smithi060 bash[22091]: audit 2024-03-20T16:49:56.777122+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: cluster 2024-03-20T16:49:55.598706+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:57.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.191439+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.198286+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.206640+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.260200+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.60:0/4184685029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:49:57.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.755571+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.591 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.765411+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.591 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:57 smithi100 bash[22202]: audit 2024-03-20T16:49:56.777122+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: cluster 2024-03-20T16:49:55.598706+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:57.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.191439+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.198286+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.206640+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.260200+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.60:0/4184685029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:49:57.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.755571+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.765411+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:57.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:57 smithi012 bash[21445]: audit 2024-03-20T16:49:56.777122+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:49:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:49:59 smithi060 bash[22091]: cluster 2024-03-20T16:49:57.599177+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:59.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:49:59 smithi100 bash[22202]: cluster 2024-03-20T16:49:57.599177+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:49:59.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:49:59 smithi012 bash[21445]: cluster 2024-03-20T16:49:57.599177+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:00.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:00 smithi060 bash[22091]: cluster 2024-03-20T16:50:00.000151+0000 mon.a (mon.0) 451 : cluster [INF] overall HEALTH_OK 2024-03-20T16:50:00.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:00 smithi100 bash[22202]: cluster 2024-03-20T16:50:00.000151+0000 mon.a (mon.0) 451 : cluster [INF] overall HEALTH_OK 2024-03-20T16:50:00.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:00 smithi012 bash[21445]: cluster 2024-03-20T16:50:00.000151+0000 mon.a (mon.0) 451 : cluster [INF] overall HEALTH_OK 2024-03-20T16:50:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:01 smithi060 bash[22091]: cluster 2024-03-20T16:49:59.599628+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:01.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:01 smithi100 bash[22202]: cluster 2024-03-20T16:49:59.599628+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:01.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:01 smithi012 bash[21445]: cluster 2024-03-20T16:49:59.599628+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:02.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:02 smithi100 bash[22202]: cluster 2024-03-20T16:50:01.600153+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:02.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:02 smithi012 bash[21445]: cluster 2024-03-20T16:50:01.600153+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:02.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:02 smithi060 bash[22091]: cluster 2024-03-20T16:50:01.600153+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:04.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:04 smithi012 bash[21445]: cluster 2024-03-20T16:50:03.600722+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:04.956 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:04 smithi060 bash[22091]: cluster 2024-03-20T16:50:03.600722+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:05.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:04 smithi100 bash[22202]: cluster 2024-03-20T16:50:03.600722+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:06.916 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:06 smithi060 bash[22091]: cluster 2024-03-20T16:50:05.601314+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:06.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:06 smithi012 bash[21445]: cluster 2024-03-20T16:50:05.601314+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:07.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:06 smithi100 bash[22202]: cluster 2024-03-20T16:50:05.601314+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:08 smithi012 bash[21445]: cluster 2024-03-20T16:50:07.601878+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:08 smithi012 bash[21445]: audit 2024-03-20T16:50:08.487092+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:08 smithi012 bash[21445]: audit 2024-03-20T16:50:08.496409+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:08 smithi012 bash[21445]: audit 2024-03-20T16:50:08.506814+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:08 smithi060 bash[22091]: cluster 2024-03-20T16:50:07.601878+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:08 smithi060 bash[22091]: audit 2024-03-20T16:50:08.487092+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:08 smithi060 bash[22091]: audit 2024-03-20T16:50:08.496409+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:08 smithi060 bash[22091]: audit 2024-03-20T16:50:08.506814+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:09.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:08 smithi100 bash[22202]: cluster 2024-03-20T16:50:07.601878+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:09.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:08 smithi100 bash[22202]: audit 2024-03-20T16:50:08.487092+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:09.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:08 smithi100 bash[22202]: audit 2024-03-20T16:50:08.496409+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:09.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:08 smithi100 bash[22202]: audit 2024-03-20T16:50:08.506814+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:09.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:09 smithi060 bash[22091]: cephadm 2024-03-20T16:50:08.499344+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi060 2024-03-20T16:50:10.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:09 smithi100 bash[22202]: cephadm 2024-03-20T16:50:08.499344+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi060 2024-03-20T16:50:10.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:09 smithi012 bash[21445]: cephadm 2024-03-20T16:50:08.499344+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi060 2024-03-20T16:50:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:10 smithi060 bash[22091]: cluster 2024-03-20T16:50:09.602358+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:10 smithi060 bash[22091]: audit 2024-03-20T16:50:10.272488+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T16:50:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:10 smithi060 bash[22091]: audit 2024-03-20T16:50:10.274360+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:11.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:10 smithi100 bash[22202]: cluster 2024-03-20T16:50:09.602358+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:11.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:10 smithi100 bash[22202]: audit 2024-03-20T16:50:10.272488+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T16:50:11.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:10 smithi100 bash[22202]: audit 2024-03-20T16:50:10.274360+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:10 smithi012 bash[21445]: cluster 2024-03-20T16:50:09.602358+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:10 smithi012 bash[21445]: audit 2024-03-20T16:50:10.272488+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T16:50:11.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:10 smithi012 bash[21445]: audit 2024-03-20T16:50:10.274360+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:11.783 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:11 smithi060 bash[22091]: cephadm 2024-03-20T16:50:10.276073+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-03-20T16:50:11.966 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:11 smithi100 bash[22202]: cephadm 2024-03-20T16:50:10.276073+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-03-20T16:50:12.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:11 smithi012 bash[21445]: cephadm 2024-03-20T16:50:10.276073+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi060 2024-03-20T16:50:12.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:12 smithi060 bash[22091]: cluster 2024-03-20T16:50:11.602814+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:13.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:12 smithi100 bash[22202]: cluster 2024-03-20T16:50:11.602814+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:12 smithi012 bash[21445]: cluster 2024-03-20T16:50:11.602814+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:14.356 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:50:14.357 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:50:14 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:50:14.637 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:50:14.638 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:50:14 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:50:14.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: cluster 2024-03-20T16:50:13.603240+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:14.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: audit 2024-03-20T16:50:14.639600+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:14.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: audit 2024-03-20T16:50:14.640012+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:14.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: audit 2024-03-20T16:50:14.645211+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:14.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: audit 2024-03-20T16:50:14.645717+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:14.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: audit 2024-03-20T16:50:14.647227+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:14.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:14 smithi012 bash[21445]: audit 2024-03-20T16:50:14.654668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:14.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: cluster 2024-03-20T16:50:13.603240+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:14.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: audit 2024-03-20T16:50:14.639600+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:14.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: audit 2024-03-20T16:50:14.640012+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:14.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: audit 2024-03-20T16:50:14.645211+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:14.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: audit 2024-03-20T16:50:14.645717+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:14.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: audit 2024-03-20T16:50:14.647227+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:14.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:14 smithi060 bash[22091]: audit 2024-03-20T16:50:14.654668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: cluster 2024-03-20T16:50:13.603240+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: audit 2024-03-20T16:50:14.639600+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: audit 2024-03-20T16:50:14.640012+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: audit 2024-03-20T16:50:14.645211+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: audit 2024-03-20T16:50:14.645717+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: audit 2024-03-20T16:50:14.647227+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:15.086 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:14 smithi100 bash[22202]: audit 2024-03-20T16:50:14.654668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:16.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:16 smithi100 bash[22202]: cluster 2024-03-20T16:50:15.603690+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:16.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:16 smithi100 bash[22202]: audit 2024-03-20T16:50:16.416643+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:16.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:16 smithi100 bash[22202]: audit 2024-03-20T16:50:16.424295+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:16.836 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:16 smithi100 bash[22202]: audit 2024-03-20T16:50:16.432407+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:16.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:16 smithi060 bash[22091]: cluster 2024-03-20T16:50:15.603690+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:16.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:16 smithi060 bash[22091]: audit 2024-03-20T16:50:16.416643+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:16.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:16 smithi060 bash[22091]: audit 2024-03-20T16:50:16.424295+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:16.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:16 smithi060 bash[22091]: audit 2024-03-20T16:50:16.432407+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:16 smithi012 bash[21445]: cluster 2024-03-20T16:50:15.603690+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:16 smithi012 bash[21445]: audit 2024-03-20T16:50:16.416643+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:16 smithi012 bash[21445]: audit 2024-03-20T16:50:16.424295+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:16 smithi012 bash[21445]: audit 2024-03-20T16:50:16.432407+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:17 smithi100 bash[22202]: audit 2024-03-20T16:50:16.987196+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:17 smithi100 bash[22202]: audit 2024-03-20T16:50:16.995541+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:17 smithi100 bash[22202]: audit 2024-03-20T16:50:17.005616+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:17 smithi012 bash[21445]: audit 2024-03-20T16:50:16.987196+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:17 smithi012 bash[21445]: audit 2024-03-20T16:50:16.995541+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:17 smithi012 bash[21445]: audit 2024-03-20T16:50:17.005616+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:17 smithi060 bash[22091]: audit 2024-03-20T16:50:16.987196+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:17 smithi060 bash[22091]: audit 2024-03-20T16:50:16.995541+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:18.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:17 smithi060 bash[22091]: audit 2024-03-20T16:50:17.005616+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:19.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:19 smithi100 bash[22202]: cluster 2024-03-20T16:50:17.604111+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:19 smithi012 bash[21445]: cluster 2024-03-20T16:50:17.604111+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:19.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:19 smithi060 bash[22091]: cluster 2024-03-20T16:50:17.604111+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:21.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:21 smithi100 bash[22202]: cluster 2024-03-20T16:50:19.604563+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:21 smithi012 bash[21445]: cluster 2024-03-20T16:50:19.604563+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:21.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:21 smithi060 bash[22091]: cluster 2024-03-20T16:50:19.604563+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:22.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:22 smithi100 bash[22202]: audit 2024-03-20T16:50:21.186272+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T16:50:22.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:22 smithi100 bash[22202]: audit 2024-03-20T16:50:21.186350+0000 mon.a (mon.0) 469 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T16:50:22.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:22 smithi012 bash[21445]: audit 2024-03-20T16:50:21.186272+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T16:50:22.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:22 smithi012 bash[21445]: audit 2024-03-20T16:50:21.186350+0000 mon.a (mon.0) 469 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T16:50:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:22 smithi060 bash[22091]: audit 2024-03-20T16:50:21.186272+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T16:50:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:22 smithi060 bash[22091]: audit 2024-03-20T16:50:21.186350+0000 mon.a (mon.0) 469 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T16:50:23.324 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 1 on host 'smithi060' 2024-03-20T16:50:23.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:23 smithi100 bash[22202]: cluster 2024-03-20T16:50:21.605031+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:23.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:23 smithi100 bash[22202]: audit 2024-03-20T16:50:22.017611+0000 mon.a (mon.0) 470 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T16:50:23.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:23 smithi100 bash[22202]: audit 2024-03-20T16:50:22.022079+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-20T16:50:23.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:23 smithi100 bash[22202]: cluster 2024-03-20T16:50:22.023446+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-20T16:50:23.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:23 smithi100 bash[22202]: audit 2024-03-20T16:50:22.023987+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:23.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:23 smithi100 bash[22202]: audit 2024-03-20T16:50:22.024704+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-20T16:50:23.346 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:23 smithi060 bash[22091]: cluster 2024-03-20T16:50:21.605031+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:23.346 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:23 smithi060 bash[22091]: audit 2024-03-20T16:50:22.017611+0000 mon.a (mon.0) 470 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T16:50:23.346 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:23 smithi060 bash[22091]: audit 2024-03-20T16:50:22.022079+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-20T16:50:23.346 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:23 smithi060 bash[22091]: cluster 2024-03-20T16:50:22.023446+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-20T16:50:23.346 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:23 smithi060 bash[22091]: audit 2024-03-20T16:50:22.023987+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:23.346 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:23 smithi060 bash[22091]: audit 2024-03-20T16:50:22.024704+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-20T16:50:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:23 smithi012 bash[21445]: cluster 2024-03-20T16:50:21.605031+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:23 smithi012 bash[21445]: audit 2024-03-20T16:50:22.017611+0000 mon.a (mon.0) 470 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T16:50:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:23 smithi012 bash[21445]: audit 2024-03-20T16:50:22.022079+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-20T16:50:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:23 smithi012 bash[21445]: cluster 2024-03-20T16:50:22.023446+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-20T16:50:23.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:23 smithi012 bash[21445]: audit 2024-03-20T16:50:22.023987+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:23.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:23 smithi012 bash[21445]: audit 2024-03-20T16:50:22.024704+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-03-20T16:50:23.971 DEBUG:teuthology.orchestra.run.smithi060:osd.1> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.1.service 2024-03-20T16:50:23.974 INFO:tasks.cephadm:Deploying osd.2 on smithi100 with /dev/vg_nvme/lv_4... 2024-03-20T16:50:23.975 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.019950+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: cluster 2024-03-20T16:50:23.025030+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.025991+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.036664+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.280722+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.290312+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.291038+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.300452+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.308238+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.312278+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.313969+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.324911+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:24 smithi060 bash[22091]: audit 2024-03-20T16:50:23.382344+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-20T16:50:24.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.019950+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-20T16:50:24.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: cluster 2024-03-20T16:50:23.025030+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-20T16:50:24.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.025991+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:24.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.036664+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:24.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.280722+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:24.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.290312+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.291038+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.300452+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.308238+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.312278+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.313969+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.324911+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:24 smithi100 bash[22202]: audit 2024-03-20T16:50:23.382344+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-20T16:50:24.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.019950+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: cluster 2024-03-20T16:50:23.025030+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.025991+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.036664+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.280722+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.290312+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.291038+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.300452+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.308238+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.312278+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.313969+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.324911+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:24.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:24 smithi012 bash[21445]: audit 2024-03-20T16:50:23.382344+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-20T16:50:25.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: cluster 2024-03-20T16:50:22.222606+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:50:25.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: cluster 2024-03-20T16:50:22.222666+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:50:25.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: cephadm 2024-03-20T16:50:23.292696+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 16245M 2024-03-20T16:50:25.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: cluster 2024-03-20T16:50:23.605446+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: audit 2024-03-20T16:50:24.038987+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: cluster 2024-03-20T16:50:24.396311+0000 mon.a (mon.0) 488 : cluster [INF] osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322] boot 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: cluster 2024-03-20T16:50:24.396430+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:25 smithi100 bash[22202]: audit 2024-03-20T16:50:24.396689+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: cluster 2024-03-20T16:50:22.222606+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: cluster 2024-03-20T16:50:22.222666+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: cephadm 2024-03-20T16:50:23.292696+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 16245M 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: cluster 2024-03-20T16:50:23.605446+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: audit 2024-03-20T16:50:24.038987+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: cluster 2024-03-20T16:50:24.396311+0000 mon.a (mon.0) 488 : cluster [INF] osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322] boot 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: cluster 2024-03-20T16:50:24.396430+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-20T16:50:25.337 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:25 smithi060 bash[22091]: audit 2024-03-20T16:50:24.396689+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:25.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: cluster 2024-03-20T16:50:22.222606+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:50:25.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: cluster 2024-03-20T16:50:22.222666+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:50:25.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: cephadm 2024-03-20T16:50:23.292696+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 16245M 2024-03-20T16:50:25.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: cluster 2024-03-20T16:50:23.605446+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T16:50:25.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: audit 2024-03-20T16:50:24.038987+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:25.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: cluster 2024-03-20T16:50:24.396311+0000 mon.a (mon.0) 488 : cluster [INF] osd.1 [v2:172.21.15.60:6800/3941232322,v1:172.21.15.60:6801/3941232322] boot 2024-03-20T16:50:25.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: cluster 2024-03-20T16:50:24.396430+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-20T16:50:25.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:25 smithi012 bash[21445]: audit 2024-03-20T16:50:24.396689+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:50:27.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:27 smithi100 bash[22202]: cluster 2024-03-20T16:50:25.605986+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:27.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:27 smithi100 bash[22202]: cluster 2024-03-20T16:50:26.044842+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-20T16:50:27.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:27 smithi012 bash[21445]: cluster 2024-03-20T16:50:25.605986+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:27.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:27 smithi012 bash[21445]: cluster 2024-03-20T16:50:26.044842+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-20T16:50:27.451 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:27 smithi060 bash[22091]: cluster 2024-03-20T16:50:25.605986+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:27.451 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:27 smithi060 bash[22091]: cluster 2024-03-20T16:50:26.044842+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-20T16:50:27.675 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T16:50:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: cluster 2024-03-20T16:50:27.606361+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.683381+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.691810+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.702301+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.710684+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.716475+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.718340+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.728608+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.976202+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.985189+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.995888+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:28.998981+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:29.004764+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:29.006607+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:29.337 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:29 smithi100 bash[22202]: audit 2024-03-20T16:50:29.016837+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: cluster 2024-03-20T16:50:27.606361+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.683381+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.691810+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.702301+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.710684+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.716475+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.718340+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.728608+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.976202+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.985189+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.995888+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:28.998981+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:29.004764+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:29.006607+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:29.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:29 smithi012 bash[21445]: audit 2024-03-20T16:50:29.016837+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: cluster 2024-03-20T16:50:27.606361+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.683381+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.691810+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.702301+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.710684+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.716475+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.718340+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.728608+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.976202+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.985189+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.995888+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:28.998981+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:29.004764+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:29.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:29.006607+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:50:29.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:29 smithi060 bash[22091]: audit 2024-03-20T16:50:29.016837+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:30.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:30 smithi100 bash[22202]: cluster 2024-03-20T16:50:28.722218+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:30.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:30 smithi100 bash[22202]: cluster 2024-03-20T16:50:29.010307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:30.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:30 smithi012 bash[21445]: cluster 2024-03-20T16:50:28.722218+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:30.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:30 smithi012 bash[21445]: cluster 2024-03-20T16:50:29.010307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:30.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:30 smithi060 bash[22091]: cluster 2024-03-20T16:50:28.722218+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:30.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:30 smithi060 bash[22091]: cluster 2024-03-20T16:50:29.010307+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:30.580 INFO:teuthology.orchestra.run.smithi100.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T16:50:30.580 INFO:teuthology.orchestra.run.smithi100.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T16:50:30.580 INFO:teuthology.orchestra.run.smithi100.stderr: stderr: 10+0 records in 2024-03-20T16:50:30.580 INFO:teuthology.orchestra.run.smithi100.stderr:10+0 records out 2024-03-20T16:50:30.580 INFO:teuthology.orchestra.run.smithi100.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0164095 s, 639 MB/s 2024-03-20T16:50:30.580 INFO:teuthology.orchestra.run.smithi100.stderr:--> Zapping successful for: 2024-03-20T16:50:31.284 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi100:vg_nvme/lv_4 2024-03-20T16:50:32.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:32 smithi100 bash[22202]: cluster 2024-03-20T16:50:31.010864+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:32.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:32 smithi012 bash[21445]: cluster 2024-03-20T16:50:31.010864+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:32.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:32 smithi060 bash[22091]: cluster 2024-03-20T16:50:31.010864+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:34.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:34 smithi100 bash[22202]: cluster 2024-03-20T16:50:33.011350+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:34.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:34 smithi012 bash[21445]: cluster 2024-03-20T16:50:33.011350+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:34.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:34 smithi060 bash[22091]: cluster 2024-03-20T16:50:33.011350+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:35.684 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T16:50:36.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:36 smithi100 bash[22202]: cluster 2024-03-20T16:50:35.011834+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:36.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:36 smithi012 bash[21445]: cluster 2024-03-20T16:50:35.011834+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:36.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:36 smithi060 bash[22091]: cluster 2024-03-20T16:50:35.011834+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:37.871 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: audit 2024-03-20T16:50:36.642476+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.872 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: audit 2024-03-20T16:50:36.651720+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.872 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: audit 2024-03-20T16:50:36.662320+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.872 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: cluster 2024-03-20T16:50:37.012283+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:37.872 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: audit 2024-03-20T16:50:37.201360+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.872 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: audit 2024-03-20T16:50:37.209836+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.872 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:37 smithi100 bash[22202]: audit 2024-03-20T16:50:37.220378+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: audit 2024-03-20T16:50:36.642476+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: audit 2024-03-20T16:50:36.651720+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: audit 2024-03-20T16:50:36.662320+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: cluster 2024-03-20T16:50:37.012283+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:37.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: audit 2024-03-20T16:50:37.201360+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: audit 2024-03-20T16:50:37.209836+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:37 smithi012 bash[21445]: audit 2024-03-20T16:50:37.220378+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: audit 2024-03-20T16:50:36.642476+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: audit 2024-03-20T16:50:36.651720+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: audit 2024-03-20T16:50:36.662320+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: cluster 2024-03-20T16:50:37.012283+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: audit 2024-03-20T16:50:37.201360+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: audit 2024-03-20T16:50:37.209836+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:37.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:37 smithi060 bash[22091]: audit 2024-03-20T16:50:37.220378+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:38 smithi012 bash[21445]: audit 2024-03-20T16:50:38.260208+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:50:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:38 smithi012 bash[21445]: audit 2024-03-20T16:50:38.267211+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:50:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:38 smithi012 bash[21445]: audit 2024-03-20T16:50:38.268992+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:38 smithi060 bash[22091]: audit 2024-03-20T16:50:38.260208+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:50:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:38 smithi060 bash[22091]: audit 2024-03-20T16:50:38.267211+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:50:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:38 smithi060 bash[22091]: audit 2024-03-20T16:50:38.268992+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:39.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:38 smithi100 bash[22202]: audit 2024-03-20T16:50:38.260208+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T16:50:39.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:38 smithi100 bash[22202]: audit 2024-03-20T16:50:38.267211+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T16:50:39.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:38 smithi100 bash[22202]: audit 2024-03-20T16:50:38.268992+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:50:39.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:39 smithi012 bash[21445]: audit 2024-03-20T16:50:38.252653+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:50:39.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:39 smithi012 bash[21445]: cluster 2024-03-20T16:50:39.012754+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:39.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:39 smithi060 bash[22091]: audit 2024-03-20T16:50:38.252653+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:50:39.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:39 smithi060 bash[22091]: cluster 2024-03-20T16:50:39.012754+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:40.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:39 smithi100 bash[22202]: audit 2024-03-20T16:50:38.252653+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi100:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:50:40.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:39 smithi100 bash[22202]: cluster 2024-03-20T16:50:39.012754+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:42.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:42 smithi100 bash[22202]: cluster 2024-03-20T16:50:41.013224+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:42.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:42 smithi012 bash[21445]: cluster 2024-03-20T16:50:41.013224+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:42.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:42 smithi060 bash[22091]: cluster 2024-03-20T16:50:41.013224+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:44.302 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:44 smithi100 bash[22202]: cluster 2024-03-20T16:50:43.013700+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:44.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:44 smithi012 bash[21445]: cluster 2024-03-20T16:50:43.013700+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:44.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:44 smithi060 bash[22091]: cluster 2024-03-20T16:50:43.013700+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:46.329 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:46 smithi012 bash[21445]: cluster 2024-03-20T16:50:45.014166+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:46.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:46 smithi100 bash[22202]: cluster 2024-03-20T16:50:45.014166+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:46.402 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:46 smithi060 bash[22091]: cluster 2024-03-20T16:50:45.014166+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:47.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:47 smithi100 bash[22202]: audit 2024-03-20T16:50:46.394495+0000 mon.a (mon.0) 515 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]: dispatch 2024-03-20T16:50:47.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:47 smithi100 bash[22202]: audit 2024-03-20T16:50:46.396111+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.100:0/1977147657' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]: dispatch 2024-03-20T16:50:47.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:47 smithi100 bash[22202]: audit 2024-03-20T16:50:46.396890+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]': finished 2024-03-20T16:50:47.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:47 smithi100 bash[22202]: cluster 2024-03-20T16:50:46.399817+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-20T16:50:47.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:47 smithi100 bash[22202]: audit 2024-03-20T16:50:46.400024+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:50:47.404 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:47 smithi060 bash[22091]: audit 2024-03-20T16:50:46.394495+0000 mon.a (mon.0) 515 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]: dispatch 2024-03-20T16:50:47.404 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:47 smithi060 bash[22091]: audit 2024-03-20T16:50:46.396111+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.100:0/1977147657' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]: dispatch 2024-03-20T16:50:47.405 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:47 smithi060 bash[22091]: audit 2024-03-20T16:50:46.396890+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]': finished 2024-03-20T16:50:47.405 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:47 smithi060 bash[22091]: cluster 2024-03-20T16:50:46.399817+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-20T16:50:47.405 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:47 smithi060 bash[22091]: audit 2024-03-20T16:50:46.400024+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:50:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:47 smithi012 bash[21445]: audit 2024-03-20T16:50:46.394495+0000 mon.a (mon.0) 515 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]: dispatch 2024-03-20T16:50:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:47 smithi012 bash[21445]: audit 2024-03-20T16:50:46.396111+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.100:0/1977147657' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]: dispatch 2024-03-20T16:50:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:47 smithi012 bash[21445]: audit 2024-03-20T16:50:46.396890+0000 mon.a (mon.0) 516 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff0bfed2-d907-4afc-bd13-d97b126e57bd"}]': finished 2024-03-20T16:50:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:47 smithi012 bash[21445]: cluster 2024-03-20T16:50:46.399817+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-20T16:50:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:47 smithi012 bash[21445]: audit 2024-03-20T16:50:46.400024+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:50:48.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:48 smithi100 bash[22202]: cluster 2024-03-20T16:50:47.014578+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:48.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:48 smithi100 bash[22202]: audit 2024-03-20T16:50:47.128018+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.100:0/1988311155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:50:48.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:48 smithi012 bash[21445]: cluster 2024-03-20T16:50:47.014578+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:48.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:48 smithi012 bash[21445]: audit 2024-03-20T16:50:47.128018+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.100:0/1988311155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:50:48.432 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:48 smithi060 bash[22091]: cluster 2024-03-20T16:50:47.014578+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:48.432 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:48 smithi060 bash[22091]: audit 2024-03-20T16:50:47.128018+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.100:0/1988311155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T16:50:49.842 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:49 smithi100 bash[22202]: audit 2024-03-20T16:50:48.576112+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.842 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:49 smithi100 bash[22202]: audit 2024-03-20T16:50:48.580093+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.842 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:49 smithi100 bash[22202]: audit 2024-03-20T16:50:48.584445+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.842 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:49 smithi100 bash[22202]: cluster 2024-03-20T16:50:49.015015+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:49 smithi012 bash[21445]: audit 2024-03-20T16:50:48.576112+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:49 smithi012 bash[21445]: audit 2024-03-20T16:50:48.580093+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:49 smithi012 bash[21445]: audit 2024-03-20T16:50:48.584445+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:49 smithi012 bash[21445]: cluster 2024-03-20T16:50:49.015015+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:49.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:49 smithi060 bash[22091]: audit 2024-03-20T16:50:48.576112+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:49 smithi060 bash[22091]: audit 2024-03-20T16:50:48.580093+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:49 smithi060 bash[22091]: audit 2024-03-20T16:50:48.584445+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:49.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:49 smithi060 bash[22091]: cluster 2024-03-20T16:50:49.015015+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:52.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:52 smithi100 bash[22202]: cluster 2024-03-20T16:50:51.015502+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:52.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:52 smithi012 bash[21445]: cluster 2024-03-20T16:50:51.015502+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:52.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:52 smithi060 bash[22091]: cluster 2024-03-20T16:50:51.015502+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:54.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:54 smithi012 bash[21445]: cluster 2024-03-20T16:50:53.015981+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:54.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:54 smithi100 bash[22202]: cluster 2024-03-20T16:50:53.015981+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:54.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:54 smithi060 bash[22091]: cluster 2024-03-20T16:50:53.015981+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:56.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:56 smithi100 bash[22202]: cluster 2024-03-20T16:50:55.016465+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:56 smithi012 bash[21445]: cluster 2024-03-20T16:50:55.016465+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:56.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:56 smithi060 bash[22091]: cluster 2024-03-20T16:50:55.016465+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: audit 2024-03-20T16:50:56.876308+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: audit 2024-03-20T16:50:56.882532+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: audit 2024-03-20T16:50:56.891966+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: cluster 2024-03-20T16:50:57.016968+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: audit 2024-03-20T16:50:57.398789+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: audit 2024-03-20T16:50:57.406929+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.152 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:57 smithi100 bash[22202]: audit 2024-03-20T16:50:57.416927+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: audit 2024-03-20T16:50:56.876308+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: audit 2024-03-20T16:50:56.882532+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: audit 2024-03-20T16:50:56.891966+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: cluster 2024-03-20T16:50:57.016968+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:58.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: audit 2024-03-20T16:50:57.398789+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: audit 2024-03-20T16:50:57.406929+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:57 smithi012 bash[21445]: audit 2024-03-20T16:50:57.416927+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: audit 2024-03-20T16:50:56.876308+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: audit 2024-03-20T16:50:56.882532+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: audit 2024-03-20T16:50:56.891966+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: cluster 2024-03-20T16:50:57.016968+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:50:58.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: audit 2024-03-20T16:50:57.398789+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: audit 2024-03-20T16:50:57.406929+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:58.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:57 smithi060 bash[22091]: audit 2024-03-20T16:50:57.416927+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:50:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:58 smithi012 bash[21445]: cephadm 2024-03-20T16:50:57.409937+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-20T16:50:59.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:58 smithi060 bash[22091]: cephadm 2024-03-20T16:50:57.409937+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-20T16:50:59.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:58 smithi100 bash[22202]: cephadm 2024-03-20T16:50:57.409937+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi100 2024-03-20T16:51:00.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:59 smithi100 bash[22202]: cluster 2024-03-20T16:50:59.017513+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:00.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:59 smithi100 bash[22202]: audit 2024-03-20T16:50:59.264185+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T16:51:00.087 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:50:59 smithi100 bash[22202]: audit 2024-03-20T16:50:59.265957+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:00.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:59 smithi012 bash[21445]: cluster 2024-03-20T16:50:59.017513+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:00.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:59 smithi012 bash[21445]: audit 2024-03-20T16:50:59.264185+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T16:51:00.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:50:59 smithi012 bash[21445]: audit 2024-03-20T16:50:59.265957+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:00.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:59 smithi060 bash[22091]: cluster 2024-03-20T16:50:59.017513+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:00.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:59 smithi060 bash[22091]: audit 2024-03-20T16:50:59.264185+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T16:51:00.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:50:59 smithi060 bash[22091]: audit 2024-03-20T16:50:59.265957+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:01.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:00 smithi012 bash[21445]: cephadm 2024-03-20T16:50:59.267616+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi100 2024-03-20T16:51:01.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:00 smithi060 bash[22091]: cephadm 2024-03-20T16:50:59.267616+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi100 2024-03-20T16:51:01.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:00 smithi100 bash[22202]: cephadm 2024-03-20T16:50:59.267616+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi100 2024-03-20T16:51:02.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:01 smithi012 bash[21445]: cluster 2024-03-20T16:51:01.018014+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:02.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:01 smithi060 bash[22091]: cluster 2024-03-20T16:51:01.018014+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:02.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:01 smithi100 bash[22202]: cluster 2024-03-20T16:51:01.018014+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:03.489 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:03 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:51:03.737 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:03 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:51:04.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: cluster 2024-03-20T16:51:03.018495+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:04.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: audit 2024-03-20T16:51:03.784176+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:04.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: audit 2024-03-20T16:51:03.789544+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: audit 2024-03-20T16:51:03.797975+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: audit 2024-03-20T16:51:03.798894+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:04.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: audit 2024-03-20T16:51:03.802435+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:04.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:04 smithi060 bash[22091]: audit 2024-03-20T16:51:03.815459+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: cluster 2024-03-20T16:51:03.018495+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: audit 2024-03-20T16:51:03.784176+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: audit 2024-03-20T16:51:03.789544+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: audit 2024-03-20T16:51:03.797975+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: audit 2024-03-20T16:51:03.798894+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: audit 2024-03-20T16:51:03.802435+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:04.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:04 smithi100 bash[22202]: audit 2024-03-20T16:51:03.815459+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: cluster 2024-03-20T16:51:03.018495+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: audit 2024-03-20T16:51:03.784176+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: audit 2024-03-20T16:51:03.789544+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: audit 2024-03-20T16:51:03.797975+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: audit 2024-03-20T16:51:03.798894+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: audit 2024-03-20T16:51:03.802435+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:04 smithi012 bash[21445]: audit 2024-03-20T16:51:03.815459+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:06.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:06 smithi100 bash[22202]: cluster 2024-03-20T16:51:05.019008+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:06.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:06 smithi012 bash[21445]: cluster 2024-03-20T16:51:05.019008+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:06.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:06 smithi060 bash[22091]: cluster 2024-03-20T16:51:05.019008+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:08.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:08 smithi100 bash[22202]: cluster 2024-03-20T16:51:07.019501+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:08.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:08 smithi012 bash[21445]: cluster 2024-03-20T16:51:07.019501+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:08.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:08 smithi060 bash[22091]: cluster 2024-03-20T16:51:07.019501+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:10.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:09 smithi100 bash[22202]: audit 2024-03-20T16:51:08.775129+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:09 smithi100 bash[22202]: audit 2024-03-20T16:51:08.780621+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:09 smithi100 bash[22202]: audit 2024-03-20T16:51:08.791198+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:09 smithi100 bash[22202]: cluster 2024-03-20T16:51:09.019882+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:10.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:09 smithi012 bash[21445]: audit 2024-03-20T16:51:08.775129+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:09 smithi012 bash[21445]: audit 2024-03-20T16:51:08.780621+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:09 smithi012 bash[21445]: audit 2024-03-20T16:51:08.791198+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:09 smithi012 bash[21445]: cluster 2024-03-20T16:51:09.019882+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:10.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:09 smithi060 bash[22091]: audit 2024-03-20T16:51:08.775129+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:09 smithi060 bash[22091]: audit 2024-03-20T16:51:08.780621+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:09 smithi060 bash[22091]: audit 2024-03-20T16:51:08.791198+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:10.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:09 smithi060 bash[22091]: cluster 2024-03-20T16:51:09.019882+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:11.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:10 smithi100 bash[22202]: audit 2024-03-20T16:51:10.004663+0000 mon.a (mon.0) 539 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T16:51:11.085 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:10 smithi100 bash[22202]: audit 2024-03-20T16:51:10.006761+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T16:51:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:10 smithi012 bash[21445]: audit 2024-03-20T16:51:10.004663+0000 mon.a (mon.0) 539 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T16:51:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:10 smithi012 bash[21445]: audit 2024-03-20T16:51:10.006761+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T16:51:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:10 smithi060 bash[22091]: audit 2024-03-20T16:51:10.004663+0000 mon.a (mon.0) 539 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T16:51:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:10 smithi060 bash[22091]: audit 2024-03-20T16:51:10.006761+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T16:51:11.859 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:11 smithi100 bash[22202]: audit 2024-03-20T16:51:10.796939+0000 mon.a (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T16:51:11.860 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:11 smithi100 bash[22202]: cluster 2024-03-20T16:51:10.801569+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-20T16:51:11.860 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:11 smithi100 bash[22202]: audit 2024-03-20T16:51:10.802378+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:11.860 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:11 smithi100 bash[22202]: audit 2024-03-20T16:51:10.803482+0000 mon.a (mon.0) 543 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-20T16:51:11.860 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:11 smithi100 bash[22202]: audit 2024-03-20T16:51:10.805186+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-20T16:51:11.860 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:11 smithi100 bash[22202]: cluster 2024-03-20T16:51:11.020325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:12.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:11 smithi012 bash[21445]: audit 2024-03-20T16:51:10.796939+0000 mon.a (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T16:51:12.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:11 smithi012 bash[21445]: cluster 2024-03-20T16:51:10.801569+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-20T16:51:12.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:11 smithi012 bash[21445]: audit 2024-03-20T16:51:10.802378+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:12.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:11 smithi012 bash[21445]: audit 2024-03-20T16:51:10.803482+0000 mon.a (mon.0) 543 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-20T16:51:12.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:11 smithi012 bash[21445]: audit 2024-03-20T16:51:10.805186+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-20T16:51:12.177 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:11 smithi012 bash[21445]: cluster 2024-03-20T16:51:11.020325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:12.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:11 smithi060 bash[22091]: audit 2024-03-20T16:51:10.796939+0000 mon.a (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T16:51:12.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:11 smithi060 bash[22091]: cluster 2024-03-20T16:51:10.801569+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-20T16:51:12.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:11 smithi060 bash[22091]: audit 2024-03-20T16:51:10.802378+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:12.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:11 smithi060 bash[22091]: audit 2024-03-20T16:51:10.803482+0000 mon.a (mon.0) 543 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-20T16:51:12.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:11 smithi060 bash[22091]: audit 2024-03-20T16:51:10.805186+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-03-20T16:51:12.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:11 smithi060 bash[22091]: cluster 2024-03-20T16:51:11.020325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:12.874 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:12 smithi100 bash[22202]: audit 2024-03-20T16:51:11.799219+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-20T16:51:12.875 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:12 smithi100 bash[22202]: cluster 2024-03-20T16:51:11.804202+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-20T16:51:12.875 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:12 smithi100 bash[22202]: audit 2024-03-20T16:51:11.805244+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:12.875 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:12 smithi100 bash[22202]: audit 2024-03-20T16:51:11.813902+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:12 smithi012 bash[21445]: audit 2024-03-20T16:51:11.799219+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-20T16:51:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:12 smithi012 bash[21445]: cluster 2024-03-20T16:51:11.804202+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-20T16:51:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:12 smithi012 bash[21445]: audit 2024-03-20T16:51:11.805244+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:12 smithi012 bash[21445]: audit 2024-03-20T16:51:11.813902+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:12 smithi060 bash[22091]: audit 2024-03-20T16:51:11.799219+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-03-20T16:51:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:12 smithi060 bash[22091]: cluster 2024-03-20T16:51:11.804202+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-20T16:51:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:12 smithi060 bash[22091]: audit 2024-03-20T16:51:11.805244+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:13.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:12 smithi060 bash[22091]: audit 2024-03-20T16:51:11.813902+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:14.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:14 smithi100 bash[22202]: cluster 2024-03-20T16:51:10.981332+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:51:14.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:14 smithi100 bash[22202]: cluster 2024-03-20T16:51:10.981439+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:51:14.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:14 smithi100 bash[22202]: cluster 2024-03-20T16:51:12.814592+0000 mon.a (mon.0) 548 : cluster [INF] osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404] boot 2024-03-20T16:51:14.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:14 smithi100 bash[22202]: cluster 2024-03-20T16:51:12.814684+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-20T16:51:14.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:14 smithi100 bash[22202]: audit 2024-03-20T16:51:12.815343+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:14.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:14 smithi100 bash[22202]: cluster 2024-03-20T16:51:13.020910+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:14.446 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:14 smithi012 bash[21445]: cluster 2024-03-20T16:51:10.981332+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:51:14.446 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:14 smithi012 bash[21445]: cluster 2024-03-20T16:51:10.981439+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:51:14.446 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:14 smithi012 bash[21445]: cluster 2024-03-20T16:51:12.814592+0000 mon.a (mon.0) 548 : cluster [INF] osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404] boot 2024-03-20T16:51:14.446 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:14 smithi012 bash[21445]: cluster 2024-03-20T16:51:12.814684+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-20T16:51:14.446 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:14 smithi012 bash[21445]: audit 2024-03-20T16:51:12.815343+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:14.446 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:14 smithi012 bash[21445]: cluster 2024-03-20T16:51:13.020910+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:14.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:14 smithi060 bash[22091]: cluster 2024-03-20T16:51:10.981332+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-20T16:51:14.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:14 smithi060 bash[22091]: cluster 2024-03-20T16:51:10.981439+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-20T16:51:14.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:14 smithi060 bash[22091]: cluster 2024-03-20T16:51:12.814592+0000 mon.a (mon.0) 548 : cluster [INF] osd.2 [v2:172.21.15.100:6800/3460578404,v1:172.21.15.100:6801/3460578404] boot 2024-03-20T16:51:14.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:14 smithi060 bash[22091]: cluster 2024-03-20T16:51:12.814684+0000 mon.a (mon.0) 549 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-20T16:51:14.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:14 smithi060 bash[22091]: audit 2024-03-20T16:51:12.815343+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:51:14.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:14 smithi060 bash[22091]: cluster 2024-03-20T16:51:13.020910+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-20T16:51:15.034 INFO:teuthology.orchestra.run.smithi100.stdout:Created osd(s) 2 on host 'smithi100' 2024-03-20T16:51:15.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:13.725485+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' 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-03-20T16:51:15.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:14.185812+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' 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-03-20T16:51:15.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: cluster 2024-03-20T16:51:14.191403+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-20T16:51:15.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:14.192968+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.001874+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.007787+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.008569+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.016743+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.023063+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.027614+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.029349+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:15.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:15 smithi100 bash[22202]: audit 2024-03-20T16:51:15.039653+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:13.725485+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' 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-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:14.185812+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' 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-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: cluster 2024-03-20T16:51:14.191403+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:14.192968+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.001874+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.007787+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.008569+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.016743+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.023063+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.027614+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.029349+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:15 smithi060 bash[22091]: audit 2024-03-20T16:51:15.039653+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:13.725485+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' 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-03-20T16:51:15.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:14.185812+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' 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-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: cluster 2024-03-20T16:51:14.191403+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:14.192968+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.001874+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.007787+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.008569+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.016743+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.023063+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.027614+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.029349+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:15.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:15 smithi012 bash[21445]: audit 2024-03-20T16:51:15.039653+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:16.233 DEBUG:teuthology.orchestra.run.smithi100:osd.2> sudo journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.2.service 2024-03-20T16:51:16.236 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-20T16:51:16.236 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-20T16:51:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:16 smithi060 bash[22091]: cephadm 2024-03-20T16:51:15.009989+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 20337M 2024-03-20T16:51:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:16 smithi060 bash[22091]: cluster 2024-03-20T16:51:15.021485+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-03-20T16:51:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:16 smithi060 bash[22091]: audit 2024-03-20T16:51:15.197122+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T16:51:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:16 smithi060 bash[22091]: cluster 2024-03-20T16:51:15.202797+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-20T16:51:16.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:16 smithi060 bash[22091]: cluster 2024-03-20T16:51:16.019649+0000 mon.a (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-20T16:51:16.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:16 smithi100 bash[22202]: cephadm 2024-03-20T16:51:15.009989+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 20337M 2024-03-20T16:51:16.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:16 smithi100 bash[22202]: cluster 2024-03-20T16:51:15.021485+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-03-20T16:51:16.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:16 smithi100 bash[22202]: audit 2024-03-20T16:51:15.197122+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T16:51:16.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:16 smithi100 bash[22202]: cluster 2024-03-20T16:51:15.202797+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-20T16:51:16.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:16 smithi100 bash[22202]: cluster 2024-03-20T16:51:16.019649+0000 mon.a (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-20T16:51:16.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:16 smithi012 bash[21445]: cephadm 2024-03-20T16:51:15.009989+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 20337M 2024-03-20T16:51:16.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:16 smithi012 bash[21445]: cluster 2024-03-20T16:51:15.021485+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-03-20T16:51:16.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:16 smithi012 bash[21445]: audit 2024-03-20T16:51:15.197122+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T16:51:16.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:16 smithi012 bash[21445]: cluster 2024-03-20T16:51:15.202797+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-20T16:51:16.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:16 smithi012 bash[21445]: cluster 2024-03-20T16:51:16.019649+0000 mon.a (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-20T16:51:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:17 smithi012 bash[21445]: cluster 2024-03-20T16:51:16.206784+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-20T16:51:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:17 smithi012 bash[21445]: audit 2024-03-20T16:51:16.399500+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:17 smithi012 bash[21445]: cluster 2024-03-20T16:51:17.038802+0000 mon.a (mon.0) 568 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-20T16:51:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:17 smithi012 bash[21445]: audit 2024-03-20T16:51:17.087129+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:17 smithi012 bash[21445]: audit 2024-03-20T16:51:17.095588+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:17 smithi012 bash[21445]: audit 2024-03-20T16:51:17.104737+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:17 smithi060 bash[22091]: cluster 2024-03-20T16:51:16.206784+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-20T16:51:17.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:17 smithi060 bash[22091]: audit 2024-03-20T16:51:16.399500+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:17 smithi060 bash[22091]: cluster 2024-03-20T16:51:17.038802+0000 mon.a (mon.0) 568 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-20T16:51:17.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:17 smithi060 bash[22091]: audit 2024-03-20T16:51:17.087129+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:17 smithi060 bash[22091]: audit 2024-03-20T16:51:17.095588+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:17 smithi060 bash[22091]: audit 2024-03-20T16:51:17.104737+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:17 smithi100 bash[22202]: cluster 2024-03-20T16:51:16.206784+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-20T16:51:17.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:17 smithi100 bash[22202]: audit 2024-03-20T16:51:16.399500+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:17 smithi100 bash[22202]: cluster 2024-03-20T16:51:17.038802+0000 mon.a (mon.0) 568 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-20T16:51:17.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:17 smithi100 bash[22202]: audit 2024-03-20T16:51:17.087129+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:17 smithi100 bash[22202]: audit 2024-03-20T16:51:17.095588+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:17.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:17 smithi100 bash[22202]: audit 2024-03-20T16:51:17.104737+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: cluster 2024-03-20T16:51:17.021951+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.389357+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: cluster 2024-03-20T16:51:17.395843+0000 mon.a (mon.0) 573 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: cluster 2024-03-20T16:51:17.395901+0000 mon.a (mon.0) 574 : cluster [INF] Cluster is now healthy 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.590176+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.598588+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.609444+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.618492+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.624321+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.626280+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:18.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:18 smithi060 bash[22091]: audit 2024-03-20T16:51:17.636762+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: cluster 2024-03-20T16:51:17.021951+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:18.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.389357+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: cluster 2024-03-20T16:51:17.395843+0000 mon.a (mon.0) 573 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-20T16:51:18.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: cluster 2024-03-20T16:51:17.395901+0000 mon.a (mon.0) 574 : cluster [INF] Cluster is now healthy 2024-03-20T16:51:18.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.590176+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.598588+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.609444+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.618492+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:18.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.624321+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:18.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.626280+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:18.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:18 smithi100 bash[22202]: audit 2024-03-20T16:51:17.636762+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: cluster 2024-03-20T16:51:17.021951+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:18.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.389357+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: cluster 2024-03-20T16:51:17.395843+0000 mon.a (mon.0) 573 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: cluster 2024-03-20T16:51:17.395901+0000 mon.a (mon.0) 574 : cluster [INF] Cluster is now healthy 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.590176+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.598588+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.609444+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.618492+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.624321+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.626280+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:18.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:18 smithi012 bash[21445]: audit 2024-03-20T16:51:17.636762+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:20.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:20 smithi100 bash[22202]: cluster 2024-03-20T16:51:17.630438+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:20.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:20 smithi100 bash[22202]: audit 2024-03-20T16:51:18.376468+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:20.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:20 smithi100 bash[22202]: audit 2024-03-20T16:51:18.379317+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:20.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:20 smithi012 bash[21445]: cluster 2024-03-20T16:51:17.630438+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:20.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:20 smithi012 bash[21445]: audit 2024-03-20T16:51:18.376468+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:20.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:20 smithi012 bash[21445]: audit 2024-03-20T16:51:18.379317+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:20.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:20 smithi060 bash[22091]: cluster 2024-03-20T16:51:17.630438+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:20.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:20 smithi060 bash[22091]: audit 2024-03-20T16:51:18.376468+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:20.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:20 smithi060 bash[22091]: audit 2024-03-20T16:51:18.379317+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:20.960 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:51:21.586 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.326892+0000 mon.a (mon.0) 584 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: cluster 2024-03-20T16:51:19.327353+0000 mon.a (mon.0) 585 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.328251+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.328490+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.328891+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.336144+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.336380+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.336575+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:19.337679+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: cluster 2024-03-20T16:51:19.631032+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:20.257737+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:20.262914+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:21.587 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:20.264029+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.588 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:20.264622+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.588 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:20.265227+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.588 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:21 smithi100 bash[22202]: audit 2024-03-20T16:51:21.205014+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.633 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.326892+0000 mon.a (mon.0) 584 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.633 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: cluster 2024-03-20T16:51:19.327353+0000 mon.a (mon.0) 585 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.328251+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.328490+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.328891+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.336144+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.336380+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.336575+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:19.337679+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: cluster 2024-03-20T16:51:19.631032+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:20.257737+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:20.262914+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:20.264029+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:20.264622+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.634 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:20.265227+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.635 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:21 smithi012 bash[21445]: audit 2024-03-20T16:51:21.205014+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.326892+0000 mon.a (mon.0) 584 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: cluster 2024-03-20T16:51:19.327353+0000 mon.a (mon.0) 585 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.328251+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.328490+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.328891+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.336144+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.336380+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.336575+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:19.337679+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: cluster 2024-03-20T16:51:19.631032+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:20.257737+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:21.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:20.262914+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T16:51:21.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:20.264029+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:51:21.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:20.264622+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:51:21.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:20.265227+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:51:21.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:21 smithi060 bash[22091]: audit 2024-03-20T16:51:21.205014+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T16:51:22.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:22 smithi100 bash[22202]: cluster 2024-03-20T16:51:21.631517+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:22.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:22 smithi012 bash[21445]: cluster 2024-03-20T16:51:21.631517+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:22.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:22 smithi060 bash[22091]: cluster 2024-03-20T16:51:21.631517+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:23.439 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:51:23.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:23 smithi100 bash[22202]: audit 2024-03-20T16:51:23.439930+0000 mon.a (mon.0) 595 : audit [DBG] from='client.? 172.21.15.12:0/182911977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T16:51:23.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:23 smithi012 bash[21445]: audit 2024-03-20T16:51:23.439930+0000 mon.a (mon.0) 595 : audit [DBG] from='client.? 172.21.15.12:0/182911977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T16:51:23.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:23 smithi060 bash[22091]: audit 2024-03-20T16:51:23.439930+0000 mon.a (mon.0) 595 : audit [DBG] from='client.? 172.21.15.12:0/182911977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T16:51:24.122 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1710953472,"num_in_osds":3,"osd_in_since":1710953446,"num_remapped_pgs":0} 2024-03-20T16:51:24.123 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T16:51:24.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: cluster 2024-03-20T16:51:23.632045+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.857990+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.867565+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.873968+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.879775+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.880995+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.883518+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: cluster 2024-03-20T16:51:23.887152+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: audit 2024-03-20T16:51:23.893916+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: cluster 2024-03-20T16:51:24.491585+0000 mon.a (mon.0) 603 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-20T16:51:24.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:24 smithi060 bash[22091]: cluster 2024-03-20T16:51:24.491650+0000 mon.a (mon.0) 604 : cluster [INF] Cluster is now healthy 2024-03-20T16:51:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: cluster 2024-03-20T16:51:23.632045+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.857990+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.867565+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.873968+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.879775+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.880995+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.883518+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: cluster 2024-03-20T16:51:23.887152+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: audit 2024-03-20T16:51:23.893916+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: cluster 2024-03-20T16:51:24.491585+0000 mon.a (mon.0) 603 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-20T16:51:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:24 smithi012 bash[21445]: cluster 2024-03-20T16:51:24.491650+0000 mon.a (mon.0) 604 : cluster [INF] Cluster is now healthy 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: cluster 2024-03-20T16:51:23.632045+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.857990+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.867565+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.873968+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.879775+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.880995+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.883518+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: cluster 2024-03-20T16:51:23.887152+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: audit 2024-03-20T16:51:23.893916+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:25.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: cluster 2024-03-20T16:51:24.491585+0000 mon.a (mon.0) 603 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-20T16:51:25.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:24 smithi100 bash[22202]: cluster 2024-03-20T16:51:24.491650+0000 mon.a (mon.0) 604 : cluster [INF] Cluster is now healthy 2024-03-20T16:51:27.199 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:26 smithi012 bash[21445]: cluster 2024-03-20T16:51:25.887886+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 62 KiB/s wr, 5 op/s 2024-03-20T16:51:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:26 smithi060 bash[22091]: cluster 2024-03-20T16:51:25.887886+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 62 KiB/s wr, 5 op/s 2024-03-20T16:51:27.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:26 smithi100 bash[22202]: cluster 2024-03-20T16:51:25.887886+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 62 KiB/s wr, 5 op/s 2024-03-20T16:51:28.847 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:51:29.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:28 smithi012 bash[21445]: cluster 2024-03-20T16:51:27.888541+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 42 KiB/s wr, 3 op/s 2024-03-20T16:51:29.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:28 smithi060 bash[22091]: cluster 2024-03-20T16:51:27.888541+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 42 KiB/s wr, 3 op/s 2024-03-20T16:51:29.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:28 smithi100 bash[22202]: cluster 2024-03-20T16:51:27.888541+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 42 KiB/s wr, 3 op/s 2024-03-20T16:51:30.169 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:29 smithi012 bash[21445]: audit 2024-03-20T16:51:28.981555+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:29 smithi012 bash[21445]: audit 2024-03-20T16:51:28.991787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.170 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:29 smithi012 bash[21445]: audit 2024-03-20T16:51:29.001399+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:29 smithi100 bash[22202]: audit 2024-03-20T16:51:28.981555+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:29 smithi100 bash[22202]: audit 2024-03-20T16:51:28.991787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.335 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:29 smithi100 bash[22202]: audit 2024-03-20T16:51:29.001399+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:29 smithi060 bash[22091]: audit 2024-03-20T16:51:28.981555+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:29 smithi060 bash[22091]: audit 2024-03-20T16:51:28.991787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:30.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:29 smithi060 bash[22091]: audit 2024-03-20T16:51:29.001399+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:31 smithi012 bash[21445]: cluster 2024-03-20T16:51:29.889113+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 32 KiB/s wr, 2 op/s 2024-03-20T16:51:31.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:31 smithi100 bash[22202]: cluster 2024-03-20T16:51:29.889113+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 32 KiB/s wr, 2 op/s 2024-03-20T16:51:31.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:31 smithi060 bash[22091]: cluster 2024-03-20T16:51:29.889113+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 32 KiB/s wr, 2 op/s 2024-03-20T16:51:31.785 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:51:31.785 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":21,"fsid":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","created":"2024-03-20T16:45:26.273954+0000","modified":"2024-03-20T16:51:16.196860+0000","last_up_change":"2024-03-20T16:51:12.806357+0000","last_in_change":"2024-03-20T16:50:46.395033+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-03-20T16:51:14.178498+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":"be69a433-56f6-4523-acc5-553a15973a0e","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.12:6802","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6803","nonce":2717091918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6805","nonce":2717091918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6809","nonce":2717091918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6807","nonce":2717091918}]},"public_addr":"172.21.15.12:6803/2717091918","cluster_addr":"172.21.15.12:6805/2717091918","heartbeat_back_addr":"172.21.15.12:6809/2717091918","heartbeat_front_addr":"172.21.15.12:6807/2717091918","state":["exists","up"]},{"osd":1,"uuid":"68e86549-6469-4bec-8bc5-c7958790ea6c","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.60:6800","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6801","nonce":3941232322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6803","nonce":3941232322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6807","nonce":3941232322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6805","nonce":3941232322}]},"public_addr":"172.21.15.60:6801/3941232322","cluster_addr":"172.21.15.60:6803/3941232322","heartbeat_back_addr":"172.21.15.60:6807/3941232322","heartbeat_front_addr":"172.21.15.60:6805/3941232322","state":["exists","up"]},{"osd":2,"uuid":"ff0bfed2-d907-4afc-bd13-d97b126e57bd","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.100:6800","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6801","nonce":3460578404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6803","nonce":3460578404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6807","nonce":3460578404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6805","nonce":3460578404}]},"public_addr":"172.21.15.100:6801/3460578404","cluster_addr":"172.21.15.100:6803/3460578404","heartbeat_back_addr":"172.21.15.100:6807/3460578404","heartbeat_front_addr":"172.21.15.100:6805/3460578404","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-03-20T16:49:26.961261+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-03-20T16:50:22.222669+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-03-20T16:51:10.981444+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:0/1648515295":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/237474538":"2024-03-21T16:46:33.495042+0000","172.21.15.12:6800/2243469939":"2024-03-21T16:46:33.495042+0000","172.21.15.12:6801/3353707047":"2024-03-21T16:45:57.734943+0000","172.21.15.12:6801/2243469939":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/2657873448":"2024-03-21T16:45:57.734943+0000","172.21.15.12:6800/3353707047":"2024-03-21T16:45:57.734943+0000","172.21.15.12:0/2275568127":"2024-03-21T16:45:57.734943+0000","172.21.15.12:0/2650125342":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/2423379569":"2024-03-21T16:45:57.734943+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-20T16:51:32.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:32 smithi012 bash[21445]: audit 2024-03-20T16:51:31.784636+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.12:0/4082798462' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:51:32.336 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:32 smithi100 bash[22202]: audit 2024-03-20T16:51:31.784636+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.12:0/4082798462' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:51:32.365 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-20T16:51:14.178498+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-03-20T16:51:32.366 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-20T16:51:32.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:32 smithi060 bash[22091]: audit 2024-03-20T16:51:31.784636+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.12:0/4082798462' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:51:33.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:33 smithi100 bash[22202]: cluster 2024-03-20T16:51:31.889472+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 898 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-20T16:51:33.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:33 smithi012 bash[21445]: cluster 2024-03-20T16:51:31.889472+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 898 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-20T16:51:33.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:33 smithi060 bash[22091]: cluster 2024-03-20T16:51:31.889472+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 898 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-20T16:51:35.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:35 smithi100 bash[22202]: cluster 2024-03-20T16:51:33.889967+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 898 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-20T16:51:35.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:35 smithi012 bash[21445]: cluster 2024-03-20T16:51:33.889967+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 898 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-20T16:51:35.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:35 smithi060 bash[22091]: cluster 2024-03-20T16:51:33.889967+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 898 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-20T16:51:37.015 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:51:37.325 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:37 smithi012 bash[21445]: cluster 2024-03-20T16:51:35.890541+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-20T16:51:37.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:37 smithi100 bash[22202]: cluster 2024-03-20T16:51:35.890541+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-20T16:51:37.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:37 smithi060 bash[22091]: cluster 2024-03-20T16:51:35.890541+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-20T16:51:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:38 smithi012 bash[21445]: audit 2024-03-20T16:51:37.305712+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:38 smithi012 bash[21445]: audit 2024-03-20T16:51:37.315720+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:38 smithi012 bash[21445]: audit 2024-03-20T16:51:37.324313+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:38 smithi012 bash[21445]: cluster 2024-03-20T16:51:37.891051+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:38.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:38 smithi100 bash[22202]: audit 2024-03-20T16:51:37.305712+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:38 smithi100 bash[22202]: audit 2024-03-20T16:51:37.315720+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:38 smithi100 bash[22202]: audit 2024-03-20T16:51:37.324313+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:38 smithi100 bash[22202]: cluster 2024-03-20T16:51:37.891051+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:38.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:38 smithi060 bash[22091]: audit 2024-03-20T16:51:37.305712+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:38 smithi060 bash[22091]: audit 2024-03-20T16:51:37.315720+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:38 smithi060 bash[22091]: audit 2024-03-20T16:51:37.324313+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:38.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:38 smithi060 bash[22091]: cluster 2024-03-20T16:51:37.891051+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:39.698 INFO:teuthology.orchestra.run.smithi012.stdout:pg_num: 1 2024-03-20T16:51:40.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:39 smithi100 bash[22202]: audit 2024-03-20T16:51:39.698816+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.12:0/4133263612' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T16:51:40.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:39 smithi012 bash[21445]: audit 2024-03-20T16:51:39.698816+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.12:0/4133263612' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T16:51:40.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:39 smithi060 bash[22091]: audit 2024-03-20T16:51:39.698816+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.12:0/4133263612' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T16:51:40.301 INFO:tasks.cephadm:Setting up client nodes... 2024-03-20T16:51:40.302 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-20T16:51:40.302 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-20T16:51:40.302 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph mgr dump --format=json 2024-03-20T16:51:41.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:40 smithi100 bash[22202]: cluster 2024-03-20T16:51:39.891592+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:41.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:40 smithi012 bash[21445]: cluster 2024-03-20T16:51:39.891592+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:41.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:40 smithi060 bash[22091]: cluster 2024-03-20T16:51:39.891592+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:43.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:42 smithi060 bash[22091]: cluster 2024-03-20T16:51:41.892128+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:43.275 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:42 smithi100 bash[22202]: cluster 2024-03-20T16:51:41.892128+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:43.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:42 smithi012 bash[21445]: cluster 2024-03-20T16:51:41.892128+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:44 smithi060 bash[22091]: audit 2024-03-20T16:51:43.438977+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:44 smithi060 bash[22091]: audit 2024-03-20T16:51:43.447556+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:44 smithi060 bash[22091]: audit 2024-03-20T16:51:43.457849+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:44 smithi060 bash[22091]: cluster 2024-03-20T16:51:43.892657+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:44.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:44 smithi100 bash[22202]: audit 2024-03-20T16:51:43.438977+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:44 smithi100 bash[22202]: audit 2024-03-20T16:51:43.447556+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.835 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:44 smithi100 bash[22202]: audit 2024-03-20T16:51:43.457849+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.835 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:44 smithi100 bash[22202]: cluster 2024-03-20T16:51:43.892657+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:44 smithi012 bash[21445]: audit 2024-03-20T16:51:43.438977+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:44 smithi012 bash[21445]: audit 2024-03-20T16:51:43.447556+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:44 smithi012 bash[21445]: audit 2024-03-20T16:51:43.457849+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:44 smithi012 bash[21445]: cluster 2024-03-20T16:51:43.892657+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:45.035 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:51:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:46 smithi060 bash[22091]: cluster 2024-03-20T16:51:45.893076+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:47.300 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:46 smithi012 bash[21445]: cluster 2024-03-20T16:51:45.893076+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:47.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:46 smithi100 bash[22202]: cluster 2024-03-20T16:51:45.893076+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:47.608 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:51:48.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:47 smithi060 bash[22091]: audit 2024-03-20T16:51:47.598808+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.12:0/762215000' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T16:51:48.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:47 smithi100 bash[22202]: audit 2024-03-20T16:51:47.598808+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.12:0/762215000' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T16:51:48.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:47 smithi012 bash[21445]: audit 2024-03-20T16:51:47.598808+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.12:0/762215000' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T16:51:48.547 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6800","nonce":1618899219},{"type":"v1","addr":"172.21.15.12:6801","nonce":1618899219}]},"active_addr":"172.21.15.12:6801/1618899219","active_change":"2024-03-20T16:46:33.495259+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"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.0.0","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_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":[]},"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.0.0","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_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":[]},"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.12: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.12:0","nonce":2609861800}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":2561356713}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":3199931549}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":1854372948}]}]} 2024-03-20T16:51:48.553 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-20T16:51:48.553 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-20T16:51:48.554 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T16:51:49.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:48 smithi012 bash[21445]: cluster 2024-03-20T16:51:47.893554+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:49.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:48 smithi060 bash[22091]: cluster 2024-03-20T16:51:47.893554+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:49.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:48 smithi100 bash[22202]: cluster 2024-03-20T16:51:47.893554+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:50.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:50 smithi012 bash[21445]: audit 2024-03-20T16:51:49.215442+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:50 smithi012 bash[21445]: audit 2024-03-20T16:51:49.225919+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:50 smithi012 bash[21445]: audit 2024-03-20T16:51:49.237799+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:50 smithi060 bash[22091]: audit 2024-03-20T16:51:49.215442+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:50 smithi060 bash[22091]: audit 2024-03-20T16:51:49.225919+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:50 smithi060 bash[22091]: audit 2024-03-20T16:51:49.237799+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:50 smithi100 bash[22202]: audit 2024-03-20T16:51:49.215442+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:50 smithi100 bash[22202]: audit 2024-03-20T16:51:49.225919+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:50.585 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:50 smithi100 bash[22202]: audit 2024-03-20T16:51:49.237799+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:51.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:51 smithi060 bash[22091]: cluster 2024-03-20T16:51:49.894109+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:51.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:51 smithi100 bash[22202]: cluster 2024-03-20T16:51:49.894109+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:51.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:51 smithi012 bash[21445]: cluster 2024-03-20T16:51:49.894109+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:53.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:53 smithi060 bash[22091]: cluster 2024-03-20T16:51:51.894548+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:53.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:53 smithi100 bash[22202]: cluster 2024-03-20T16:51:51.894548+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:53.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:53 smithi012 bash[21445]: cluster 2024-03-20T16:51:51.894548+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:54.401 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:51:55.422 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:55 smithi012 bash[21445]: cluster 2024-03-20T16:51:53.895116+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:55.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:55 smithi100 bash[22202]: cluster 2024-03-20T16:51:53.895116+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:55.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:55 smithi060 bash[22091]: cluster 2024-03-20T16:51:53.895116+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:56.902 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:51:56.902 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":21,"fsid":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","created":"2024-03-20T16:45:26.273954+0000","modified":"2024-03-20T16:51:16.196860+0000","last_up_change":"2024-03-20T16:51:12.806357+0000","last_in_change":"2024-03-20T16:50:46.395033+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-03-20T16:51:14.178498+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":"be69a433-56f6-4523-acc5-553a15973a0e","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.12:6802","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6803","nonce":2717091918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6805","nonce":2717091918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6809","nonce":2717091918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6807","nonce":2717091918}]},"public_addr":"172.21.15.12:6803/2717091918","cluster_addr":"172.21.15.12:6805/2717091918","heartbeat_back_addr":"172.21.15.12:6809/2717091918","heartbeat_front_addr":"172.21.15.12:6807/2717091918","state":["exists","up"]},{"osd":1,"uuid":"68e86549-6469-4bec-8bc5-c7958790ea6c","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.60:6800","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6801","nonce":3941232322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6803","nonce":3941232322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6807","nonce":3941232322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6805","nonce":3941232322}]},"public_addr":"172.21.15.60:6801/3941232322","cluster_addr":"172.21.15.60:6803/3941232322","heartbeat_back_addr":"172.21.15.60:6807/3941232322","heartbeat_front_addr":"172.21.15.60:6805/3941232322","state":["exists","up"]},{"osd":2,"uuid":"ff0bfed2-d907-4afc-bd13-d97b126e57bd","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.100:6800","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6801","nonce":3460578404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6803","nonce":3460578404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6807","nonce":3460578404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6805","nonce":3460578404}]},"public_addr":"172.21.15.100:6801/3460578404","cluster_addr":"172.21.15.100:6803/3460578404","heartbeat_back_addr":"172.21.15.100:6807/3460578404","heartbeat_front_addr":"172.21.15.100:6805/3460578404","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-03-20T16:49:26.961261+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-03-20T16:50:22.222669+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-03-20T16:51:10.981444+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:0/1648515295":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/237474538":"2024-03-21T16:46:33.495042+0000","172.21.15.12:6800/2243469939":"2024-03-21T16:46:33.495042+0000","172.21.15.12:6801/3353707047":"2024-03-21T16:45:57.734943+0000","172.21.15.12:6801/2243469939":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/2657873448":"2024-03-21T16:45:57.734943+0000","172.21.15.12:6800/3353707047":"2024-03-21T16:45:57.734943+0000","172.21.15.12:0/2275568127":"2024-03-21T16:45:57.734943+0000","172.21.15.12:0/2650125342":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/2423379569":"2024-03-21T16:45:57.734943+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-20T16:51:57.430 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-20T16:51:57.430 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T16:51:57.516 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:57 smithi012 bash[21445]: cluster 2024-03-20T16:51:55.895863+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:57.516 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:57 smithi012 bash[21445]: audit 2024-03-20T16:51:56.902045+0000 mon.a (mon.0) 620 : audit [DBG] from='client.? 172.21.15.12:0/3517515708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:51:57.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:57 smithi100 bash[22202]: cluster 2024-03-20T16:51:55.895863+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:57.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:57 smithi100 bash[22202]: audit 2024-03-20T16:51:56.902045+0000 mon.a (mon.0) 620 : audit [DBG] from='client.? 172.21.15.12:0/3517515708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:51:57.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:57 smithi060 bash[22091]: cluster 2024-03-20T16:51:55.895863+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:57.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:57 smithi060 bash[22091]: audit 2024-03-20T16:51:56.902045+0000 mon.a (mon.0) 620 : audit [DBG] from='client.? 172.21.15.12:0/3517515708' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:51:58.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:58 smithi100 bash[22202]: audit 2024-03-20T16:51:57.504828+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:58 smithi100 bash[22202]: audit 2024-03-20T16:51:57.509964+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:58 smithi100 bash[22202]: audit 2024-03-20T16:51:57.515878+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:51:58 smithi100 bash[22202]: cluster 2024-03-20T16:51:57.896480+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:58.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:58 smithi012 bash[21445]: audit 2024-03-20T16:51:57.504828+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:58 smithi012 bash[21445]: audit 2024-03-20T16:51:57.509964+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:58 smithi012 bash[21445]: audit 2024-03-20T16:51:57.515878+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:51:58 smithi012 bash[21445]: cluster 2024-03-20T16:51:57.896480+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:51:58.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:58 smithi060 bash[22091]: audit 2024-03-20T16:51:57.504828+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:58 smithi060 bash[22091]: audit 2024-03-20T16:51:57.509964+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:58 smithi060 bash[22091]: audit 2024-03-20T16:51:57.515878+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:51:58.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:51:58 smithi060 bash[22091]: cluster 2024-03-20T16:51:57.896480+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:01.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:00 smithi060 bash[22091]: cluster 2024-03-20T16:51:59.897043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:01.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:00 smithi100 bash[22202]: cluster 2024-03-20T16:51:59.897043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:00 smithi012 bash[21445]: cluster 2024-03-20T16:51:59.897043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:02.155 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:03.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:02 smithi060 bash[22091]: cluster 2024-03-20T16:52:01.897587+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:03.333 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:02 smithi012 bash[21445]: cluster 2024-03-20T16:52:01.897587+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:03.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:02 smithi100 bash[22202]: cluster 2024-03-20T16:52:01.897587+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:04.712 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:52:04.713 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":21,"fsid":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","created":"2024-03-20T16:45:26.273954+0000","modified":"2024-03-20T16:51:16.196860+0000","last_up_change":"2024-03-20T16:51:12.806357+0000","last_in_change":"2024-03-20T16:50:46.395033+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-03-20T16:51:14.178498+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":"be69a433-56f6-4523-acc5-553a15973a0e","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.12:6802","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6803","nonce":2717091918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6805","nonce":2717091918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6809","nonce":2717091918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":2717091918},{"type":"v1","addr":"172.21.15.12:6807","nonce":2717091918}]},"public_addr":"172.21.15.12:6803/2717091918","cluster_addr":"172.21.15.12:6805/2717091918","heartbeat_back_addr":"172.21.15.12:6809/2717091918","heartbeat_front_addr":"172.21.15.12:6807/2717091918","state":["exists","up"]},{"osd":1,"uuid":"68e86549-6469-4bec-8bc5-c7958790ea6c","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.60:6800","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6801","nonce":3941232322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6803","nonce":3941232322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6807","nonce":3941232322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":3941232322},{"type":"v1","addr":"172.21.15.60:6805","nonce":3941232322}]},"public_addr":"172.21.15.60:6801/3941232322","cluster_addr":"172.21.15.60:6803/3941232322","heartbeat_back_addr":"172.21.15.60:6807/3941232322","heartbeat_front_addr":"172.21.15.60:6805/3941232322","state":["exists","up"]},{"osd":2,"uuid":"ff0bfed2-d907-4afc-bd13-d97b126e57bd","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.100:6800","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6801","nonce":3460578404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6803","nonce":3460578404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6807","nonce":3460578404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":3460578404},{"type":"v1","addr":"172.21.15.100:6805","nonce":3460578404}]},"public_addr":"172.21.15.100:6801/3460578404","cluster_addr":"172.21.15.100:6803/3460578404","heartbeat_back_addr":"172.21.15.100:6807/3460578404","heartbeat_front_addr":"172.21.15.100:6805/3460578404","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-03-20T16:49:26.961261+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-03-20T16:50:22.222669+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-03-20T16:51:10.981444+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:0/1648515295":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/237474538":"2024-03-21T16:46:33.495042+0000","172.21.15.12:6800/2243469939":"2024-03-21T16:46:33.495042+0000","172.21.15.12:6801/3353707047":"2024-03-21T16:45:57.734943+0000","172.21.15.12:6801/2243469939":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/2657873448":"2024-03-21T16:45:57.734943+0000","172.21.15.12:6800/3353707047":"2024-03-21T16:45:57.734943+0000","172.21.15.12:0/2275568127":"2024-03-21T16:45:57.734943+0000","172.21.15.12:0/2650125342":"2024-03-21T16:46:33.495042+0000","172.21.15.12:0/2423379569":"2024-03-21T16:45:57.734943+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-20T16:52:04.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:04 smithi012 bash[21445]: audit 2024-03-20T16:52:03.642420+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:04.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:04 smithi012 bash[21445]: audit 2024-03-20T16:52:03.652771+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:04.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:04 smithi012 bash[21445]: audit 2024-03-20T16:52:03.663160+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:04.908 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:04 smithi012 bash[21445]: cluster 2024-03-20T16:52:03.898140+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:04.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:04 smithi060 bash[22091]: audit 2024-03-20T16:52:03.642420+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:04.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:04 smithi060 bash[22091]: audit 2024-03-20T16:52:03.652771+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:04.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:04 smithi060 bash[22091]: audit 2024-03-20T16:52:03.663160+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:04.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:04 smithi060 bash[22091]: cluster 2024-03-20T16:52:03.898140+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:05.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:04 smithi100 bash[22202]: audit 2024-03-20T16:52:03.642420+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:05.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:04 smithi100 bash[22202]: audit 2024-03-20T16:52:03.652771+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:05.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:04 smithi100 bash[22202]: audit 2024-03-20T16:52:03.663160+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:05.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:04 smithi100 bash[22202]: cluster 2024-03-20T16:52:03.898140+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:05.391 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-20T16:52:05.392 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-20T16:52:05.392 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-20T16:52:05.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:05 smithi012 bash[21445]: audit 2024-03-20T16:52:04.712752+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.12:0/562713570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:52:05.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:05 smithi060 bash[22091]: audit 2024-03-20T16:52:04.712752+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.12:0/562713570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:52:06.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:05 smithi100 bash[22202]: audit 2024-03-20T16:52:04.712752+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.12:0/562713570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T16:52:06.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:06 smithi012 bash[21445]: cluster 2024-03-20T16:52:05.898695+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:06.928 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:06 smithi060 bash[22091]: cluster 2024-03-20T16:52:05.898695+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:07.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:06 smithi100 bash[22202]: cluster 2024-03-20T16:52:05.898695+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:09.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:09 smithi012 bash[21445]: cluster 2024-03-20T16:52:07.899231+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:09.424 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:09 smithi060 bash[22091]: cluster 2024-03-20T16:52:07.899231+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:09.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:09 smithi100 bash[22202]: cluster 2024-03-20T16:52:07.899231+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:10.253 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:10.253 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:10.254 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:10.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:10 smithi012 bash[21445]: audit 2024-03-20T16:52:09.403769+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:10 smithi012 bash[21445]: audit 2024-03-20T16:52:09.412008+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:10 smithi012 bash[21445]: audit 2024-03-20T16:52:09.422909+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:10 smithi012 bash[21445]: cluster 2024-03-20T16:52:09.899796+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:10.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:10 smithi060 bash[22091]: audit 2024-03-20T16:52:09.403769+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:10 smithi060 bash[22091]: audit 2024-03-20T16:52:09.412008+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:10 smithi060 bash[22091]: audit 2024-03-20T16:52:09.422909+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:10 smithi060 bash[22091]: cluster 2024-03-20T16:52:09.899796+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:10.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:10 smithi100 bash[22202]: audit 2024-03-20T16:52:09.403769+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:10 smithi100 bash[22202]: audit 2024-03-20T16:52:09.412008+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:10 smithi100 bash[22202]: audit 2024-03-20T16:52:09.422909+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:10.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:10 smithi100 bash[22202]: cluster 2024-03-20T16:52:09.899796+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:12 smithi060 bash[22091]: cluster 2024-03-20T16:52:11.900182+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:13.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:12 smithi100 bash[22202]: cluster 2024-03-20T16:52:11.900182+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:13.500 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:13 smithi012 bash[21445]: cluster 2024-03-20T16:52:11.900182+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:15.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:14 smithi060 bash[22091]: cluster 2024-03-20T16:52:13.900707+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:15.253 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:14 smithi012 bash[21445]: cluster 2024-03-20T16:52:13.900707+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:15.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:14 smithi100 bash[22202]: cluster 2024-03-20T16:52:13.900707+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:16.306 INFO:teuthology.orchestra.run.smithi012.stdout:55834574874 2024-03-20T16:52:16.307 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-20T16:52:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:16 smithi060 bash[22091]: cluster 2024-03-20T16:52:15.901238+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:17.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:16 smithi100 bash[22202]: cluster 2024-03-20T16:52:15.901238+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:16 smithi012 bash[21445]: cluster 2024-03-20T16:52:15.901238+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:17.626 INFO:teuthology.orchestra.run.smithi012.stdout:77309411344 2024-03-20T16:52:17.627 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-20T16:52:17.667 INFO:teuthology.orchestra.run.smithi012.stdout:34359738404 2024-03-20T16:52:17.667 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-20T16:52:18.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:18 smithi060 bash[22091]: audit 2024-03-20T16:52:17.692167+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:18.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:18 smithi060 bash[22091]: audit 2024-03-20T16:52:17.697436+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:18.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:18 smithi060 bash[22091]: audit 2024-03-20T16:52:17.703474+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:18.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:18 smithi060 bash[22091]: cluster 2024-03-20T16:52:17.901585+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:19.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:18 smithi100 bash[22202]: audit 2024-03-20T16:52:17.692167+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:19.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:18 smithi100 bash[22202]: audit 2024-03-20T16:52:17.697436+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:19.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:18 smithi100 bash[22202]: audit 2024-03-20T16:52:17.703474+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:19.084 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:18 smithi100 bash[22202]: cluster 2024-03-20T16:52:17.901585+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:18 smithi012 bash[21445]: audit 2024-03-20T16:52:17.692167+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:18 smithi012 bash[21445]: audit 2024-03-20T16:52:17.697436+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:18 smithi012 bash[21445]: audit 2024-03-20T16:52:17.703474+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:18 smithi012 bash[21445]: cluster 2024-03-20T16:52:17.901585+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:21.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:20 smithi060 bash[22091]: cluster 2024-03-20T16:52:19.902096+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:21.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:20 smithi100 bash[22202]: cluster 2024-03-20T16:52:19.902096+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:20 smithi012 bash[21445]: cluster 2024-03-20T16:52:19.902096+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:22.161 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:22.161 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:22.162 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:23.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:22 smithi060 bash[22091]: cluster 2024-03-20T16:52:21.902661+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:23.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:22 smithi100 bash[22202]: cluster 2024-03-20T16:52:21.902661+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:22 smithi012 bash[21445]: cluster 2024-03-20T16:52:21.902661+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:24 smithi012 bash[21445]: audit 2024-03-20T16:52:23.876264+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:24 smithi012 bash[21445]: audit 2024-03-20T16:52:23.886373+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:24 smithi012 bash[21445]: audit 2024-03-20T16:52:23.898044+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:25 smithi012 bash[21445]: cluster 2024-03-20T16:52:23.903180+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:25 smithi012 bash[21445]: audit 2024-03-20T16:52:23.999883+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:25 smithi012 bash[21445]: audit 2024-03-20T16:52:24.006337+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:25 smithi012 bash[21445]: audit 2024-03-20T16:52:24.008286+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:52:25.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:25 smithi012 bash[21445]: audit 2024-03-20T16:52:24.020103+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:23.876264+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:23.886373+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:23.898044+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: cluster 2024-03-20T16:52:23.903180+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:25.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:23.999883+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:52:25.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:24.006337+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:52:25.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:24.008286+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:52:25.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:24 smithi060 bash[22091]: audit 2024-03-20T16:52:24.020103+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:23.876264+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:23.886373+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:23.898044+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: cluster 2024-03-20T16:52:23.903180+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:23.999883+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:24.006337+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:24.008286+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:52:25.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:24 smithi100 bash[22202]: audit 2024-03-20T16:52:24.020103+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:26.614 INFO:teuthology.orchestra.run.smithi012.stdout:55834574876 2024-03-20T16:52:26.890 INFO:teuthology.orchestra.run.smithi012.stdout:34359738406 2024-03-20T16:52:26.926 INFO:teuthology.orchestra.run.smithi012.stdout:77309411346 2024-03-20T16:52:27.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:26 smithi012 bash[21445]: cluster 2024-03-20T16:52:25.903766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:27.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:26 smithi012 bash[21445]: audit 2024-03-20T16:52:26.615357+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.12:0/3655678984' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T16:52:27.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:26 smithi012 bash[21445]: audit 2024-03-20T16:52:26.891488+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.12:0/3437698379' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T16:52:27.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:26 smithi012 bash[21445]: audit 2024-03-20T16:52:26.927675+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.12:0/1952563719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T16:52:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:26 smithi060 bash[22091]: cluster 2024-03-20T16:52:25.903766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:26 smithi060 bash[22091]: audit 2024-03-20T16:52:26.615357+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.12:0/3655678984' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T16:52:27.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:26 smithi060 bash[22091]: audit 2024-03-20T16:52:26.891488+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.12:0/3437698379' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T16:52:27.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:26 smithi060 bash[22091]: audit 2024-03-20T16:52:26.927675+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.12:0/1952563719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T16:52:27.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:26 smithi100 bash[22202]: cluster 2024-03-20T16:52:25.903766+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:27.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:26 smithi100 bash[22202]: audit 2024-03-20T16:52:26.615357+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.12:0/3655678984' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T16:52:27.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:26 smithi100 bash[22202]: audit 2024-03-20T16:52:26.891488+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.12:0/3437698379' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T16:52:27.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:26 smithi100 bash[22202]: audit 2024-03-20T16:52:26.927675+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.12:0/1952563719' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T16:52:27.347 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-03-20T16:52:27.348 DEBUG:teuthology.parallel:result is None 2024-03-20T16:52:28.038 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-20T16:52:28.039 DEBUG:teuthology.parallel:result is None 2024-03-20T16:52:28.076 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-03-20T16:52:28.076 DEBUG:teuthology.parallel:result is None 2024-03-20T16:52:28.077 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-20T16:52:28.077 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-20T16:52:29.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:28 smithi060 bash[22091]: cluster 2024-03-20T16:52:27.904305+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:29.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:28 smithi100 bash[22202]: cluster 2024-03-20T16:52:27.904305+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:28 smithi012 bash[21445]: cluster 2024-03-20T16:52:27.904305+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:30.569 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:30 smithi012 bash[21445]: audit 2024-03-20T16:52:29.543809+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.570 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:30 smithi012 bash[21445]: audit 2024-03-20T16:52:29.550631+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.570 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:30 smithi012 bash[21445]: audit 2024-03-20T16:52:29.559130+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.570 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:30 smithi012 bash[21445]: cluster 2024-03-20T16:52:29.904862+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:30.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:30 smithi100 bash[22202]: audit 2024-03-20T16:52:29.543809+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:30 smithi100 bash[22202]: audit 2024-03-20T16:52:29.550631+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:30 smithi100 bash[22202]: audit 2024-03-20T16:52:29.559130+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:30 smithi100 bash[22202]: cluster 2024-03-20T16:52:29.904862+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:30 smithi060 bash[22091]: audit 2024-03-20T16:52:29.543809+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:30 smithi060 bash[22091]: audit 2024-03-20T16:52:29.550631+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:30 smithi060 bash[22091]: audit 2024-03-20T16:52:29.559130+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:30 smithi060 bash[22091]: cluster 2024-03-20T16:52:29.904862+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:33.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:32 smithi060 bash[22091]: cluster 2024-03-20T16:52:31.905379+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:33.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:32 smithi100 bash[22202]: cluster 2024-03-20T16:52:31.905379+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:33.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:32 smithi012 bash[21445]: cluster 2024-03-20T16:52:31.905379+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:33.438 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:35.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:34 smithi100 bash[22202]: cluster 2024-03-20T16:52:33.905908+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:35.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:34 smithi060 bash[22091]: cluster 2024-03-20T16:52:33.905908+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:35.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:34 smithi012 bash[21445]: cluster 2024-03-20T16:52:33.905908+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:35.975 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:52:35.977 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2024-03-20T16:52:36.579 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":196,"stamp":"2024-03-20T16:52:35.906116+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":97668,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":281137788,"statfs":{"total":287985106944,"available":287885094912,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":95743314},"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.003179"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-20T16:51:21.228460+0000","last_change":"2024-03-20T16:51:15.205990+0000","last_active":"2024-03-20T16:51:21.228460+0000","last_peered":"2024-03-20T16:51:21.228460+0000","last_clean":"2024-03-20T16:51:21.228460+0000","last_became_active":"2024-03-20T16:51:15.205000+0000","last_became_peered":"2024-03-20T16:51:15.205000+0000","last_unstale":"2024-03-20T16:51:21.228460+0000","last_undegraded":"2024-03-20T16:51:21.228460+0000","last_fullsized":"2024-03-20T16:51:21.228460+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-03-20T16:51:14.179033+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-20T16:51:14.179033+0000","last_clean_scrub_stamp":"2024-03-20T16:51:14.179033+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-03-21T18:13:46.921755+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":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"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":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":31914440},"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":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36716,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708436,"statfs":{"total":95995035648,"available":95957438464,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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-03-20T16:52:36.580 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-20T16:52:37.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:36 smithi060 bash[22091]: cluster 2024-03-20T16:52:35.906316+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:37.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:36 smithi060 bash[22091]: audit 2024-03-20T16:52:35.975297+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:52:37.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:36 smithi100 bash[22202]: cluster 2024-03-20T16:52:35.906316+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:37.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:36 smithi100 bash[22202]: audit 2024-03-20T16:52:35.975297+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:52:37.420 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:36 smithi012 bash[21445]: cluster 2024-03-20T16:52:35.906316+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:37.421 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:36 smithi012 bash[21445]: audit 2024-03-20T16:52:35.975297+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:52:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:38 smithi012 bash[21445]: cluster 2024-03-20T16:52:37.906831+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:38 smithi012 bash[21445]: audit 2024-03-20T16:52:37.914463+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:38 smithi012 bash[21445]: audit 2024-03-20T16:52:37.920964+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:38 smithi012 bash[21445]: audit 2024-03-20T16:52:37.927974+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:38 smithi060 bash[22091]: cluster 2024-03-20T16:52:37.906831+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:39.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:38 smithi060 bash[22091]: audit 2024-03-20T16:52:37.914463+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:38 smithi060 bash[22091]: audit 2024-03-20T16:52:37.920964+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:38 smithi060 bash[22091]: audit 2024-03-20T16:52:37.927974+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:38 smithi100 bash[22202]: cluster 2024-03-20T16:52:37.906831+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:39.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:38 smithi100 bash[22202]: audit 2024-03-20T16:52:37.914463+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:38 smithi100 bash[22202]: audit 2024-03-20T16:52:37.920964+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:39.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:38 smithi100 bash[22202]: audit 2024-03-20T16:52:37.927974+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:40.406 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:41.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:40 smithi012 bash[21445]: cluster 2024-03-20T16:52:39.907353+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:41.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:40 smithi060 bash[22091]: cluster 2024-03-20T16:52:39.907353+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:41.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:40 smithi100 bash[22202]: cluster 2024-03-20T16:52:39.907353+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:42.964 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:52:42.967 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2024-03-20T16:52:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:42 smithi012 bash[21445]: cluster 2024-03-20T16:52:41.907810+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:43.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:42 smithi060 bash[22091]: cluster 2024-03-20T16:52:41.907810+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:43.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:42 smithi100 bash[22202]: cluster 2024-03-20T16:52:41.907810+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:43.550 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":199,"stamp":"2024-03-20T16:52:41.907626+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":97668,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":281137788,"statfs":{"total":287985106944,"available":287885094912,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":95743314},"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.003036"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-20T16:51:21.228460+0000","last_change":"2024-03-20T16:51:15.205990+0000","last_active":"2024-03-20T16:51:21.228460+0000","last_peered":"2024-03-20T16:51:21.228460+0000","last_clean":"2024-03-20T16:51:21.228460+0000","last_became_active":"2024-03-20T16:51:15.205000+0000","last_became_peered":"2024-03-20T16:51:15.205000+0000","last_unstale":"2024-03-20T16:51:21.228460+0000","last_undegraded":"2024-03-20T16:51:21.228460+0000","last_fullsized":"2024-03-20T16:51:21.228460+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-03-20T16:51:14.179033+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-20T16:51:14.179033+0000","last_clean_scrub_stamp":"2024-03-20T16:51:14.179033+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-03-21T18:13:46.921755+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":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"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":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":31914440},"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":36716,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708436,"statfs":{"total":95995035648,"available":95957438464,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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-03-20T16:52:43.551 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-20T16:52:43.551 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-20T16:52:43.551 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-20T16:52:43.551 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- ceph health --format=json 2024-03-20T16:52:44.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:43 smithi060 bash[22091]: audit 2024-03-20T16:52:42.963642+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:52:44.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:43 smithi100 bash[22202]: audit 2024-03-20T16:52:42.963642+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:52:44.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:43 smithi012 bash[21445]: audit 2024-03-20T16:52:42.963642+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:52:45.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:45 smithi012 bash[21445]: cluster 2024-03-20T16:52:43.908324+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:45.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:45 smithi012 bash[21445]: audit 2024-03-20T16:52:44.109641+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:45 smithi012 bash[21445]: audit 2024-03-20T16:52:44.119539+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:45 smithi012 bash[21445]: audit 2024-03-20T16:52:44.131589+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:45 smithi060 bash[22091]: cluster 2024-03-20T16:52:43.908324+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:45.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:45 smithi060 bash[22091]: audit 2024-03-20T16:52:44.109641+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:45 smithi060 bash[22091]: audit 2024-03-20T16:52:44.119539+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:45 smithi060 bash[22091]: audit 2024-03-20T16:52:44.131589+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:45 smithi100 bash[22202]: cluster 2024-03-20T16:52:43.908324+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:45.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:45 smithi100 bash[22202]: audit 2024-03-20T16:52:44.109641+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:45 smithi100 bash[22202]: audit 2024-03-20T16:52:44.119539+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:45.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:45 smithi100 bash[22202]: audit 2024-03-20T16:52:44.131589+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:47 smithi012 bash[21445]: cluster 2024-03-20T16:52:45.908908+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:47.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:47 smithi060 bash[22091]: cluster 2024-03-20T16:52:45.908908+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:47.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:47 smithi100 bash[22202]: cluster 2024-03-20T16:52:45.908908+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:48.275 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:49.433 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:49 smithi012 bash[21445]: cluster 2024-03-20T16:52:47.909450+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:49.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:49 smithi060 bash[22091]: cluster 2024-03-20T16:52:47.909450+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:49.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:49 smithi100 bash[22202]: cluster 2024-03-20T16:52:47.909450+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:50 smithi012 bash[21445]: audit 2024-03-20T16:52:49.749716+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:50 smithi012 bash[21445]: audit 2024-03-20T16:52:49.758882+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:50.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:50 smithi012 bash[21445]: audit 2024-03-20T16:52:49.771044+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:50.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:50 smithi012 bash[21445]: cluster 2024-03-20T16:52:49.909972+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:51.072 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:50 smithi060 bash[22091]: audit 2024-03-20T16:52:49.749716+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:51.072 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:50 smithi060 bash[22091]: audit 2024-03-20T16:52:49.758882+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:51.072 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:50 smithi060 bash[22091]: audit 2024-03-20T16:52:49.771044+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:51.072 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:50 smithi060 bash[22091]: cluster 2024-03-20T16:52:49.909972+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:51.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:50 smithi100 bash[22202]: audit 2024-03-20T16:52:49.749716+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:51.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:50 smithi100 bash[22202]: audit 2024-03-20T16:52:49.758882+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:51.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:50 smithi100 bash[22202]: audit 2024-03-20T16:52:49.771044+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:51.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:50 smithi100 bash[22202]: cluster 2024-03-20T16:52:49.909972+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:51.942 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:52:51.942 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-20T16:52:52.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:52 smithi100 bash[22202]: audit 2024-03-20T16:52:51.943174+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.12:0/3739697985' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T16:52:52.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:51 smithi012 bash[21445]: audit 2024-03-20T16:52:51.943174+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.12:0/3739697985' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T16:52:52.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:51 smithi060 bash[22091]: audit 2024-03-20T16:52:51.943174+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.12:0/3739697985' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T16:52:52.884 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-20T16:52:52.884 INFO:tasks.cephadm:Setup complete, yielding 2024-03-20T16:52:52.885 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-20T16:52:52.897 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-03-20T16:52:52.897 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 -- bash -c 'set -e 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> set -x 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch apply node-exporter 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch apply grafana 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch apply alertmanager 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch apply prometheus 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> sleep 240 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch ls 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch ps 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch host ls 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-20T16:52:52.898 DEBUG:teuthology.orchestra.run.smithi012:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> # check each host node-exporter metrics endpoint is responsive 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> for ip in $ALL_HOST_IPS; do 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${ip}:9100/metric 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> done 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> # check grafana endpoints are responsive and database health is okay 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> # stop mon daemon in order to trigger an alert 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> ceph orch daemon stop $MON_DAEMON 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> sleep 120 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-20T16:52:52.899 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-20T16:52:52.900 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-20T16:52:52.900 DEBUG:teuthology.orchestra.run.smithi012:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-20T16:52:52.900 DEBUG:teuthology.orchestra.run.smithi012:> ' 2024-03-20T16:52:53.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:52 smithi012 bash[21445]: cluster 2024-03-20T16:52:51.910447+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:53.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:53 smithi100 bash[22202]: cluster 2024-03-20T16:52:51.910447+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:53.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:52 smithi060 bash[22091]: cluster 2024-03-20T16:52:51.910447+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:55.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:55 smithi100 bash[22202]: cluster 2024-03-20T16:52:53.910955+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:55 smithi012 bash[21445]: cluster 2024-03-20T16:52:53.910955+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:55.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:55 smithi060 bash[22091]: cluster 2024-03-20T16:52:53.910955+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:57.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:57 smithi100 bash[22202]: cluster 2024-03-20T16:52:55.911499+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:57 smithi012 bash[21445]: cluster 2024-03-20T16:52:55.911499+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:57 smithi060 bash[22091]: cluster 2024-03-20T16:52:55.911499+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:57.889 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:52:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:59 smithi012 bash[21445]: cluster 2024-03-20T16:52:57.911820+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:59.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:59 smithi012 bash[21445]: audit 2024-03-20T16:52:58.057743+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:59 smithi012 bash[21445]: audit 2024-03-20T16:52:58.063729+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:52:59 smithi012 bash[21445]: audit 2024-03-20T16:52:58.070344+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:59 smithi100 bash[22202]: cluster 2024-03-20T16:52:57.911820+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:59.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:59 smithi100 bash[22202]: audit 2024-03-20T16:52:58.057743+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:59 smithi100 bash[22202]: audit 2024-03-20T16:52:58.063729+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:52:59 smithi100 bash[22202]: audit 2024-03-20T16:52:58.070344+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:59 smithi060 bash[22091]: cluster 2024-03-20T16:52:57.911820+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:52:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:59 smithi060 bash[22091]: audit 2024-03-20T16:52:58.057743+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:59 smithi060 bash[22091]: audit 2024-03-20T16:52:58.063729+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:52:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:52:59 smithi060 bash[22091]: audit 2024-03-20T16:52:58.070344+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:00.103 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch apply node-exporter 2024-03-20T16:53:00.462 INFO:teuthology.orchestra.run.smithi012.stdout:Scheduled node-exporter update... 2024-03-20T16:53:00.475 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch apply grafana 2024-03-20T16:53:00.831 INFO:teuthology.orchestra.run.smithi012.stdout:Scheduled grafana update... 2024-03-20T16:53:00.845 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch apply alertmanager 2024-03-20T16:53:01.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:01 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:01.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: cluster 2024-03-20T16:52:59.912306+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:01.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: audit 2024-03-20T16:53:00.462414+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: audit 2024-03-20T16:53:00.480124+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:01.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: audit 2024-03-20T16:53:00.482872+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:01.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: audit 2024-03-20T16:53:00.483764+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:01.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: audit 2024-03-20T16:53:00.489781+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 bash[21445]: audit 2024-03-20T16:53:00.831699+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.176 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:01.176 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:53:01 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:01.224 INFO:teuthology.orchestra.run.smithi012.stdout:Scheduled alertmanager update... 2024-03-20T16:53:01.242 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch apply prometheus 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: cluster 2024-03-20T16:52:59.912306+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: audit 2024-03-20T16:53:00.462414+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: audit 2024-03-20T16:53:00.480124+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: audit 2024-03-20T16:53:00.482872+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: audit 2024-03-20T16:53:00.483764+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: audit 2024-03-20T16:53:00.489781+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:01 smithi100 bash[22202]: audit 2024-03-20T16:53:00.831699+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: cluster 2024-03-20T16:52:59.912306+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: audit 2024-03-20T16:53:00.462414+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: audit 2024-03-20T16:53:00.480124+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:01.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: audit 2024-03-20T16:53:00.482872+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:01.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: audit 2024-03-20T16:53:00.483764+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:01.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: audit 2024-03-20T16:53:00.489781+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:01 smithi060 bash[22091]: audit 2024-03-20T16:53:00.831699+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:01.476 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:01 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:01.476 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:01 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:01.476 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:53:01 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:01.608 INFO:teuthology.orchestra.run.smithi012.stdout:Scheduled prometheus update... 2024-03-20T16:53:01.622 INFO:teuthology.orchestra.run.smithi012.stderr:+ sleep 240 2024-03-20T16:53:02.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:00.454973+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: cephadm 2024-03-20T16:53:00.457164+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: cephadm 2024-03-20T16:53:00.492060+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:00.825578+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: cephadm 2024-03-20T16:53:00.826954+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:01.219321+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: cephadm 2024-03-20T16:53:01.220421+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:01.224341+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:01.490009+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:01.496393+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:01.510898+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:02 smithi012 bash[21445]: audit 2024-03-20T16:53:01.608626+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.477 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:02 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:02.477 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:53:02 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:02.478 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:53:02 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:00.454973+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: cephadm 2024-03-20T16:53:00.457164+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: cephadm 2024-03-20T16:53:00.492060+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:00.825578+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: cephadm 2024-03-20T16:53:00.826954+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:01.219321+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: cephadm 2024-03-20T16:53:01.220421+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-20T16:53:02.478 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:01.224341+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.479 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:01.490009+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.479 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:01.496393+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.479 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:01.510898+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.479 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 bash[22091]: audit 2024-03-20T16:53:01.608626+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.479 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:02.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:00.454973+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: cephadm 2024-03-20T16:53:00.457164+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-20T16:53:02.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: cephadm 2024-03-20T16:53:00.492060+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-03-20T16:53:02.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:00.825578+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: cephadm 2024-03-20T16:53:00.826954+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-20T16:53:02.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:01.219321+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:02.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: cephadm 2024-03-20T16:53:01.220421+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-20T16:53:02.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:01.224341+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:01.490009+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:01.496393+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:01.510898+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:02 smithi100 bash[22202]: audit 2024-03-20T16:53:01.608626+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:02.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:02 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:02.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:02 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: cephadm 2024-03-20T16:53:01.511609+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: audit 2024-03-20T16:53:01.600472+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: cephadm 2024-03-20T16:53:01.603568+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: cluster 2024-03-20T16:53:01.912853+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: audit 2024-03-20T16:53:02.626035+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: audit 2024-03-20T16:53:02.632214+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 bash[22202]: audit 2024-03-20T16:53:02.684036+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.434 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:03.434 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:53:03 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:03.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: cephadm 2024-03-20T16:53:01.511609+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2024-03-20T16:53:03.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: audit 2024-03-20T16:53:01.600472+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:03.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: cephadm 2024-03-20T16:53:01.603568+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-20T16:53:03.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: cluster 2024-03-20T16:53:01.912853+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:03.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: audit 2024-03-20T16:53:02.626035+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: audit 2024-03-20T16:53:02.632214+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:03 smithi060 bash[22091]: audit 2024-03-20T16:53:02.684036+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: cephadm 2024-03-20T16:53:01.511609+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: audit 2024-03-20T16:53:01.600472+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: cephadm 2024-03-20T16:53:01.603568+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: cluster 2024-03-20T16:53:01.912853+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: audit 2024-03-20T16:53:02.626035+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: audit 2024-03-20T16:53:02.632214+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.536 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:03 smithi012 bash[21445]: audit 2024-03-20T16:53:02.684036+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:03.712 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:03 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:03.713 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:53:03 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: cephadm 2024-03-20T16:53:02.685810+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi100 on smithi100 2024-03-20T16:53:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.724882+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.731637+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.760071+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.767425+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.869370+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.872278+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.873129+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.879507+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.979010+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.981748+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.982658+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:04 smithi012 bash[21445]: audit 2024-03-20T16:53:03.989141+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: cephadm 2024-03-20T16:53:02.685810+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi100 on smithi100 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.724882+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.731637+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.760071+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.767425+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.869370+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.872278+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.873129+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.879507+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.979010+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:04.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.981748+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:04.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.982658+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:04.471 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:04 smithi060 bash[22091]: audit 2024-03-20T16:53:03.989141+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: cephadm 2024-03-20T16:53:02.685810+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi100 on smithi100 2024-03-20T16:53:04.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.724882+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.731637+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.760071+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.767425+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.869370+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.872278+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.873129+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.879507+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.979010+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.981748+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.982658+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:04.584 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:04 smithi100 bash[22202]: audit 2024-03-20T16:53:03.989141+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: cephadm 2024-03-20T16:53:03.880130+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: cluster 2024-03-20T16:53:03.913198+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: cephadm 2024-03-20T16:53:03.989695+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.336890+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.341959+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.347891+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.369727+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.373997+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.374832+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:05.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:05 smithi100 bash[22202]: audit 2024-03-20T16:53:04.380182+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: cephadm 2024-03-20T16:53:03.880130+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:05.585 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: cluster 2024-03-20T16:53:03.913198+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: cephadm 2024-03-20T16:53:03.989695+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.336890+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.341959+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.347891+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.369727+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.373997+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.374832+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:05.586 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:05 smithi012 bash[21445]: audit 2024-03-20T16:53:04.380182+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: cephadm 2024-03-20T16:53:03.880130+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:05.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: cluster 2024-03-20T16:53:03.913198+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:05.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: cephadm 2024-03-20T16:53:03.989695+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.336890+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.341959+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.347891+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.369727+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.373997+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.374832+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:05.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:05 smithi060 bash[22091]: audit 2024-03-20T16:53:04.380182+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:06.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:06 smithi060 bash[22091]: cephadm 2024-03-20T16:53:04.380777+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:06.626 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:06 smithi100 bash[22202]: cephadm 2024-03-20T16:53:04.380777+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:06.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:06 smithi012 bash[21445]: cephadm 2024-03-20T16:53:04.380777+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:53:07.345 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:07 smithi100 bash[22202]: cluster 2024-03-20T16:53:05.913698+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:07.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:07 smithi012 bash[21445]: cluster 2024-03-20T16:53:05.913698+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:07.519 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:07 smithi060 bash[22091]: cluster 2024-03-20T16:53:05.913698+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:08.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:08 smithi012 bash[21445]: cluster 2024-03-20T16:53:07.914049+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:08.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:08 smithi100 bash[22202]: cluster 2024-03-20T16:53:07.914049+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:08.676 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:08 smithi060 bash[22091]: cluster 2024-03-20T16:53:07.914049+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:09.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:09 smithi100 bash[22202]: audit 2024-03-20T16:53:08.399188+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:09.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:09 smithi100 bash[22202]: audit 2024-03-20T16:53:08.744946+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:09.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:09 smithi012 bash[21445]: audit 2024-03-20T16:53:08.399188+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:09.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:09 smithi012 bash[21445]: audit 2024-03-20T16:53:08.744946+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:09.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:09 smithi060 bash[22091]: audit 2024-03-20T16:53:08.399188+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:09.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:09 smithi060 bash[22091]: audit 2024-03-20T16:53:08.744946+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:10 smithi060 bash[22091]: cluster 2024-03-20T16:53:09.914482+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:10 smithi060 bash[22091]: audit 2024-03-20T16:53:09.957639+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:10 smithi060 bash[22091]: audit 2024-03-20T16:53:10.112117+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:10 smithi060 bash[22091]: audit 2024-03-20T16:53:10.610726+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:10 smithi100 bash[22202]: cluster 2024-03-20T16:53:09.914482+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:11.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:10 smithi100 bash[22202]: audit 2024-03-20T16:53:09.957639+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:10 smithi100 bash[22202]: audit 2024-03-20T16:53:10.112117+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:10 smithi100 bash[22202]: audit 2024-03-20T16:53:10.610726+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:10 smithi012 bash[21445]: cluster 2024-03-20T16:53:09.914482+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:10 smithi012 bash[21445]: audit 2024-03-20T16:53:09.957639+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:10 smithi012 bash[21445]: audit 2024-03-20T16:53:10.112117+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:10 smithi012 bash[21445]: audit 2024-03-20T16:53:10.610726+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:12 smithi060 bash[22091]: cluster 2024-03-20T16:53:11.915043+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:12 smithi060 bash[22091]: audit 2024-03-20T16:53:12.615054+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:12 smithi060 bash[22091]: audit 2024-03-20T16:53:12.622283+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:12 smithi060 bash[22091]: audit 2024-03-20T16:53:12.629014+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:12 smithi100 bash[22202]: cluster 2024-03-20T16:53:11.915043+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:13.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:12 smithi100 bash[22202]: audit 2024-03-20T16:53:12.615054+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:12 smithi100 bash[22202]: audit 2024-03-20T16:53:12.622283+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:12 smithi100 bash[22202]: audit 2024-03-20T16:53:12.629014+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:12 smithi012 bash[21445]: cluster 2024-03-20T16:53:11.915043+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:13.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:12 smithi012 bash[21445]: audit 2024-03-20T16:53:12.615054+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:12 smithi012 bash[21445]: audit 2024-03-20T16:53:12.622283+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:13.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:12 smithi012 bash[21445]: audit 2024-03-20T16:53:12.629014+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:14 smithi100 bash[22202]: audit 2024-03-20T16:53:13.004873+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:14 smithi100 bash[22202]: audit 2024-03-20T16:53:13.014479+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:14 smithi100 bash[22202]: audit 2024-03-20T16:53:13.024990+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:14 smithi012 bash[21445]: audit 2024-03-20T16:53:13.004873+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:14 smithi012 bash[21445]: audit 2024-03-20T16:53:13.014479+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:14 smithi012 bash[21445]: audit 2024-03-20T16:53:13.024990+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:14 smithi060 bash[22091]: audit 2024-03-20T16:53:13.004873+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:14 smithi060 bash[22091]: audit 2024-03-20T16:53:13.014479+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:14.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:14 smithi060 bash[22091]: audit 2024-03-20T16:53:13.024990+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: cluster 2024-03-20T16:53:13.915540+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.416887+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.425865+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.436677+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.459437+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.465685+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.467594+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.477999+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.602653+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.609139+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.614254+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-20T16:53:15.334 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:15 smithi100 bash[22202]: audit 2024-03-20T16:53:14.621480+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: cluster 2024-03-20T16:53:13.915540+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:15.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.416887+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.425865+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.436677+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.459437+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.465685+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.467594+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.477999+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.602653+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.609139+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.614254+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-20T16:53:15.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:15 smithi012 bash[21445]: audit 2024-03-20T16:53:14.621480+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: cluster 2024-03-20T16:53:13.915540+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:15.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.416887+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.425865+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.436677+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.459437+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.465685+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.467594+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.477999+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.602653+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.609139+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.614254+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-20T16:53:15.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:15 smithi060 bash[22091]: audit 2024-03-20T16:53:14.621480+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:16.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:16 smithi100 bash[22202]: cephadm 2024-03-20T16:53:14.531489+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-20T16:53:16.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:16 smithi100 bash[22202]: audit 2024-03-20T16:53:14.615283+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-20T16:53:16.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:16 smithi100 bash[22202]: cephadm 2024-03-20T16:53:14.659554+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-03-20T16:53:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:16 smithi012 bash[21445]: cephadm 2024-03-20T16:53:14.531489+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-20T16:53:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:16 smithi012 bash[21445]: audit 2024-03-20T16:53:14.615283+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-20T16:53:16.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:16 smithi012 bash[21445]: cephadm 2024-03-20T16:53:14.659554+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-03-20T16:53:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:16 smithi060 bash[22091]: cephadm 2024-03-20T16:53:14.531489+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-20T16:53:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:16 smithi060 bash[22091]: audit 2024-03-20T16:53:14.615283+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-20T16:53:16.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:16 smithi060 bash[22091]: cephadm 2024-03-20T16:53:14.659554+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-03-20T16:53:17.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:17 smithi100 bash[22202]: cluster 2024-03-20T16:53:15.916131+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:17 smithi012 bash[21445]: cluster 2024-03-20T16:53:15.916131+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:17.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:17 smithi060 bash[22091]: cluster 2024-03-20T16:53:15.916131+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:19 smithi100 bash[22202]: cluster 2024-03-20T16:53:17.916672+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:19 smithi012 bash[21445]: cluster 2024-03-20T16:53:17.916672+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:19.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:19 smithi060 bash[22091]: cluster 2024-03-20T16:53:17.916672+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:21.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:21 smithi100 bash[22202]: cluster 2024-03-20T16:53:19.917070+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:21 smithi012 bash[21445]: cluster 2024-03-20T16:53:19.917070+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:21.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:21 smithi060 bash[22091]: cluster 2024-03-20T16:53:19.917070+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:23.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:23 smithi100 bash[22202]: cluster 2024-03-20T16:53:21.917428+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:23 smithi012 bash[21445]: cluster 2024-03-20T16:53:21.917428+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:23.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:23 smithi060 bash[22091]: cluster 2024-03-20T16:53:21.917428+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:25.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:25 smithi100 bash[22202]: cluster 2024-03-20T16:53:23.917906+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:25.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:25 smithi012 bash[21445]: cluster 2024-03-20T16:53:23.917906+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:25.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:25 smithi060 bash[22091]: cluster 2024-03-20T16:53:23.917906+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:27.316 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:27 smithi100 bash[22202]: cluster 2024-03-20T16:53:25.918423+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:27.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:27 smithi012 bash[21445]: cluster 2024-03-20T16:53:25.918423+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:27.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:27 smithi060 bash[22091]: cluster 2024-03-20T16:53:25.918423+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:29 smithi012 bash[21445]: cluster 2024-03-20T16:53:27.918910+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:29 smithi060 bash[22091]: cluster 2024-03-20T16:53:27.918910+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:29.507 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:29 smithi100 bash[22202]: cluster 2024-03-20T16:53:27.918910+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:30.884 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:30 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:30.884 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:53:30 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:30.884 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:30 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:31.155 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:31 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:31.156 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:53:31 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:31.156 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:31 smithi012 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:31.156 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:31 smithi012 bash[21445]: cluster 2024-03-20T16:53:29.919497+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:31.460 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:31 smithi060 bash[22091]: cluster 2024-03-20T16:53:29.919497+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:31.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:31 smithi100 bash[22202]: cluster 2024-03-20T16:53:29.919497+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:32.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.156534+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.161489+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.174521+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.179325+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: cephadm 2024-03-20T16:53:31.189266+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi100 on smithi100 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.648218+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.655381+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:31.664512+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:32.018367+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:32.026519+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:32 smithi012 bash[21445]: audit 2024-03-20T16:53:32.037062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.156534+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.161489+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.174521+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.179325+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: cephadm 2024-03-20T16:53:31.189266+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi100 on smithi100 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.648218+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.655381+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:31.664512+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:32.018367+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:32.026519+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:32 smithi060 bash[22091]: audit 2024-03-20T16:53:32.037062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.156534+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.161489+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.174521+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.179325+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: cephadm 2024-03-20T16:53:31.189266+0000 mgr.a (mgr.14152) 297 : cephadm [INF] Deploying daemon alertmanager.smithi100 on smithi100 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.648218+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.655381+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:31.664512+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:32.018367+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:32.026519+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:32.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:32 smithi100 bash[22202]: audit 2024-03-20T16:53:32.037062+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:33.322 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:33 smithi012 bash[21445]: cluster 2024-03-20T16:53:31.919976+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:33.322 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:33 smithi012 bash[21445]: audit 2024-03-20T16:53:32.754939+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:33.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:33 smithi060 bash[22091]: cluster 2024-03-20T16:53:31.919976+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:33.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:33 smithi060 bash[22091]: audit 2024-03-20T16:53:32.754939+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:33.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:33 smithi100 bash[22202]: cluster 2024-03-20T16:53:31.919976+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:33.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:33 smithi100 bash[22202]: audit 2024-03-20T16:53:32.754939+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:34.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:34 smithi012 bash[21445]: audit 2024-03-20T16:53:33.405493+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:34.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:34 smithi012 bash[21445]: cluster 2024-03-20T16:53:33.920470+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:34.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:34 smithi060 bash[22091]: audit 2024-03-20T16:53:33.405493+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:34.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:34 smithi060 bash[22091]: cluster 2024-03-20T16:53:33.920470+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:34.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:34 smithi100 bash[22202]: audit 2024-03-20T16:53:33.405493+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:34.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:34 smithi100 bash[22202]: cluster 2024-03-20T16:53:33.920470+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:37.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:36 smithi100 bash[22202]: cluster 2024-03-20T16:53:35.920841+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:37.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:36 smithi100 bash[22202]: audit 2024-03-20T16:53:36.515175+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:37.107 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:36 smithi012 bash[21445]: cluster 2024-03-20T16:53:35.920841+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:37.107 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:36 smithi012 bash[21445]: audit 2024-03-20T16:53:36.515175+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:37.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:36 smithi060 bash[22091]: cluster 2024-03-20T16:53:35.920841+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:37.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:36 smithi060 bash[22091]: audit 2024-03-20T16:53:36.515175+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:39.080 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:38 smithi012 bash[21445]: cluster 2024-03-20T16:53:37.921266+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:39.133 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:38 smithi100 bash[22202]: cluster 2024-03-20T16:53:37.921266+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:39.133 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:39 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:39.134 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:53:39 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:39.387 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:39 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:39.388 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:53:39 smithi100 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:39.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:38 smithi060 bash[22091]: cluster 2024-03-20T16:53:37.921266+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:40.582 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:39.441645+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:39.452206+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:39.477505+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:39.486564+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:39.741388+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: cephadm 2024-03-20T16:53:39.808037+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon prometheus.smithi060 on smithi060 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: cluster 2024-03-20T16:53:39.921768+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:40.181046+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:40.189988+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.583 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:40 smithi100 bash[22202]: audit 2024-03-20T16:53:40.194753+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.694 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:39.441645+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:39.452206+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:39.477505+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:39.486564+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:39.741388+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: cephadm 2024-03-20T16:53:39.808037+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon prometheus.smithi060 on smithi060 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: cluster 2024-03-20T16:53:39.921768+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:40.181046+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:40.189988+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.695 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:40 smithi012 bash[21445]: audit 2024-03-20T16:53:40.194753+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:39.441645+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:39.452206+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:39.477505+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:39.486564+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:39.741388+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: cephadm 2024-03-20T16:53:39.808037+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon prometheus.smithi060 on smithi060 2024-03-20T16:53:40.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: cluster 2024-03-20T16:53:39.921768+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:40.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:40.181046+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:40.189988+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:40.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:40 smithi060 bash[22091]: audit 2024-03-20T16:53:40.194753+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:43.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:42 smithi100 bash[22202]: cluster 2024-03-20T16:53:41.922438+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:43.101 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:42 smithi012 bash[21445]: cluster 2024-03-20T16:53:41.922438+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:43.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:42 smithi060 bash[22091]: cluster 2024-03-20T16:53:41.922438+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:44.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:44 smithi012 bash[21445]: audit 2024-03-20T16:53:43.414048+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:44.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:44 smithi012 bash[21445]: cluster 2024-03-20T16:53:43.923095+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:44 smithi060 bash[22091]: audit 2024-03-20T16:53:43.414048+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:44 smithi060 bash[22091]: cluster 2024-03-20T16:53:43.923095+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:44.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:44 smithi100 bash[22202]: audit 2024-03-20T16:53:43.414048+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:44.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:44 smithi100 bash[22202]: cluster 2024-03-20T16:53:43.923095+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:45.490 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:45 smithi012 bash[21445]: audit 2024-03-20T16:53:44.436873+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:45.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:45 smithi060 bash[22091]: audit 2024-03-20T16:53:44.436873+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:45.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:45 smithi100 bash[22202]: audit 2024-03-20T16:53:44.436873+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:46.518 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:46 smithi012 bash[21445]: cluster 2024-03-20T16:53:45.923630+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:46.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:46 smithi060 bash[22091]: cluster 2024-03-20T16:53:45.923630+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:46.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:46 smithi100 bash[22202]: cluster 2024-03-20T16:53:45.923630+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:48.667 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:48 smithi012 bash[21445]: audit 2024-03-20T16:53:47.611812+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:48.667 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:48 smithi012 bash[21445]: audit 2024-03-20T16:53:47.621432+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:48.667 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:48 smithi012 bash[21445]: audit 2024-03-20T16:53:47.632193+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:48.667 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:48 smithi012 bash[21445]: cluster 2024-03-20T16:53:47.924181+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:48.933 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:48 smithi060 bash[22091]: audit 2024-03-20T16:53:47.611812+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:48.933 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:48 smithi060 bash[22091]: audit 2024-03-20T16:53:47.621432+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:48.933 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:48 smithi060 bash[22091]: audit 2024-03-20T16:53:47.632193+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:48.933 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:48 smithi060 bash[22091]: cluster 2024-03-20T16:53:47.924181+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:49.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:48 smithi100 bash[22202]: audit 2024-03-20T16:53:47.611812+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:49.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:48 smithi100 bash[22202]: audit 2024-03-20T16:53:47.621432+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:49.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:48 smithi100 bash[22202]: audit 2024-03-20T16:53:47.632193+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:49.083 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:48 smithi100 bash[22202]: cluster 2024-03-20T16:53:47.924181+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:51.005 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:50 smithi012 bash[21445]: cluster 2024-03-20T16:53:49.924720+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:51.252 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:50 smithi060 bash[22091]: cluster 2024-03-20T16:53:49.924720+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:51.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:50 smithi100 bash[22202]: cluster 2024-03-20T16:53:49.924720+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:53.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:52 smithi012 bash[21445]: audit 2024-03-20T16:53:51.866148+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:52 smithi012 bash[21445]: audit 2024-03-20T16:53:51.875344+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:52 smithi012 bash[21445]: audit 2024-03-20T16:53:51.886135+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:52 smithi012 bash[21445]: cluster 2024-03-20T16:53:51.925272+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:53.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:52 smithi060 bash[22091]: audit 2024-03-20T16:53:51.866148+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:52 smithi060 bash[22091]: audit 2024-03-20T16:53:51.875344+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:52 smithi060 bash[22091]: audit 2024-03-20T16:53:51.886135+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:52 smithi060 bash[22091]: cluster 2024-03-20T16:53:51.925272+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:53.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:52 smithi100 bash[22202]: audit 2024-03-20T16:53:51.866148+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:52 smithi100 bash[22202]: audit 2024-03-20T16:53:51.875344+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:52 smithi100 bash[22202]: audit 2024-03-20T16:53:51.886135+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:53.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:52 smithi100 bash[22202]: cluster 2024-03-20T16:53:51.925272+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:53.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:53 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:53.719 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:53 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:53.719 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:53:53 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:54.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:53 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:54.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:53 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:54.219 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:53:53 smithi060 systemd[1]: /etc/systemd/system/ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@.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-03-20T16:53:55.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:55 smithi012 bash[21700]: ignoring --setuser ceph since I am not root 2024-03-20T16:53:55.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:55 smithi012 bash[21700]: ignoring --setgroup ceph since I am not root 2024-03-20T16:53:55.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:54 smithi012 bash[21445]: cluster 2024-03-20T16:53:53.925875+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:55.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:54 smithi012 bash[21445]: audit 2024-03-20T16:53:53.946500+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:54 smithi012 bash[21445]: audit 2024-03-20T16:53:53.957396+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:54 smithi012 bash[21445]: audit 2024-03-20T16:53:53.970334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:54 smithi012 bash[21445]: audit 2024-03-20T16:53:53.979268+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-20T16:53:55.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:55 smithi060 bash[23188]: ignoring --setuser ceph since I am not root 2024-03-20T16:53:55.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:55 smithi060 bash[23188]: ignoring --setgroup ceph since I am not root 2024-03-20T16:53:55.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:55 smithi060 bash[23188]: debug 2024-03-20T16:53:55.031+0000 7fec0cdeb700 1 -- 172.21.15.60:0/3982572294 <== mon.2 v2:172.21.15.60:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55782a95e5a0 con 0x55782b6e0c00 2024-03-20T16:53:55.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:55 smithi060 bash[23188]: debug 2024-03-20T16:53:55.191+0000 7fec16bdc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:53:55.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:54 smithi060 bash[22091]: cluster 2024-03-20T16:53:53.925875+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:55.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:54 smithi060 bash[22091]: audit 2024-03-20T16:53:53.946500+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:54 smithi060 bash[22091]: audit 2024-03-20T16:53:53.957396+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:54 smithi060 bash[22091]: audit 2024-03-20T16:53:53.970334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:54 smithi060 bash[22091]: audit 2024-03-20T16:53:53.979268+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-20T16:53:55.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:54 smithi100 bash[22202]: cluster 2024-03-20T16:53:53.925875+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:53:55.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:54 smithi100 bash[22202]: audit 2024-03-20T16:53:53.946500+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:54 smithi100 bash[22202]: audit 2024-03-20T16:53:53.957396+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:54 smithi100 bash[22202]: audit 2024-03-20T16:53:53.970334+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' 2024-03-20T16:53:55.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:54 smithi100 bash[22202]: audit 2024-03-20T16:53:53.979268+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-20T16:53:55.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:55 smithi012 bash[21700]: debug 2024-03-20T16:53:55.183+0000 7fed298f2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:53:56.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:55 smithi060 bash[22091]: audit 2024-03-20T16:53:54.970624+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-20T16:53:56.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:53:55 smithi060 bash[22091]: cluster 2024-03-20T16:53:54.977087+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-20T16:53:56.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:55 smithi100 bash[22202]: audit 2024-03-20T16:53:54.970624+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-20T16:53:56.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:53:55 smithi100 bash[22202]: cluster 2024-03-20T16:53:54.977087+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-20T16:53:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:55 smithi012 bash[21445]: audit 2024-03-20T16:53:54.970624+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.12:0/2407533341' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-20T16:53:56.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:53:55 smithi012 bash[21445]: cluster 2024-03-20T16:53:54.977087+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-20T16:53:56.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:56 smithi012 bash[21700]: debug 2024-03-20T16:53:56.831+0000 7fed298f2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:53:57.191 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:56 smithi060 bash[23188]: debug 2024-03-20T16:53:56.823+0000 7fec16bdc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:53:57.191 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:56 smithi060 bash[23188]: debug 2024-03-20T16:53:56.927+0000 7fec16bdc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:53:57.201 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:56 smithi012 bash[21700]: debug 2024-03-20T16:53:56.935+0000 7fed298f2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:53:57.202 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:57 smithi012 bash[21700]: debug 2024-03-20T16:53:57.199+0000 7fed298f2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:53:58.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:58 smithi012 bash[21700]: debug 2024-03-20T16:53:58.067+0000 7fed298f2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:53:58.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:58 smithi012 bash[21700]: debug 2024-03-20T16:53:58.183+0000 7fed298f2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:53:58.424 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:58 smithi012 bash[21700]: debug 2024-03-20T16:53:58.291+0000 7fed298f2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:53:58.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:57 smithi060 bash[23188]: debug 2024-03-20T16:53:57.187+0000 7fec16bdc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:53:58.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:58 smithi060 bash[23188]: debug 2024-03-20T16:53:58.011+0000 7fec16bdc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:53:58.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:58 smithi060 bash[23188]: debug 2024-03-20T16:53:58.127+0000 7fec16bdc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:53:58.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:58 smithi060 bash[23188]: debug 2024-03-20T16:53:58.231+0000 7fec16bdc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:53:58.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:58 smithi012 bash[21700]: debug 2024-03-20T16:53:58.659+0000 7fed298f2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:53:58.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:58 smithi012 bash[21700]: debug 2024-03-20T16:53:58.779+0000 7fed298f2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:53:58.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:58 smithi012 bash[21700]: debug 2024-03-20T16:53:58.887+0000 7fed298f2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:53:58.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:58 smithi060 bash[23188]: debug 2024-03-20T16:53:58.599+0000 7fec16bdc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:53:58.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:58 smithi060 bash[23188]: debug 2024-03-20T16:53:58.715+0000 7fec16bdc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:53:58.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:58 smithi060 bash[23188]: debug 2024-03-20T16:53:58.823+0000 7fec16bdc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:53:59.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:59 smithi060 bash[23188]: debug 2024-03-20T16:53:59.195+0000 7fec16bdc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:53:59.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:59 smithi060 bash[23188]: debug 2024-03-20T16:53:59.439+0000 7fec16bdc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:53:59.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:59 smithi012 bash[21700]: debug 2024-03-20T16:53:59.259+0000 7fed298f2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:53:59.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:59 smithi012 bash[21700]: debug 2024-03-20T16:53:59.507+0000 7fed298f2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:53:59.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:59 smithi060 bash[23188]: debug 2024-03-20T16:53:59.707+0000 7fec16bdc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:53:59.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:53:59 smithi060 bash[23188]: debug 2024-03-20T16:53:59.823+0000 7fec16bdc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:54:00.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:59 smithi012 bash[21700]: debug 2024-03-20T16:53:59.783+0000 7fed298f2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:54:00.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:53:59 smithi012 bash[21700]: debug 2024-03-20T16:53:59.899+0000 7fed298f2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:54:00.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:00 smithi060 bash[23188]: debug 2024-03-20T16:54:00.111+0000 7fec16bdc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:54:00.649 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:00 smithi012 bash[21700]: debug 2024-03-20T16:54:00.199+0000 7fed298f2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:54:00.900 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:00 smithi012 bash[21700]: debug 2024-03-20T16:54:00.647+0000 7fed298f2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:54:00.904 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:00 smithi060 bash[23188]: debug 2024-03-20T16:54:00.535+0000 7fec16bdc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:54:00.904 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:00 smithi060 bash[23188]: debug 2024-03-20T16:54:00.779+0000 7fec16bdc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:54:01.161 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:00 smithi060 bash[23188]: debug 2024-03-20T16:54:00.903+0000 7fec16bdc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:54:01.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:00 smithi012 bash[21700]: debug 2024-03-20T16:54:00.899+0000 7fed298f2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:54:01.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:01 smithi012 bash[21700]: debug 2024-03-20T16:54:01.023+0000 7fed298f2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:54:01.469 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:01 smithi060 bash[23188]: debug 2024-03-20T16:54:01.159+0000 7fec16bdc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:54:01.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:01 smithi012 bash[21700]: debug 2024-03-20T16:54:01.283+0000 7fed298f2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:54:02.648 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:02 smithi060 bash[23188]: debug 2024-03-20T16:54:02.223+0000 7fec16bdc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:54:02.648 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:02 smithi060 bash[23188]: debug 2024-03-20T16:54:02.343+0000 7fec16bdc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:54:02.674 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:02 smithi012 bash[21700]: debug 2024-03-20T16:54:02.327+0000 7fed298f2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:54:02.675 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:02 smithi012 bash[21700]: debug 2024-03-20T16:54:02.451+0000 7fed298f2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:54:02.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:02 smithi060 bash[23188]: debug 2024-03-20T16:54:02.647+0000 7fec16bdc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:54:02.969 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:02 smithi060 bash[23188]: debug 2024-03-20T16:54:02.763+0000 7fec16bdc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:54:03.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:02 smithi012 bash[21700]: debug 2024-03-20T16:54:02.759+0000 7fed298f2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:54:03.174 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:02 smithi012 bash[21700]: debug 2024-03-20T16:54:02.879+0000 7fed298f2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:54:03.494 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.383467+0000 mon.a (mon.0) 750 : cluster [DBG] Standby manager daemon b restarted 2024-03-20T16:54:03.494 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.383688+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b started 2024-03-20T16:54:03.494 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[22091]: audit 2024-03-20T16:54:03.388657+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T16:54:03.494 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[22091]: audit 2024-03-20T16:54:03.390761+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T16:54:03.494 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[22091]: audit 2024-03-20T16:54:03.393224+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T16:54:03.494 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[22091]: audit 2024-03-20T16:54:03.394811+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T16:54:03.495 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: debug 2024-03-20T16:54:03.231+0000 7fec16bdc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:54:03.495 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: debug 2024-03-20T16:54:03.359+0000 7fec16bdc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:54:03.495 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: [20/Mar/2024:16:54:03] ENGINE Bus STARTING 2024-03-20T16:54:03.495 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: CherryPy Checker: 2024-03-20T16:54:03.620 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: debug 2024-03-20T16:54:03.355+0000 7fed298f2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:54:03.620 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: debug 2024-03-20T16:54:03.483+0000 7fed298f2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:54:03.620 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.383467+0000 mon.a (mon.0) 750 : cluster [DBG] Standby manager daemon b restarted 2024-03-20T16:54:03.621 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.383688+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b started 2024-03-20T16:54:03.621 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21445]: audit 2024-03-20T16:54:03.388657+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T16:54:03.621 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21445]: audit 2024-03-20T16:54:03.390761+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T16:54:03.621 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21445]: audit 2024-03-20T16:54:03.393224+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T16:54:03.621 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21445]: audit 2024-03-20T16:54:03.394811+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T16:54:03.714 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:03 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.383467+0000 mon.a (mon.0) 750 : cluster [DBG] Standby manager daemon b restarted 2024-03-20T16:54:03.714 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:03 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.383688+0000 mon.a (mon.0) 751 : cluster [DBG] Standby manager daemon b started 2024-03-20T16:54:03.714 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:03 smithi100 bash[22202]: audit 2024-03-20T16:54:03.388657+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T16:54:03.714 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:03 smithi100 bash[22202]: audit 2024-03-20T16:54:03.390761+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T16:54:03.714 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:03 smithi100 bash[22202]: audit 2024-03-20T16:54:03.393224+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T16:54:03.714 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:03 smithi100 bash[22202]: audit 2024-03-20T16:54:03.394811+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.60:0/608161876' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T16:54:03.758 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: The Application mounted at '' has an empty config. 2024-03-20T16:54:03.758 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: [20/Mar/2024:16:54:03] ENGINE Serving on http://:::9283 2024-03-20T16:54:03.758 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:54:03 smithi060 bash[23188]: [20/Mar/2024:16:54:03] ENGINE Bus STARTED 2024-03-20T16:54:03.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: [20/Mar/2024:16:54:03] ENGINE Bus STARTING 2024-03-20T16:54:03.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: CherryPy Checker: 2024-03-20T16:54:03.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: The Application mounted at '' has an empty config. 2024-03-20T16:54:03.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: [20/Mar/2024:16:54:03] ENGINE Serving on http://:::9283 2024-03-20T16:54:03.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:03 smithi012 bash[21700]: [20/Mar/2024:16:54:03] ENGINE Bus STARTED 2024-03-20T16:54:04.700 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.440718+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.506905+0000 mon.a (mon.0) 753 : cluster [INF] Active manager daemon a restarted 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.507449+0000 mon.a (mon.0) 754 : cluster [INF] Activating manager daemon a 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.515262+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.515546+0000 mon.a (mon.0) 756 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00830465s), standbys: b 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.519901+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.520195+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.520516+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.523360+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.523577+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.524139+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:54:04.701 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.524542+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.524941+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.525421+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.525749+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.526262+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cluster 2024-03-20T16:54:03.550784+0000 mon.a (mon.0) 768 : cluster [INF] Manager daemon a is now available 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.586008+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.589412+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.594298+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.595481+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.597531+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.599346+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.603488+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.702 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.609671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.611541+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.612259+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cephadm 2024-03-20T16:54:03.614082+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cephadm 2024-03-20T16:54:03.614513+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cephadm 2024-03-20T16:54:03.615413+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.615881+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.620498+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.631215+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: audit 2024-03-20T16:54:03.643301+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:54:04.703 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:04 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.035147+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Bus STARTING 2024-03-20T16:54:04.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.440718+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-20T16:54:04.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.506905+0000 mon.a (mon.0) 753 : cluster [INF] Active manager daemon a restarted 2024-03-20T16:54:04.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.507449+0000 mon.a (mon.0) 754 : cluster [INF] Activating manager daemon a 2024-03-20T16:54:04.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.515262+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-20T16:54:04.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.515546+0000 mon.a (mon.0) 756 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00830465s), standbys: b 2024-03-20T16:54:04.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.519901+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:54:04.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.520195+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.520516+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.523360+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.523577+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.524139+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.524542+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.524941+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.525421+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:54:04.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.525749+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.526262+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cluster 2024-03-20T16:54:03.550784+0000 mon.a (mon.0) 768 : cluster [INF] Manager daemon a is now available 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.586008+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.589412+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.594298+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.595481+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.597531+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.599346+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.603488+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.609671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.611541+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.612259+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cephadm 2024-03-20T16:54:03.614082+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cephadm 2024-03-20T16:54:03.614513+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cephadm 2024-03-20T16:54:03.615413+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.615881+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.620498+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.631215+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: audit 2024-03-20T16:54:03.643301+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:54:04.723 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:04 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.035147+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Bus STARTING 2024-03-20T16:54:04.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.440718+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-20T16:54:04.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.506905+0000 mon.a (mon.0) 753 : cluster [INF] Active manager daemon a restarted 2024-03-20T16:54:04.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.507449+0000 mon.a (mon.0) 754 : cluster [INF] Activating manager daemon a 2024-03-20T16:54:04.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.515262+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-20T16:54:04.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.515546+0000 mon.a (mon.0) 756 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00830465s), standbys: b 2024-03-20T16:54:04.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.519901+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.520195+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.520516+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.523360+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.523577+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.524139+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.524542+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.524941+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.525421+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.525749+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.526262+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cluster 2024-03-20T16:54:03.550784+0000 mon.a (mon.0) 768 : cluster [INF] Manager daemon a is now available 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.586008+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.589412+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:04.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.594298+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.595481+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.597531+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.599346+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.603488+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.609671+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]': finished 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.611541+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.612259+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cephadm 2024-03-20T16:54:03.614082+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cephadm 2024-03-20T16:54:03.614513+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cephadm 2024-03-20T16:54:03.615413+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.615881+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.620498+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:04.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.631215+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:54:04.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: audit 2024-03-20T16:54:03.643301+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:54:04.929 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:04 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.035147+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Bus STARTING 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.145330+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Serving on http://172.21.15.12:8765 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.257711+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.258022+0000 mgr.a (mgr.14391) 7 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.270776+0000 mgr.a (mgr.14391) 8 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Serving on https://172.21.15.12:7151 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.271048+0000 mgr.a (mgr.14391) 9 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Bus STARTED 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.272406+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.527 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.473587+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.528 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.473823+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.145330+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Serving on http://172.21.15.12:8765 2024-03-20T16:54:05.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.257711+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.258022+0000 mgr.a (mgr.14391) 7 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.270776+0000 mgr.a (mgr.14391) 8 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Serving on https://172.21.15.12:7151 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.271048+0000 mgr.a (mgr.14391) 9 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Bus STARTED 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.272406+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.473587+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.473823+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.487617+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cluster 2024-03-20T16:54:04.524595+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e19: a(active, since 1.01735s), standbys: b 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cluster 2024-03-20T16:54:04.528821+0000 mgr.a (mgr.14391) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.688820+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.689018+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.702442+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.833 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.913742+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.921724+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.929091+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.935694+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.942487+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.949440+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.959037+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: cephadm 2024-03-20T16:54:04.960016+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:04.967199+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.834 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:05 smithi100 bash[22202]: audit 2024-03-20T16:54:05.065354+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.487617+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cluster 2024-03-20T16:54:04.524595+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e19: a(active, since 1.01735s), standbys: b 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cluster 2024-03-20T16:54:04.528821+0000 mgr.a (mgr.14391) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.688820+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.689018+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.702442+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.913742+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.921724+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.929091+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.935694+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.942487+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.949440+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.959037+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: cephadm 2024-03-20T16:54:04.960016+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:54:05.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:04.967199+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:05 smithi012 bash[21445]: audit 2024-03-20T16:54:05.065354+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-03-20T16:54:05.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.145330+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Serving on http://172.21.15.12:8765 2024-03-20T16:54:05.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.257711+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.258022+0000 mgr.a (mgr.14391) 7 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.270776+0000 mgr.a (mgr.14391) 8 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Serving on https://172.21.15.12:7151 2024-03-20T16:54:05.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.271048+0000 mgr.a (mgr.14391) 9 : cephadm [INF] [20/Mar/2024:16:54:04] ENGINE Bus STARTED 2024-03-20T16:54:05.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.272406+0000 mgr.a (mgr.14391) 10 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.473587+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.473823+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.487617+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cluster 2024-03-20T16:54:04.524595+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e19: a(active, since 1.01735s), standbys: b 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cluster 2024-03-20T16:54:04.528821+0000 mgr.a (mgr.14391) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.688820+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.689018+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.702442+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.913742+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.921724+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.929091+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.935694+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.942487+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.949440+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.971 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.959037+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.972 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: cephadm 2024-03-20T16:54:04.960016+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:54:05.972 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:04.967199+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:05.972 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:05 smithi060 bash[22091]: audit 2024-03-20T16:54:05.065354+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi012", "caps": []}]: dispatch 2024-03-20T16:54:06.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:06 smithi100 bash[22202]: cluster 2024-03-20T16:54:05.525693+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:06.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:06 smithi012 bash[21445]: cluster 2024-03-20T16:54:05.525693+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:06.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:06 smithi060 bash[22091]: cluster 2024-03-20T16:54:05.525693+0000 mgr.a (mgr.14391) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:07.755 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:07 smithi012 bash[21445]: cluster 2024-03-20T16:54:06.545352+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T16:54:07.755 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:07 smithi012 bash[21445]: cephadm 2024-03-20T16:54:06.665704+0000 mgr.a (mgr.14391) 20 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-03-20T16:54:07.755 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:07 smithi012 bash[21445]: cephadm 2024-03-20T16:54:06.686696+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-03-20T16:54:07.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:07 smithi100 bash[22202]: cluster 2024-03-20T16:54:06.545352+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T16:54:07.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:07 smithi100 bash[22202]: cephadm 2024-03-20T16:54:06.665704+0000 mgr.a (mgr.14391) 20 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-03-20T16:54:07.832 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:07 smithi100 bash[22202]: cephadm 2024-03-20T16:54:06.686696+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-03-20T16:54:07.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:07 smithi060 bash[22091]: cluster 2024-03-20T16:54:06.545352+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T16:54:07.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:07 smithi060 bash[22091]: cephadm 2024-03-20T16:54:06.665704+0000 mgr.a (mgr.14391) 20 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-03-20T16:54:07.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:07 smithi060 bash[22091]: cephadm 2024-03-20T16:54:06.686696+0000 mgr.a (mgr.14391) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-03-20T16:54:09.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:08 smithi012 bash[21445]: cluster 2024-03-20T16:54:07.526250+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:09.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:08 smithi012 bash[21445]: audit 2024-03-20T16:54:07.800858+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:08 smithi012 bash[21445]: audit 2024-03-20T16:54:07.878941+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:08 smithi012 bash[21445]: audit 2024-03-20T16:54:07.973872+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.072 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:08 smithi012 bash[21445]: cluster 2024-03-20T16:54:08.553695+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-20T16:54:09.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:08 smithi100 bash[22202]: cluster 2024-03-20T16:54:07.526250+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:09.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:08 smithi100 bash[22202]: audit 2024-03-20T16:54:07.800858+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:08 smithi100 bash[22202]: audit 2024-03-20T16:54:07.878941+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:08 smithi100 bash[22202]: audit 2024-03-20T16:54:07.973872+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:08 smithi100 bash[22202]: cluster 2024-03-20T16:54:08.553695+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-20T16:54:09.134 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:08 smithi060 bash[22091]: cluster 2024-03-20T16:54:07.526250+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:09.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:08 smithi060 bash[22091]: audit 2024-03-20T16:54:07.800858+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:08 smithi060 bash[22091]: audit 2024-03-20T16:54:07.878941+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:08 smithi060 bash[22091]: audit 2024-03-20T16:54:07.973872+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:09.135 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:08 smithi060 bash[22091]: cluster 2024-03-20T16:54:08.553695+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-20T16:54:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:10 smithi060 bash[22091]: cluster 2024-03-20T16:54:09.526799+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:11.013 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:10 smithi012 bash[21445]: cluster 2024-03-20T16:54:09.526799+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:11.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:10 smithi100 bash[22202]: cluster 2024-03-20T16:54:09.526799+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:12.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:11 smithi012 bash[21445]: audit 2024-03-20T16:54:10.916079+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:12.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:11 smithi060 bash[22091]: audit 2024-03-20T16:54:10.916079+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:12.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:11 smithi100 bash[22202]: audit 2024-03-20T16:54:10.916079+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.182 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:12 smithi060 bash[22091]: cluster 2024-03-20T16:54:11.527384+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-20T16:54:13.182 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:12 smithi060 bash[22091]: audit 2024-03-20T16:54:12.439320+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.182 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:12 smithi060 bash[22091]: audit 2024-03-20T16:54:12.450452+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.182 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:12 smithi060 bash[22091]: audit 2024-03-20T16:54:12.492433+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-03-20T16:54:13.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:12 smithi100 bash[22202]: cluster 2024-03-20T16:54:11.527384+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-20T16:54:13.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:12 smithi100 bash[22202]: audit 2024-03-20T16:54:12.439320+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:12 smithi100 bash[22202]: audit 2024-03-20T16:54:12.450452+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:12 smithi100 bash[22202]: audit 2024-03-20T16:54:12.492433+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-03-20T16:54:13.366 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:12 smithi012 bash[21445]: cluster 2024-03-20T16:54:11.527384+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-20T16:54:13.367 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:12 smithi012 bash[21445]: audit 2024-03-20T16:54:12.439320+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.367 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:12 smithi012 bash[21445]: audit 2024-03-20T16:54:12.450452+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:13.367 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:12 smithi012 bash[21445]: audit 2024-03-20T16:54:12.492433+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-03-20T16:54:13.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:13 smithi060 bash[22091]: audit 2024-03-20T16:54:13.246077+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi100", "caps": []}]: dispatch 2024-03-20T16:54:14.185 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:13 smithi012 bash[21445]: audit 2024-03-20T16:54:13.246077+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi100", "caps": []}]: dispatch 2024-03-20T16:54:14.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:13 smithi100 bash[22202]: audit 2024-03-20T16:54:13.246077+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi100", "caps": []}]: dispatch 2024-03-20T16:54:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:14 smithi012 bash[21445]: cluster 2024-03-20T16:54:13.527811+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-20T16:54:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:14 smithi012 bash[21445]: audit 2024-03-20T16:54:14.058711+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:14 smithi012 bash[21445]: audit 2024-03-20T16:54:14.160191+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:14 smithi012 bash[21445]: audit 2024-03-20T16:54:14.896146+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:14 smithi060 bash[22091]: cluster 2024-03-20T16:54:13.527811+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-20T16:54:15.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:14 smithi060 bash[22091]: audit 2024-03-20T16:54:14.058711+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:14 smithi060 bash[22091]: audit 2024-03-20T16:54:14.160191+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:14 smithi060 bash[22091]: audit 2024-03-20T16:54:14.896146+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:14 smithi100 bash[22202]: cluster 2024-03-20T16:54:13.527811+0000 mgr.a (mgr.14391) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-20T16:54:15.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:14 smithi100 bash[22202]: audit 2024-03-20T16:54:14.058711+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:14 smithi100 bash[22202]: audit 2024-03-20T16:54:14.160191+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:14 smithi100 bash[22202]: audit 2024-03-20T16:54:14.896146+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:15.994 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:15 smithi012 bash[21445]: cephadm 2024-03-20T16:54:14.157831+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Reconfiguring alertmanager.smithi100 (dependencies changed)... 2024-03-20T16:54:15.994 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:15 smithi012 bash[21445]: cephadm 2024-03-20T16:54:14.436295+0000 mgr.a (mgr.14391) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi100 on smithi100 2024-03-20T16:54:16.109 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:15 smithi060 bash[22091]: cephadm 2024-03-20T16:54:14.157831+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Reconfiguring alertmanager.smithi100 (dependencies changed)... 2024-03-20T16:54:16.109 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:15 smithi060 bash[22091]: cephadm 2024-03-20T16:54:14.436295+0000 mgr.a (mgr.14391) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi100 on smithi100 2024-03-20T16:54:16.200 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:15 smithi100 bash[22202]: cephadm 2024-03-20T16:54:14.157831+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Reconfiguring alertmanager.smithi100 (dependencies changed)... 2024-03-20T16:54:16.201 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:15 smithi100 bash[22202]: cephadm 2024-03-20T16:54:14.436295+0000 mgr.a (mgr.14391) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi100 on smithi100 2024-03-20T16:54:17.110 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:16 smithi100 bash[22202]: cluster 2024-03-20T16:54:15.528299+0000 mgr.a (mgr.14391) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-20T16:54:17.110 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:16 smithi100 bash[22202]: audit 2024-03-20T16:54:16.539138+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.110 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:16 smithi100 bash[22202]: audit 2024-03-20T16:54:16.660421+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.110 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:16 smithi100 bash[22202]: audit 2024-03-20T16:54:16.797870+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.110 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:16 smithi100 bash[22202]: audit 2024-03-20T16:54:16.822335+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:16 smithi060 bash[22091]: cluster 2024-03-20T16:54:15.528299+0000 mgr.a (mgr.14391) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-20T16:54:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:16 smithi060 bash[22091]: audit 2024-03-20T16:54:16.539138+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:16 smithi060 bash[22091]: audit 2024-03-20T16:54:16.660421+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:16 smithi060 bash[22091]: audit 2024-03-20T16:54:16.797870+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:16 smithi060 bash[22091]: audit 2024-03-20T16:54:16.822335+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:16 smithi012 bash[21445]: cluster 2024-03-20T16:54:15.528299+0000 mgr.a (mgr.14391) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-20T16:54:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:16 smithi012 bash[21445]: audit 2024-03-20T16:54:16.539138+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:16 smithi012 bash[21445]: audit 2024-03-20T16:54:16.660421+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:16 smithi012 bash[21445]: audit 2024-03-20T16:54:16.797870+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:17.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:16 smithi012 bash[21445]: audit 2024-03-20T16:54:16.822335+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.042 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: cluster 2024-03-20T16:54:17.528665+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:19.042 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.058818+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.042 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.063931+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.042 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.073087+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.042 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.439551+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.043 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.512386+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.043 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.519156+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.043 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.528650+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.043 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:18 smithi060 bash[22091]: audit 2024-03-20T16:54:18.621793+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:19.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: cluster 2024-03-20T16:54:17.528665+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.058818+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.063931+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.073087+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.439551+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.512386+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.519156+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.528650+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:18 smithi100 bash[22202]: audit 2024-03-20T16:54:18.621793+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: cluster 2024-03-20T16:54:17.528665+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.058818+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.063931+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.073087+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.439551+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.512386+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.519156+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.528650+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:19.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:18 smithi012 bash[21445]: audit 2024-03-20T16:54:18.621793+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:20.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:19 smithi100 bash[22202]: audit 2024-03-20T16:54:18.978151+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:19 smithi100 bash[22202]: audit 2024-03-20T16:54:18.988916+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:19 smithi100 bash[22202]: audit 2024-03-20T16:54:19.000693+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:19 smithi060 bash[22091]: audit 2024-03-20T16:54:18.978151+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:19 smithi060 bash[22091]: audit 2024-03-20T16:54:18.988916+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:19 smithi060 bash[22091]: audit 2024-03-20T16:54:19.000693+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:19 smithi012 bash[21445]: audit 2024-03-20T16:54:18.978151+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:19 smithi012 bash[21445]: audit 2024-03-20T16:54:18.988916+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:20.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:19 smithi012 bash[21445]: audit 2024-03-20T16:54:19.000693+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.044 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STOPPING 2024-03-20T16:54:21.044 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-20T16:54:21.044 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STOPPED 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STARTING 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Serving on http://:::9283 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STARTED 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STOPPING 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STOPPED 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:20 smithi012 bash[21700]: [20/Mar/2024:16:54:20] ENGINE Bus STARTING 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21700]: [20/Mar/2024:16:54:21] ENGINE Serving on http://:::9283 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21700]: [20/Mar/2024:16:54:21] ENGINE Bus STARTED 2024-03-20T16:54:21.045 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: cluster 2024-03-20T16:54:19.529230+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.465213+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.726019+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.734770+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.771175+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.774473+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.782060+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.816856+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.822416+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100.front.sepia.ceph.com:9093"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.831118+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.850157+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.853497+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.854466+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:21.046 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:21 smithi012 bash[21445]: audit 2024-03-20T16:54:20.860484+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: cluster 2024-03-20T16:54:19.529230+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.465213+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.726019+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.734770+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.771175+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.774473+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.782060+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.816856+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.822416+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100.front.sepia.ceph.com:9093"}]: dispatch 2024-03-20T16:54:21.266 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.831118+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.267 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.850157+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:21.267 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.853497+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:21.267 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.854466+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:21.267 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:21 smithi100 bash[22202]: audit 2024-03-20T16:54:20.860484+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: cluster 2024-03-20T16:54:19.529230+0000 mgr.a (mgr.14391) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.465213+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.726019+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.734770+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.771175+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.774473+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.782060+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.816856+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.822416+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100.front.sepia.ceph.com:9093"}]: dispatch 2024-03-20T16:54:21.442 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.831118+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:21.443 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.850157+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:21.443 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.853497+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:21.443 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.854466+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:21.443 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:21 smithi060 bash[22091]: audit 2024-03-20T16:54:20.860484+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:22.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:22 smithi100 bash[22202]: audit 2024-03-20T16:54:20.772251+0000 mgr.a (mgr.14391) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-20T16:54:22.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:22 smithi100 bash[22202]: audit 2024-03-20T16:54:20.775458+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-03-20T16:54:22.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:22 smithi100 bash[22202]: audit 2024-03-20T16:54:20.817767+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-20T16:54:22.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:22 smithi100 bash[22202]: audit 2024-03-20T16:54:20.823470+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100.front.sepia.ceph.com:9093"}]: dispatch 2024-03-20T16:54:22.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:22 smithi100 bash[22202]: cephadm 2024-03-20T16:54:20.861033+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:54:22.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:22 smithi012 bash[21445]: audit 2024-03-20T16:54:20.772251+0000 mgr.a (mgr.14391) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-20T16:54:22.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:22 smithi012 bash[21445]: audit 2024-03-20T16:54:20.775458+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-03-20T16:54:22.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:22 smithi012 bash[21445]: audit 2024-03-20T16:54:20.817767+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-20T16:54:22.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:22 smithi012 bash[21445]: audit 2024-03-20T16:54:20.823470+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100.front.sepia.ceph.com:9093"}]: dispatch 2024-03-20T16:54:22.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:22 smithi012 bash[21445]: cephadm 2024-03-20T16:54:20.861033+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:54:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:22 smithi060 bash[22091]: audit 2024-03-20T16:54:20.772251+0000 mgr.a (mgr.14391) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-20T16:54:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:22 smithi060 bash[22091]: audit 2024-03-20T16:54:20.775458+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-03-20T16:54:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:22 smithi060 bash[22091]: audit 2024-03-20T16:54:20.817767+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-20T16:54:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:22 smithi060 bash[22091]: audit 2024-03-20T16:54:20.823470+0000 mgr.a (mgr.14391) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100.front.sepia.ceph.com:9093"}]: dispatch 2024-03-20T16:54:22.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:22 smithi060 bash[22091]: cephadm 2024-03-20T16:54:20.861033+0000 mgr.a (mgr.14391) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-20T16:54:23.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:23 smithi100 bash[22202]: cluster 2024-03-20T16:54:21.529852+0000 mgr.a (mgr.14391) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:23.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:23 smithi100 bash[22202]: audit 2024-03-20T16:54:22.212604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:23 smithi100 bash[22202]: audit 2024-03-20T16:54:22.222314+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.332 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:23 smithi100 bash[22202]: audit 2024-03-20T16:54:22.234328+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:23 smithi012 bash[21445]: cluster 2024-03-20T16:54:21.529852+0000 mgr.a (mgr.14391) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:23 smithi012 bash[21445]: audit 2024-03-20T16:54:22.212604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:23 smithi012 bash[21445]: audit 2024-03-20T16:54:22.222314+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:23 smithi012 bash[21445]: audit 2024-03-20T16:54:22.234328+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:23 smithi060 bash[22091]: cluster 2024-03-20T16:54:21.529852+0000 mgr.a (mgr.14391) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-20T16:54:23.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:23 smithi060 bash[22091]: audit 2024-03-20T16:54:22.212604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:23 smithi060 bash[22091]: audit 2024-03-20T16:54:22.222314+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:23.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:23 smithi060 bash[22091]: audit 2024-03-20T16:54:22.234328+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:25.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:24 smithi100 bash[22202]: cluster 2024-03-20T16:54:23.530421+0000 mgr.a (mgr.14391) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:25.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:24 smithi100 bash[22202]: audit 2024-03-20T16:54:23.768895+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:24 smithi012 bash[21445]: cluster 2024-03-20T16:54:23.530421+0000 mgr.a (mgr.14391) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:24 smithi012 bash[21445]: audit 2024-03-20T16:54:23.768895+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:24 smithi060 bash[22091]: cluster 2024-03-20T16:54:23.530421+0000 mgr.a (mgr.14391) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:24 smithi060 bash[22091]: audit 2024-03-20T16:54:23.768895+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:27.032 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:26 smithi100 bash[22202]: cluster 2024-03-20T16:54:25.530986+0000 mgr.a (mgr.14391) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:27.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:26 smithi012 bash[21445]: cluster 2024-03-20T16:54:25.530986+0000 mgr.a (mgr.14391) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:26 smithi060 bash[22091]: cluster 2024-03-20T16:54:25.530986+0000 mgr.a (mgr.14391) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:28 smithi012 bash[21445]: cluster 2024-03-20T16:54:27.531556+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:28.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:28 smithi012 bash[21445]: audit 2024-03-20T16:54:27.662665+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:28.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:28 smithi060 bash[22091]: cluster 2024-03-20T16:54:27.531556+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:28.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:28 smithi060 bash[22091]: audit 2024-03-20T16:54:27.662665+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:29.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:28 smithi100 bash[22202]: cluster 2024-03-20T16:54:27.531556+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:29.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:28 smithi100 bash[22202]: audit 2024-03-20T16:54:27.662665+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:29.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.691297+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:29.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.700486+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:29.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.706248+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:29.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.711421+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.712351+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.714537+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.724587+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:29.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:29 smithi060 bash[22091]: audit 2024-03-20T16:54:28.747454+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.691297+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.700486+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.706248+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.711421+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.712351+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.714537+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.724587+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:29 smithi100 bash[22202]: audit 2024-03-20T16:54:28.747454+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.691297+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.700486+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.706248+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:54:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.711421+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.712351+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:54:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.714537+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:54:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.724587+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:30.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:29 smithi012 bash[21445]: audit 2024-03-20T16:54:28.747454+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:31.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:30 smithi100 bash[22202]: cluster 2024-03-20T16:54:29.532117+0000 mgr.a (mgr.14391) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:30 smithi012 bash[21445]: cluster 2024-03-20T16:54:29.532117+0000 mgr.a (mgr.14391) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:30 smithi060 bash[22091]: cluster 2024-03-20T16:54:29.532117+0000 mgr.a (mgr.14391) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:33.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:32 smithi100 bash[22202]: cluster 2024-03-20T16:54:31.532601+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:33.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:32 smithi012 bash[21445]: cluster 2024-03-20T16:54:31.532601+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:33.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:32 smithi060 bash[22091]: cluster 2024-03-20T16:54:31.532601+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:34.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:33 smithi100 bash[22202]: audit 2024-03-20T16:54:33.622304+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:34.157 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:33 smithi012 bash[21445]: audit 2024-03-20T16:54:33.622304+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:34.221 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:33 smithi060 bash[22091]: audit 2024-03-20T16:54:33.622304+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:35.030 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:34 smithi012 bash[21445]: cluster 2024-03-20T16:54:33.533131+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:35.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:34 smithi100 bash[22202]: cluster 2024-03-20T16:54:33.533131+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:35.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:34 smithi060 bash[22091]: cluster 2024-03-20T16:54:33.533131+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:36.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:36 smithi012 bash[21445]: cluster 2024-03-20T16:54:35.533731+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:37.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:36 smithi100 bash[22202]: cluster 2024-03-20T16:54:35.533731+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:37.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:36 smithi060 bash[22091]: cluster 2024-03-20T16:54:35.533731+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:39.072 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:38 smithi060 bash[22091]: cluster 2024-03-20T16:54:37.534265+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:39.072 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:38 smithi060 bash[22091]: audit 2024-03-20T16:54:37.802855+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.073 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:38 smithi060 bash[22091]: audit 2024-03-20T16:54:37.812748+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.073 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:38 smithi060 bash[22091]: audit 2024-03-20T16:54:37.831354+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:38 smithi100 bash[22202]: cluster 2024-03-20T16:54:37.534265+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:39.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:38 smithi100 bash[22202]: audit 2024-03-20T16:54:37.802855+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:38 smithi100 bash[22202]: audit 2024-03-20T16:54:37.812748+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:38 smithi100 bash[22202]: audit 2024-03-20T16:54:37.831354+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:38 smithi012 bash[21445]: cluster 2024-03-20T16:54:37.534265+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:38 smithi012 bash[21445]: audit 2024-03-20T16:54:37.802855+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:38 smithi012 bash[21445]: audit 2024-03-20T16:54:37.812748+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:39.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:38 smithi012 bash[21445]: audit 2024-03-20T16:54:37.831354+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:40.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:40 smithi060 bash[22091]: cluster 2024-03-20T16:54:39.534812+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:41.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:40 smithi100 bash[22202]: cluster 2024-03-20T16:54:39.534812+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:41.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:40 smithi012 bash[21445]: cluster 2024-03-20T16:54:39.534812+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:43.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:42 smithi100 bash[22202]: cluster 2024-03-20T16:54:41.535343+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:43.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:42 smithi100 bash[22202]: audit 2024-03-20T16:54:42.375708+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:42 smithi100 bash[22202]: audit 2024-03-20T16:54:42.385870+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:42 smithi100 bash[22202]: audit 2024-03-20T16:54:42.397105+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:42 smithi012 bash[21445]: cluster 2024-03-20T16:54:41.535343+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:42 smithi012 bash[21445]: audit 2024-03-20T16:54:42.375708+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:42 smithi012 bash[21445]: audit 2024-03-20T16:54:42.385870+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:42 smithi012 bash[21445]: audit 2024-03-20T16:54:42.397105+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:42 smithi060 bash[22091]: cluster 2024-03-20T16:54:41.535343+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:43.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:42 smithi060 bash[22091]: audit 2024-03-20T16:54:42.375708+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:42 smithi060 bash[22091]: audit 2024-03-20T16:54:42.385870+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:43.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:42 smithi060 bash[22091]: audit 2024-03-20T16:54:42.397105+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:44.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:44 smithi100 bash[22202]: cluster 2024-03-20T16:54:43.535908+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:45.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:44 smithi012 bash[21445]: cluster 2024-03-20T16:54:43.535908+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:45.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:44 smithi060 bash[22091]: cluster 2024-03-20T16:54:43.535908+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:47.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:46 smithi100 bash[22202]: cluster 2024-03-20T16:54:45.536496+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:47.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:46 smithi100 bash[22202]: audit 2024-03-20T16:54:46.303144+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:46 smithi100 bash[22202]: audit 2024-03-20T16:54:46.312943+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:46 smithi100 bash[22202]: audit 2024-03-20T16:54:46.323440+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:46 smithi012 bash[21445]: cluster 2024-03-20T16:54:45.536496+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:47.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:46 smithi012 bash[21445]: audit 2024-03-20T16:54:46.303144+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:46 smithi012 bash[21445]: audit 2024-03-20T16:54:46.312943+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:46 smithi012 bash[21445]: audit 2024-03-20T16:54:46.323440+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:46 smithi060 bash[22091]: cluster 2024-03-20T16:54:45.536496+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:46 smithi060 bash[22091]: audit 2024-03-20T16:54:46.303144+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:46 smithi060 bash[22091]: audit 2024-03-20T16:54:46.312943+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:46 smithi060 bash[22091]: audit 2024-03-20T16:54:46.323440+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:49.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:48 smithi100 bash[22202]: cluster 2024-03-20T16:54:47.537086+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:49.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:48 smithi100 bash[22202]: audit 2024-03-20T16:54:48.622856+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:49.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:48 smithi012 bash[21445]: cluster 2024-03-20T16:54:47.537086+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:49.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:48 smithi012 bash[21445]: audit 2024-03-20T16:54:48.622856+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:49.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:48 smithi060 bash[22091]: cluster 2024-03-20T16:54:47.537086+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:49.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:48 smithi060 bash[22091]: audit 2024-03-20T16:54:48.622856+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:54:51.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:50 smithi100 bash[22202]: cluster 2024-03-20T16:54:49.537645+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:51.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:50 smithi012 bash[21445]: cluster 2024-03-20T16:54:49.537645+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:51.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:50 smithi060 bash[22091]: cluster 2024-03-20T16:54:49.537645+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:53.155 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:52 smithi012 bash[21445]: cluster 2024-03-20T16:54:51.538166+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:53.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:52 smithi060 bash[22091]: cluster 2024-03-20T16:54:51.538166+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:53.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:52 smithi100 bash[22202]: cluster 2024-03-20T16:54:51.538166+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:55.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:54 smithi012 bash[21445]: cluster 2024-03-20T16:54:53.538705+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:55.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:54 smithi060 bash[22091]: cluster 2024-03-20T16:54:53.538705+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:55.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:54 smithi100 bash[22202]: cluster 2024-03-20T16:54:53.538705+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:57.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:56 smithi012 bash[21445]: cluster 2024-03-20T16:54:55.539154+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:57.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:56 smithi060 bash[22091]: cluster 2024-03-20T16:54:55.539154+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:57.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:56 smithi100 bash[22202]: cluster 2024-03-20T16:54:55.539154+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:59.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:59 smithi100 bash[22202]: cluster 2024-03-20T16:54:57.539785+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:59.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:59 smithi100 bash[22202]: audit 2024-03-20T16:54:58.040487+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:59 smithi100 bash[22202]: audit 2024-03-20T16:54:58.048257+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:54:59 smithi100 bash[22202]: audit 2024-03-20T16:54:58.058645+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:59 smithi012 bash[21445]: cluster 2024-03-20T16:54:57.539785+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:59.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:59 smithi012 bash[21445]: audit 2024-03-20T16:54:58.040487+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:59 smithi012 bash[21445]: audit 2024-03-20T16:54:58.048257+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:54:59 smithi012 bash[21445]: audit 2024-03-20T16:54:58.058645+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:59 smithi060 bash[22091]: cluster 2024-03-20T16:54:57.539785+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:54:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:59 smithi060 bash[22091]: audit 2024-03-20T16:54:58.040487+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:59 smithi060 bash[22091]: audit 2024-03-20T16:54:58.048257+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:54:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:54:59 smithi060 bash[22091]: audit 2024-03-20T16:54:58.058645+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:01.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:01 smithi100 bash[22202]: cluster 2024-03-20T16:54:59.540377+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:01 smithi012 bash[21445]: cluster 2024-03-20T16:54:59.540377+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:01 smithi060 bash[22091]: cluster 2024-03-20T16:54:59.540377+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:03.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:03 smithi100 bash[22202]: cluster 2024-03-20T16:55:01.540951+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:03.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:03 smithi100 bash[22202]: audit 2024-03-20T16:55:02.548221+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:03 smithi100 bash[22202]: audit 2024-03-20T16:55:02.558017+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:03 smithi100 bash[22202]: audit 2024-03-20T16:55:02.568572+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.355 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:03 smithi060 bash[22091]: cluster 2024-03-20T16:55:01.540951+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:03.355 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:03 smithi060 bash[22091]: audit 2024-03-20T16:55:02.548221+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.355 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:03 smithi060 bash[22091]: audit 2024-03-20T16:55:02.558017+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.355 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:03 smithi060 bash[22091]: audit 2024-03-20T16:55:02.568572+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:03 smithi012 bash[21445]: cluster 2024-03-20T16:55:01.540951+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:03.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:03 smithi012 bash[21445]: audit 2024-03-20T16:55:02.548221+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:03 smithi012 bash[21445]: audit 2024-03-20T16:55:02.558017+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:03.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:03 smithi012 bash[21445]: audit 2024-03-20T16:55:02.568572+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:04.333 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:04 smithi100 bash[22202]: audit 2024-03-20T16:55:03.623124+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:04.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:04 smithi012 bash[21445]: audit 2024-03-20T16:55:03.623124+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:04 smithi060 bash[22091]: audit 2024-03-20T16:55:03.623124+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:05.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:05 smithi100 bash[22202]: cluster 2024-03-20T16:55:03.541447+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:05.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:05 smithi012 bash[21445]: cluster 2024-03-20T16:55:03.541447+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:05.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:05 smithi060 bash[22091]: cluster 2024-03-20T16:55:03.541447+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:06.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:06 smithi100 bash[22202]: cluster 2024-03-20T16:55:05.542082+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:06.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:06 smithi012 bash[21445]: cluster 2024-03-20T16:55:05.542082+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:06.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:06 smithi060 bash[22091]: cluster 2024-03-20T16:55:05.542082+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:06.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:55:06 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:55:06] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-20T16:55:07.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:07 smithi100 bash[22202]: audit 2024-03-20T16:55:06.475800+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:07 smithi100 bash[22202]: audit 2024-03-20T16:55:06.485525+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:07 smithi100 bash[22202]: audit 2024-03-20T16:55:06.495885+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:07 smithi012 bash[21445]: audit 2024-03-20T16:55:06.475800+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:07 smithi012 bash[21445]: audit 2024-03-20T16:55:06.485525+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:07 smithi012 bash[21445]: audit 2024-03-20T16:55:06.495885+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:07 smithi060 bash[22091]: audit 2024-03-20T16:55:06.475800+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:07 smithi060 bash[22091]: audit 2024-03-20T16:55:06.485525+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:07.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:07 smithi060 bash[22091]: audit 2024-03-20T16:55:06.495885+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:08.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:08 smithi100 bash[22202]: cluster 2024-03-20T16:55:07.542602+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:08 smithi012 bash[21445]: cluster 2024-03-20T16:55:07.542602+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:08 smithi060 bash[22091]: cluster 2024-03-20T16:55:07.542602+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:10.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:10 smithi012 bash[21445]: cluster 2024-03-20T16:55:09.543160+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:10 smithi060 bash[22091]: cluster 2024-03-20T16:55:09.543160+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:11.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:10 smithi100 bash[22202]: cluster 2024-03-20T16:55:09.543160+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:12.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:12 smithi012 bash[21445]: cluster 2024-03-20T16:55:11.543684+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:12.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:12 smithi060 bash[22091]: cluster 2024-03-20T16:55:11.543684+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:13.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:12 smithi100 bash[22202]: cluster 2024-03-20T16:55:11.543684+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:14.721 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:14 smithi012 bash[21445]: cluster 2024-03-20T16:55:13.544175+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:14.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:14 smithi060 bash[22091]: cluster 2024-03-20T16:55:13.544175+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:15.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:14 smithi100 bash[22202]: cluster 2024-03-20T16:55:13.544175+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:16.838 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:16 smithi012 bash[21445]: cluster 2024-03-20T16:55:15.544763+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:16.838 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:55:16 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:55:16] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-20T16:55:16.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:16 smithi060 bash[22091]: cluster 2024-03-20T16:55:15.544763+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:17.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:16 smithi100 bash[22202]: cluster 2024-03-20T16:55:15.544763+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:18.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:18 smithi012 bash[21445]: cluster 2024-03-20T16:55:17.545263+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:18.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:18 smithi012 bash[21445]: audit 2024-03-20T16:55:18.275144+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:18.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:18 smithi012 bash[21445]: audit 2024-03-20T16:55:18.283510+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:18.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:18 smithi012 bash[21445]: audit 2024-03-20T16:55:18.295432+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:18.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:18 smithi060 bash[22091]: cluster 2024-03-20T16:55:17.545263+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:18.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:18 smithi060 bash[22091]: audit 2024-03-20T16:55:18.275144+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:18.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:18 smithi060 bash[22091]: audit 2024-03-20T16:55:18.283510+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:18.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:18 smithi060 bash[22091]: audit 2024-03-20T16:55:18.295432+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:19.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:18 smithi100 bash[22202]: cluster 2024-03-20T16:55:17.545263+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:19.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:18 smithi100 bash[22202]: audit 2024-03-20T16:55:18.275144+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:19.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:18 smithi100 bash[22202]: audit 2024-03-20T16:55:18.283510+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:19.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:18 smithi100 bash[22202]: audit 2024-03-20T16:55:18.295432+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:19.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:19 smithi012 bash[21445]: audit 2024-03-20T16:55:18.623598+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:19.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:19 smithi060 bash[22091]: audit 2024-03-20T16:55:18.623598+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:20.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:19 smithi100 bash[22202]: audit 2024-03-20T16:55:18.623598+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:20.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:20 smithi012 bash[21445]: cluster 2024-03-20T16:55:19.545825+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:20 smithi060 bash[22091]: cluster 2024-03-20T16:55:19.545825+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:21.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:20 smithi100 bash[22202]: cluster 2024-03-20T16:55:19.545825+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:22.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:22 smithi012 bash[21445]: cluster 2024-03-20T16:55:21.546348+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:22.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:22 smithi060 bash[22091]: cluster 2024-03-20T16:55:21.546348+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:23.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:22 smithi100 bash[22202]: cluster 2024-03-20T16:55:21.546348+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:23.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:23 smithi060 bash[22091]: audit 2024-03-20T16:55:22.716856+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:23.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:23 smithi060 bash[22091]: audit 2024-03-20T16:55:22.726734+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:23.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:23 smithi060 bash[22091]: audit 2024-03-20T16:55:22.737738+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:24.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:23 smithi100 bash[22202]: audit 2024-03-20T16:55:22.716856+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:24.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:23 smithi100 bash[22202]: audit 2024-03-20T16:55:22.726734+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:24.081 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:23 smithi100 bash[22202]: audit 2024-03-20T16:55:22.737738+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:24.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:23 smithi012 bash[21445]: audit 2024-03-20T16:55:22.716856+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:24.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:23 smithi012 bash[21445]: audit 2024-03-20T16:55:22.726734+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:24.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:23 smithi012 bash[21445]: audit 2024-03-20T16:55:22.737738+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:25.030 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:24 smithi100 bash[22202]: cluster 2024-03-20T16:55:23.546872+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:24 smithi012 bash[21445]: cluster 2024-03-20T16:55:23.546872+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:25.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:24 smithi060 bash[22091]: cluster 2024-03-20T16:55:23.546872+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:26.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:26 smithi100 bash[22202]: cluster 2024-03-20T16:55:25.547402+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:26.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:26 smithi100 bash[22202]: audit 2024-03-20T16:55:26.625201+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:26.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:26 smithi100 bash[22202]: audit 2024-03-20T16:55:26.634656+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:26.831 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:26 smithi100 bash[22202]: audit 2024-03-20T16:55:26.645252+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:26.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:55:26 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:55:26] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-03-20T16:55:26.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:26 smithi012 bash[21445]: cluster 2024-03-20T16:55:25.547402+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:26.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:26 smithi012 bash[21445]: audit 2024-03-20T16:55:26.625201+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:26 smithi012 bash[21445]: audit 2024-03-20T16:55:26.634656+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:26 smithi012 bash[21445]: audit 2024-03-20T16:55:26.645252+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:26 smithi060 bash[22091]: cluster 2024-03-20T16:55:25.547402+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:26 smithi060 bash[22091]: audit 2024-03-20T16:55:26.625201+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:26 smithi060 bash[22091]: audit 2024-03-20T16:55:26.634656+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:26 smithi060 bash[22091]: audit 2024-03-20T16:55:26.645252+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:28 smithi012 bash[21445]: cluster 2024-03-20T16:55:27.547928+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:28.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:28 smithi060 bash[22091]: cluster 2024-03-20T16:55:27.547928+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:28.580 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:28 smithi100 bash[22202]: cluster 2024-03-20T16:55:27.547928+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:29 smithi012 bash[21445]: audit 2024-03-20T16:55:28.865020+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:55:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:29 smithi012 bash[21445]: audit 2024-03-20T16:55:28.871425+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:55:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:29 smithi012 bash[21445]: audit 2024-03-20T16:55:28.873382+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:55:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:29 smithi012 bash[21445]: audit 2024-03-20T16:55:28.883880+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:29 smithi060 bash[22091]: audit 2024-03-20T16:55:28.865020+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:55:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:29 smithi060 bash[22091]: audit 2024-03-20T16:55:28.871425+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:55:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:29 smithi060 bash[22091]: audit 2024-03-20T16:55:28.873382+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:55:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:29 smithi060 bash[22091]: audit 2024-03-20T16:55:28.883880+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:29.580 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:29 smithi100 bash[22202]: audit 2024-03-20T16:55:28.865020+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:55:29.581 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:29 smithi100 bash[22202]: audit 2024-03-20T16:55:28.871425+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:55:29.581 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:29 smithi100 bash[22202]: audit 2024-03-20T16:55:28.873382+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:55:29.581 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:29 smithi100 bash[22202]: audit 2024-03-20T16:55:28.883880+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:30.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:30 smithi012 bash[21445]: cluster 2024-03-20T16:55:29.548469+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:30.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:30 smithi060 bash[22091]: cluster 2024-03-20T16:55:29.548469+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:30.580 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:30 smithi100 bash[22202]: cluster 2024-03-20T16:55:29.548469+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:32.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:32 smithi012 bash[21445]: cluster 2024-03-20T16:55:31.549029+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:32.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:32 smithi060 bash[22091]: cluster 2024-03-20T16:55:31.549029+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:33.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:32 smithi100 bash[22202]: cluster 2024-03-20T16:55:31.549029+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:34.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:34 smithi012 bash[21445]: cluster 2024-03-20T16:55:33.549489+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:34.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:34 smithi012 bash[21445]: audit 2024-03-20T16:55:33.623906+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:34 smithi060 bash[22091]: cluster 2024-03-20T16:55:33.549489+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:34 smithi060 bash[22091]: audit 2024-03-20T16:55:33.623906+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:35.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:34 smithi100 bash[22202]: cluster 2024-03-20T16:55:33.549489+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:35.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:34 smithi100 bash[22202]: audit 2024-03-20T16:55:33.623906+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:36.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:36 smithi012 bash[21445]: cluster 2024-03-20T16:55:35.549911+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:36.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:55:36 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:55:36] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-03-20T16:55:36.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:36 smithi060 bash[22091]: cluster 2024-03-20T16:55:35.549911+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:37.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:36 smithi100 bash[22202]: cluster 2024-03-20T16:55:35.549911+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:38 smithi012 bash[21445]: cluster 2024-03-20T16:55:37.550399+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:38 smithi012 bash[21445]: audit 2024-03-20T16:55:38.505942+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:38 smithi012 bash[21445]: audit 2024-03-20T16:55:38.513771+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:38.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:38 smithi012 bash[21445]: audit 2024-03-20T16:55:38.521986+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:38 smithi060 bash[22091]: cluster 2024-03-20T16:55:37.550399+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:38 smithi060 bash[22091]: audit 2024-03-20T16:55:38.505942+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:38 smithi060 bash[22091]: audit 2024-03-20T16:55:38.513771+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:38.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:38 smithi060 bash[22091]: audit 2024-03-20T16:55:38.521986+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:39.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:38 smithi100 bash[22202]: cluster 2024-03-20T16:55:37.550399+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:39.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:38 smithi100 bash[22202]: audit 2024-03-20T16:55:38.505942+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:39.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:38 smithi100 bash[22202]: audit 2024-03-20T16:55:38.513771+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:39.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:38 smithi100 bash[22202]: audit 2024-03-20T16:55:38.521986+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:40.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:40 smithi012 bash[21445]: cluster 2024-03-20T16:55:39.550944+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:40.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:40 smithi060 bash[22091]: cluster 2024-03-20T16:55:39.550944+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:41.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:40 smithi100 bash[22202]: cluster 2024-03-20T16:55:39.550944+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:42.715 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:42 smithi060 bash[22091]: cluster 2024-03-20T16:55:41.551465+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:42.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:42 smithi012 bash[21445]: cluster 2024-03-20T16:55:41.551465+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:43.080 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:42 smithi100 bash[22202]: cluster 2024-03-20T16:55:41.551465+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:44.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:43 smithi060 bash[22091]: audit 2024-03-20T16:55:42.927628+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:43 smithi060 bash[22091]: audit 2024-03-20T16:55:42.940283+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:43 smithi060 bash[22091]: audit 2024-03-20T16:55:42.952285+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:43 smithi100 bash[22202]: audit 2024-03-20T16:55:42.927628+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:43 smithi100 bash[22202]: audit 2024-03-20T16:55:42.940283+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:43 smithi100 bash[22202]: audit 2024-03-20T16:55:42.952285+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:43 smithi012 bash[21445]: audit 2024-03-20T16:55:42.927628+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:43 smithi012 bash[21445]: audit 2024-03-20T16:55:42.940283+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:44.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:43 smithi012 bash[21445]: audit 2024-03-20T16:55:42.952285+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:45.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:44 smithi060 bash[22091]: cluster 2024-03-20T16:55:43.551973+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:45.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:44 smithi100 bash[22202]: cluster 2024-03-20T16:55:43.551973+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:45.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:44 smithi012 bash[21445]: cluster 2024-03-20T16:55:43.551973+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:46.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:55:46 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:55:46] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-03-20T16:55:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:46 smithi060 bash[22091]: cluster 2024-03-20T16:55:45.552527+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:46 smithi060 bash[22091]: audit 2024-03-20T16:55:46.798471+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:46 smithi060 bash[22091]: audit 2024-03-20T16:55:46.808081+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:46 smithi060 bash[22091]: audit 2024-03-20T16:55:46.818655+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:46 smithi100 bash[22202]: cluster 2024-03-20T16:55:45.552527+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:47.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:46 smithi100 bash[22202]: audit 2024-03-20T16:55:46.798471+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:46 smithi100 bash[22202]: audit 2024-03-20T16:55:46.808081+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.331 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:46 smithi100 bash[22202]: audit 2024-03-20T16:55:46.818655+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:46 smithi012 bash[21445]: cluster 2024-03-20T16:55:45.552527+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:46 smithi012 bash[21445]: audit 2024-03-20T16:55:46.798471+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:46 smithi012 bash[21445]: audit 2024-03-20T16:55:46.808081+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:46 smithi012 bash[21445]: audit 2024-03-20T16:55:46.818655+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:49.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:48 smithi060 bash[22091]: cluster 2024-03-20T16:55:47.553077+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:49.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:48 smithi060 bash[22091]: audit 2024-03-20T16:55:48.624666+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:49.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:48 smithi100 bash[22202]: cluster 2024-03-20T16:55:47.553077+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:49.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:48 smithi100 bash[22202]: audit 2024-03-20T16:55:48.624666+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:49.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:48 smithi012 bash[21445]: cluster 2024-03-20T16:55:47.553077+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:49.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:48 smithi012 bash[21445]: audit 2024-03-20T16:55:48.624666+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:55:51.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:50 smithi060 bash[22091]: cluster 2024-03-20T16:55:49.553625+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:51.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:50 smithi100 bash[22202]: cluster 2024-03-20T16:55:49.553625+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:50 smithi012 bash[21445]: cluster 2024-03-20T16:55:49.553625+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:53.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:52 smithi100 bash[22202]: cluster 2024-03-20T16:55:51.554143+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:52 smithi012 bash[21445]: cluster 2024-03-20T16:55:51.554143+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:53.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:52 smithi060 bash[22091]: cluster 2024-03-20T16:55:51.554143+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:55.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:54 smithi100 bash[22202]: cluster 2024-03-20T16:55:53.554572+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:54 smithi012 bash[21445]: cluster 2024-03-20T16:55:53.554572+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:55.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:54 smithi060 bash[22091]: cluster 2024-03-20T16:55:53.554572+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:56.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:55:56 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:55:56] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-03-20T16:55:57.265 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:56 smithi012 bash[21445]: cluster 2024-03-20T16:55:55.555077+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:57.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:56 smithi100 bash[22202]: cluster 2024-03-20T16:55:55.555077+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:56 smithi060 bash[22091]: cluster 2024-03-20T16:55:55.555077+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:58 smithi012 bash[21445]: cluster 2024-03-20T16:55:57.555488+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:58 smithi012 bash[21445]: audit 2024-03-20T16:55:58.714869+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:58 smithi012 bash[21445]: audit 2024-03-20T16:55:58.724019+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:55:58 smithi012 bash[21445]: audit 2024-03-20T16:55:58.734074+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:58 smithi100 bash[22202]: cluster 2024-03-20T16:55:57.555488+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:59.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:58 smithi100 bash[22202]: audit 2024-03-20T16:55:58.714869+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:58 smithi100 bash[22202]: audit 2024-03-20T16:55:58.724019+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:55:58 smithi100 bash[22202]: audit 2024-03-20T16:55:58.734074+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:58 smithi060 bash[22091]: cluster 2024-03-20T16:55:57.555488+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:55:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:58 smithi060 bash[22091]: audit 2024-03-20T16:55:58.714869+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:58 smithi060 bash[22091]: audit 2024-03-20T16:55:58.724019+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:55:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:55:58 smithi060 bash[22091]: audit 2024-03-20T16:55:58.734074+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:01.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:00 smithi060 bash[22091]: cluster 2024-03-20T16:55:59.556148+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:01.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:00 smithi100 bash[22202]: cluster 2024-03-20T16:55:59.556148+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:01.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:00 smithi012 bash[21445]: cluster 2024-03-20T16:55:59.556148+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:03.161 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:02 smithi060 bash[22091]: cluster 2024-03-20T16:56:01.556839+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:03.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:03 smithi100 bash[22202]: cluster 2024-03-20T16:56:01.556839+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:03.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:02 smithi012 bash[21445]: cluster 2024-03-20T16:56:01.556839+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:04 smithi012 bash[21445]: audit 2024-03-20T16:56:03.140203+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:04 smithi012 bash[21445]: audit 2024-03-20T16:56:03.149616+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:04 smithi012 bash[21445]: audit 2024-03-20T16:56:03.160212+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:04 smithi012 bash[21445]: cluster 2024-03-20T16:56:03.557511+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:04.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:04 smithi012 bash[21445]: audit 2024-03-20T16:56:03.624796+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:04 smithi060 bash[22091]: audit 2024-03-20T16:56:03.140203+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:04 smithi060 bash[22091]: audit 2024-03-20T16:56:03.149616+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:04 smithi060 bash[22091]: audit 2024-03-20T16:56:03.160212+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:04 smithi060 bash[22091]: cluster 2024-03-20T16:56:03.557511+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:04.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:04 smithi060 bash[22091]: audit 2024-03-20T16:56:03.624796+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:04.551 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:04 smithi100 bash[22202]: audit 2024-03-20T16:56:03.140203+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.551 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:04 smithi100 bash[22202]: audit 2024-03-20T16:56:03.149616+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.551 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:04 smithi100 bash[22202]: audit 2024-03-20T16:56:03.160212+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:04.551 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:04 smithi100 bash[22202]: cluster 2024-03-20T16:56:03.557511+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:04.551 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:04 smithi100 bash[22202]: audit 2024-03-20T16:56:03.624796+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:06.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:06 smithi012 bash[21445]: cluster 2024-03-20T16:56:05.558070+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:06.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:56:06 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:56:06] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-20T16:56:06.968 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:06 smithi100 bash[22202]: cluster 2024-03-20T16:56:05.558070+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:06.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:06 smithi060 bash[22091]: cluster 2024-03-20T16:56:05.558070+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:08.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:07 smithi060 bash[22091]: audit 2024-03-20T16:56:06.947019+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:07 smithi060 bash[22091]: audit 2024-03-20T16:56:06.956339+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:07 smithi060 bash[22091]: audit 2024-03-20T16:56:06.966657+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:07 smithi100 bash[22202]: audit 2024-03-20T16:56:06.947019+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:07 smithi100 bash[22202]: audit 2024-03-20T16:56:06.956339+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:07 smithi100 bash[22202]: audit 2024-03-20T16:56:06.966657+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:07 smithi012 bash[21445]: audit 2024-03-20T16:56:06.947019+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:07 smithi012 bash[21445]: audit 2024-03-20T16:56:06.956339+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:08.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:07 smithi012 bash[21445]: audit 2024-03-20T16:56:06.966657+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:09.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:08 smithi060 bash[22091]: cluster 2024-03-20T16:56:07.558596+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:09.307 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:08 smithi100 bash[22202]: cluster 2024-03-20T16:56:07.558596+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:09.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:08 smithi012 bash[21445]: cluster 2024-03-20T16:56:07.558596+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:11.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:10 smithi100 bash[22202]: cluster 2024-03-20T16:56:09.559210+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:11.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:10 smithi012 bash[21445]: cluster 2024-03-20T16:56:09.559210+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:11.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:10 smithi060 bash[22091]: cluster 2024-03-20T16:56:09.559210+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:13.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:12 smithi100 bash[22202]: cluster 2024-03-20T16:56:11.559742+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:13.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:12 smithi012 bash[21445]: cluster 2024-03-20T16:56:11.559742+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:13.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:12 smithi060 bash[22091]: cluster 2024-03-20T16:56:11.559742+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:15.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:14 smithi100 bash[22202]: cluster 2024-03-20T16:56:13.560286+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:15.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:14 smithi012 bash[21445]: cluster 2024-03-20T16:56:13.560286+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:15.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:14 smithi060 bash[22091]: cluster 2024-03-20T16:56:13.560286+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:16.752 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:56:16 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:56:16] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-20T16:56:17.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:16 smithi012 bash[21445]: cluster 2024-03-20T16:56:15.560870+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:17.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:16 smithi100 bash[22202]: cluster 2024-03-20T16:56:15.560870+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:17.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:16 smithi060 bash[22091]: cluster 2024-03-20T16:56:15.560870+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:18 smithi012 bash[21445]: cluster 2024-03-20T16:56:17.561385+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:19.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:18 smithi012 bash[21445]: audit 2024-03-20T16:56:18.624472+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:19.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:18 smithi012 bash[21445]: audit 2024-03-20T16:56:18.879656+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:18 smithi012 bash[21445]: audit 2024-03-20T16:56:18.885786+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:18 smithi012 bash[21445]: audit 2024-03-20T16:56:18.892167+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:18 smithi100 bash[22202]: cluster 2024-03-20T16:56:17.561385+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:19.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:18 smithi100 bash[22202]: audit 2024-03-20T16:56:18.624472+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:19.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:18 smithi100 bash[22202]: audit 2024-03-20T16:56:18.879656+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:18 smithi100 bash[22202]: audit 2024-03-20T16:56:18.885786+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:18 smithi100 bash[22202]: audit 2024-03-20T16:56:18.892167+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:18 smithi060 bash[22091]: cluster 2024-03-20T16:56:17.561385+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:19.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:18 smithi060 bash[22091]: audit 2024-03-20T16:56:18.624472+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:19.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:18 smithi060 bash[22091]: audit 2024-03-20T16:56:18.879656+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:18 smithi060 bash[22091]: audit 2024-03-20T16:56:18.885786+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:19.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:18 smithi060 bash[22091]: audit 2024-03-20T16:56:18.892167+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:21.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:21 smithi100 bash[22202]: cluster 2024-03-20T16:56:19.561949+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:21.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:20 smithi012 bash[21445]: cluster 2024-03-20T16:56:19.561949+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:21.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:20 smithi060 bash[22091]: cluster 2024-03-20T16:56:19.561949+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:23.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:23 smithi100 bash[22202]: cluster 2024-03-20T16:56:21.562519+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:23.373 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:22 smithi060 bash[22091]: cluster 2024-03-20T16:56:21.562519+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:23.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:22 smithi012 bash[21445]: cluster 2024-03-20T16:56:21.562519+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:24.599 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:24 smithi060 bash[22091]: audit 2024-03-20T16:56:23.350445+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.600 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:24 smithi060 bash[22091]: audit 2024-03-20T16:56:23.360368+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.600 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:24 smithi060 bash[22091]: audit 2024-03-20T16:56:23.370913+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.600 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:24 smithi060 bash[22091]: cluster 2024-03-20T16:56:23.563150+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:24.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:24 smithi012 bash[21445]: audit 2024-03-20T16:56:23.350445+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:24 smithi012 bash[21445]: audit 2024-03-20T16:56:23.360368+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:24 smithi012 bash[21445]: audit 2024-03-20T16:56:23.370913+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:24 smithi012 bash[21445]: cluster 2024-03-20T16:56:23.563150+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:24.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:24 smithi100 bash[22202]: audit 2024-03-20T16:56:23.350445+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:24 smithi100 bash[22202]: audit 2024-03-20T16:56:23.360368+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:24 smithi100 bash[22202]: audit 2024-03-20T16:56:23.370913+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:24.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:24 smithi100 bash[22202]: cluster 2024-03-20T16:56:23.563150+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:26.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:26 smithi012 bash[21445]: cluster 2024-03-20T16:56:25.563745+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:26.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:56:26 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:56:26] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-03-20T16:56:26.952 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:26 smithi060 bash[22091]: cluster 2024-03-20T16:56:25.563745+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:27.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:26 smithi100 bash[22202]: cluster 2024-03-20T16:56:25.563745+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:28.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:28 smithi100 bash[22202]: audit 2024-03-20T16:56:27.174705+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:28 smithi100 bash[22202]: audit 2024-03-20T16:56:27.185562+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:28 smithi100 bash[22202]: audit 2024-03-20T16:56:27.197240+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:28 smithi100 bash[22202]: cluster 2024-03-20T16:56:27.564397+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:28 smithi012 bash[21445]: audit 2024-03-20T16:56:27.174705+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:28 smithi012 bash[21445]: audit 2024-03-20T16:56:27.185562+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:28 smithi012 bash[21445]: audit 2024-03-20T16:56:27.197240+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:28 smithi012 bash[21445]: cluster 2024-03-20T16:56:27.564397+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:28.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:28 smithi060 bash[22091]: audit 2024-03-20T16:56:27.174705+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:28 smithi060 bash[22091]: audit 2024-03-20T16:56:27.185562+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:28 smithi060 bash[22091]: audit 2024-03-20T16:56:27.197240+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:28.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:28 smithi060 bash[22091]: cluster 2024-03-20T16:56:27.564397+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:29.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:29 smithi060 bash[22091]: audit 2024-03-20T16:56:29.010557+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:56:29.579 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:29 smithi100 bash[22202]: audit 2024-03-20T16:56:29.010557+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:56:29.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:29 smithi012 bash[21445]: audit 2024-03-20T16:56:29.010557+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:56:30.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:30 smithi100 bash[22202]: audit 2024-03-20T16:56:29.538347+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:30 smithi100 bash[22202]: audit 2024-03-20T16:56:29.544611+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:30 smithi100 bash[22202]: audit 2024-03-20T16:56:29.546352+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:56:30.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:30 smithi100 bash[22202]: audit 2024-03-20T16:56:29.547914+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:56:30.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:30 smithi100 bash[22202]: audit 2024-03-20T16:56:29.554451+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:30 smithi100 bash[22202]: cluster 2024-03-20T16:56:29.564803+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:30.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:30 smithi012 bash[21445]: audit 2024-03-20T16:56:29.538347+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:30 smithi012 bash[21445]: audit 2024-03-20T16:56:29.544611+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:30 smithi012 bash[21445]: audit 2024-03-20T16:56:29.546352+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:56:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:30 smithi012 bash[21445]: audit 2024-03-20T16:56:29.547914+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:56:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:30 smithi012 bash[21445]: audit 2024-03-20T16:56:29.554451+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:30 smithi012 bash[21445]: cluster 2024-03-20T16:56:29.564803+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:30 smithi060 bash[22091]: audit 2024-03-20T16:56:29.538347+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:30 smithi060 bash[22091]: audit 2024-03-20T16:56:29.544611+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:30 smithi060 bash[22091]: audit 2024-03-20T16:56:29.546352+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:56:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:30 smithi060 bash[22091]: audit 2024-03-20T16:56:29.547914+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:56:30.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:30 smithi060 bash[22091]: audit 2024-03-20T16:56:29.554451+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:30.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:30 smithi060 bash[22091]: cluster 2024-03-20T16:56:29.564803+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:32.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:32 smithi012 bash[21445]: cluster 2024-03-20T16:56:31.565213+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:32.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:32 smithi060 bash[22091]: cluster 2024-03-20T16:56:31.565213+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:33.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:32 smithi100 bash[22202]: cluster 2024-03-20T16:56:31.565213+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:34 smithi012 bash[21445]: cluster 2024-03-20T16:56:33.565716+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:34 smithi012 bash[21445]: audit 2024-03-20T16:56:33.628624+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:34 smithi060 bash[22091]: cluster 2024-03-20T16:56:33.565716+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:34 smithi060 bash[22091]: audit 2024-03-20T16:56:33.628624+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:35.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:34 smithi100 bash[22202]: cluster 2024-03-20T16:56:33.565716+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:35.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:34 smithi100 bash[22202]: audit 2024-03-20T16:56:33.628624+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:36.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:36 smithi012 bash[21445]: cluster 2024-03-20T16:56:35.566366+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:36.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:56:36 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:56:36] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-03-20T16:56:36.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:36 smithi060 bash[22091]: cluster 2024-03-20T16:56:35.566366+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:37.082 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:36 smithi100 bash[22202]: cluster 2024-03-20T16:56:35.566366+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:38.921 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:38 smithi012 bash[21445]: cluster 2024-03-20T16:56:37.567043+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:38 smithi060 bash[22091]: cluster 2024-03-20T16:56:37.567043+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:39.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:38 smithi100 bash[22202]: cluster 2024-03-20T16:56:37.567043+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:40.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:40 smithi100 bash[22202]: audit 2024-03-20T16:56:39.024389+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:40 smithi100 bash[22202]: audit 2024-03-20T16:56:39.029485+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:40 smithi100 bash[22202]: audit 2024-03-20T16:56:39.034546+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:40 smithi012 bash[21445]: audit 2024-03-20T16:56:39.024389+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:40 smithi012 bash[21445]: audit 2024-03-20T16:56:39.029485+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:40 smithi012 bash[21445]: audit 2024-03-20T16:56:39.034546+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:40 smithi060 bash[22091]: audit 2024-03-20T16:56:39.024389+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:40 smithi060 bash[22091]: audit 2024-03-20T16:56:39.029485+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:40.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:40 smithi060 bash[22091]: audit 2024-03-20T16:56:39.034546+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:41.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:41 smithi100 bash[22202]: cluster 2024-03-20T16:56:39.567647+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:41 smithi012 bash[21445]: cluster 2024-03-20T16:56:39.567647+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:41.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:41 smithi060 bash[22091]: cluster 2024-03-20T16:56:39.567647+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:43.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:43 smithi100 bash[22202]: cluster 2024-03-20T16:56:41.568144+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:43.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:43 smithi012 bash[21445]: cluster 2024-03-20T16:56:41.568144+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:43.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:43 smithi060 bash[22091]: cluster 2024-03-20T16:56:41.568144+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:44 smithi060 bash[22091]: audit 2024-03-20T16:56:43.560852+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:44 smithi060 bash[22091]: cluster 2024-03-20T16:56:43.568599+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:44 smithi060 bash[22091]: audit 2024-03-20T16:56:43.570563+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:44 smithi060 bash[22091]: audit 2024-03-20T16:56:43.581246+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:44 smithi100 bash[22202]: audit 2024-03-20T16:56:43.560852+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:44 smithi100 bash[22202]: cluster 2024-03-20T16:56:43.568599+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:44.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:44 smithi100 bash[22202]: audit 2024-03-20T16:56:43.570563+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.830 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:44 smithi100 bash[22202]: audit 2024-03-20T16:56:43.581246+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:44 smithi012 bash[21445]: audit 2024-03-20T16:56:43.560852+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:44 smithi012 bash[21445]: cluster 2024-03-20T16:56:43.568599+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:44.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:44 smithi012 bash[21445]: audit 2024-03-20T16:56:43.570563+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:44.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:44 smithi012 bash[21445]: audit 2024-03-20T16:56:43.581246+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:46.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:46 smithi012 bash[21445]: cluster 2024-03-20T16:56:45.569279+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:46.926 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:56:46 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:56:46] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-03-20T16:56:46.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:46 smithi060 bash[22091]: cluster 2024-03-20T16:56:45.569279+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:47.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:46 smithi100 bash[22202]: cluster 2024-03-20T16:56:45.569279+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:48.624 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:48 smithi100 bash[22202]: audit 2024-03-20T16:56:47.371606+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.624 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:48 smithi100 bash[22202]: audit 2024-03-20T16:56:47.381008+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.624 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:48 smithi100 bash[22202]: audit 2024-03-20T16:56:47.391516+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.624 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:48 smithi100 bash[22202]: cluster 2024-03-20T16:56:47.569927+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:48.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:48 smithi012 bash[21445]: audit 2024-03-20T16:56:47.371606+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:48 smithi012 bash[21445]: audit 2024-03-20T16:56:47.381008+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:48 smithi012 bash[21445]: audit 2024-03-20T16:56:47.391516+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:48 smithi012 bash[21445]: cluster 2024-03-20T16:56:47.569927+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:48.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:48 smithi060 bash[22091]: audit 2024-03-20T16:56:47.371606+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:48 smithi060 bash[22091]: audit 2024-03-20T16:56:47.381008+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:48 smithi060 bash[22091]: audit 2024-03-20T16:56:47.391516+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:56:48.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:48 smithi060 bash[22091]: cluster 2024-03-20T16:56:47.569927+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:49.579 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:49 smithi100 bash[22202]: audit 2024-03-20T16:56:48.626003+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:49.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:49 smithi012 bash[21445]: audit 2024-03-20T16:56:48.626003+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:49.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:49 smithi060 bash[22091]: audit 2024-03-20T16:56:48.626003+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:56:50.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:50 smithi012 bash[21445]: cluster 2024-03-20T16:56:49.570510+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:50.719 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:50 smithi060 bash[22091]: cluster 2024-03-20T16:56:49.570510+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:50.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:50 smithi100 bash[22202]: cluster 2024-03-20T16:56:49.570510+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:52.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:52 smithi012 bash[21445]: cluster 2024-03-20T16:56:51.571045+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:52.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:52 smithi060 bash[22091]: cluster 2024-03-20T16:56:51.571045+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:53.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:52 smithi100 bash[22202]: cluster 2024-03-20T16:56:51.571045+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:54.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:54 smithi012 bash[21445]: cluster 2024-03-20T16:56:53.571544+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:54.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:54 smithi060 bash[22091]: cluster 2024-03-20T16:56:53.571544+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:55.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:54 smithi100 bash[22202]: cluster 2024-03-20T16:56:53.571544+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:56.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:56:56 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:56:56] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-03-20T16:56:56.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:56 smithi012 bash[21445]: cluster 2024-03-20T16:56:55.572093+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:56.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:56 smithi060 bash[22091]: cluster 2024-03-20T16:56:55.572093+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:57.078 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:56 smithi100 bash[22202]: cluster 2024-03-20T16:56:55.572093+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:58.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:56:58 smithi012 bash[21445]: cluster 2024-03-20T16:56:57.572620+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:58.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:56:58 smithi060 bash[22091]: cluster 2024-03-20T16:56:57.572620+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:56:59.078 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:56:58 smithi100 bash[22202]: cluster 2024-03-20T16:56:57.572620+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:00.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:00 smithi060 bash[22091]: audit 2024-03-20T16:56:59.203297+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:00 smithi060 bash[22091]: audit 2024-03-20T16:56:59.211568+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:00 smithi060 bash[22091]: audit 2024-03-20T16:56:59.221192+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:00 smithi060 bash[22091]: cluster 2024-03-20T16:56:59.573091+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:00.483 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:00 smithi012 bash[21445]: audit 2024-03-20T16:56:59.203297+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.483 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:00 smithi012 bash[21445]: audit 2024-03-20T16:56:59.211568+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.483 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:00 smithi012 bash[21445]: audit 2024-03-20T16:56:59.221192+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.483 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:00 smithi012 bash[21445]: cluster 2024-03-20T16:56:59.573091+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:00.579 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:00 smithi100 bash[22202]: audit 2024-03-20T16:56:59.203297+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.579 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:00 smithi100 bash[22202]: audit 2024-03-20T16:56:59.211568+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.579 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:00 smithi100 bash[22202]: audit 2024-03-20T16:56:59.221192+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:00.579 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:00 smithi100 bash[22202]: cluster 2024-03-20T16:56:59.573091+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:01.624 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch ls 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:agent 3/3 18s ago 2m * 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager ?:9093,9094 1/1 14s ago 4m count:1 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:grafana ?:3000 1/1 2s ago 4m count:1 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:mgr 2/2 18s ago 8m smithi012=a;smithi060=b;count:2 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:mon 3/3 18s ago 9m smithi012:172.21.15.12=a;smithi060:172.21.15.60=b;smithi100:172.21.15.100=c;count:3 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter ?:9100 3/3 18s ago 4m * 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:osd 3 18s ago - 2024-03-20T16:57:01.993 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus ?:9095 1/1 18s ago 4m count:1 2024-03-20T16:57:02.008 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch ps 2024-03-20T16:57:02.385 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:agent.smithi012 smithi012 running 3s ago 10m - - 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:agent.smithi060 smithi060 running 18s ago 9m - - 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:agent.smithi100 smithi100 running 15s ago 9m - - 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi100 smithi100 *:9093,9094 running (2m) 15s ago 3m 14.0M - 0.25.0 c8568f914cd2 5bb8315c1e53 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (2m) 3s ago 3m 73.2M - 9.4.12 2bacad6d85d8 d1f01be91138 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.a smithi012 *:9283,8765 running (11m) 3s ago 11m 493M - 19.0.0-2211-g1baf684b 6809ce2996f4 74f9ef158c22 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.b smithi060 *:8443,8765 running (8m) 18s ago 8m 437M - 19.0.0-2211-g1baf684b 6809ce2996f4 5a71d7b7bedf 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:mon.a smithi012 running (11m) 3s ago 11m 45.3M 2048M 19.0.0-2211-g1baf684b 6809ce2996f4 5e664d1e07fa 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:mon.b smithi060 running (8m) 18s ago 8m 36.2M 2048M 19.0.0-2211-g1baf684b 6809ce2996f4 75b7941fdec1 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:mon.c smithi100 running (8m) 15s ago 8m 34.1M 2048M 19.0.0-2211-g1baf684b 6809ce2996f4 ada0176ed080 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (3m) 3s ago 4m 8320k - 1.5.0 0da6a335fe13 ecc3cdbeea7b 2024-03-20T16:57:02.386 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi060 smithi060 *:9100 running (3m) 18s ago 3m 8215k - 1.5.0 0da6a335fe13 5ad3c6fbff52 2024-03-20T16:57:02.387 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi100 smithi100 *:9100 running (3m) 15s ago 3m 8084k - 1.5.0 0da6a335fe13 5db9fa132f9c 2024-03-20T16:57:02.387 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (7m) 3s ago 7m 46.6M 4096M 19.0.0-2211-g1baf684b 6809ce2996f4 a38e67fa3d95 2024-03-20T16:57:02.387 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi060 running (6m) 18s ago 6m 46.2M 4096M 19.0.0-2211-g1baf684b 6809ce2996f4 247bc44d4a4a 2024-03-20T16:57:02.387 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi100 running (5m) 15s ago 5m 36.9M 4096M 19.0.0-2211-g1baf684b 6809ce2996f4 7d70db612651 2024-03-20T16:57:02.387 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi060 smithi060 *:9095 running (3m) 18s ago 3m 41.7M - 2.43.0 a07b618ecd1d d6236d3ddbd4 2024-03-20T16:57:02.399 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch host ls 2024-03-20T16:57:02.749 INFO:teuthology.orchestra.run.smithi012.stdout:HOST ADDR LABELS STATUS 2024-03-20T16:57:02.749 INFO:teuthology.orchestra.run.smithi012.stdout:smithi012 172.21.15.12 2024-03-20T16:57:02.749 INFO:teuthology.orchestra.run.smithi012.stdout:smithi060 172.21.15.60 2024-03-20T16:57:02.749 INFO:teuthology.orchestra.run.smithi012.stdout:smithi100 172.21.15.100 2024-03-20T16:57:02.749 INFO:teuthology.orchestra.run.smithi012.stdout:3 hosts in cluster 2024-03-20T16:57:02.764 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-20T16:57:02.765 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r 'last | .daemon_name' 2024-03-20T16:57:02.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:02 smithi012 bash[21445]: cluster 2024-03-20T16:57:01.573583+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:02.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:02 smithi012 bash[21445]: audit 2024-03-20T16:57:01.979514+0000 mgr.a (mgr.14391) 117 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:02.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:02 smithi060 bash[22091]: cluster 2024-03-20T16:57:01.573583+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:02.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:02 smithi060 bash[22091]: audit 2024-03-20T16:57:01.979514+0000 mgr.a (mgr.14391) 117 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:03.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:02 smithi100 bash[22202]: cluster 2024-03-20T16:57:01.573583+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:03.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:02 smithi100 bash[22202]: audit 2024-03-20T16:57:01.979514+0000 mgr.a (mgr.14391) 117 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:03.128 INFO:teuthology.orchestra.run.smithi012.stderr:+ MON_DAEMON=mon.c 2024-03-20T16:57:03.129 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-20T16:57:03.129 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -e '.[]' 2024-03-20T16:57:03.129 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r .hostname 2024-03-20T16:57:03.499 INFO:teuthology.orchestra.run.smithi012.stderr:+ GRAFANA_HOST=smithi012 2024-03-20T16:57:03.499 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-20T16:57:03.499 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -e '.[]' 2024-03-20T16:57:03.499 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r .hostname 2024-03-20T16:57:03.870 INFO:teuthology.orchestra.run.smithi012.stderr:+ PROM_HOST=smithi060 2024-03-20T16:57:03.871 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-20T16:57:03.871 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -e '.[]' 2024-03-20T16:57:03.871 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r .hostname 2024-03-20T16:57:03.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:03 smithi012 bash[21445]: audit 2024-03-20T16:57:02.352622+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:03.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:03 smithi012 bash[21445]: audit 2024-03-20T16:57:02.748201+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:03.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:03 smithi012 bash[21445]: audit 2024-03-20T16:57:03.626064+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:03.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:03 smithi060 bash[22091]: audit 2024-03-20T16:57:02.352622+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:03.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:03 smithi060 bash[22091]: audit 2024-03-20T16:57:02.748201+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:03.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:03 smithi060 bash[22091]: audit 2024-03-20T16:57:03.626064+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:04.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:03 smithi100 bash[22202]: audit 2024-03-20T16:57:02.352622+0000 mgr.a (mgr.14391) 118 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:04.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:03 smithi100 bash[22202]: audit 2024-03-20T16:57:02.748201+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:04.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:03 smithi100 bash[22202]: audit 2024-03-20T16:57:03.626064+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:04.238 INFO:teuthology.orchestra.run.smithi012.stderr:+ ALERTM_HOST=smithi100 2024-03-20T16:57:04.238 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch host ls -f json 2024-03-20T16:57:04.238 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r --arg GRAFANA_HOST smithi012 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-20T16:57:04.589 INFO:teuthology.orchestra.run.smithi012.stderr:+ GRAFANA_IP=172.21.15.12 2024-03-20T16:57:04.590 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch host ls -f json 2024-03-20T16:57:04.590 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r --arg PROM_HOST smithi060 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-20T16:57:04.934 INFO:teuthology.orchestra.run.smithi012.stderr:+ PROM_IP=172.21.15.60 2024-03-20T16:57:04.934 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch host ls -f json 2024-03-20T16:57:04.934 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r --arg ALERTM_HOST smithi100 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: audit 2024-03-20T16:57:03.104915+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: audit 2024-03-20T16:57:03.480447+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: cluster 2024-03-20T16:57:03.574036+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: audit 2024-03-20T16:57:03.751096+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: audit 2024-03-20T16:57:03.761956+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: audit 2024-03-20T16:57:03.772074+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.012 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:04 smithi060 bash[22091]: audit 2024-03-20T16:57:03.846200+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: audit 2024-03-20T16:57:03.104915+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: audit 2024-03-20T16:57:03.480447+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: cluster 2024-03-20T16:57:03.574036+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: audit 2024-03-20T16:57:03.751096+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: audit 2024-03-20T16:57:03.761956+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: audit 2024-03-20T16:57:03.772074+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:04 smithi100 bash[22202]: audit 2024-03-20T16:57:03.846200+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: audit 2024-03-20T16:57:03.104915+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: audit 2024-03-20T16:57:03.480447+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: cluster 2024-03-20T16:57:03.574036+0000 mgr.a (mgr.14391) 122 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:05.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: audit 2024-03-20T16:57:03.751096+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: audit 2024-03-20T16:57:03.761956+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: audit 2024-03-20T16:57:03.772074+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:05.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:04 smithi012 bash[21445]: audit 2024-03-20T16:57:03.846200+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:05.278 INFO:teuthology.orchestra.run.smithi012.stderr:+ ALERTM_IP=172.21.15.100 2024-03-20T16:57:05.279 INFO:teuthology.orchestra.run.smithi012.stderr:++ ceph orch host ls -f json 2024-03-20T16:57:05.279 INFO:teuthology.orchestra.run.smithi012.stderr:++ jq -r '.[] | .addr' 2024-03-20T16:57:05.631 INFO:teuthology.orchestra.run.smithi012.stderr:+ ALL_HOST_IPS='172.21.15.12 2024-03-20T16:57:05.631 INFO:teuthology.orchestra.run.smithi012.stderr:172.21.15.60 2024-03-20T16:57:05.631 INFO:teuthology.orchestra.run.smithi012.stderr:172.21.15.100' 2024-03-20T16:57:05.631 INFO:teuthology.orchestra.run.smithi012.stderr:+ for ip in $ALL_HOST_IPS 2024-03-20T16:57:05.631 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.12:9100/metric 2024-03-20T16:57:05.636 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stdout: Node Exporter 2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stdout:

Node Exporter

2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stdout:

Metrics

2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stderr:+ for ip in $ALL_HOST_IPS 2024-03-20T16:57:05.637 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.60:9100/metric 2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stdout: Node Exporter 2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stdout:

Node Exporter

2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stdout:

Metrics

2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stderr:+ for ip in $ALL_HOST_IPS 2024-03-20T16:57:05.640 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.100:9100/metric 2024-03-20T16:57:05.644 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.644 INFO:teuthology.orchestra.run.smithi012.stdout: Node Exporter 2024-03-20T16:57:05.644 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.645 INFO:teuthology.orchestra.run.smithi012.stdout:

Node Exporter

2024-03-20T16:57:05.645 INFO:teuthology.orchestra.run.smithi012.stdout:

Metrics

2024-03-20T16:57:05.645 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-03-20T16:57:05.645 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -k -s https://172.21.15.12:3000/api/health 2024-03-20T16:57:05.656 INFO:teuthology.orchestra.run.smithi012.stdout: { 2024-03-20T16:57:05.656 INFO:teuthology.orchestra.run.smithi012.stdout: "commit": "37ee25ba46", 2024-03-20T16:57:05.656 INFO:teuthology.orchestra.run.smithi012.stdout: "database": "ok", 2024-03-20T16:57:05.656 INFO:teuthology.orchestra.run.smithi012.stdout: "version": "9.4.12" 2024-03-20T16:57:05.657 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -k -s https://172.21.15.12:3000/api/health 2024-03-20T16:57:05.657 INFO:teuthology.orchestra.run.smithi012.stderr:+ jq -e '.database == "ok"' 2024-03-20T16:57:05.674 INFO:teuthology.orchestra.run.smithi012.stdout:}true 2024-03-20T16:57:05.674 INFO:teuthology.orchestra.run.smithi012.stderr:+ ceph orch daemon stop mon.c 2024-03-20T16:57:06.025 INFO:teuthology.orchestra.run.smithi012.stdout:Scheduled to stop mon.c on host 'smithi100' 2024-03-20T16:57:06.038 INFO:teuthology.orchestra.run.smithi012.stderr:+ sleep 120 2024-03-20T16:57:06.055 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:05 smithi060 bash[22091]: audit 2024-03-20T16:57:04.214657+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.055 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:05 smithi060 bash[22091]: audit 2024-03-20T16:57:04.575610+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.055 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:05 smithi060 bash[22091]: audit 2024-03-20T16:57:04.920483+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:05 smithi100 bash[22202]: audit 2024-03-20T16:57:04.214657+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:05 smithi100 bash[22202]: audit 2024-03-20T16:57:04.575610+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:05 smithi100 bash[22202]: audit 2024-03-20T16:57:04.920483+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:05 smithi012 bash[21445]: audit 2024-03-20T16:57:04.214657+0000 mgr.a (mgr.14391) 124 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:05 smithi012 bash[21445]: audit 2024-03-20T16:57:04.575610+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:05 smithi012 bash[21445]: audit 2024-03-20T16:57:04.920483+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:06.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:57:06 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:57:06] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:05.264690+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: cluster 2024-03-20T16:57:05.574498+0000 mgr.a (mgr.14391) 128 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:05.618120+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.006595+0000 mgr.a (mgr.14391) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: cephadm 2024-03-20T16:57:06.007396+0000 mgr.a (mgr.14391) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.016478+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.329 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.024889+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.062165+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:57:07.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.065346+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:57:07.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.066097+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:57:07.330 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:07 smithi100 bash[22202]: audit 2024-03-20T16:57:06.074800+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:05.264690+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: cluster 2024-03-20T16:57:05.574498+0000 mgr.a (mgr.14391) 128 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:05.618120+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.006595+0000 mgr.a (mgr.14391) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: cephadm 2024-03-20T16:57:06.007396+0000 mgr.a (mgr.14391) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.016478+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.024889+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.062165+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.065346+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.066097+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:57:07.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:07 smithi012 bash[21445]: audit 2024-03-20T16:57:06.074800+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:05.264690+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:07.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: cluster 2024-03-20T16:57:05.574498+0000 mgr.a (mgr.14391) 128 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:07.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:05.618120+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T16:57:07.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.006595+0000 mgr.a (mgr.14391) 130 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: cephadm 2024-03-20T16:57:06.007396+0000 mgr.a (mgr.14391) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.016478+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.024889+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.062165+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.065346+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.066097+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:57:07.470 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:07 smithi060 bash[22091]: audit 2024-03-20T16:57:06.074800+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:08 smithi100 bash[22202]: cluster 2024-03-20T16:57:07.574991+0000 mgr.a (mgr.14391) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:08.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:08 smithi100 bash[22202]: audit 2024-03-20T16:57:07.604885+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:08 smithi100 bash[22202]: audit 2024-03-20T16:57:07.614275+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.829 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:08 smithi100 bash[22202]: audit 2024-03-20T16:57:07.624836+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:08 smithi012 bash[21445]: cluster 2024-03-20T16:57:07.574991+0000 mgr.a (mgr.14391) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:08 smithi012 bash[21445]: audit 2024-03-20T16:57:07.604885+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:08 smithi012 bash[21445]: audit 2024-03-20T16:57:07.614275+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:08 smithi012 bash[21445]: audit 2024-03-20T16:57:07.624836+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:08 smithi060 bash[22091]: cluster 2024-03-20T16:57:07.574991+0000 mgr.a (mgr.14391) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:08 smithi060 bash[22091]: audit 2024-03-20T16:57:07.604885+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:08 smithi060 bash[22091]: audit 2024-03-20T16:57:07.614275+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:08.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:08 smithi060 bash[22091]: audit 2024-03-20T16:57:07.624836+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:10.899 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:10 smithi100 bash[22202]: cluster 2024-03-20T16:57:09.575556+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:10.899 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:10 smithi100 systemd[1]: Stopping Ceph mon.c for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:57:10.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:10 smithi012 bash[21445]: cluster 2024-03-20T16:57:09.575556+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:10 smithi060 bash[22091]: cluster 2024-03-20T16:57:09.575556+0000 mgr.a (mgr.14391) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:11.157 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:10 smithi100 bash[22202]: debug 2024-03-20T16:57:10.905+0000 7fcc41000700 -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-03-20T16:57:11.157 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:10 smithi100 bash[22202]: debug 2024-03-20T16:57:10.905+0000 7fcc41000700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-20T16:57:12.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:11 smithi100 bash[34740]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-mon-c 2024-03-20T16:57:12.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:11 smithi100 bash[34855]: Error response from daemon: No such container: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-mon-c 2024-03-20T16:57:12.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:11 smithi100 systemd[1]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-20T16:57:12.079 INFO:journalctl@ceph.mon.c.smithi100.stdout:Mar 20 16:57:11 smithi100 systemd[1]: Stopped Ceph mon.c for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715. 2024-03-20T16:57:16.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:57:16 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:57:16] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:13.576591+0000 mgr.a (mgr.14391) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:15.577187+0000 mgr.a (mgr.14391) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:17.577705+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:18.626521+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:19.578384+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:20.614623+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-03-20T16:57:26.720 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:20.615828+0000 mon.a (mon.0) 947 : cluster [INF] mon.a calling monitor election 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:21.578952+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:23.579580+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.580260+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.642296+0000 mon.a (mon.0) 948 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.651298+0000 mon.a (mon.0) 949 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.669809+0000 mon.a (mon.0) 950 : cluster [DBG] fsmap 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.669914+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.670614+0000 mon.a (mon.0) 952 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.671058+0000 mon.a (mon.0) 953 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.686488+0000 mon.a (mon.0) 954 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.686551+0000 mon.a (mon.0) 955 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: cluster 2024-03-20T16:57:25.686598+0000 mon.a (mon.0) 956 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] is down (out of quorum) 2024-03-20T16:57:26.721 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.692613+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.699797+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.706689+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.715149+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.723867+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.732853+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.739567+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.741290+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:25.746498+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:26.277521+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:26.287387+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:26.289930+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:26.291850+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:57:26.722 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:26 smithi060 bash[22091]: audit 2024-03-20T16:57:26.301967+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:57:26] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:13.576591+0000 mgr.a (mgr.14391) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:15.577187+0000 mgr.a (mgr.14391) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:17.577705+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:18.626521+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:19.578384+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:20.614623+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-03-20T16:57:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:20.615828+0000 mon.a (mon.0) 947 : cluster [INF] mon.a calling monitor election 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:21.578952+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:23.579580+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.580260+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.642296+0000 mon.a (mon.0) 948 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.651298+0000 mon.a (mon.0) 949 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],b=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],c=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.669809+0000 mon.a (mon.0) 950 : cluster [DBG] fsmap 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.669914+0000 mon.a (mon.0) 951 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.670614+0000 mon.a (mon.0) 952 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.671058+0000 mon.a (mon.0) 953 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.686488+0000 mon.a (mon.0) 954 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.686551+0000 mon.a (mon.0) 955 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: cluster 2024-03-20T16:57:25.686598+0000 mon.a (mon.0) 956 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] is down (out of quorum) 2024-03-20T16:57:26.926 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.692613+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.699797+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.706689+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.715149+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.723867+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.732853+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.739567+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.741290+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:25.746498+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:26.277521+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:26.287387+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:26.289930+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:57:26.927 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:26.291850+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:57:26.928 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:26 smithi012 bash[21445]: audit 2024-03-20T16:57:26.301967+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:29.127 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:28 smithi060 bash[22091]: cluster 2024-03-20T16:57:27.580831+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:29.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:28 smithi060 bash[22091]: audit 2024-03-20T16:57:27.832386+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:29.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:28 smithi060 bash[22091]: audit 2024-03-20T16:57:27.841695+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:29.128 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:28 smithi060 bash[22091]: audit 2024-03-20T16:57:27.852009+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:29.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:28 smithi012 bash[21445]: cluster 2024-03-20T16:57:27.580831+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:29.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:28 smithi012 bash[21445]: audit 2024-03-20T16:57:27.832386+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:29.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:28 smithi012 bash[21445]: audit 2024-03-20T16:57:27.841695+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:29.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:28 smithi012 bash[21445]: audit 2024-03-20T16:57:27.852009+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:31.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:30 smithi012 bash[21445]: cluster 2024-03-20T16:57:29.581303+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:30 smithi060 bash[22091]: cluster 2024-03-20T16:57:29.581303+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:32.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:32 smithi012 bash[21445]: audit 2024-03-20T16:57:31.558724+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:32.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:32 smithi012 bash[21445]: audit 2024-03-20T16:57:31.569331+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:32.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:32 smithi012 bash[21445]: audit 2024-03-20T16:57:31.581198+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:32.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:32 smithi012 bash[21445]: cluster 2024-03-20T16:57:31.581893+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:32.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:32 smithi060 bash[22091]: audit 2024-03-20T16:57:31.558724+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:32.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:32 smithi060 bash[22091]: audit 2024-03-20T16:57:31.569331+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:32.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:32 smithi060 bash[22091]: audit 2024-03-20T16:57:31.581198+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:32.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:32 smithi060 bash[22091]: cluster 2024-03-20T16:57:31.581893+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:34.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:34 smithi012 bash[21445]: cluster 2024-03-20T16:57:33.582430+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:34.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:34 smithi012 bash[21445]: audit 2024-03-20T16:57:33.633360+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:34.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:34 smithi012 bash[21445]: audit 2024-03-20T16:57:33.635596+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:34 smithi060 bash[22091]: cluster 2024-03-20T16:57:33.582430+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:34 smithi060 bash[22091]: audit 2024-03-20T16:57:33.633360+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:34.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:34 smithi060 bash[22091]: audit 2024-03-20T16:57:33.635596+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:36.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:36 smithi012 bash[21445]: cluster 2024-03-20T16:57:35.583047+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:36.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:57:36 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:57:36] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-03-20T16:57:36.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:36 smithi060 bash[22091]: cluster 2024-03-20T16:57:35.583047+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:38.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:38 smithi012 bash[21445]: cluster 2024-03-20T16:57:37.583600+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:38.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:38 smithi060 bash[22091]: cluster 2024-03-20T16:57:37.583600+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:40.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:40 smithi012 bash[21445]: cluster 2024-03-20T16:57:39.584078+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:40.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:40 smithi060 bash[22091]: cluster 2024-03-20T16:57:39.584078+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:42.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:42 smithi012 bash[21445]: cluster 2024-03-20T16:57:41.584572+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:42.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:42 smithi060 bash[22091]: cluster 2024-03-20T16:57:41.584572+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:45.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:44 smithi060 bash[22091]: cluster 2024-03-20T16:57:43.585092+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:45.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:44 smithi060 bash[22091]: audit 2024-03-20T16:57:43.956053+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:45.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:44 smithi060 bash[22091]: audit 2024-03-20T16:57:43.965678+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:45.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:44 smithi060 bash[22091]: audit 2024-03-20T16:57:43.977336+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:45.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:44 smithi012 bash[21445]: cluster 2024-03-20T16:57:43.585092+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:45.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:44 smithi012 bash[21445]: audit 2024-03-20T16:57:43.956053+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:45.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:44 smithi012 bash[21445]: audit 2024-03-20T16:57:43.965678+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:45.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:44 smithi012 bash[21445]: audit 2024-03-20T16:57:43.977336+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:46.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:57:46 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:57:46] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-03-20T16:57:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:46 smithi060 bash[22091]: cluster 2024-03-20T16:57:45.585603+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:46 smithi060 bash[22091]: audit 2024-03-20T16:57:45.967989+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:46 smithi060 bash[22091]: audit 2024-03-20T16:57:45.978779+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:47.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:46 smithi060 bash[22091]: audit 2024-03-20T16:57:45.990679+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:46 smithi012 bash[21445]: cluster 2024-03-20T16:57:45.585603+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:46 smithi012 bash[21445]: audit 2024-03-20T16:57:45.967989+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:46 smithi012 bash[21445]: audit 2024-03-20T16:57:45.978779+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:47.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:46 smithi012 bash[21445]: audit 2024-03-20T16:57:45.990679+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:48.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:48 smithi060 bash[22091]: cluster 2024-03-20T16:57:47.586162+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:48.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:48 smithi012 bash[21445]: cluster 2024-03-20T16:57:47.586162+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:49.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:49 smithi060 bash[22091]: audit 2024-03-20T16:57:48.628027+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:49.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:49 smithi012 bash[21445]: audit 2024-03-20T16:57:48.628027+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:57:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:50 smithi060 bash[22091]: cluster 2024-03-20T16:57:49.586823+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:50 smithi060 bash[22091]: audit 2024-03-20T16:57:50.170950+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:50 smithi060 bash[22091]: audit 2024-03-20T16:57:50.180331+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:50.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:50 smithi060 bash[22091]: audit 2024-03-20T16:57:50.190819+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:50.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:50 smithi012 bash[21445]: cluster 2024-03-20T16:57:49.586823+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:50.674 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:50 smithi012 bash[21445]: audit 2024-03-20T16:57:50.170950+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:50.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:50 smithi012 bash[21445]: audit 2024-03-20T16:57:50.180331+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:50.675 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:50 smithi012 bash[21445]: audit 2024-03-20T16:57:50.190819+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:57:52.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:52 smithi012 bash[21445]: cluster 2024-03-20T16:57:51.587400+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:52.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:52 smithi060 bash[22091]: cluster 2024-03-20T16:57:51.587400+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:54.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:54 smithi012 bash[21445]: cluster 2024-03-20T16:57:53.587863+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:54.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:54 smithi060 bash[22091]: cluster 2024-03-20T16:57:53.587863+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:56.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:56 smithi012 bash[21445]: cluster 2024-03-20T16:57:55.588398+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:56.925 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:57:56 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:57:56] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-20T16:57:56.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:56 smithi060 bash[22091]: cluster 2024-03-20T16:57:55.588398+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:58.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:57:58 smithi012 bash[21445]: cluster 2024-03-20T16:57:57.588958+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:57:58.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:57:58 smithi060 bash[22091]: cluster 2024-03-20T16:57:57.588958+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:00.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:00 smithi012 bash[21445]: cluster 2024-03-20T16:57:59.589484+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:00.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:00 smithi060 bash[22091]: cluster 2024-03-20T16:57:59.589484+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:02.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:02 smithi012 bash[21445]: cluster 2024-03-20T16:58:01.589975+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:02.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:02 smithi012 bash[21445]: audit 2024-03-20T16:58:02.097981+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:02.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:02 smithi012 bash[21445]: audit 2024-03-20T16:58:02.103670+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:02.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:02 smithi012 bash[21445]: audit 2024-03-20T16:58:02.110266+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:02.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:02 smithi060 bash[22091]: cluster 2024-03-20T16:58:01.589975+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:02.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:02 smithi060 bash[22091]: audit 2024-03-20T16:58:02.097981+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:02.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:02 smithi060 bash[22091]: audit 2024-03-20T16:58:02.103670+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:02.970 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:02 smithi060 bash[22091]: audit 2024-03-20T16:58:02.110266+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:03.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:03 smithi012 bash[21445]: audit 2024-03-20T16:58:03.628946+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:03.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:03 smithi060 bash[22091]: audit 2024-03-20T16:58:03.628946+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:04.924 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:04 smithi012 bash[21445]: cluster 2024-03-20T16:58:03.590472+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:04.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:04 smithi060 bash[22091]: cluster 2024-03-20T16:58:03.590472+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:06.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:58:06 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:58:06] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-20T16:58:06.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:06 smithi012 bash[21445]: cluster 2024-03-20T16:58:05.590973+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:06.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:06 smithi012 bash[21445]: audit 2024-03-20T16:58:06.204837+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:06.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:06 smithi012 bash[21445]: audit 2024-03-20T16:58:06.215972+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:06.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:06 smithi012 bash[21445]: audit 2024-03-20T16:58:06.228397+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:06.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:06 smithi060 bash[22091]: cluster 2024-03-20T16:58:05.590973+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:06.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:06 smithi060 bash[22091]: audit 2024-03-20T16:58:06.204837+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:06.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:06 smithi060 bash[22091]: audit 2024-03-20T16:58:06.215972+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:06.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:06 smithi060 bash[22091]: audit 2024-03-20T16:58:06.228397+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:08.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:08 smithi060 bash[22091]: cluster 2024-03-20T16:58:07.591455+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:09.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:08 smithi012 bash[21445]: cluster 2024-03-20T16:58:07.591455+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:10 smithi060 bash[22091]: cluster 2024-03-20T16:58:09.591979+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:10 smithi060 bash[22091]: audit 2024-03-20T16:58:10.371899+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:10 smithi060 bash[22091]: audit 2024-03-20T16:58:10.381325+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:10.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:10 smithi060 bash[22091]: audit 2024-03-20T16:58:10.391830+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:10 smithi012 bash[21445]: cluster 2024-03-20T16:58:09.591979+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:11.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:10 smithi012 bash[21445]: audit 2024-03-20T16:58:10.371899+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:11.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:10 smithi012 bash[21445]: audit 2024-03-20T16:58:10.381325+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:11.175 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:10 smithi012 bash[21445]: audit 2024-03-20T16:58:10.391830+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:12.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:12 smithi060 bash[22091]: cluster 2024-03-20T16:58:11.592489+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:13.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:12 smithi012 bash[21445]: cluster 2024-03-20T16:58:11.592489+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:14.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:14 smithi060 bash[22091]: cluster 2024-03-20T16:58:13.593141+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:15.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:14 smithi012 bash[21445]: cluster 2024-03-20T16:58:13.593141+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:16.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:58:16 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:58:16] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-20T16:58:16.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:16 smithi012 bash[21445]: cluster 2024-03-20T16:58:15.593830+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:16.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:16 smithi060 bash[22091]: cluster 2024-03-20T16:58:15.593830+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:18.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:18 smithi060 bash[22091]: cluster 2024-03-20T16:58:17.594484+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:18.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:18 smithi060 bash[22091]: audit 2024-03-20T16:58:18.629479+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:18 smithi012 bash[21445]: cluster 2024-03-20T16:58:17.594484+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:19.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:18 smithi012 bash[21445]: audit 2024-03-20T16:58:18.629479+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:20 smithi060 bash[22091]: cluster 2024-03-20T16:58:19.595072+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:20 smithi060 bash[22091]: audit 2024-03-20T16:58:20.377875+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:20 smithi060 bash[22091]: audit 2024-03-20T16:58:20.391638+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:20.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:20 smithi060 bash[22091]: audit 2024-03-20T16:58:20.406522+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:21.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:20 smithi012 bash[21445]: cluster 2024-03-20T16:58:19.595072+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:21.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:20 smithi012 bash[21445]: audit 2024-03-20T16:58:20.377875+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:21.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:20 smithi012 bash[21445]: audit 2024-03-20T16:58:20.391638+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:21.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:20 smithi012 bash[21445]: audit 2024-03-20T16:58:20.406522+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:22.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:22 smithi060 bash[22091]: cluster 2024-03-20T16:58:21.595604+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:22.998 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:22 smithi012 bash[21445]: cluster 2024-03-20T16:58:21.595604+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:24.969 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:24 smithi060 bash[22091]: cluster 2024-03-20T16:58:23.596171+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:25.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:24 smithi012 bash[21445]: cluster 2024-03-20T16:58:23.596171+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:26.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:58:26 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:58:26] "GET /metrics HTTP/1.1" 200 21512 "" "Prometheus/2.43.0" 2024-03-20T16:58:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:26 smithi012 bash[21445]: cluster 2024-03-20T16:58:25.596713+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:26 smithi012 bash[21445]: audit 2024-03-20T16:58:26.433704+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:58:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:26 smithi012 bash[21445]: audit 2024-03-20T16:58:26.442215+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:26 smithi012 bash[21445]: audit 2024-03-20T16:58:26.453718+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:26.925 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:26 smithi012 bash[21445]: audit 2024-03-20T16:58:26.464869+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:26 smithi060 bash[22091]: cluster 2024-03-20T16:58:25.596713+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:26 smithi060 bash[22091]: audit 2024-03-20T16:58:26.433704+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:58:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:26 smithi060 bash[22091]: audit 2024-03-20T16:58:26.442215+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:26 smithi060 bash[22091]: audit 2024-03-20T16:58:26.453718+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:27.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:26 smithi060 bash[22091]: audit 2024-03-20T16:58:26.464869+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:28.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:27 smithi060 bash[22091]: audit 2024-03-20T16:58:26.967433+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:28.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:27 smithi060 bash[22091]: audit 2024-03-20T16:58:26.976856+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:28.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:27 smithi060 bash[22091]: audit 2024-03-20T16:58:26.979123+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:58:28.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:27 smithi060 bash[22091]: audit 2024-03-20T16:58:26.980921+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:58:28.220 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:27 smithi060 bash[22091]: audit 2024-03-20T16:58:26.990593+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:27 smithi012 bash[21445]: audit 2024-03-20T16:58:26.967433+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:27 smithi012 bash[21445]: audit 2024-03-20T16:58:26.976856+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:28.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:27 smithi012 bash[21445]: audit 2024-03-20T16:58:26.979123+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:58:28.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:27 smithi012 bash[21445]: audit 2024-03-20T16:58:26.980921+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T16:58:28.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:27 smithi012 bash[21445]: audit 2024-03-20T16:58:26.990593+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:29.309 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:28 smithi060 bash[22091]: cluster 2024-03-20T16:58:27.597267+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:29.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:28 smithi012 bash[21445]: cluster 2024-03-20T16:58:27.597267+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:30 smithi060 bash[22091]: cluster 2024-03-20T16:58:29.597838+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:30 smithi060 bash[22091]: audit 2024-03-20T16:58:30.575989+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:30 smithi060 bash[22091]: audit 2024-03-20T16:58:30.585364+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:31.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:30 smithi060 bash[22091]: audit 2024-03-20T16:58:30.595944+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:31.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:30 smithi012 bash[21445]: cluster 2024-03-20T16:58:29.597838+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:31.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:30 smithi012 bash[21445]: audit 2024-03-20T16:58:30.575989+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:31.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:30 smithi012 bash[21445]: audit 2024-03-20T16:58:30.585364+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:31.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:30 smithi012 bash[21445]: audit 2024-03-20T16:58:30.595944+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:33.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:33 smithi012 bash[21445]: cluster 2024-03-20T16:58:31.598365+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:33.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:33 smithi060 bash[22091]: cluster 2024-03-20T16:58:31.598365+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:34.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:34 smithi012 bash[21445]: audit 2024-03-20T16:58:33.630173+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:34.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:34 smithi060 bash[22091]: audit 2024-03-20T16:58:33.630173+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:35.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:35 smithi012 bash[21445]: cluster 2024-03-20T16:58:33.598911+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:35.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:35 smithi060 bash[22091]: cluster 2024-03-20T16:58:33.598911+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:36.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:58:36 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:58:36] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-20T16:58:37.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:37 smithi012 bash[21445]: cluster 2024-03-20T16:58:35.599480+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:37.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:37 smithi060 bash[22091]: cluster 2024-03-20T16:58:35.599480+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:39.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:39 smithi012 bash[21445]: cluster 2024-03-20T16:58:37.599992+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:39.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:39 smithi060 bash[22091]: cluster 2024-03-20T16:58:37.599992+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:41 smithi012 bash[21445]: cluster 2024-03-20T16:58:39.600455+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:41.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:41 smithi012 bash[21445]: audit 2024-03-20T16:58:40.572701+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:41.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:41 smithi012 bash[21445]: audit 2024-03-20T16:58:40.580857+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:41.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:41 smithi012 bash[21445]: audit 2024-03-20T16:58:40.589489+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:41.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:41 smithi060 bash[22091]: cluster 2024-03-20T16:58:39.600455+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:41.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:41 smithi060 bash[22091]: audit 2024-03-20T16:58:40.572701+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:41.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:41 smithi060 bash[22091]: audit 2024-03-20T16:58:40.580857+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:41.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:41 smithi060 bash[22091]: audit 2024-03-20T16:58:40.589489+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:43.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:43 smithi012 bash[21445]: cluster 2024-03-20T16:58:41.601023+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:43.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:43 smithi060 bash[22091]: cluster 2024-03-20T16:58:41.601023+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:45.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:45 smithi012 bash[21445]: cluster 2024-03-20T16:58:43.601430+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:45.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:45 smithi060 bash[22091]: cluster 2024-03-20T16:58:43.601430+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:46.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:58:46 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:58:46] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-20T16:58:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:47 smithi012 bash[21445]: cluster 2024-03-20T16:58:45.602007+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:47 smithi012 bash[21445]: audit 2024-03-20T16:58:46.675086+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:47 smithi012 bash[21445]: audit 2024-03-20T16:58:46.685352+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:47.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:47 smithi012 bash[21445]: audit 2024-03-20T16:58:46.697508+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:47.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:47 smithi060 bash[22091]: cluster 2024-03-20T16:58:45.602007+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:47.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:47 smithi060 bash[22091]: audit 2024-03-20T16:58:46.675086+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:47.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:47 smithi060 bash[22091]: audit 2024-03-20T16:58:46.685352+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:47.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:47 smithi060 bash[22091]: audit 2024-03-20T16:58:46.697508+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:49.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:49 smithi012 bash[21445]: cluster 2024-03-20T16:58:47.602535+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:49.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:49 smithi012 bash[21445]: audit 2024-03-20T16:58:48.630434+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:49.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:49 smithi060 bash[22091]: cluster 2024-03-20T16:58:47.602535+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:49.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:49 smithi060 bash[22091]: audit 2024-03-20T16:58:48.630434+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:58:51.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:51 smithi012 bash[21445]: cluster 2024-03-20T16:58:49.603074+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:51.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:51 smithi012 bash[21445]: audit 2024-03-20T16:58:50.806531+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:51.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:51 smithi012 bash[21445]: audit 2024-03-20T16:58:50.817472+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:51.425 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:51 smithi012 bash[21445]: audit 2024-03-20T16:58:50.828072+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:51.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:51 smithi060 bash[22091]: cluster 2024-03-20T16:58:49.603074+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:51.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:51 smithi060 bash[22091]: audit 2024-03-20T16:58:50.806531+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:51.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:51 smithi060 bash[22091]: audit 2024-03-20T16:58:50.817472+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:51.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:51 smithi060 bash[22091]: audit 2024-03-20T16:58:50.828072+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:58:53.219 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:53 smithi060 bash[22091]: cluster 2024-03-20T16:58:51.603722+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:53.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:53 smithi012 bash[21445]: cluster 2024-03-20T16:58:51.603722+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:55.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:55 smithi012 bash[21445]: cluster 2024-03-20T16:58:53.604405+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:55.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:55 smithi060 bash[22091]: cluster 2024-03-20T16:58:53.604405+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:56.924 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:58:56 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:58:56] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-20T16:58:57.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:57 smithi012 bash[21445]: cluster 2024-03-20T16:58:55.604958+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:57.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:57 smithi060 bash[22091]: cluster 2024-03-20T16:58:55.604958+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:59.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:58:59 smithi012 bash[21445]: cluster 2024-03-20T16:58:57.605472+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:58:59.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:58:59 smithi060 bash[22091]: cluster 2024-03-20T16:58:57.605472+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:01.157 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:01 smithi012 bash[21445]: cluster 2024-03-20T16:58:59.606010+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:01.157 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:01 smithi012 bash[21445]: audit 2024-03-20T16:59:00.797241+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:59:01.157 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:01 smithi012 bash[21445]: audit 2024-03-20T16:59:00.805370+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:59:01.157 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:01 smithi012 bash[21445]: audit 2024-03-20T16:59:00.815443+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:59:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:01 smithi060 bash[22091]: cluster 2024-03-20T16:58:59.606010+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:01 smithi060 bash[22091]: audit 2024-03-20T16:59:00.797241+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:59:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:01 smithi060 bash[22091]: audit 2024-03-20T16:59:00.805370+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:59:01.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:01 smithi060 bash[22091]: audit 2024-03-20T16:59:00.815443+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' 2024-03-20T16:59:03.427 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:03 smithi012 bash[21445]: cluster 2024-03-20T16:59:01.606557+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:03.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:03 smithi060 bash[22091]: cluster 2024-03-20T16:59:01.606557+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:04.374 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:04 smithi012 bash[21445]: audit 2024-03-20T16:59:03.630671+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:59:04.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:04 smithi060 bash[22091]: audit 2024-03-20T16:59:03.630671+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14391 172.21.15.12:0/2496894501' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-20T16:59:05.424 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:05 smithi012 bash[21445]: cluster 2024-03-20T16:59:03.607061+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:05.469 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:05 smithi060 bash[22091]: cluster 2024-03-20T16:59:03.607061+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-03-20T16:59:06.041 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.60:9095/api/v1/status/config 2024-03-20T16:59:06.049 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.60:9095/api/v1/status/config 2024-03-20T16:59:06.050 INFO:teuthology.orchestra.run.smithi012.stderr:+ jq -e '.status == "success"' 2024-03-20T16:59:06.056 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715\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.12: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: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715\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.12: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: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715\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.12: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: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715\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.12: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.12: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-03-20T16:59:06.056 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.60:9095/api/v1/alerts 2024-03-20T16:59:06.062 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.60:9095/api/v1/alerts 2024-03-20T16:59:06.063 INFO:teuthology.orchestra.run.smithi012.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-20T16:59:06.068 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","instance":"smithi012: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-03-20T16:57:40.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi100","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-20T16:57:40.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 smithi100\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-03-20T16:57:40.084118673Z","value":"1e+00"}]}}true 2024-03-20T16:59:06.068 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.100:9093/api/v1/status 2024-03-20T16:59:06.076 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.100:9093/api/v1/alerts 2024-03-20T16:59:06.082 INFO:teuthology.orchestra.run.smithi012.stderr:+ curl -s http://172.21.15.100:9093/api/v1/alerts 2024-03-20T16:59:06.082 INFO:teuthology.orchestra.run.smithi012.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-20T16:59:06.087 INFO:teuthology.orchestra.run.smithi012.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://smithi012.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://smithi060.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://smithi012.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://smithi060.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-03-20T16:54:22.221833087Z","clusterStatus":{"name":"01HSECJ1RDY3ZJ0JVN8A9B0Y4C","status":"ready","peers":[{"name":"01HSECJ1RDY3ZJ0JVN8A9B0Y4C","address":"172.21.15.100:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","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 smithi100","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-20T16:58:10.084Z","endsAt":"2024-03-20T17:02:10.084Z","generatorURL":"http://smithi060.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":"b18f493c8c341f96"},{"labels":{"alertname":"CephMonDown","cluster":"0eb0b9d6-e6d9-11ee-95c9-87774f69a715","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 smithi100\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-20T16:58:10.084Z","endsAt":"2024-03-20T17:02:10.084Z","generatorURL":"http://smithi060.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":"ffb2d8e3395d3107"}]}true 2024-03-20T16:59:06.727 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-20T16:59:06.736 INFO:tasks.cephadm:Teardown begin 2024-03-20T16:59:06.737 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:59:06.752 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:59:06.765 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:59:06.779 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-20T16:59:06.779 DEBUG:teuthology.orchestra.run.smithi012:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T16:59:06.804 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T16:59:06.811 DEBUG:teuthology.orchestra.run.smithi100:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T16:59:06.824 INFO:tasks.cephadm:Stopping all daemons... 2024-03-20T16:59:06.825 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-20T16:59:06.825 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a 2024-03-20T16:59:06.857 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:06 smithi012 bash[21700]: ::ffff:172.21.15.60 - - [20/Mar/2024:16:59:06] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-03-20T16:59:06.979 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:06 smithi012 systemd[1]: Stopping Ceph mon.a for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:07.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:06 smithi012 bash[21445]: debug 2024-03-20T16:59:06.973+0000 7f2f0e7ff700 -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-03-20T16:59:07.174 INFO:journalctl@ceph.mon.a.smithi012.stdout:Mar 20 16:59:06 smithi012 bash[21445]: debug 2024-03-20T16:59:06.973+0000 7f2f0e7ff700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-20T16:59:07.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:06 smithi012 bash[21700]: [20/Mar/2024:16:59:06] ENGINE Bus STOPPING 2024-03-20T16:59:07.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:07 smithi012 bash[21700]: [20/Mar/2024:16:59:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-20T16:59:07.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:07 smithi012 bash[21700]: [20/Mar/2024:16:59:07] ENGINE Bus STOPPED 2024-03-20T16:59:07.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:07 smithi012 bash[21700]: [20/Mar/2024:16:59:07] ENGINE Bus STARTING 2024-03-20T16:59:07.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:07 smithi012 bash[21700]: [20/Mar/2024:16:59:07] ENGINE Serving on http://:::9283 2024-03-20T16:59:07.175 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:07 smithi012 bash[21700]: [20/Mar/2024:16:59:07] ENGINE Bus STARTED 2024-03-20T16:59:07.971 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.a.service' 2024-03-20T16:59:08.048 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:08.048 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-20T16:59:08.048 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-20T16:59:08.048 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.b 2024-03-20T16:59:08.450 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:08 smithi060 systemd[1]: Stopping Ceph mon.b for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:08.450 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:08 smithi060 bash[22091]: debug 2024-03-20T16:59:08.212+0000 7f439bff6700 -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-03-20T16:59:08.450 INFO:journalctl@ceph.mon.b.smithi060.stdout:Mar 20 16:59:08 smithi060 bash[22091]: debug 2024-03-20T16:59:08.212+0000 7f439bff6700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-20T16:59:09.135 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.b.service' 2024-03-20T16:59:09.165 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:09.166 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-20T16:59:09.166 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-20T16:59:09.166 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.c 2024-03-20T16:59:09.185 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mon.c.service' 2024-03-20T16:59:09.264 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:09.264 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-20T16:59:09.264 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-20T16:59:09.264 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a 2024-03-20T16:59:09.604 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:09 smithi012 systemd[1]: Stopping Ceph mgr.a for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:09.604 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:09 smithi012 bash[21700]: debug 2024-03-20T16:59:09.385+0000 7fed1e2fe700 -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-03-20T16:59:09.604 INFO:journalctl@ceph.mgr.a.smithi012.stdout:Mar 20 16:59:09 smithi012 bash[21700]: debug 2024-03-20T16:59:09.385+0000 7fed1e2fe700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-20T16:59:10.054 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.a.service' 2024-03-20T16:59:10.081 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:10.081 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-20T16:59:10.081 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-20T16:59:10.081 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.b 2024-03-20T16:59:10.438 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:59:10 smithi060 systemd[1]: Stopping Ceph mgr.b for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:11.219 INFO:journalctl@ceph.mgr.b.smithi060.stdout:Mar 20 16:59:10 smithi060 bash[35939]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-mgr-b 2024-03-20T16:59:11.410 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@mgr.b.service' 2024-03-20T16:59:11.432 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:11.432 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-20T16:59:11.432 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-20T16:59:11.432 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.0 2024-03-20T16:59:11.924 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:59:11 smithi012 systemd[1]: Stopping Ceph osd.0 for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:11.925 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:59:11 smithi012 bash[31714]: debug 2024-03-20T16:59:11.581+0000 7f053abd8700 -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-03-20T16:59:11.925 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:59:11 smithi012 bash[31714]: debug 2024-03-20T16:59:11.581+0000 7f053abd8700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-20T16:59:11.925 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:59:11 smithi012 bash[31714]: debug 2024-03-20T16:59:11.581+0000 7f053abd8700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T16:59:17.924 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:59:17 smithi012 bash[46064]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-osd-0 2024-03-20T16:59:17.925 INFO:journalctl@ceph.osd.0.smithi012.stdout:Mar 20 16:59:17 smithi012 bash[46127]: Error response from daemon: No such container: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-osd-0 2024-03-20T16:59:19.437 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.0.service' 2024-03-20T16:59:19.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:19.473 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-20T16:59:19.473 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-20T16:59:19.473 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.1 2024-03-20T16:59:19.969 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:59:19 smithi060 systemd[1]: Stopping Ceph osd.1 for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:19.969 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:59:19 smithi060 bash[27038]: debug 2024-03-20T16:59:19.624+0000 7f7f8799b700 -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-03-20T16:59:19.969 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:59:19 smithi060 bash[27038]: debug 2024-03-20T16:59:19.624+0000 7f7f8799b700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-20T16:59:19.970 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:59:19 smithi060 bash[27038]: debug 2024-03-20T16:59:19.624+0000 7f7f8799b700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T16:59:25.825 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:59:25 smithi060 bash[36220]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-osd-1 2024-03-20T16:59:25.825 INFO:journalctl@ceph.osd.1.smithi060.stdout:Mar 20 16:59:25 smithi060 bash[36302]: Error response from daemon: No such container: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-osd-1 2024-03-20T16:59:27.584 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.1.service' 2024-03-20T16:59:27.616 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:27.616 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-20T16:59:27.616 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-20T16:59:27.616 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.2 2024-03-20T16:59:28.079 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:59:27 smithi100 systemd[1]: Stopping Ceph osd.2 for 0eb0b9d6-e6d9-11ee-95c9-87774f69a715... 2024-03-20T16:59:28.079 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:59:27 smithi100 bash[27482]: debug 2024-03-20T16:59:27.765+0000 7f5b30abf700 -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-03-20T16:59:28.079 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:59:27 smithi100 bash[27482]: debug 2024-03-20T16:59:27.765+0000 7f5b30abf700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-20T16:59:28.079 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:59:27 smithi100 bash[27482]: debug 2024-03-20T16:59:27.765+0000 7f5b30abf700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T16:59:34.079 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:59:33 smithi100 bash[36709]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-osd-2 2024-03-20T16:59:34.079 INFO:journalctl@ceph.osd.2.smithi100.stdout:Mar 20 16:59:33 smithi100 bash[36814]: ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715-osd-2 2024-03-20T16:59:36.407 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0eb0b9d6-e6d9-11ee-95c9-87774f69a715@osd.2.service' 2024-03-20T16:59:36.445 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T16:59:36.445 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-20T16:59:36.446 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T16:59:36.616 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:59:44.506 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T16:59:44.675 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T16:59:52.839 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T16:59:53.006 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T17:00:00.248 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:00.263 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:00.278 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:00.290 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-20T17:00:00.292 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi012/crash 2024-03-20T17:00:00.293 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash -- . 2024-03-20T17:00:00.319 INFO:teuthology.orchestra.run.smithi012.stderr:tar: /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T17:00:00.319 INFO:teuthology.orchestra.run.smithi012.stderr:tar: Error is not recoverable: exiting now 2024-03-20T17:00:00.321 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi060/crash 2024-03-20T17:00:00.322 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash -- . 2024-03-20T17:00:00.334 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T17:00:00.334 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-03-20T17:00:00.336 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi100/crash 2024-03-20T17:00:00.337 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash -- . 2024-03-20T17:00:00.348 INFO:teuthology.orchestra.run.smithi100.stderr:tar: /var/lib/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T17:00:00.349 INFO:teuthology.orchestra.run.smithi100.stderr:tar: Error is not recoverable: exiting now 2024-03-20T17:00:00.350 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-20T17:00:00.350 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T17:00:00.378 INFO:teuthology.orchestra.run.smithi012.stdout:2024-03-20T16:49:31.507443+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T17:00:00.379 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-20T17:00:00.379 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[SEC\]' /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T17:00:00.433 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]' /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T17:00:00.489 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[WRN\]' /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T17:00:00.544 INFO:teuthology.orchestra.run.smithi012.stdout:2024-03-20T16:49:31.507443+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-20T17:00:00.545 INFO:tasks.cephadm:Compressing logs... 2024-03-20T17:00:00.545 DEBUG:teuthology.orchestra.run.smithi012:> 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-03-20T17:00:00.593 DEBUG:teuthology.orchestra.run.smithi060:> 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-03-20T17:00:00.595 DEBUG:teuthology.orchestra.run.smithi100:> 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-03-20T17:00:00.602 INFO:teuthology.orchestra.run.smithi012.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-20T17:00:00.607 INFO:teuthology.orchestra.run.smithi060.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-20T17:00:00.608 INFO:teuthology.orchestra.run.smithi100.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-20T17:00:00.614 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.0.log 2024-03-20T17:00:00.614 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.a.log 2024-03-20T17:00:00.614 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T17:00:00.614 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log 2024-03-20T17:00:00.614 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T17:00:00.619 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log: 83.5% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T17:00:00.619 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T17:00:00.619 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mgr.a.log 2024-03-20T17:00:00.619 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T17:00:00.619 INFO:teuthology.orchestra.run.smithi012.stderr: 87.8% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T17:00:00.619 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mgr.a.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T17:00:00.620 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T17:00:00.620 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.1.log 2024-03-20T17:00:00.620 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log: 82.7% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T17:00:00.620 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log 2024-03-20T17:00:00.620 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T17:00:00.620 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mgr.b.log 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.b.log 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi060.stderr: 87.9% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.b.log: /var/log/ceph/cephadm.log: 90.7% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.2.log 2024-03-20T17:00:00.621 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr: 82.7% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.c.log 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr: 87.9% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log: /var/log/ceph/cephadm.log: 90.5% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi060.stderr: 91.1% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mgr.b.log.gz 2024-03-20T17:00:00.622 INFO:teuthology.orchestra.run.smithi060.stderr: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T17:00:00.623 INFO:teuthology.orchestra.run.smithi100.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T17:00:00.634 INFO:teuthology.orchestra.run.smithi012.stderr: 91.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T17:00:00.638 INFO:teuthology.orchestra.run.smithi100.stderr: 91.9% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T17:00:00.643 INFO:teuthology.orchestra.run.smithi060.stderr: 91.9% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T17:00:00.656 INFO:teuthology.orchestra.run.smithi012.stderr: 91.8% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T17:00:00.666 INFO:teuthology.orchestra.run.smithi100.stderr: 93.6% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.2.log.gz 2024-03-20T17:00:00.679 INFO:teuthology.orchestra.run.smithi012.stderr: 93.6% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.0.log.gz 2024-03-20T17:00:00.710 INFO:teuthology.orchestra.run.smithi060.stderr: 93.9% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-osd.1.log.gz 2024-03-20T17:00:00.719 INFO:teuthology.orchestra.run.smithi100.stderr: 93.1% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.c.log.gz 2024-03-20T17:00:00.720 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-03-20T17:00:00.720 INFO:teuthology.orchestra.run.smithi100.stderr:real 0m0.121s 2024-03-20T17:00:00.720 INFO:teuthology.orchestra.run.smithi100.stderr:user 0m0.190s 2024-03-20T17:00:00.720 INFO:teuthology.orchestra.run.smithi100.stderr:sys 0m0.018s 2024-03-20T17:00:00.742 INFO:teuthology.orchestra.run.smithi060.stderr: 92.8% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.b.log.gz 2024-03-20T17:00:00.744 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-03-20T17:00:00.744 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.147s 2024-03-20T17:00:00.744 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.273s 2024-03-20T17:00:00.744 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.023s 2024-03-20T17:00:00.772 INFO:teuthology.orchestra.run.smithi012.stderr: 88.1% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mgr.a.log.gz 2024-03-20T17:00:01.003 INFO:teuthology.orchestra.run.smithi012.stderr: 91.3% -- replaced with /var/log/ceph/0eb0b9d6-e6d9-11ee-95c9-87774f69a715/ceph-mon.a.log.gz 2024-03-20T17:00:01.004 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-03-20T17:00:01.004 INFO:teuthology.orchestra.run.smithi012.stderr:real 0m0.410s 2024-03-20T17:00:01.004 INFO:teuthology.orchestra.run.smithi012.stderr:user 0m0.674s 2024-03-20T17:00:01.004 INFO:teuthology.orchestra.run.smithi012.stderr:sys 0m0.033s 2024-03-20T17:00:01.005 INFO:tasks.cephadm:Archiving logs... 2024-03-20T17:00:01.005 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi012/log 2024-03-20T17:00:01.007 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T17:00:01.167 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi060/log 2024-03-20T17:00:01.168 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T17:00:01.224 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi100/log 2024-03-20T17:00:01.225 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T17:00:01.265 INFO:tasks.cephadm:Removing cluster... 2024-03-20T17:00:01.265 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --force 2024-03-20T17:00:01.433 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T17:00:02.777 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --force 2024-03-20T17:00:02.950 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T17:00:04.264 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 --force 2024-03-20T17:00:04.429 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: 0eb0b9d6-e6d9-11ee-95c9-87774f69a715 2024-03-20T17:00:05.769 INFO:tasks.cephadm:Removing cephadm ... 2024-03-20T17:00:05.769 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T17:00:05.775 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T17:00:05.781 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T17:00:05.787 INFO:tasks.cephadm:Teardown complete 2024-03-20T17:00:05.787 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-20T17:00:05.797 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-03-20T17:00:05.797 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T17:00:05.821 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T17:00:05.824 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T17:00:05.923 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-20T17:00:05.934 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-20T17:00:05.934 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T17:00:05.937 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T17:00:05.939 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T17:00:05.946 INFO:teuthology.orchestra.run.smithi012.stdout: remote refid st t when poll reach delay offset jitter 2024-03-20T17:00:05.946 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================== 2024-03-20T17:00:05.946 INFO:teuthology.orchestra.run.smithi012.stdout:*hv01.front.sepi 44.4.53.2 2 u 63 64 377 0.106 -0.251 0.084 2024-03-20T17:00:05.946 INFO:teuthology.orchestra.run.smithi012.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.092 +0.867 0.098 2024-03-20T17:00:05.946 INFO:teuthology.orchestra.run.smithi012.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.095 +0.393 0.067 2024-03-20T17:00:05.946 INFO:teuthology.orchestra.run.smithi012.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-20T17:00:05.950 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2024-03-20T17:00:05.950 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2024-03-20T17:00:05.951 INFO:teuthology.orchestra.run.smithi060.stdout:*hv01.front.sepi 44.4.53.2 2 u 51 64 377 0.094 -1.003 0.163 2024-03-20T17:00:05.951 INFO:teuthology.orchestra.run.smithi060.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.059 +0.086 0.024 2024-03-20T17:00:05.951 INFO:teuthology.orchestra.run.smithi060.stdout:+hv03.front.sepi 74.6.168.72 3 u 56 64 377 0.092 -0.565 0.081 2024-03-20T17:00:05.951 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-20T17:00:05.953 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-03-20T17:00:05.953 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-03-20T17:00:05.953 INFO:teuthology.orchestra.run.smithi100.stdout:*hv01.front.sepi 44.4.53.2 2 u 58 64 377 0.089 -6.940 2.328 2024-03-20T17:00:05.953 INFO:teuthology.orchestra.run.smithi100.stdout:+hv02.front.sepi 63.231.80.2 3 u 53 64 377 0.087 -6.891 2.461 2024-03-20T17:00:05.953 INFO:teuthology.orchestra.run.smithi100.stdout:+hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.109 -5.271 2.595 2024-03-20T17:00:05.953 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-20T17:00:05.954 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-20T17:00:05.963 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-20T17:00:05.963 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-20T17:00:05.972 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-20T17:00:05.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-20T17:00:05.988 INFO:teuthology.task.internal:Duration was 1544.969708 seconds 2024-03-20T17:00:05.988 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-20T17:00:05.996 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-20T17:00:05.996 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T17:00:05.999 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T17:00:06.001 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T17:00:06.036 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-20T17:00:06.036 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2024-03-20T17:00:06.036 DEBUG:teuthology.orchestra.run.smithi012:> 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-03-20T17:00:06.089 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-03-20T17:00:06.089 DEBUG:teuthology.orchestra.run.smithi060:> 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-03-20T17:00:06.099 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2024-03-20T17:00:06.099 DEBUG:teuthology.orchestra.run.smithi100:> 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-03-20T17:00:06.108 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-20T17:00:06.109 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T17:00:06.133 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T17:00:06.148 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T17:00:06.185 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-20T17:00:06.186 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T17:00:06.217 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T17:00:06.228 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T17:00:06.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-20T17:00:06.326 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-20T17:00:06.326 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T17:00:06.339 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T17:00:06.351 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T17:00:06.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-20T17:00:06.371 DEBUG:teuthology.orchestra.run.smithi012:> 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-03-20T17:00:06.384 DEBUG:teuthology.orchestra.run.smithi060:> 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-03-20T17:00:06.394 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2024-03-20T17:00:06.396 DEBUG:teuthology.orchestra.run.smithi100:> 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-03-20T17:00:06.403 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-03-20T17:00:06.414 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2024-03-20T17:00:06.440 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T17:00:06.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:00:06.463 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T17:00:06.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:00:06.475 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T17:00:06.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:00:06.488 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-20T17:00:06.498 INFO:teuthology.task.internal:Transferring archived files... 2024-03-20T17:00:06.499 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi012 2024-03-20T17:00:06.499 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T17:00:06.530 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi060 2024-03-20T17:00:06.530 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T17:00:06.557 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493/remote/smithi100 2024-03-20T17:00:06.558 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T17:00:06.581 INFO:teuthology.task.internal:Removing archive directory... 2024-03-20T17:00:06.581 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T17:00:06.584 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T17:00:06.596 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T17:00:06.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-20T17:00:06.640 INFO:teuthology.task.internal:Not uploading archives. 2024-03-20T17:00:06.640 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-20T17:00:06.716 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-20T17:00:06.716 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T17:00:06.719 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T17:00:06.721 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T17:00:06.722 INFO:teuthology.orchestra.run.smithi012.stdout: 658469 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 17:00 /home/ubuntu/cephtest 2024-03-20T17:00:06.724 INFO:teuthology.orchestra.run.smithi060.stdout: 658550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 17:00 /home/ubuntu/cephtest 2024-03-20T17:00:06.727 INFO:teuthology.orchestra.run.smithi100.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 17:00 /home/ubuntu/cephtest 2024-03-20T17:00:06.729 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-20T17:00:06.739 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-20T17:00:06.761 INFO:teuthology.nuke:Checking targets against current locks 2024-03-20T17:00:06.787 DEBUG:teuthology.nuke:shortname: smithi012 2024-03-20T17:00:06.787 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T17:00:06.811 DEBUG:teuthology.nuke:shortname: smithi060 2024-03-20T17:00:06.812 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T17:00:06.818 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493', '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-03-20 16:25:53.189090', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD0zFKY35bWilmWMtBFs7K09vX4FBARTm522jp0CcsxXQyiIfljS08kbFLmWanSz2gpVjfoIhyiRSqCbhEt0PzM='} 2024-03-20T17:00:06.838 DEBUG:teuthology.nuke:shortname: smithi100 2024-03-20T17:00:06.838 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T17:00:06.843 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493', '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-03-20 16:25:53.185869', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBIUQO8DBlIrf5zBVSa7znXjYdfe3xYL+r0xyTGPYkuIxcRTCOt82g93wGgZOTDGTcERoUItO/ppeYpykw26Mn4='} 2024-03-20T17:00:06.866 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612493', '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-03-20 16:25:53.187273', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKknpXGourg6RCoq/YUzWyJKmDSr0L/kF37Gkcu5WQbXcWwKKopxuAoIv8o7wl+t0bXKXDpwHfwDwzDHfBP0cj4='} 2024-03-20T17:00:06.874 INFO:teuthology.orchestra.console.smithi012:Power off 2024-03-20T17:00:06.874 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T17:00:06.892 INFO:teuthology.orchestra.console.smithi060:Power off 2024-03-20T17:00:06.892 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T17:00:06.902 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2024-03-20T17:00:06.902 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:06.915 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-03-20T17:00:06.915 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:06.927 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-03-20T17:00:06.943 INFO:teuthology.orchestra.console.smithi100:Power off 2024-03-20T17:00:06.943 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T17:00:06.953 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-03-20T17:00:06.967 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2024-03-20T17:00:06.967 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:06.993 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-03-20T17:00:10.928 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:10.954 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:10.994 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:11.038 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-03-20T17:00:11.064 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-03-20T17:00:11.105 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-03-20T17:00:15.042 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:15.065 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:15.106 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:15.153 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2024-03-20T17:00:15.175 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-03-20T17:00:15.217 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-03-20T17:00:15.254 INFO:teuthology.orchestra.console.smithi012:Power off completed 2024-03-20T17:00:15.276 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-03-20T17:00:19.221 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:00:19.332 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2024-03-20T17:00:19.432 INFO:teuthology.orchestra.console.smithi100:Power off completed 2024-03-20T17:00:19.537 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: 1544.9697077274323 failure_reason: '"2024-03-20T16:49:31.507443+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-20T17:00:19.537 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-20T17:00:19.615 INFO:teuthology.run:FAIL