2024-04-12T01:21:41.900 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-12T01:21:41.900 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --archive /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492 -- /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/orig.config.yaml 2024-04-12T01:21:41.932 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T01:21:42.019 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492 branch: wip-yuri6-testing-2024-04-02-1310 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: null first_in_suite: false job_id: '7652492' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri6-testing-2024-04-02-1310 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum sha1: a5074d4516d566e9d8b6aec912f26afd099de101 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a5074d4516d566e9d8b6aec912f26afd099de101 workunit: branch: wip-yuri6-testing-2024-04-02-1310 sha1: a5074d4516d566e9d8b6aec912f26afd099de101 owner: scheduled_yuriw@teuthology priority: 99 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: 1434 sha1: a5074d4516d566e9d8b6aec912f26afd099de101 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-04-02-1310 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a5074d4516d566e9d8b6aec912f26afd099de101/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a5074d4516d566e9d8b6aec912f26afd099de101 targets: smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG0+otHIb5gVmjqChJUU6bLi7i0kYtVRrodtlhoNVjh3wyJEcjeon5VlRMyEwLzx/1poL/jBTWO6Q86EO+nwXJs= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHHcIs26d4e+uAzyPY0raJOjOpwWr01TbcUTW1t4+HblehDV23eN9bzgV8V/ttuT9RC/nHB11WUWxb/ia2BEWpc= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNCip5w497peIAkF6uQLzEN+zMrGNlMbYlL1JZpWnivKEO/rQrmuf7C5awbDQAqRSGEtYC5zhFPdENp3Je4tx8o= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-11_17:03:54 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-12T01:21:42.019 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a5074d4516d566e9d8b6aec912f26afd099de101/qa; will attempt to use it 2024-04-12T01:21:42.020 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a5074d4516d566e9d8b6aec912f26afd099de101/qa/tasks 2024-04-12T01:21:42.020 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-12T01:21:42.022 INFO:teuthology.task.internal:Checking packages... 2024-04-12T01:21:42.048 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a5074d4516d566e9d8b6aec912f26afd099de101' 2024-04-12T01:21:42.049 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-12T01:21:42.049 INFO:teuthology.packaging:ref: None 2024-04-12T01:21:42.049 INFO:teuthology.packaging:tag: None 2024-04-12T01:21:42.049 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-04-02-1310 2024-04-12T01:21:42.049 INFO:teuthology.packaging:sha1: a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:21:42.049 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri6-testing-2024-04-02-1310 2024-04-12T01:21:42.194 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:21:42.196 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-12T01:21:42.213 INFO:teuthology.task.internal:no buildpackages task found 2024-04-12T01:21:42.213 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-12T01:21:42.275 INFO:teuthology.task.internal:Saving configuration 2024-04-12T01:21:42.314 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-12T01:21:42.332 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T01:21:42.356 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-12 01:15:56.087304', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ6ix9941iUWnEh4SfvIMLfpvfCQQreX0Damvs7DW1ZQ'} 2024-04-12T01:21:42.378 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-12 01:15:56.089115', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE1vcWZMDSMasf92H6qdTFb1OcIR89/u+6mIWyYESZ/R'} 2024-04-12T01:21:42.401 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-12 01:15:56.090175', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUD1kYf6aSYQcLHxhX7Np96UKv7Oqvk5d+fTQaN8Kla'} 2024-04-12T01:21:42.401 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-12T01:21:42.416 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-12T01:21:42.416 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-12T01:21:42.417 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-12T01:21:42.417 INFO:teuthology.run_tasks:Running task console_log... 2024-04-12T01:21:42.533 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f075c7f1f70>, signals=[15]) 2024-04-12T01:21:42.533 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-12T01:21:42.545 INFO:teuthology.task.internal:Opening connections... 2024-04-12T01:21:42.546 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2024-04-12T01:21:42.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:21:42.639 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-04-12T01:21:42.640 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:21:42.725 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-04-12T01:21:42.726 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:21:42.820 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-12T01:21:42.846 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2024-04-12T01:21:42.856 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2024-04-12T01:21:42.857 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2024-04-12T01:21:42.904 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-12T01:21:42.904 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="Ubuntu" 2024-04-12T01:21:42.904 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="22.04" 2024-04-12T01:21:42.904 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-12T01:21:42.904 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_CODENAME=jammy 2024-04-12T01:21:42.904 INFO:teuthology.orchestra.run.smithi083.stdout:ID=ubuntu 2024-04-12T01:21:42.905 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE=debian 2024-04-12T01:21:42.905 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-12T01:21:42.905 INFO:teuthology.orchestra.run.smithi083.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-12T01:21:42.905 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-12T01:21:42.905 INFO:teuthology.orchestra.run.smithi083.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-12T01:21:42.905 INFO:teuthology.orchestra.run.smithi083.stdout:UBUNTU_CODENAME=jammy 2024-04-12T01:21:42.906 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2024-04-12T01:21:42.930 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-04-12T01:21:42.939 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-04-12T01:21:42.939 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-04-12T01:21:42.990 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-12T01:21:42.990 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="Ubuntu" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="22.04" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_CODENAME=jammy 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:ID=ubuntu 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE=debian 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-12T01:21:42.991 INFO:teuthology.orchestra.run.smithi136.stdout:UBUNTU_CODENAME=jammy 2024-04-12T01:21:42.992 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-04-12T01:21:43.013 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-04-12T01:21:43.019 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-04-12T01:21:43.019 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-04-12T01:21:43.069 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-12T01:21:43.070 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="Ubuntu" 2024-04-12T01:21:43.070 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="22.04" 2024-04-12T01:21:43.070 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-12T01:21:43.070 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_CODENAME=jammy 2024-04-12T01:21:43.070 INFO:teuthology.orchestra.run.smithi167.stdout:ID=ubuntu 2024-04-12T01:21:43.070 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE=debian 2024-04-12T01:21:43.071 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-12T01:21:43.071 INFO:teuthology.orchestra.run.smithi167.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-12T01:21:43.071 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-12T01:21:43.071 INFO:teuthology.orchestra.run.smithi167.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-12T01:21:43.071 INFO:teuthology.orchestra.run.smithi167.stdout:UBUNTU_CODENAME=jammy 2024-04-12T01:21:43.071 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-04-12T01:21:43.088 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-12T01:21:43.179 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-12T01:21:43.301 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-12T01:21:43.302 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2024-04-12T01:21:43.305 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-04-12T01:21:43.308 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-04-12T01:21:43.313 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-12T01:21:43.403 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-12T01:21:43.403 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2024-04-12T01:21:43.407 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-04-12T01:21:43.410 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-04-12T01:21:43.418 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-12T01:21:43.498 INFO:teuthology.run_tasks:Running task kernel... 2024-04-12T01:21:43.514 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-12T01:21:43.514 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-12T01:21:43.514 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T01:21:43.515 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T01:21:43.515 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T01:21:43.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T01:21:43.520 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-04-12T01:21:43.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T01:21:43.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T01:21:43.522 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-12T01:21:43.522 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-04-12T01:21:43.567 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-56-generic 2024-04-12T01:21:43.567 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.15.0-56-generic 2024-04-12T01:21:43.567 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-04-12T01:21:43.568 INFO:teuthology.orchestra.run.smithi136.stdout:5.15.0-56-generic 2024-04-12T01:21:43.568 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.15.0-56-generic 2024-04-12T01:21:43.569 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get clean 2024-04-12T01:21:43.570 INFO:teuthology.orchestra.run.smithi167.stdout:5.15.0-56-generic 2024-04-12T01:21:43.570 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.15.0-56-generic 2024-04-12T01:21:43.570 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2024-04-12T01:21:43.688 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-04-12T01:21:43.689 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2024-04-12T01:21:43.710 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-04-12T01:21:43.884 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:21:43.886 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:21:43.932 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-12T01:21:43.934 INFO:teuthology.orchestra.run.smithi136.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-12T01:21:43.934 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-12T01:21:43.943 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-12T01:21:43.943 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-12T01:21:43.975 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:21:44.041 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-12T01:21:44.176 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-12T01:21:44.190 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-12T01:21:44.222 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-12T01:21:44.234 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-12T01:21:44.292 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-12T01:21:44.329 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-12T01:21:44.346 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-12T01:21:44.395 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-12T01:21:44.497 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-12T01:21:44.534 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-12T01:21:44.617 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-12T01:21:44.637 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-12T01:21:44.733 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-12T01:21:44.766 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-12T01:21:44.775 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-12T01:21:44.776 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-12T01:21:44.777 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-12T01:21:44.838 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-12T01:21:44.838 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-12T01:21:44.842 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-12T01:21:44.843 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-12T01:21:44.844 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-12T01:21:44.845 INFO:teuthology.orchestra.run.smithi136.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-12T01:21:44.854 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-12T01:21:44.854 INFO:teuthology.orchestra.run.smithi136.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-12T01:21:44.873 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-12T01:21:44.874 INFO:teuthology.orchestra.run.smithi136.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-12T01:21:44.875 INFO:teuthology.orchestra.run.smithi136.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-12T01:21:44.878 INFO:teuthology.orchestra.run.smithi136.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-12T01:21:44.879 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-12T01:21:44.881 INFO:teuthology.orchestra.run.smithi136.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T01:21:44.881 INFO:teuthology.orchestra.run.smithi136.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-12T01:21:44.881 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T01:21:44.881 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-12T01:21:44.881 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-12T01:21:44.882 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-12T01:21:44.882 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-12T01:21:44.897 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T01:21:44.898 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-12T01:21:44.911 INFO:teuthology.orchestra.run.smithi136.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-12T01:21:44.912 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-12T01:21:44.912 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-12T01:21:44.913 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-12T01:21:44.913 INFO:teuthology.orchestra.run.smithi136.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-12T01:21:44.914 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-12T01:21:44.924 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-12T01:21:44.925 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-12T01:21:44.928 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-12T01:21:44.928 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-12T01:21:44.930 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-12T01:21:44.930 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-12T01:21:44.943 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-12T01:21:44.958 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-12T01:21:44.966 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T01:21:45.006 INFO:teuthology.orchestra.run.smithi136.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-12T01:21:45.006 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-12T01:21:45.018 INFO:teuthology.orchestra.run.smithi136.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-12T01:21:45.023 INFO:teuthology.orchestra.run.smithi136.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-12T01:21:45.023 INFO:teuthology.orchestra.run.smithi136.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-12T01:21:45.024 INFO:teuthology.orchestra.run.smithi136.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-12T01:21:45.025 INFO:teuthology.orchestra.run.smithi136.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-12T01:21:45.026 INFO:teuthology.orchestra.run.smithi136.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-12T01:21:45.026 INFO:teuthology.orchestra.run.smithi136.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-12T01:21:45.028 INFO:teuthology.orchestra.run.smithi136.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-12T01:21:45.031 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-12T01:21:45.031 INFO:teuthology.orchestra.run.smithi136.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-12T01:21:45.032 INFO:teuthology.orchestra.run.smithi167.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-12T01:21:45.032 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-12T01:21:45.033 INFO:teuthology.orchestra.run.smithi136.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-12T01:21:45.036 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-12T01:21:45.036 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-12T01:21:45.037 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-12T01:21:45.038 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-12T01:21:45.039 INFO:teuthology.orchestra.run.smithi136.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T01:21:45.039 INFO:teuthology.orchestra.run.smithi136.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-12T01:21:45.039 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-12T01:21:45.039 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-12T01:21:45.039 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-12T01:21:45.051 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-12T01:21:45.059 INFO:teuthology.orchestra.run.smithi136.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-12T01:21:45.060 INFO:teuthology.orchestra.run.smithi136.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-12T01:21:45.080 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-12T01:21:45.086 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-12T01:21:45.087 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-12T01:21:45.087 INFO:teuthology.orchestra.run.smithi136.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-12T01:21:45.088 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-12T01:21:45.088 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-12T01:21:45.092 INFO:teuthology.orchestra.run.smithi136.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-12T01:21:45.092 INFO:teuthology.orchestra.run.smithi136.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-12T01:21:45.093 INFO:teuthology.orchestra.run.smithi136.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-12T01:21:45.104 INFO:teuthology.orchestra.run.smithi136.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-12T01:21:45.104 INFO:teuthology.orchestra.run.smithi136.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-12T01:21:45.105 INFO:teuthology.orchestra.run.smithi136.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-12T01:21:45.105 INFO:teuthology.orchestra.run.smithi136.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-12T01:21:45.106 INFO:teuthology.orchestra.run.smithi136.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-12T01:21:45.127 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-12T01:21:45.127 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-12T01:21:45.128 INFO:teuthology.orchestra.run.smithi136.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-12T01:21:45.128 INFO:teuthology.orchestra.run.smithi136.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-12T01:21:45.129 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-12T01:21:45.130 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-12T01:21:45.131 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-12T01:21:45.131 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-12T01:21:45.131 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-12T01:21:45.132 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-12T01:21:45.132 INFO:teuthology.orchestra.run.smithi167.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-12T01:21:45.164 INFO:teuthology.orchestra.run.smithi167.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-12T01:21:45.271 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-12T01:21:45.715 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-12T01:21:45.828 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-12T01:21:45.848 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-12T01:21:45.849 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-12T01:21:45.849 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-12T01:21:45.853 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-12T01:21:45.854 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-12T01:21:45.854 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-12T01:21:45.859 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-12T01:21:45.863 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-12T01:21:46.028 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-12T01:21:46.110 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-12T01:21:46.211 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-12T01:21:46.272 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-12T01:21:46.303 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-12T01:21:50.477 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 12.9 MB in 2s (5,390 kB/s) 2024-04-12T01:21:50.614 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 12.9 MB in 2s (5,563 kB/s) 2024-04-12T01:21:50.690 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 12.9 MB in 3s (5,094 kB/s) 2024-04-12T01:21:51.812 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-04-12T01:21:51.829 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T01:21:51.932 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-04-12T01:21:52.007 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-12T01:21:52.024 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T01:21:52.088 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-12T01:21:52.126 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-04-12T01:21:52.132 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2024-04-12T01:21:52.133 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2024-04-12T01:21:52.144 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T01:21:52.208 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-04-12T01:21:52.286 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-04-12T01:21:52.287 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-04-12T01:21:52.308 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:21:52.308 INFO:teuthology.orchestra.run.smithi136.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:21:52.308 INFO:teuthology.orchestra.run.smithi136.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:21:52.308 INFO:teuthology.orchestra.run.smithi136.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:21:52.308 INFO:teuthology.orchestra.run.smithi136.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-12T01:21:52.309 INFO:teuthology.orchestra.run.smithi136.stdout: python2.7-minimal 2024-04-12T01:21:52.309 INFO:teuthology.orchestra.run.smithi136.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:21:52.310 INFO:teuthology.orchestra.run.smithi136.stdout:The following additional packages will be installed: 2024-04-12T01:21:52.310 INFO:teuthology.orchestra.run.smithi136.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T01:21:52.310 INFO:teuthology.orchestra.run.smithi136.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-12T01:21:52.311 INFO:teuthology.orchestra.run.smithi136.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-12T01:21:52.312 INFO:teuthology.orchestra.run.smithi136.stdout:Suggested packages: 2024-04-12T01:21:52.312 INFO:teuthology.orchestra.run.smithi136.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-12T01:21:52.312 INFO:teuthology.orchestra.run.smithi136.stdout:Recommended packages: 2024-04-12T01:21:52.312 INFO:teuthology.orchestra.run.smithi136.stdout: thermald 2024-04-12T01:21:52.370 INFO:teuthology.orchestra.run.smithi136.stdout:The following NEW packages will be installed: 2024-04-12T01:21:52.370 INFO:teuthology.orchestra.run.smithi136.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T01:21:52.370 INFO:teuthology.orchestra.run.smithi136.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-12T01:21:52.371 INFO:teuthology.orchestra.run.smithi136.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-12T01:21:52.371 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages will be upgraded: 2024-04-12T01:21:52.372 INFO:teuthology.orchestra.run.smithi136.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-12T01:21:52.405 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-04-12T01:21:52.405 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-04-12T01:21:52.430 INFO:teuthology.orchestra.run.smithi136.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T01:21:52.431 INFO:teuthology.orchestra.run.smithi136.stdout:Need to get 113 MB of archives. 2024-04-12T01:21:52.431 INFO:teuthology.orchestra.run.smithi136.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-12T01:21:52.431 INFO:teuthology.orchestra.run.smithi136.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-12T01:21:52.460 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:21:52.460 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:21:52.460 INFO:teuthology.orchestra.run.smithi167.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:21:52.460 INFO:teuthology.orchestra.run.smithi167.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:21:52.460 INFO:teuthology.orchestra.run.smithi167.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-12T01:21:52.460 INFO:teuthology.orchestra.run.smithi167.stdout: python2.7-minimal 2024-04-12T01:21:52.461 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:21:52.462 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2024-04-12T01:21:52.462 INFO:teuthology.orchestra.run.smithi167.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T01:21:52.462 INFO:teuthology.orchestra.run.smithi167.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-12T01:21:52.462 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-12T01:21:52.463 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2024-04-12T01:21:52.464 INFO:teuthology.orchestra.run.smithi167.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-12T01:21:52.464 INFO:teuthology.orchestra.run.smithi167.stdout:Recommended packages: 2024-04-12T01:21:52.464 INFO:teuthology.orchestra.run.smithi167.stdout: thermald 2024-04-12T01:21:52.511 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2024-04-12T01:21:52.511 INFO:teuthology.orchestra.run.smithi167.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T01:21:52.511 INFO:teuthology.orchestra.run.smithi167.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-12T01:21:52.511 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-12T01:21:52.513 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages will be upgraded: 2024-04-12T01:21:52.514 INFO:teuthology.orchestra.run.smithi167.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-12T01:21:52.574 INFO:teuthology.orchestra.run.smithi167.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T01:21:52.574 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 113 MB of archives. 2024-04-12T01:21:52.574 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-12T01:21:52.574 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-12T01:21:52.577 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:21:52.577 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:21:52.577 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:21:52.577 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:21:52.577 INFO:teuthology.orchestra.run.smithi083.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-12T01:21:52.578 INFO:teuthology.orchestra.run.smithi083.stdout: python2.7-minimal 2024-04-12T01:21:52.578 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:21:52.579 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-04-12T01:21:52.579 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T01:21:52.579 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-12T01:21:52.579 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-12T01:21:52.580 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-04-12T01:21:52.580 INFO:teuthology.orchestra.run.smithi083.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-12T01:21:52.581 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-04-12T01:21:52.581 INFO:teuthology.orchestra.run.smithi083.stdout: thermald 2024-04-12T01:21:52.628 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-04-12T01:21:52.628 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-12T01:21:52.628 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-12T01:21:52.629 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-12T01:21:52.630 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages will be upgraded: 2024-04-12T01:21:52.630 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-12T01:21:52.810 INFO:teuthology.orchestra.run.smithi083.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T01:21:52.810 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 113 MB of archives. 2024-04-12T01:21:52.810 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-12T01:21:52.810 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-12T01:21:52.989 INFO:teuthology.orchestra.run.smithi136.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-12T01:21:53.248 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-12T01:21:53.910 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-12T01:21:54.322 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-12T01:21:54.331 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-12T01:21:54.679 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-12T01:21:55.029 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-12T01:21:55.029 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-12T01:21:55.030 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-12T01:21:55.374 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-12T01:21:55.467 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-12T01:21:55.898 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 113 MB in 3s (36.7 MB/s) 2024-04-12T01:21:56.081 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-12T01:21:56.113 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-12T01:21:56.113 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-12T01:21:56.114 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-12T01:21:56.420 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-12T01:21:56.474 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-12T01:21:56.885 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 113 MB in 4s (28.7 MB/s) 2024-04-12T01:21:56.936 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-12T01:21:56.936 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-12T01:21:56.936 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-12T01:21:57.041 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-12T01:21:58.031 INFO:teuthology.orchestra.run.smithi136.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-12T01:21:58.035 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:21:58.104 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:21:58.375 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-12T01:21:58.651 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-12T01:21:59.056 INFO:teuthology.orchestra.run.smithi167.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-12T01:21:59.060 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:21:59.067 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 113 MB in 6s (18.9 MB/s) 2024-04-12T01:21:59.148 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:21:59.253 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-12T01:22:00.581 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-12T01:22:00.602 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:00.691 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:01.152 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-12T01:22:01.172 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:01.210 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:01.271 INFO:teuthology.orchestra.run.smithi083.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-12T01:22:01.277 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:01.342 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:01.791 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-12T01:22:01.804 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:01.874 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:02.312 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-12T01:22:02.332 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:02.361 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:03.410 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-12T01:22:03.431 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:03.523 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:04.005 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-12T01:22:04.025 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:04.063 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:07.371 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:07.490 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:07.832 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:07.927 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:08.222 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-12T01:22:08.233 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-12T01:22:08.272 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T01:22:08.574 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:08.699 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:09.014 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:09.119 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:09.439 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-12T01:22:09.461 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-12T01:22:09.505 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T01:22:10.740 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:10.893 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:11.208 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:11.321 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:11.641 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-12T01:22:11.664 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-12T01:22:11.707 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T01:22:14.338 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-12T01:22:14.357 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:14.387 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:14.840 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-12T01:22:14.877 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:14.914 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:16.976 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:17.101 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:17.446 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T01:22:17.565 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:17.602 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-12T01:22:17.640 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-12T01:22:17.677 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:17.699 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-12T01:22:17.803 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:18.031 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:18.162 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:18.495 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T01:22:18.600 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:18.702 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-12T01:22:18.805 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:19.080 INFO:teuthology.orchestra.run.smithi136.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:19.080 INFO:teuthology.orchestra.run.smithi136.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:19.080 INFO:teuthology.orchestra.run.smithi136.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:19.080 INFO:teuthology.orchestra.run.smithi136.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:19.948 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:20.141 INFO:teuthology.orchestra.run.smithi167.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:20.141 INFO:teuthology.orchestra.run.smithi167.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:20.141 INFO:teuthology.orchestra.run.smithi167.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:20.141 INFO:teuthology.orchestra.run.smithi167.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:20.308 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:21.101 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-12T01:22:21.233 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-12T01:22:21.385 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:21.566 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-12T01:22:21.684 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:21.687 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:21.814 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-12T01:22:21.942 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:22.769 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-12T01:22:22.895 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-12T01:22:23.021 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:23.027 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-12T01:22:23.075 INFO:teuthology.orchestra.run.smithi136.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-12T01:22:23.076 INFO:teuthology.orchestra.run.smithi136.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:23.128 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-12T01:22:23.263 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:23.268 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:23.269 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:23.269 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:23.269 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:23.332 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-12T01:22:23.332 INFO:teuthology.orchestra.run.smithi167.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:23.428 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:24.812 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:26.397 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-12T01:22:26.523 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-12T01:22:26.624 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-12T01:22:26.679 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-12T01:22:26.679 INFO:teuthology.orchestra.run.smithi083.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:37.070 INFO:teuthology.orchestra.run.smithi136.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-12T01:22:37.070 INFO:teuthology.orchestra.run.smithi136.stdout:Sourcing file `/etc/default/grub' 2024-04-12T01:22:37.079 INFO:teuthology.orchestra.run.smithi136.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T01:22:37.099 INFO:teuthology.orchestra.run.smithi136.stdout:Generating grub configuration file ... 2024-04-12T01:22:37.276 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-12T01:22:37.276 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub' 2024-04-12T01:22:37.292 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T01:22:37.313 INFO:teuthology.orchestra.run.smithi167.stdout:Generating grub configuration file ... 2024-04-12T01:22:37.384 INFO:teuthology.orchestra.run.smithi136.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:37.409 INFO:teuthology.orchestra.run.smithi136.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:37.681 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:37.696 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:37.746 INFO:teuthology.orchestra.run.smithi136.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:37.751 INFO:teuthology.orchestra.run.smithi136.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:37.817 INFO:teuthology.orchestra.run.smithi136.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T01:22:37.822 INFO:teuthology.orchestra.run.smithi136.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T01:22:37.993 INFO:teuthology.orchestra.run.smithi136.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T01:22:37.993 INFO:teuthology.orchestra.run.smithi136.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T01:22:37.993 INFO:teuthology.orchestra.run.smithi136.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T01:22:38.042 INFO:teuthology.orchestra.run.smithi136.stdout:done 2024-04-12T01:22:38.058 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:38.063 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:38.130 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T01:22:38.135 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T01:22:38.284 INFO:teuthology.orchestra.run.smithi167.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T01:22:38.284 INFO:teuthology.orchestra.run.smithi167.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T01:22:38.284 INFO:teuthology.orchestra.run.smithi167.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T01:22:38.330 INFO:teuthology.orchestra.run.smithi167.stdout:done 2024-04-12T01:22:38.513 DEBUG:teuthology.orchestra.run.smithi136:> dpkg -s linux-image-generic 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Package: linux-image-generic 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Status: install ok installed 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Priority: optional 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Section: kernel 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Installed-Size: 21 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: amd64 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Source: linux-meta 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Version: 5.15.0.102.99 2024-04-12T01:22:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T01:22:38.534 INFO:teuthology.orchestra.run.smithi136.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T01:22:38.534 INFO:teuthology.orchestra.run.smithi136.stdout:Recommends: thermald 2024-04-12T01:22:38.534 INFO:teuthology.orchestra.run.smithi136.stdout:Description: Generic Linux kernel image 2024-04-12T01:22:38.534 INFO:teuthology.orchestra.run.smithi136.stdout: This package will always depend on the latest generic kernel image 2024-04-12T01:22:38.534 INFO:teuthology.orchestra.run.smithi136.stdout: available. 2024-04-12T01:22:38.534 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-12T01:22:38.534 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T01:22:38.534 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T01:22:38.535 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-12T01:22:38.535 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T01:22:38.535 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get clean 2024-04-12T01:22:38.760 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2024-04-12T01:22:38.768 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic 2024-04-12T01:22:38.785 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic 2024-04-12T01:22:38.785 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2024-04-12T01:22:38.785 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2024-04-12T01:22:38.785 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2024-04-12T01:22:38.785 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 21 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.15.0.102.99 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2024-04-12T01:22:38.786 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2024-04-12T01:22:38.786 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-12T01:22:38.786 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T01:22:38.787 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T01:22:38.787 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-12T01:22:38.787 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T01:22:38.787 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2024-04-12T01:22:38.918 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:22:38.927 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T01:22:38.948 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T01:22:38.975 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-04-12T01:22:39.000 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T01:22:39.216 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:22:39.216 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T01:22:39.287 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T01:22:39.369 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T01:22:40.332 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-04-12T01:22:40.349 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T01:22:40.408 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-04-12T01:22:40.567 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-12T01:22:40.583 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T01:22:40.607 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2024-04-12T01:22:40.608 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2024-04-12T01:22:40.636 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-12T01:22:40.786 INFO:teuthology.orchestra.run.smithi136.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-12T01:22:40.787 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:22:40.787 INFO:teuthology.orchestra.run.smithi136.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:22:40.787 INFO:teuthology.orchestra.run.smithi136.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:22:40.787 INFO:teuthology.orchestra.run.smithi136.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:22:40.787 INFO:teuthology.orchestra.run.smithi136.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T01:22:40.788 INFO:teuthology.orchestra.run.smithi136.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T01:22:40.788 INFO:teuthology.orchestra.run.smithi136.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:22:40.812 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-04-12T01:22:40.813 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-04-12T01:22:40.829 INFO:teuthology.orchestra.run.smithi136.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T01:22:40.831 DEBUG:teuthology.orchestra.run.smithi136:> dpkg -s linux-image-generic 2024-04-12T01:22:40.838 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-12T01:22:40.838 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub' 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Package: linux-image-generic 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Status: install ok installed 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Priority: optional 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Section: kernel 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Installed-Size: 21 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: amd64 2024-04-12T01:22:40.847 INFO:teuthology.orchestra.run.smithi136.stdout:Source: linux-meta 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout:Version: 5.15.0.102.99 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout:Recommends: thermald 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout:Description: Generic Linux kernel image 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout: This package will always depend on the latest generic kernel image 2024-04-12T01:22:40.848 INFO:teuthology.orchestra.run.smithi136.stdout: available. 2024-04-12T01:22:40.848 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-04-12T01:22:40.858 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T01:22:40.880 INFO:teuthology.orchestra.run.smithi083.stdout:Generating grub configuration file ... 2024-04-12T01:22:40.894 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.842KP96ks0 2024-04-12T01:22:40.895 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub/grub.cfg /tmp/tmp.842KP96ks0 2024-04-12T01:22:40.950 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.842KP96ks0 2024-04-12T01:22:40.966 INFO:teuthology.orchestra.run.smithi167.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-12T01:22:40.966 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:22:40.966 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:22:40.966 INFO:teuthology.orchestra.run.smithi167.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:22:40.966 INFO:teuthology.orchestra.run.smithi167.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:22:40.966 INFO:teuthology.orchestra.run.smithi167.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T01:22:40.967 INFO:teuthology.orchestra.run.smithi167.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T01:22:40.967 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:22:41.006 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T01:22:41.008 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 21 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta 2024-04-12T01:22:41.067 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.15.0.102.99 2024-04-12T01:22:41.068 INFO:teuthology.orchestra.run.smithi167.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T01:22:41.068 INFO:teuthology.orchestra.run.smithi167.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T01:22:41.068 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2024-04-12T01:22:41.068 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2024-04-12T01:22:41.068 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2024-04-12T01:22:41.068 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2024-04-12T01:22:41.068 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2024-04-12T01:22:41.077 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.842KP96ks0 is 10KB 2024-04-12T01:22:41.090 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.842KP96ks0 2024-04-12T01:22:41.096 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-12T01:22:41.112 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.l9ywRZev4k 2024-04-12T01:22:41.113 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub/grub.cfg /tmp/tmp.l9ywRZev4k 2024-04-12T01:22:41.134 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:41.150 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:22:41.150 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-12T01:22:41.151 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-12T01:22:41.157 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:41.182 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.l9ywRZev4k 2024-04-12T01:22:41.217 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-12T01:22:41.218 DEBUG:teuthology.orchestra.run.smithi136:> sudo update-grub 2024-04-12T01:22:41.300 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.l9ywRZev4k is 10KB 2024-04-12T01:22:41.314 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.l9ywRZev4k 2024-04-12T01:22:41.319 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-12T01:22:41.372 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:22:41.373 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-12T01:22:41.373 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-12T01:22:41.434 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:41.440 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-12T01:22:41.440 DEBUG:teuthology.orchestra.run.smithi167:> sudo update-grub 2024-04-12T01:22:41.440 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:41.510 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T01:22:41.516 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T01:22:41.678 INFO:teuthology.orchestra.run.smithi083.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T01:22:41.679 INFO:teuthology.orchestra.run.smithi083.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T01:22:41.679 INFO:teuthology.orchestra.run.smithi083.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T01:22:41.722 INFO:teuthology.orchestra.run.smithi083.stdout:done 2024-04-12T01:22:42.195 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.102.99 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-04-12T01:22:42.214 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-04-12T01:22:42.215 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-04-12T01:22:42.215 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-04-12T01:22:42.215 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-12T01:22:42.215 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T01:22:42.215 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T01:22:42.215 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-12T01:22:42.215 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T01:22:42.215 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-04-12T01:22:42.395 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-04-12T01:22:42.491 INFO:teuthology.orchestra.run.smithi136.stderr:Sourcing file `/etc/default/grub' 2024-04-12T01:22:42.492 INFO:teuthology.orchestra.run.smithi136.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T01:22:42.494 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-04-12T01:22:42.584 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T01:22:42.624 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub' 2024-04-12T01:22:42.625 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T01:22:42.627 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2024-04-12T01:22:42.634 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:22:42.682 INFO:teuthology.orchestra.run.smithi136.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:42.688 INFO:teuthology.orchestra.run.smithi136.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:42.715 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T01:22:42.797 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T01:22:42.894 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:42.900 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:42.916 INFO:teuthology.orchestra.run.smithi136.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:42.921 INFO:teuthology.orchestra.run.smithi136.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:42.960 INFO:teuthology.orchestra.run.smithi136.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T01:22:42.965 INFO:teuthology.orchestra.run.smithi136.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T01:22:43.078 INFO:teuthology.orchestra.run.smithi136.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T01:22:43.078 INFO:teuthology.orchestra.run.smithi136.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T01:22:43.078 INFO:teuthology.orchestra.run.smithi136.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T01:22:43.092 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-04-12T01:22:43.100 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-04-12T01:22:43.209 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:43.215 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:43.258 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T01:22:43.264 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T01:22:43.377 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T01:22:43.377 INFO:teuthology.orchestra.run.smithi167.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T01:22:43.377 INFO:teuthology.orchestra.run.smithi167.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T01:22:43.394 INFO:teuthology.orchestra.run.smithi167.stderr:done 2024-04-12T01:22:43.407 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2024-04-12T01:22:43.857 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-04-12T01:22:43.876 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-12T01:22:43.936 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-04-12T01:22:44.134 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-04-12T01:22:44.135 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-04-12T01:22:44.308 INFO:teuthology.orchestra.run.smithi083.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-12T01:22:44.308 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:22:44.308 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:22:44.308 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:22:44.308 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:22:44.309 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T01:22:44.309 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T01:22:44.309 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:22:44.351 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-12T01:22:44.353 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-04-12T01:22:44.365 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.102.99 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-04-12T01:22:44.366 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-04-12T01:22:44.366 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2024-04-12T01:22:44.415 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.syGYXUpXaM 2024-04-12T01:22:44.488 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub/grub.cfg /tmp/tmp.syGYXUpXaM 2024-04-12T01:22:44.509 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.syGYXUpXaM 2024-04-12T01:22:44.657 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.syGYXUpXaM is 10KB 2024-04-12T01:22:44.672 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.syGYXUpXaM 2024-04-12T01:22:44.679 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-12T01:22:44.743 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:22:44.743 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-12T01:22:44.743 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-12T01:22:44.837 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-12T01:22:44.837 DEBUG:teuthology.orchestra.run.smithi083:> sudo update-grub 2024-04-12T01:22:46.083 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub' 2024-04-12T01:22:46.083 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-12T01:22:46.085 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2024-04-12T01:22:46.279 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-12T01:22:46.285 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-12T01:22:46.496 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-12T01:22:46.501 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-12T01:22:46.540 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-12T01:22:46.545 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-12T01:22:46.681 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-12T01:22:46.681 INFO:teuthology.orchestra.run.smithi083.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-12T01:22:46.681 INFO:teuthology.orchestra.run.smithi083.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-12T01:22:46.695 INFO:teuthology.orchestra.run.smithi083.stderr:done 2024-04-12T01:22:46.703 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2024-04-12T01:23:13.123 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-12T01:23:13.123 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:23:13.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:13.411 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-12T01:23:13.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:23:13.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:16.709 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-12T01:23:16.709 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:23:16.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:31.491 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-12T01:23:31.746 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-04-12T01:23:35.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-04-12T01:23:40.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:23:40.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:40.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:23:40.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:43.550 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-12T01:23:43.806 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-04-12T01:23:44.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:23:44.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:47.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-04-12T01:23:55.558 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:23:55.559 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:55.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:23:55.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:23:59.138 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:23:59.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:24:13.987 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-12T01:24:17.571 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-04-12T01:24:28.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:24:29.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:24:29.264 ERROR:teuthology.orchestra.connection:Error authenticating with smithi136.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-04-12T01:24:32.575 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:24:32.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:24:33.281 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-04-12T01:24:33.383 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-04-12T01:24:33.882 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:24:33.882 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-12T01:24:33.882 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-04-12T01:24:33.928 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-102-generic 2024-04-12T01:24:33.928 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-12T01:24:33.928 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T01:24:33.928 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-12T01:24:34.323 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:24:34.323 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-12T01:24:34.323 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-04-12T01:24:34.372 INFO:teuthology.orchestra.run.smithi136.stdout:5.15.0-102-generic 2024-04-12T01:24:34.372 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-12T01:24:34.372 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T01:24:34.372 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-12T01:24:34.929 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-12T01:24:34.929 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T01:24:34.999 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2024-04-12T01:24:35.029 DEBUG:teuthology.parallel:result is None 2024-04-12T01:24:35.373 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-12T01:24:35.374 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T01:24:35.453 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-04-12T01:24:35.485 DEBUG:teuthology.parallel:result is None 2024-04-12T01:24:55.811 DEBUG:teuthology.orchestra.remote:timed out 2024-04-12T01:25:10.812 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:25:10.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:25:11.047 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-12T01:25:11.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:25:11.621 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-102-generic"... 2024-04-12T01:25:11.621 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-12T01:25:11.669 INFO:teuthology.orchestra.run.smithi167.stdout:5.15.0-102-generic 2024-04-12T01:25:11.669 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-12T01:25:11.669 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T01:25:11.669 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-12T01:25:12.670 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-12T01:25:12.670 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T01:25:13.010 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-04-12T01:25:13.034 DEBUG:teuthology.parallel:result is None 2024-04-12T01:25:13.035 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-12T01:25:13.043 INFO:teuthology.task.internal:Creating test directory... 2024-04-12T01:25:13.043 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T01:25:13.046 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T01:25:13.048 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T01:25:13.054 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-12T01:25:13.061 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-12T01:25:13.071 INFO:teuthology.task.internal:Creating archive directory... 2024-04-12T01:25:13.071 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T01:25:13.096 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T01:25:13.099 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T01:25:13.183 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-12T01:25:13.191 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-12T01:25:13.192 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T01:25:13.194 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T01:25:13.197 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-12T01:25:13.212 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T01:25:13.215 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T01:25:13.216 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T01:25:13.220 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T01:25:13.223 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T01:25:13.224 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T01:25:13.225 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-12T01:25:13.233 INFO:teuthology.task.internal:Configuring sudo... 2024-04-12T01:25:13.233 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T01:25:13.264 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T01:25:13.272 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T01:25:13.284 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-12T01:25:13.293 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-12T01:25:13.293 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T01:25:13.323 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T01:25:13.328 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T01:25:13.333 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T01:25:13.372 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T01:25:13.419 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:25:13.419 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T01:25:13.483 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T01:25:13.490 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T01:25:13.536 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:25:13.536 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T01:25:13.602 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T01:25:13.609 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T01:25:13.657 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:25:13.658 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T01:25:13.722 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2024-04-12T01:25:13.725 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-04-12T01:25:13.728 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-04-12T01:25:13.796 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-12T01:25:13.804 INFO:teuthology.task.internal:Starting timer... 2024-04-12T01:25:13.805 INFO:teuthology.run_tasks:Running task pcp... 2024-04-12T01:25:13.816 INFO:teuthology.run_tasks:Running task selinux... 2024-04-12T01:25:13.825 DEBUG:teuthology.task.selinux:Excluding smithi083: OS 'ubuntu' does not support SELinux 2024-04-12T01:25:13.825 DEBUG:teuthology.task.selinux:Excluding smithi136: OS 'ubuntu' does not support SELinux 2024-04-12T01:25:13.825 DEBUG:teuthology.task.selinux:Excluding smithi167: OS 'ubuntu' does not support SELinux 2024-04-12T01:25:13.826 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-12T01:25:13.826 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-12T01:25:13.826 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-12T01:25:13.826 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-12T01:25:13.836 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-12T01:25:13.861 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-12T01:25:13.862 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi083.front.sepia.ceph.com,smithi136.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-12T01:32:14.102 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2024-04-12T01:32:14.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:32:14.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:32:14.217 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-04-12T01:32:14.298 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-04-12T01:32:14.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:32:14.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:32:14.410 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-04-12T01:32:14.490 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-12T01:32:14.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:32:14.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T01:32:14.596 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-12T01:32:14.674 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-12T01:32:14.675 INFO:teuthology.run_tasks:Running task clock... 2024-04-12T01:32:14.688 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-12T01:32:14.688 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T01:32:14.689 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T01:32:14.692 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T01:32:14.692 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T01:32:14.695 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T01:32:14.695 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Command line: ntpd -gq 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: ---------------------------------------------------- 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: ntp-4 is maintained by Network Time Foundation, 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: corporation. Support and training for ntp-4 are 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: available at https://www.nwtime.org/support 2024-04-12T01:32:14.717 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: ---------------------------------------------------- 2024-04-12T01:32:14.718 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: proto: precision = 0.066 usec (-24) 2024-04-12T01:32:14.718 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: basedate set to 2022-02-04 2024-04-12T01:32:14.718 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: gps base set to 2022-02-06 (week 2196) 2024-04-12T01:32:14.719 INFO:teuthology.orchestra.run.smithi083.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T01:32:14.719 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T01:32:14.719 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: restrict ::: KOD does nothing without LIMITED. 2024-04-12T01:32:14.719 INFO:teuthology.orchestra.run.smithi083.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-12T01:32:14.720 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listen and drop on 0 v6wildcard [::]:123 2024-04-12T01:32:14.720 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-12T01:32:14.720 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listen normally on 2 lo 127.0.0.1:123 2024-04-12T01:32:14.720 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listen normally on 3 enp3s0f1 172.21.15.83:123 2024-04-12T01:32:14.721 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listen normally on 4 lo [::1]:123 2024-04-12T01:32:14.721 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce91%5]:123 2024-04-12T01:32:14.721 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:14 ntpd[17189]: Listening on routing socket on fd #22 for interface updates 2024-04-12T01:32:14.722 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-12T01:32:14.722 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Command line: ntpd -gq 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: ---------------------------------------------------- 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: ntp-4 is maintained by Network Time Foundation, 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: corporation. Support and training for ntp-4 are 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: available at https://www.nwtime.org/support 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: ---------------------------------------------------- 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: proto: precision = 0.061 usec (-24) 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: basedate set to 2022-02-04 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: gps base set to 2022-02-06 (week 2196) 2024-04-12T01:32:14.723 INFO:teuthology.orchestra.run.smithi136.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T01:32:14.724 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T01:32:14.724 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: restrict ::: KOD does nothing without LIMITED. 2024-04-12T01:32:14.724 INFO:teuthology.orchestra.run.smithi136.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listen and drop on 0 v6wildcard [::]:123 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listen normally on 2 lo 127.0.0.1:123 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listen normally on 3 enp3s0f1 172.21.15.136:123 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listen normally on 4 lo [::1]:123 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e43%5]:123 2024-04-12T01:32:14.725 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:14 ntpd[17215]: Listening on routing socket on fd #22 for interface updates 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Command line: ntpd -gq 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: ---------------------------------------------------- 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: ntp-4 is maintained by Network Time Foundation, 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: corporation. Support and training for ntp-4 are 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: available at https://www.nwtime.org/support 2024-04-12T01:32:14.743 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: ---------------------------------------------------- 2024-04-12T01:32:14.744 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: proto: precision = 0.045 usec (-24) 2024-04-12T01:32:14.744 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: basedate set to 2022-02-04 2024-04-12T01:32:14.744 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: gps base set to 2022-02-06 (week 2196) 2024-04-12T01:32:14.744 INFO:teuthology.orchestra.run.smithi167.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T01:32:14.745 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-12T01:32:14.745 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: restrict ::: KOD does nothing without LIMITED. 2024-04-12T01:32:14.745 INFO:teuthology.orchestra.run.smithi167.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listen and drop on 0 v6wildcard [::]:123 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listen normally on 2 lo 127.0.0.1:123 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listen normally on 3 enp3s0f1 172.21.15.167:123 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listen normally on 4 lo [::1]:123 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7309%5]:123 2024-04-12T01:32:14.746 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:14 ntpd[17195]: Listening on routing socket on fd #22 for interface updates 2024-04-12T01:32:15.717 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:15 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.717 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:15 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:15 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:15 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:15 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:15 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:15 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:15.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:15 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:15.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:15 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:16.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:16 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:16.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:16 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:16.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:16 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:16.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:16 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:16.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:16 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:16.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:16 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:16.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:16 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:17.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:17 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:17 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:17 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:17 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:17 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:17.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:17 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:17.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:17 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:17 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:17 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:17 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:17 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:17.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:17 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:17.745 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:17.746 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:17.746 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:17.746 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:17.746 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:17 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:18.717 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:18 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:18 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:18 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:18 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:18 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:18.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:18 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:18.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.721 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.721 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:18.721 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:18 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:18.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:18 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:19.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:19.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:19 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:19.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:19 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:19 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:19 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:19 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:19 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:19.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:19 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:19.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:19 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:20.717 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:20 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:20 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:20 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:20 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:20 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:20.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:20 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:20.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:20 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:20.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:20 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:20 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:20 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:20.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:20 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:20.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:20 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:20.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:20 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:21.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:21 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:21.719 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.719 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.719 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:21.720 INFO:teuthology.orchestra.run.smithi136.stdout:12 Apr 01:32:21 ntpd[17215]: ntpd: time slew -0.003601 s 2024-04-12T01:32:21.720 INFO:teuthology.orchestra.run.smithi136.stdout:ntpd: time slew -0.003601s 2024-04-12T01:32:21.720 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-12T01:32:21.721 INFO:teuthology.orchestra.run.smithi136.stderr:12 Apr 01:32:21 ntpd[17215]: can't open /var/log/ntpstats/loopstats.20240412: Permission denied 2024-04-12T01:32:21.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.743 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stdout:12 Apr 01:32:21 ntpd[17195]: ntpd: time slew -0.002448 s 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stdout:ntpd: time slew -0.002448s 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-12T01:32:21.744 INFO:teuthology.orchestra.run.smithi167.stderr:12 Apr 01:32:21 ntpd[17195]: can't open /var/log/ntpstats/loopstats.20240412: Permission denied 2024-04-12T01:32:21.771 INFO:teuthology.orchestra.run.smithi136.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T01:32:21.771 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================== 2024-04-12T01:32:21.771 INFO:teuthology.orchestra.run.smithi136.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.771 INFO:teuthology.orchestra.run.smithi136.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.771 INFO:teuthology.orchestra.run.smithi136.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.771 INFO:teuthology.orchestra.run.smithi136.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.793 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T01:32:21.793 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2024-04-12T01:32:21.793 INFO:teuthology.orchestra.run.smithi167.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.793 INFO:teuthology.orchestra.run.smithi167.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.793 INFO:teuthology.orchestra.run.smithi167.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:21.793 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:22.717 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:22 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:22.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:22 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:22.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:22 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:22.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:22 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:22.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:22 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:22.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:22 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: can't open /var/log/ntpstats/rawstats.20240412: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-12T01:32:23.718 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: can't open /var/log/ntpstats/peerstats.20240412: Permission denied 2024-04-12T01:32:23.719 INFO:teuthology.orchestra.run.smithi083.stdout:12 Apr 01:32:23 ntpd[17189]: ntpd: time slew -0.004065 s 2024-04-12T01:32:23.719 INFO:teuthology.orchestra.run.smithi083.stdout:ntpd: time slew -0.004065s 2024-04-12T01:32:23.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-12T01:32:23.719 INFO:teuthology.orchestra.run.smithi083.stderr:12 Apr 01:32:23 ntpd[17189]: can't open /var/log/ntpstats/loopstats.20240412: Permission denied 2024-04-12T01:32:23.770 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T01:32:23.770 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-04-12T01:32:23.770 INFO:teuthology.orchestra.run.smithi083.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:23.770 INFO:teuthology.orchestra.run.smithi083.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:23.770 INFO:teuthology.orchestra.run.smithi083.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:23.770 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-12T01:32:23.771 INFO:teuthology.run_tasks:Running task install... 2024-04-12T01:32:23.781 DEBUG:teuthology.task.install:project ceph 2024-04-12T01:32:23.781 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a5074d4516d566e9d8b6aec912f26afd099de101'}} 2024-04-12T01:32:23.781 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a5074d4516d566e9d8b6aec912f26afd099de101'} 2024-04-12T01:32:23.781 INFO:teuthology.task.install:Using flavor: default 2024-04-12T01:32:23.787 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-12T01:32:23.787 INFO:teuthology.task.install:extra packages: [] 2024-04-12T01:32:23.788 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-key list | grep Ceph 2024-04-12T01:32:23.788 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-key list | grep Ceph 2024-04-12T01:32:23.789 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-key list | grep Ceph 2024-04-12T01:32:23.850 INFO:teuthology.orchestra.run.smithi136.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-12T01:32:23.857 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-12T01:32:23.873 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-12T01:32:23.879 INFO:teuthology.orchestra.run.smithi136.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-12T01:32:23.879 INFO:teuthology.orchestra.run.smithi136.stdout:uid [ unknown] Ceph.com (release key) 2024-04-12T01:32:23.880 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-12T01:32:23.881 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:32:23.922 INFO:teuthology.orchestra.run.smithi083.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-12T01:32:23.922 INFO:teuthology.orchestra.run.smithi083.stdout:uid [ unknown] Ceph.com (release key) 2024-04-12T01:32:23.922 INFO:teuthology.orchestra.run.smithi167.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-12T01:32:23.923 INFO:teuthology.orchestra.run.smithi167.stdout:uid [ unknown] Ceph.com (release key) 2024-04-12T01:32:23.923 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-12T01:32:23.923 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:32:23.924 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-12T01:32:23.924 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:32:24.183 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default/ 2024-04-12T01:32:24.184 INFO:teuthology.task.install.deb:Package version is 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:32:24.185 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default/ 2024-04-12T01:32:24.185 INFO:teuthology.task.install.deb:Package version is 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:32:24.215 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default/ 2024-04-12T01:32:24.215 INFO:teuthology.task.install.deb:Package version is 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:32:24.315 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:32:24.315 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-12T01:32:24.329 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-04-12T01:32:24.382 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:32:24.382 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-12T01:32:24.395 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:32:24.395 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-12T01:32:24.397 DEBUG:teuthology.orchestra.run.smithi136:> sudo apt-get update 2024-04-12T01:32:24.410 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-04-12T01:32:24.500 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T01:32:24.513 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:32:24.532 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T01:32:24.553 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T01:32:24.568 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:32:24.568 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T01:32:24.581 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T01:32:24.585 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-12T01:32:24.601 INFO:teuthology.orchestra.run.smithi136.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T01:32:24.609 INFO:teuthology.orchestra.run.smithi083.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy InRelease 2024-04-12T01:32:24.617 INFO:teuthology.orchestra.run.smithi136.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy InRelease 2024-04-12T01:32:24.638 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-12T01:32:24.649 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-12T01:32:24.660 INFO:teuthology.orchestra.run.smithi136.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-12T01:32:24.682 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-12T01:32:24.685 INFO:teuthology.orchestra.run.smithi083.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-12T01:32:24.692 INFO:teuthology.orchestra.run.smithi167.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy InRelease 2024-04-12T01:32:24.698 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-12T01:32:24.709 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-12T01:32:24.723 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-12T01:32:24.728 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-12T01:32:24.766 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-12T01:32:24.766 INFO:teuthology.orchestra.run.smithi167.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-12T01:32:24.781 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-12T01:32:24.801 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-12T01:32:24.842 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 29.2 kB in 0s (85.6 kB/s) 2024-04-12T01:32:24.843 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-12T01:32:24.862 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-12T01:32:24.912 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 29.2 kB in 0s (86.2 kB/s) 2024-04-12T01:32:24.998 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 29.2 kB in 0s (71.0 kB/s) 2024-04-12T01:32:25.797 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-04-12T01:32:25.814 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2838-ga5074d45-1jammy cephadm=19.0.0-2838-ga5074d45-1jammy ceph-mds=19.0.0-2838-ga5074d45-1jammy ceph-mgr=19.0.0-2838-ga5074d45-1jammy ceph-common=19.0.0-2838-ga5074d45-1jammy ceph-fuse=19.0.0-2838-ga5074d45-1jammy ceph-test=19.0.0-2838-ga5074d45-1jammy ceph-volume=19.0.0-2838-ga5074d45-1jammy radosgw=19.0.0-2838-ga5074d45-1jammy python3-rados=19.0.0-2838-ga5074d45-1jammy python3-rgw=19.0.0-2838-ga5074d45-1jammy python3-cephfs=19.0.0-2838-ga5074d45-1jammy python3-rbd=19.0.0-2838-ga5074d45-1jammy libcephfs2=19.0.0-2838-ga5074d45-1jammy libcephfs-dev=19.0.0-2838-ga5074d45-1jammy librados2=19.0.0-2838-ga5074d45-1jammy librbd1=19.0.0-2838-ga5074d45-1jammy rbd-fuse=19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:32:25.865 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-04-12T01:32:25.887 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-04-12T01:32:25.903 DEBUG:teuthology.orchestra.run.smithi136:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2838-ga5074d45-1jammy cephadm=19.0.0-2838-ga5074d45-1jammy ceph-mds=19.0.0-2838-ga5074d45-1jammy ceph-mgr=19.0.0-2838-ga5074d45-1jammy ceph-common=19.0.0-2838-ga5074d45-1jammy ceph-fuse=19.0.0-2838-ga5074d45-1jammy ceph-test=19.0.0-2838-ga5074d45-1jammy ceph-volume=19.0.0-2838-ga5074d45-1jammy radosgw=19.0.0-2838-ga5074d45-1jammy python3-rados=19.0.0-2838-ga5074d45-1jammy python3-rgw=19.0.0-2838-ga5074d45-1jammy python3-cephfs=19.0.0-2838-ga5074d45-1jammy python3-rbd=19.0.0-2838-ga5074d45-1jammy libcephfs2=19.0.0-2838-ga5074d45-1jammy libcephfs-dev=19.0.0-2838-ga5074d45-1jammy librados2=19.0.0-2838-ga5074d45-1jammy librbd1=19.0.0-2838-ga5074d45-1jammy rbd-fuse=19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:32:25.939 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-12T01:32:25.954 INFO:teuthology.orchestra.run.smithi136.stdout:Reading package lists... 2024-04-12T01:32:25.956 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2838-ga5074d45-1jammy cephadm=19.0.0-2838-ga5074d45-1jammy ceph-mds=19.0.0-2838-ga5074d45-1jammy ceph-mgr=19.0.0-2838-ga5074d45-1jammy ceph-common=19.0.0-2838-ga5074d45-1jammy ceph-fuse=19.0.0-2838-ga5074d45-1jammy ceph-test=19.0.0-2838-ga5074d45-1jammy ceph-volume=19.0.0-2838-ga5074d45-1jammy radosgw=19.0.0-2838-ga5074d45-1jammy python3-rados=19.0.0-2838-ga5074d45-1jammy python3-rgw=19.0.0-2838-ga5074d45-1jammy python3-cephfs=19.0.0-2838-ga5074d45-1jammy python3-rbd=19.0.0-2838-ga5074d45-1jammy libcephfs2=19.0.0-2838-ga5074d45-1jammy libcephfs-dev=19.0.0-2838-ga5074d45-1jammy librados2=19.0.0-2838-ga5074d45-1jammy librbd1=19.0.0-2838-ga5074d45-1jammy rbd-fuse=19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:32:26.016 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-12T01:32:26.040 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-04-12T01:32:26.041 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-04-12T01:32:26.130 INFO:teuthology.orchestra.run.smithi136.stdout:Building dependency tree... 2024-04-12T01:32:26.131 INFO:teuthology.orchestra.run.smithi136.stdout:Reading state information... 2024-04-12T01:32:26.213 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:32:26.213 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:32:26.214 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:32:26.214 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:32:26.214 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T01:32:26.214 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T01:32:26.214 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:32:26.215 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-04-12T01:32:26.215 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-12T01:32:26.216 INFO:teuthology.orchestra.run.smithi083.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-12T01:32:26.217 INFO:teuthology.orchestra.run.smithi083.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet zip 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-12T01:32:26.218 INFO:teuthology.orchestra.run.smithi083.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-12T01:32:26.219 INFO:teuthology.orchestra.run.smithi083.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-12T01:32:26.219 INFO:teuthology.orchestra.run.smithi083.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-12T01:32:26.219 INFO:teuthology.orchestra.run.smithi083.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-12T01:32:26.219 INFO:teuthology.orchestra.run.smithi083.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-12T01:32:26.219 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-04-12T01:32:26.219 INFO:teuthology.orchestra.run.smithi083.stdout: btrfs-tools 2024-04-12T01:32:26.300 INFO:teuthology.orchestra.run.smithi136.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:32:26.300 INFO:teuthology.orchestra.run.smithi136.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:32:26.300 INFO:teuthology.orchestra.run.smithi136.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:32:26.300 INFO:teuthology.orchestra.run.smithi136.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:32:26.301 INFO:teuthology.orchestra.run.smithi136.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout:The following additional packages will be installed: 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-12T01:32:26.303 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-12T01:32:26.304 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet zip 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout:Suggested packages: 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-12T01:32:26.305 INFO:teuthology.orchestra.run.smithi136.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-12T01:32:26.306 INFO:teuthology.orchestra.run.smithi136.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-12T01:32:26.306 INFO:teuthology.orchestra.run.smithi136.stdout:Recommended packages: 2024-04-12T01:32:26.306 INFO:teuthology.orchestra.run.smithi136.stdout: btrfs-tools 2024-04-12T01:32:26.315 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-04-12T01:32:26.316 INFO:teuthology.orchestra.run.smithi083.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-12T01:32:26.316 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-12T01:32:26.317 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-12T01:32:26.317 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-12T01:32:26.317 INFO:teuthology.orchestra.run.smithi083.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-12T01:32:26.317 INFO:teuthology.orchestra.run.smithi083.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-12T01:32:26.317 INFO:teuthology.orchestra.run.smithi083.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T01:32:26.318 INFO:teuthology.orchestra.run.smithi083.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-12T01:32:26.319 INFO:teuthology.orchestra.run.smithi083.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-12T01:32:26.402 INFO:teuthology.orchestra.run.smithi136.stdout:The following NEW packages will be installed: 2024-04-12T01:32:26.402 INFO:teuthology.orchestra.run.smithi136.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-12T01:32:26.402 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-12T01:32:26.402 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-12T01:32:26.402 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-12T01:32:26.403 INFO:teuthology.orchestra.run.smithi136.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-12T01:32:26.403 INFO:teuthology.orchestra.run.smithi136.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T01:32:26.404 INFO:teuthology.orchestra.run.smithi136.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-12T01:32:26.405 INFO:teuthology.orchestra.run.smithi136.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-12T01:32:26.408 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2024-04-12T01:32:26.408 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-12T01:32:26.408 INFO:teuthology.orchestra.run.smithi167.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-12T01:32:26.409 INFO:teuthology.orchestra.run.smithi167.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-12T01:32:26.409 INFO:teuthology.orchestra.run.smithi167.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-12T01:32:26.409 INFO:teuthology.orchestra.run.smithi167.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-12T01:32:26.409 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-12T01:32:26.410 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2024-04-12T01:32:26.410 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-12T01:32:26.410 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-12T01:32:26.410 INFO:teuthology.orchestra.run.smithi167.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-12T01:32:26.411 INFO:teuthology.orchestra.run.smithi167.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T01:32:26.412 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet zip 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-12T01:32:26.413 INFO:teuthology.orchestra.run.smithi167.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout:Recommended packages: 2024-04-12T01:32:26.414 INFO:teuthology.orchestra.run.smithi167.stdout: btrfs-tools 2024-04-12T01:32:26.438 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-12T01:32:26.439 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 180 MB of archives. 2024-04-12T01:32:26.439 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 824 MB of additional disk space will be used. 2024-04-12T01:32:26.439 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-12T01:32:26.475 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2838-ga5074d45-1jammy [3,555 kB] 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-12T01:32:26.512 INFO:teuthology.orchestra.run.smithi167.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-12T01:32:26.514 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-12T01:32:26.515 INFO:teuthology.orchestra.run.smithi167.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-12T01:32:26.546 INFO:teuthology.orchestra.run.smithi136.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-12T01:32:26.546 INFO:teuthology.orchestra.run.smithi136.stdout:Need to get 180 MB of archives. 2024-04-12T01:32:26.546 INFO:teuthology.orchestra.run.smithi136.stdout:After this operation, 824 MB of additional disk space will be used. 2024-04-12T01:32:26.546 INFO:teuthology.orchestra.run.smithi136.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2838-ga5074d45-1jammy [3,555 kB] 2024-04-12T01:32:26.592 INFO:teuthology.orchestra.run.smithi136.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-12T01:32:26.628 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-12T01:32:26.628 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 180 MB of archives. 2024-04-12T01:32:26.628 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 824 MB of additional disk space will be used. 2024-04-12T01:32:26.628 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-12T01:32:26.701 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2838-ga5074d45-1jammy [3,555 kB] 2024-04-12T01:32:26.708 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2838-ga5074d45-1jammy [3,223 kB] 2024-04-12T01:32:26.722 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-12T01:32:26.736 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-12T01:32:26.829 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2838-ga5074d45-1jammy [712 kB] 2024-04-12T01:32:26.853 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2838-ga5074d45-1jammy [356 kB] 2024-04-12T01:32:26.858 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-12T01:32:26.875 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2838-ga5074d45-1jammy [32.8 kB] 2024-04-12T01:32:26.877 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2838-ga5074d45-1jammy [180 kB] 2024-04-12T01:32:26.882 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2838-ga5074d45-1jammy [66.9 kB] 2024-04-12T01:32:26.884 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2838-ga5074d45-1jammy [330 kB] 2024-04-12T01:32:26.896 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2838-ga5074d45-1jammy [6,725 kB] 2024-04-12T01:32:26.926 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-12T01:32:26.933 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-12T01:32:26.990 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-12T01:32:26.990 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-12T01:32:26.995 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-12T01:32:27.020 INFO:teuthology.orchestra.run.smithi136.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-12T01:32:27.020 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-12T01:32:27.027 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-12T01:32:27.028 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-12T01:32:27.030 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-12T01:32:27.032 INFO:teuthology.orchestra.run.smithi136.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-12T01:32:27.042 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-12T01:32:27.045 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-12T01:32:27.048 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-12T01:32:27.050 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-12T01:32:27.102 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-12T01:32:27.107 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-12T01:32:27.111 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-12T01:32:27.114 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-12T01:32:27.115 INFO:teuthology.orchestra.run.smithi136.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-12T01:32:27.115 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-12T01:32:27.165 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-12T01:32:27.167 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-12T01:32:27.168 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-12T01:32:27.169 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-12T01:32:27.169 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-12T01:32:27.177 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2838-ga5074d45-1jammy [112 kB] 2024-04-12T01:32:27.179 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2838-ga5074d45-1jammy [466 kB] 2024-04-12T01:32:27.198 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-12T01:32:27.203 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-12T01:32:27.209 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-12T01:32:27.209 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2838-ga5074d45-1jammy [25.5 MB] 2024-04-12T01:32:27.209 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-12T01:32:27.210 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-12T01:32:27.216 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-12T01:32:27.217 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-12T01:32:27.230 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-12T01:32:27.237 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-12T01:32:27.239 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-12T01:32:27.240 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-12T01:32:27.242 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-12T01:32:27.243 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-12T01:32:27.245 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-12T01:32:27.245 INFO:teuthology.orchestra.run.smithi083.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-12T01:32:27.246 INFO:teuthology.orchestra.run.smithi083.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-12T01:32:27.253 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-12T01:32:27.257 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-12T01:32:27.260 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-12T01:32:27.261 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-12T01:32:27.264 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-12T01:32:27.267 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-12T01:32:27.268 INFO:teuthology.orchestra.run.smithi083.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-12T01:32:27.270 INFO:teuthology.orchestra.run.smithi083.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-12T01:32:27.270 INFO:teuthology.orchestra.run.smithi083.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-12T01:32:27.275 INFO:teuthology.orchestra.run.smithi136.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2838-ga5074d45-1jammy [3,223 kB] 2024-04-12T01:32:27.281 INFO:teuthology.orchestra.run.smithi083.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-12T01:32:27.281 INFO:teuthology.orchestra.run.smithi083.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-12T01:32:27.289 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-12T01:32:27.292 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-12T01:32:27.293 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-12T01:32:27.294 INFO:teuthology.orchestra.run.smithi167.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-12T01:32:27.295 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-12T01:32:27.296 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-12T01:32:27.297 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-12T01:32:27.297 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-12T01:32:27.297 INFO:teuthology.orchestra.run.smithi083.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-12T01:32:27.298 INFO:teuthology.orchestra.run.smithi083.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-12T01:32:27.301 INFO:teuthology.orchestra.run.smithi083.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-12T01:32:27.304 INFO:teuthology.orchestra.run.smithi083.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-12T01:32:27.306 INFO:teuthology.orchestra.run.smithi083.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-12T01:32:27.326 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-12T01:32:27.326 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-12T01:32:27.328 INFO:teuthology.orchestra.run.smithi083.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-12T01:32:27.330 INFO:teuthology.orchestra.run.smithi083.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-12T01:32:27.334 INFO:teuthology.orchestra.run.smithi083.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-12T01:32:27.335 INFO:teuthology.orchestra.run.smithi083.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-12T01:32:27.337 INFO:teuthology.orchestra.run.smithi083.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-12T01:32:27.345 INFO:teuthology.orchestra.run.smithi136.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-12T01:32:27.357 INFO:teuthology.orchestra.run.smithi136.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-12T01:32:27.365 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-12T01:32:27.369 INFO:teuthology.orchestra.run.smithi083.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-12T01:32:27.371 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-12T01:32:27.372 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-12T01:32:27.373 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-12T01:32:27.374 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-12T01:32:27.376 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-12T01:32:27.376 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-12T01:32:27.377 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-12T01:32:27.387 INFO:teuthology.orchestra.run.smithi136.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-12T01:32:27.396 INFO:teuthology.orchestra.run.smithi136.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-12T01:32:27.397 INFO:teuthology.orchestra.run.smithi136.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-12T01:32:27.399 INFO:teuthology.orchestra.run.smithi136.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-12T01:32:27.417 INFO:teuthology.orchestra.run.smithi136.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-12T01:32:27.432 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-12T01:32:27.536 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-12T01:32:27.537 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-12T01:32:27.548 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-12T01:32:27.548 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-12T01:32:27.558 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-12T01:32:27.559 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-12T01:32:27.562 INFO:teuthology.orchestra.run.smithi167.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-12T01:32:27.566 INFO:teuthology.orchestra.run.smithi167.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-12T01:32:27.568 INFO:teuthology.orchestra.run.smithi167.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-12T01:32:27.571 INFO:teuthology.orchestra.run.smithi167.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-12T01:32:27.579 INFO:teuthology.orchestra.run.smithi083.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-12T01:32:27.581 INFO:teuthology.orchestra.run.smithi083.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-12T01:32:27.583 INFO:teuthology.orchestra.run.smithi083.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-12T01:32:27.583 INFO:teuthology.orchestra.run.smithi083.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-12T01:32:27.585 INFO:teuthology.orchestra.run.smithi136.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-12T01:32:27.585 INFO:teuthology.orchestra.run.smithi083.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-12T01:32:27.600 INFO:teuthology.orchestra.run.smithi167.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-12T01:32:27.606 INFO:teuthology.orchestra.run.smithi167.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-12T01:32:27.606 INFO:teuthology.orchestra.run.smithi167.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-12T01:32:27.607 INFO:teuthology.orchestra.run.smithi167.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-12T01:32:27.612 INFO:teuthology.orchestra.run.smithi167.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-12T01:32:27.614 INFO:teuthology.orchestra.run.smithi083.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-12T01:32:27.616 INFO:teuthology.orchestra.run.smithi083.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-12T01:32:27.617 INFO:teuthology.orchestra.run.smithi083.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-12T01:32:27.649 INFO:teuthology.orchestra.run.smithi083.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-12T01:32:27.650 INFO:teuthology.orchestra.run.smithi083.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-12T01:32:27.680 INFO:teuthology.orchestra.run.smithi136.stdout:Get:15 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2838-ga5074d45-1jammy [712 kB] 2024-04-12T01:32:27.693 INFO:teuthology.orchestra.run.smithi083.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-12T01:32:27.777 INFO:teuthology.orchestra.run.smithi083.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-12T01:32:27.778 INFO:teuthology.orchestra.run.smithi083.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-12T01:32:27.780 INFO:teuthology.orchestra.run.smithi083.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-12T01:32:27.782 INFO:teuthology.orchestra.run.smithi083.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-12T01:32:27.784 INFO:teuthology.orchestra.run.smithi083.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-12T01:32:27.797 INFO:teuthology.orchestra.run.smithi167.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-12T01:32:27.798 INFO:teuthology.orchestra.run.smithi083.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-12T01:32:27.799 INFO:teuthology.orchestra.run.smithi167.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-12T01:32:27.800 INFO:teuthology.orchestra.run.smithi136.stdout:Get:16 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2838-ga5074d45-1jammy [356 kB] 2024-04-12T01:32:27.802 INFO:teuthology.orchestra.run.smithi167.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-12T01:32:27.802 INFO:teuthology.orchestra.run.smithi167.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-12T01:32:27.804 INFO:teuthology.orchestra.run.smithi083.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-12T01:32:27.805 INFO:teuthology.orchestra.run.smithi167.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-12T01:32:27.807 INFO:teuthology.orchestra.run.smithi083.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-12T01:32:27.808 INFO:teuthology.orchestra.run.smithi083.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-12T01:32:27.816 INFO:teuthology.orchestra.run.smithi083.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-12T01:32:27.820 INFO:teuthology.orchestra.run.smithi136.stdout:Get:17 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2838-ga5074d45-1jammy [32.8 kB] 2024-04-12T01:32:27.821 INFO:teuthology.orchestra.run.smithi136.stdout:Get:18 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2838-ga5074d45-1jammy [180 kB] 2024-04-12T01:32:27.827 INFO:teuthology.orchestra.run.smithi136.stdout:Get:19 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2838-ga5074d45-1jammy [66.9 kB] 2024-04-12T01:32:27.837 INFO:teuthology.orchestra.run.smithi167.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-12T01:32:27.839 INFO:teuthology.orchestra.run.smithi083.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-12T01:32:27.840 INFO:teuthology.orchestra.run.smithi167.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-12T01:32:27.840 INFO:teuthology.orchestra.run.smithi167.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-12T01:32:27.842 INFO:teuthology.orchestra.run.smithi083.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-12T01:32:27.844 INFO:teuthology.orchestra.run.smithi083.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-12T01:32:27.859 INFO:teuthology.orchestra.run.smithi083.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-12T01:32:27.859 INFO:teuthology.orchestra.run.smithi167.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-12T01:32:27.859 INFO:teuthology.orchestra.run.smithi167.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-12T01:32:27.860 INFO:teuthology.orchestra.run.smithi167.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-12T01:32:27.860 INFO:teuthology.orchestra.run.smithi167.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-12T01:32:27.861 INFO:teuthology.orchestra.run.smithi083.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-12T01:32:27.861 INFO:teuthology.orchestra.run.smithi167.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-12T01:32:27.861 INFO:teuthology.orchestra.run.smithi167.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-12T01:32:27.870 INFO:teuthology.orchestra.run.smithi083.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-12T01:32:27.871 INFO:teuthology.orchestra.run.smithi083.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-12T01:32:27.873 INFO:teuthology.orchestra.run.smithi083.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-12T01:32:27.874 INFO:teuthology.orchestra.run.smithi083.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-12T01:32:27.877 INFO:teuthology.orchestra.run.smithi083.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-12T01:32:27.879 INFO:teuthology.orchestra.run.smithi167.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-12T01:32:27.879 INFO:teuthology.orchestra.run.smithi167.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-12T01:32:27.881 INFO:teuthology.orchestra.run.smithi083.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-12T01:32:27.883 INFO:teuthology.orchestra.run.smithi136.stdout:Get:20 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2838-ga5074d45-1jammy [330 kB] 2024-04-12T01:32:27.883 INFO:teuthology.orchestra.run.smithi167.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-12T01:32:27.894 INFO:teuthology.orchestra.run.smithi083.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-12T01:32:27.894 INFO:teuthology.orchestra.run.smithi136.stdout:Get:21 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2838-ga5074d45-1jammy [6,725 kB] 2024-04-12T01:32:27.899 INFO:teuthology.orchestra.run.smithi167.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-12T01:32:27.901 INFO:teuthology.orchestra.run.smithi167.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-12T01:32:27.902 INFO:teuthology.orchestra.run.smithi167.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-12T01:32:27.903 INFO:teuthology.orchestra.run.smithi083.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-12T01:32:27.904 INFO:teuthology.orchestra.run.smithi083.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-12T01:32:27.905 INFO:teuthology.orchestra.run.smithi167.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-12T01:32:27.909 INFO:teuthology.orchestra.run.smithi083.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-12T01:32:27.910 INFO:teuthology.orchestra.run.smithi167.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-12T01:32:27.911 INFO:teuthology.orchestra.run.smithi083.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-12T01:32:27.912 INFO:teuthology.orchestra.run.smithi167.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-12T01:32:27.913 INFO:teuthology.orchestra.run.smithi167.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-12T01:32:27.945 INFO:teuthology.orchestra.run.smithi167.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-12T01:32:27.946 INFO:teuthology.orchestra.run.smithi167.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-12T01:32:27.950 INFO:teuthology.orchestra.run.smithi167.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-12T01:32:27.974 INFO:teuthology.orchestra.run.smithi167.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-12T01:32:27.975 INFO:teuthology.orchestra.run.smithi167.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-12T01:32:27.975 INFO:teuthology.orchestra.run.smithi167.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-12T01:32:27.977 INFO:teuthology.orchestra.run.smithi167.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-12T01:32:27.978 INFO:teuthology.orchestra.run.smithi167.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-12T01:32:27.986 INFO:teuthology.orchestra.run.smithi167.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-12T01:32:27.986 INFO:teuthology.orchestra.run.smithi167.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-12T01:32:27.992 INFO:teuthology.orchestra.run.smithi136.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-12T01:32:28.011 INFO:teuthology.orchestra.run.smithi167.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-12T01:32:28.015 INFO:teuthology.orchestra.run.smithi167.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-12T01:32:28.016 INFO:teuthology.orchestra.run.smithi167.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-12T01:32:28.025 INFO:teuthology.orchestra.run.smithi136.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-12T01:32:28.027 INFO:teuthology.orchestra.run.smithi136.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-12T01:32:28.108 INFO:teuthology.orchestra.run.smithi136.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-12T01:32:28.158 INFO:teuthology.orchestra.run.smithi136.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-12T01:32:28.180 INFO:teuthology.orchestra.run.smithi136.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-12T01:32:28.186 INFO:teuthology.orchestra.run.smithi136.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-12T01:32:28.187 INFO:teuthology.orchestra.run.smithi136.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-12T01:32:28.199 INFO:teuthology.orchestra.run.smithi136.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-12T01:32:28.200 INFO:teuthology.orchestra.run.smithi136.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-12T01:32:28.365 INFO:teuthology.orchestra.run.smithi136.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-12T01:32:28.448 INFO:teuthology.orchestra.run.smithi136.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-12T01:32:28.477 INFO:teuthology.orchestra.run.smithi136.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-12T01:32:28.494 INFO:teuthology.orchestra.run.smithi136.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-12T01:32:28.538 INFO:teuthology.orchestra.run.smithi136.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-12T01:32:28.539 INFO:teuthology.orchestra.run.smithi083.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2838-ga5074d45-1jammy [5,087 kB] 2024-04-12T01:32:28.623 INFO:teuthology.orchestra.run.smithi167.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2838-ga5074d45-1jammy [3,223 kB] 2024-04-12T01:32:28.679 INFO:teuthology.orchestra.run.smithi083.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2838-ga5074d45-1jammy [244 kB] 2024-04-12T01:32:28.685 INFO:teuthology.orchestra.run.smithi083.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2838-ga5074d45-1jammy [124 kB] 2024-04-12T01:32:28.689 INFO:teuthology.orchestra.run.smithi083.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2838-ga5074d45-1jammy [1,525 kB] 2024-04-12T01:32:28.719 INFO:teuthology.orchestra.run.smithi136.stdout:Get:37 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2838-ga5074d45-1jammy [112 kB] 2024-04-12T01:32:28.750 INFO:teuthology.orchestra.run.smithi136.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-12T01:32:28.763 INFO:teuthology.orchestra.run.smithi083.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2838-ga5074d45-1jammy [6,261 kB] 2024-04-12T01:32:28.765 INFO:teuthology.orchestra.run.smithi136.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-12T01:32:28.769 INFO:teuthology.orchestra.run.smithi136.stdout:Get:40 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2838-ga5074d45-1jammy [466 kB] 2024-04-12T01:32:28.771 INFO:teuthology.orchestra.run.smithi136.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-12T01:32:28.777 INFO:teuthology.orchestra.run.smithi136.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-12T01:32:28.795 INFO:teuthology.orchestra.run.smithi136.stdout:Get:43 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2838-ga5074d45-1jammy [25.5 MB] 2024-04-12T01:32:28.798 INFO:teuthology.orchestra.run.smithi136.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-12T01:32:28.802 INFO:teuthology.orchestra.run.smithi136.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-12T01:32:28.968 INFO:teuthology.orchestra.run.smithi136.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-12T01:32:29.100 INFO:teuthology.orchestra.run.smithi083.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2838-ga5074d45-1jammy [22.8 MB] 2024-04-12T01:32:29.304 INFO:teuthology.orchestra.run.smithi136.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-12T01:32:29.332 INFO:teuthology.orchestra.run.smithi136.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-12T01:32:29.342 INFO:teuthology.orchestra.run.smithi136.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-12T01:32:29.551 INFO:teuthology.orchestra.run.smithi136.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-12T01:32:29.552 INFO:teuthology.orchestra.run.smithi136.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-12T01:32:29.558 INFO:teuthology.orchestra.run.smithi136.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-12T01:32:29.564 INFO:teuthology.orchestra.run.smithi136.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-12T01:32:29.579 INFO:teuthology.orchestra.run.smithi136.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-12T01:32:29.600 INFO:teuthology.orchestra.run.smithi136.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-12T01:32:29.607 INFO:teuthology.orchestra.run.smithi136.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-12T01:32:29.782 INFO:teuthology.orchestra.run.smithi136.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-12T01:32:29.829 INFO:teuthology.orchestra.run.smithi167.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2838-ga5074d45-1jammy [712 kB] 2024-04-12T01:32:30.036 INFO:teuthology.orchestra.run.smithi136.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-12T01:32:30.081 INFO:teuthology.orchestra.run.smithi167.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2838-ga5074d45-1jammy [356 kB] 2024-04-12T01:32:30.181 INFO:teuthology.orchestra.run.smithi167.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2838-ga5074d45-1jammy [32.8 kB] 2024-04-12T01:32:30.212 INFO:teuthology.orchestra.run.smithi136.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-12T01:32:30.217 INFO:teuthology.orchestra.run.smithi167.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2838-ga5074d45-1jammy [180 kB] 2024-04-12T01:32:30.226 INFO:teuthology.orchestra.run.smithi136.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-12T01:32:30.247 INFO:teuthology.orchestra.run.smithi136.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-12T01:32:30.251 INFO:teuthology.orchestra.run.smithi167.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2838-ga5074d45-1jammy [66.9 kB] 2024-04-12T01:32:30.301 INFO:teuthology.orchestra.run.smithi167.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2838-ga5074d45-1jammy [330 kB] 2024-04-12T01:32:30.311 INFO:teuthology.orchestra.run.smithi136.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-12T01:32:30.389 INFO:teuthology.orchestra.run.smithi167.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2838-ga5074d45-1jammy [6,725 kB] 2024-04-12T01:32:30.434 INFO:teuthology.orchestra.run.smithi083.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2838-ga5074d45-1jammy [14.1 kB] 2024-04-12T01:32:30.434 INFO:teuthology.orchestra.run.smithi083.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2838-ga5074d45-1jammy [870 kB] 2024-04-12T01:32:30.452 INFO:teuthology.orchestra.run.smithi083.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2838-ga5074d45-1jammy [2,437 kB] 2024-04-12T01:32:30.537 INFO:teuthology.orchestra.run.smithi083.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2838-ga5074d45-1jammy [791 kB] 2024-04-12T01:32:30.579 INFO:teuthology.orchestra.run.smithi083.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2838-ga5074d45-1jammy [148 kB] 2024-04-12T01:32:30.584 INFO:teuthology.orchestra.run.smithi083.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2838-ga5074d45-1jammy [2,312 kB] 2024-04-12T01:32:30.600 INFO:teuthology.orchestra.run.smithi136.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-12T01:32:30.602 INFO:teuthology.orchestra.run.smithi136.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-12T01:32:30.604 INFO:teuthology.orchestra.run.smithi136.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-12T01:32:30.605 INFO:teuthology.orchestra.run.smithi136.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-12T01:32:30.607 INFO:teuthology.orchestra.run.smithi136.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-12T01:32:30.718 INFO:teuthology.orchestra.run.smithi083.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2838-ga5074d45-1jammy [8,625 kB] 2024-04-12T01:32:30.826 INFO:teuthology.orchestra.run.smithi136.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-12T01:32:31.195 INFO:teuthology.orchestra.run.smithi083.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2838-ga5074d45-1jammy [14.2 kB] 2024-04-12T01:32:31.197 INFO:teuthology.orchestra.run.smithi083.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2838-ga5074d45-1jammy [51.1 MB] 2024-04-12T01:32:31.262 INFO:teuthology.orchestra.run.smithi136.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-12T01:32:31.268 INFO:teuthology.orchestra.run.smithi136.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-12T01:32:31.559 INFO:teuthology.orchestra.run.smithi136.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-12T01:32:31.559 INFO:teuthology.orchestra.run.smithi136.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-12T01:32:31.624 INFO:teuthology.orchestra.run.smithi136.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-12T01:32:31.624 INFO:teuthology.orchestra.run.smithi136.stdout:Get:74 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2838-ga5074d45-1jammy [5,087 kB] 2024-04-12T01:32:31.625 INFO:teuthology.orchestra.run.smithi136.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-12T01:32:31.626 INFO:teuthology.orchestra.run.smithi136.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-12T01:32:31.627 INFO:teuthology.orchestra.run.smithi136.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-12T01:32:31.628 INFO:teuthology.orchestra.run.smithi136.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-12T01:32:31.629 INFO:teuthology.orchestra.run.smithi136.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-12T01:32:31.802 INFO:teuthology.orchestra.run.smithi136.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-12T01:32:32.035 INFO:teuthology.orchestra.run.smithi136.stdout:Get:81 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2838-ga5074d45-1jammy [244 kB] 2024-04-12T01:32:32.044 INFO:teuthology.orchestra.run.smithi136.stdout:Get:82 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2838-ga5074d45-1jammy [124 kB] 2024-04-12T01:32:32.048 INFO:teuthology.orchestra.run.smithi136.stdout:Get:83 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2838-ga5074d45-1jammy [1,525 kB] 2024-04-12T01:32:32.202 INFO:teuthology.orchestra.run.smithi136.stdout:Get:84 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2838-ga5074d45-1jammy [6,261 kB] 2024-04-12T01:32:32.215 INFO:teuthology.orchestra.run.smithi136.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-12T01:32:32.261 INFO:teuthology.orchestra.run.smithi136.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-12T01:32:32.297 INFO:teuthology.orchestra.run.smithi136.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-12T01:32:32.393 INFO:teuthology.orchestra.run.smithi136.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-12T01:32:32.433 INFO:teuthology.orchestra.run.smithi136.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-12T01:32:32.444 INFO:teuthology.orchestra.run.smithi136.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-12T01:32:32.450 INFO:teuthology.orchestra.run.smithi136.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-12T01:32:32.497 INFO:teuthology.orchestra.run.smithi136.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-12T01:32:32.500 INFO:teuthology.orchestra.run.smithi136.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-12T01:32:32.521 INFO:teuthology.orchestra.run.smithi136.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-12T01:32:32.563 INFO:teuthology.orchestra.run.smithi167.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2838-ga5074d45-1jammy [112 kB] 2024-04-12T01:32:32.580 INFO:teuthology.orchestra.run.smithi167.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2838-ga5074d45-1jammy [466 kB] 2024-04-12T01:32:32.644 INFO:teuthology.orchestra.run.smithi167.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2838-ga5074d45-1jammy [25.5 MB] 2024-04-12T01:32:32.649 INFO:teuthology.orchestra.run.smithi136.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2838-ga5074d45-1jammy [22.8 MB] 2024-04-12T01:32:32.685 INFO:teuthology.orchestra.run.smithi136.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-12T01:32:32.948 INFO:teuthology.orchestra.run.smithi136.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-12T01:32:32.967 INFO:teuthology.orchestra.run.smithi136.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-12T01:32:33.119 INFO:teuthology.orchestra.run.smithi136.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-12T01:32:33.147 INFO:teuthology.orchestra.run.smithi136.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-12T01:32:33.305 INFO:teuthology.orchestra.run.smithi136.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-12T01:32:33.307 INFO:teuthology.orchestra.run.smithi136.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-12T01:32:33.309 INFO:teuthology.orchestra.run.smithi136.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-12T01:32:33.331 INFO:teuthology.orchestra.run.smithi136.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-12T01:32:33.336 INFO:teuthology.orchestra.run.smithi136.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-12T01:32:34.708 INFO:teuthology.orchestra.run.smithi083.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2838-ga5074d45-1jammy [121 kB] 2024-04-12T01:32:34.710 INFO:teuthology.orchestra.run.smithi083.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2838-ga5074d45-1jammy [38.9 kB] 2024-04-12T01:32:34.712 INFO:teuthology.orchestra.run.smithi083.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2838-ga5074d45-1jammy [13.3 MB] 2024-04-12T01:32:34.752 INFO:teuthology.orchestra.run.smithi136.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2838-ga5074d45-1jammy [14.1 kB] 2024-04-12T01:32:34.753 INFO:teuthology.orchestra.run.smithi136.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2838-ga5074d45-1jammy [870 kB] 2024-04-12T01:32:34.770 INFO:teuthology.orchestra.run.smithi136.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2838-ga5074d45-1jammy [2,437 kB] 2024-04-12T01:32:34.955 INFO:teuthology.orchestra.run.smithi136.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2838-ga5074d45-1jammy [791 kB] 2024-04-12T01:32:35.034 INFO:teuthology.orchestra.run.smithi136.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2838-ga5074d45-1jammy [148 kB] 2024-04-12T01:32:35.039 INFO:teuthology.orchestra.run.smithi136.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2838-ga5074d45-1jammy [2,312 kB] 2024-04-12T01:32:35.261 INFO:teuthology.orchestra.run.smithi083.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2838-ga5074d45-1jammy [91.2 kB] 2024-04-12T01:32:35.275 INFO:teuthology.orchestra.run.smithi136.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2838-ga5074d45-1jammy [8,625 kB] 2024-04-12T01:32:35.644 INFO:teuthology.orchestra.run.smithi136.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2838-ga5074d45-1jammy [14.2 kB] 2024-04-12T01:32:35.644 INFO:teuthology.orchestra.run.smithi136.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2838-ga5074d45-1jammy [51.1 MB] 2024-04-12T01:32:35.816 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 180 MB in 9s (20.1 MB/s) 2024-04-12T01:32:35.935 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-12T01:32:36.025 INFO:teuthology.orchestra.run.smithi083.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-12T01:32:36.030 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-12T01:32:36.126 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T01:32:36.496 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-12T01:32:36.523 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-12T01:32:36.562 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T01:32:36.857 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-12T01:32:36.883 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-12T01:32:36.915 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T01:32:37.369 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-12T01:32:37.396 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:37.444 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:37.649 INFO:teuthology.orchestra.run.smithi167.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2838-ga5074d45-1jammy [5,087 kB] 2024-04-12T01:32:38.072 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-12T01:32:38.098 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:38.130 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:38.135 INFO:teuthology.orchestra.run.smithi136.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2838-ga5074d45-1jammy [121 kB] 2024-04-12T01:32:38.137 INFO:teuthology.orchestra.run.smithi136.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2838-ga5074d45-1jammy [38.9 kB] 2024-04-12T01:32:38.138 INFO:teuthology.orchestra.run.smithi167.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2838-ga5074d45-1jammy [244 kB] 2024-04-12T01:32:38.138 INFO:teuthology.orchestra.run.smithi136.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2838-ga5074d45-1jammy [13.3 MB] 2024-04-12T01:32:38.143 INFO:teuthology.orchestra.run.smithi167.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2838-ga5074d45-1jammy [124 kB] 2024-04-12T01:32:38.160 INFO:teuthology.orchestra.run.smithi167.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2838-ga5074d45-1jammy [1,525 kB] 2024-04-12T01:32:38.332 INFO:teuthology.orchestra.run.smithi167.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2838-ga5074d45-1jammy [6,261 kB] 2024-04-12T01:32:38.483 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-12T01:32:38.510 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:38.550 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:38.587 INFO:teuthology.orchestra.run.smithi136.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2838-ga5074d45-1jammy [91.2 kB] 2024-04-12T01:32:38.874 INFO:teuthology.orchestra.run.smithi167.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2838-ga5074d45-1jammy [22.8 MB] 2024-04-12T01:32:38.912 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-12T01:32:38.938 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-12T01:32:38.978 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T01:32:39.155 INFO:teuthology.orchestra.run.smithi136.stdout:Fetched 180 MB in 12s (14.8 MB/s) 2024-04-12T01:32:39.281 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librados2. 2024-04-12T01:32:39.290 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-12T01:32:39.307 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../007-librados2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:39.347 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librados2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:39.378 INFO:teuthology.orchestra.run.smithi136.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-12T01:32:39.384 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-12T01:32:39.472 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T01:32:39.767 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librbd1. 2024-04-12T01:32:39.793 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../008-librbd1_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:39.817 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-12T01:32:39.825 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librbd1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:39.844 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-12T01:32:39.884 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T01:32:40.212 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-12T01:32:40.238 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-12T01:32:40.270 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libcephfs2. 2024-04-12T01:32:40.278 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T01:32:40.296 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:40.327 INFO:teuthology.orchestra.run.smithi167.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2838-ga5074d45-1jammy [14.1 kB] 2024-04-12T01:32:40.328 INFO:teuthology.orchestra.run.smithi167.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2838-ga5074d45-1jammy [870 kB] 2024-04-12T01:32:40.336 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libcephfs2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:40.349 INFO:teuthology.orchestra.run.smithi167.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2838-ga5074d45-1jammy [2,437 kB] 2024-04-12T01:32:40.471 INFO:teuthology.orchestra.run.smithi167.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2838-ga5074d45-1jammy [791 kB] 2024-04-12T01:32:40.499 INFO:teuthology.orchestra.run.smithi167.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2838-ga5074d45-1jammy [148 kB] 2024-04-12T01:32:40.515 INFO:teuthology.orchestra.run.smithi167.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2838-ga5074d45-1jammy [2,312 kB] 2024-04-12T01:32:40.623 INFO:teuthology.orchestra.run.smithi167.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2838-ga5074d45-1jammy [8,625 kB] 2024-04-12T01:32:40.640 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-12T01:32:40.664 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rados. 2024-04-12T01:32:40.666 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:40.690 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:40.706 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:40.730 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rados (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:41.034 INFO:teuthology.orchestra.run.smithi167.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2838-ga5074d45-1jammy [14.2 kB] 2024-04-12T01:32:41.035 INFO:teuthology.orchestra.run.smithi167.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2838-ga5074d45-1jammy [51.1 MB] 2024-04-12T01:32:41.058 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-12T01:32:41.085 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:32:41.102 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-12T01:32:41.125 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-ceph-argparse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:41.128 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:41.168 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:41.369 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cephfs. 2024-04-12T01:32:41.384 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:41.419 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cephfs (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:41.471 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-12T01:32:41.497 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:41.538 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:41.680 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-12T01:32:41.706 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:32:41.738 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:41.825 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-12T01:32:41.851 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-12T01:32:41.891 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T01:32:42.041 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-12T01:32:42.067 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-12T01:32:42.108 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T01:32:42.236 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librados2. 2024-04-12T01:32:42.262 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../007-librados2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:42.302 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librados2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:42.436 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-prettytable. 2024-04-12T01:32:42.462 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-12T01:32:42.502 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-12T01:32:42.763 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librbd1. 2024-04-12T01:32:42.788 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rbd. 2024-04-12T01:32:42.789 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../008-librbd1_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:42.815 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:42.830 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librbd1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:42.855 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rbd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:43.141 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-12T01:32:43.168 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-12T01:32:43.186 INFO:teuthology.orchestra.run.smithi167.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2838-ga5074d45-1jammy [121 kB] 2024-04-12T01:32:43.188 INFO:teuthology.orchestra.run.smithi167.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2838-ga5074d45-1jammy [38.9 kB] 2024-04-12T01:32:43.189 INFO:teuthology.orchestra.run.smithi167.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2838-ga5074d45-1jammy [13.3 MB] 2024-04-12T01:32:43.199 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T01:32:43.208 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libcephfs2. 2024-04-12T01:32:43.223 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:43.258 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libcephfs2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:43.477 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-12T01:32:43.503 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-12T01:32:43.527 INFO:teuthology.orchestra.run.smithi167.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2838-ga5074d45-1jammy [91.2 kB] 2024-04-12T01:32:43.535 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rados. 2024-04-12T01:32:43.543 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T01:32:43.561 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:43.602 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rados (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:43.855 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-12T01:32:43.881 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-12T01:32:43.921 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T01:32:44.056 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-12T01:32:44.082 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:32:44.090 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 180 MB in 17s (10.6 MB/s) 2024-04-12T01:32:44.155 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-ceph-argparse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:44.256 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-12T01:32:44.258 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua5.1. 2024-04-12T01:32:44.284 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-12T01:32:44.324 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-12T01:32:44.356 INFO:teuthology.orchestra.run.smithi167.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-12T01:32:44.362 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-12T01:32:44.416 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cephfs. 2024-04-12T01:32:44.442 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:44.446 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T01:32:44.482 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cephfs (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:44.620 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-any. 2024-04-12T01:32:44.635 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-12T01:32:44.669 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-12T01:32:44.727 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-12T01:32:44.742 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:32:44.766 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-12T01:32:44.777 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:44.793 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-12T01:32:44.824 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T01:32:44.913 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package zip. 2024-04-12T01:32:44.940 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-12T01:32:44.980 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking zip (3.0-12build2) ... 2024-04-12T01:32:45.071 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-12T01:32:45.097 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-12T01:32:45.138 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T01:32:45.152 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-12T01:32:45.179 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-12T01:32:45.236 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T01:32:45.308 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package unzip. 2024-04-12T01:32:45.334 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-12T01:32:45.374 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-12T01:32:45.441 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-prettytable. 2024-04-12T01:32:45.467 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-12T01:32:45.507 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-12T01:32:45.673 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-12T01:32:45.699 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:45.748 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:45.755 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package luarocks. 2024-04-12T01:32:45.760 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rbd. 2024-04-12T01:32:45.781 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-12T01:32:45.786 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:45.822 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-12T01:32:45.826 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rbd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:46.118 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-12T01:32:46.133 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:46.168 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:46.188 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-12T01:32:46.205 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librgw2. 2024-04-12T01:32:46.214 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-12T01:32:46.231 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../025-librgw2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:46.254 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T01:32:46.272 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librgw2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:46.521 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-12T01:32:46.523 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-12T01:32:46.539 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-12T01:32:46.547 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-12T01:32:46.582 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T01:32:46.588 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:32:46.824 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rgw. 2024-04-12T01:32:46.835 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-12T01:32:46.847 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-12T01:32:46.850 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:46.885 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T01:32:46.891 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:46.966 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-12T01:32:46.992 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-12T01:32:47.199 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T01:32:47.204 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua5.1. 2024-04-12T01:32:47.220 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-12T01:32:47.227 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-12T01:32:47.254 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-12T01:32:47.263 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-12T01:32:47.293 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T01:32:47.485 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librados2. 2024-04-12T01:32:47.512 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../007-librados2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:47.544 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librados2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:47.572 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libradosstriper1. 2024-04-12T01:32:47.583 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua-any. 2024-04-12T01:32:47.598 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:47.599 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-12T01:32:47.630 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libradosstriper1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:47.633 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-12T01:32:47.844 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package zip. 2024-04-12T01:32:47.859 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-12T01:32:47.893 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking zip (3.0-12build2) ... 2024-04-12T01:32:47.997 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librbd1. 2024-04-12T01:32:48.023 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../008-librbd1_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:48.058 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-common. 2024-04-12T01:32:48.063 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librbd1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:48.084 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:48.205 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package unzip. 2024-04-12T01:32:48.232 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-12T01:32:48.272 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-12T01:32:48.308 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:48.533 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libcephfs2. 2024-04-12T01:32:48.559 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:48.599 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libcephfs2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:48.667 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package luarocks. 2024-04-12T01:32:48.694 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-12T01:32:48.734 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-12T01:32:48.835 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rados. 2024-04-12T01:32:48.858 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:48.894 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rados (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:49.133 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package librgw2. 2024-04-12T01:32:49.149 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../025-librgw2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:49.192 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking librgw2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:49.213 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-12T01:32:49.239 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:32:49.280 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-ceph-argparse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:49.532 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cephfs. 2024-04-12T01:32:49.548 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:49.590 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cephfs (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:49.664 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-base. 2024-04-12T01:32:49.690 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:49.740 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-base (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:49.830 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rgw. 2024-04-12T01:32:49.857 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:49.885 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-12T01:32:49.902 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:49.912 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:32:49.943 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:50.156 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-12T01:32:50.182 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-12T01:32:50.214 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T01:32:50.255 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-12T01:32:50.281 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-12T01:32:50.310 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-12T01:32:50.321 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T01:32:50.336 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-12T01:32:50.376 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-12T01:32:50.533 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libradosstriper1. 2024-04-12T01:32:50.560 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:50.600 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libradosstriper1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:50.633 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-prettytable. 2024-04-12T01:32:50.654 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cheroot. 2024-04-12T01:32:50.659 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-12T01:32:50.681 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-12T01:32:50.692 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-12T01:32:50.721 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T01:32:50.935 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rbd. 2024-04-12T01:32:50.962 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:50.999 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-12T01:32:51.002 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rbd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:51.020 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-common. 2024-04-12T01:32:51.025 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-12T01:32:51.046 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:51.057 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-12T01:32:51.086 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:51.347 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-12T01:32:51.352 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-12T01:32:51.373 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-12T01:32:51.378 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-12T01:32:51.413 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T01:32:51.418 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-12T01:32:51.699 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-12T01:32:51.726 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-12T01:32:51.730 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-12T01:32:51.756 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-12T01:32:51.768 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T01:32:51.796 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-12T01:32:52.046 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-12T01:32:52.073 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-12T01:32:52.074 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-tempora. 2024-04-12T01:32:52.101 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-12T01:32:52.117 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T01:32:52.141 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-12T01:32:52.410 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-portend. 2024-04-12T01:32:52.437 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-12T01:32:52.442 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-base. 2024-04-12T01:32:52.468 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:52.477 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-12T01:32:52.509 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-base (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:52.524 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua5.1. 2024-04-12T01:32:52.550 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-12T01:32:52.590 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-12T01:32:52.814 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-12T01:32:52.840 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-12T01:32:52.880 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-12T01:32:52.910 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua-any. 2024-04-12T01:32:52.937 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-12T01:32:52.977 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-12T01:32:53.104 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-12T01:32:53.119 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-12T01:32:53.154 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-12T01:32:53.171 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package zip. 2024-04-12T01:32:53.183 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-12T01:32:53.198 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-12T01:32:53.209 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-12T01:32:53.238 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking zip (3.0-12build2) ... 2024-04-12T01:32:53.266 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-12T01:32:53.415 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cheroot. 2024-04-12T01:32:53.441 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-12T01:32:53.482 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T01:32:53.558 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package unzip. 2024-04-12T01:32:53.585 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-12T01:32:53.620 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-natsort. 2024-04-12T01:32:53.624 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-12T01:32:53.646 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-12T01:32:53.686 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-12T01:32:53.827 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-12T01:32:53.853 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-12T01:32:53.893 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-12T01:32:53.973 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-logutils. 2024-04-12T01:32:53.999 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-12T01:32:54.031 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-12T01:32:54.053 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package luarocks. 2024-04-12T01:32:54.080 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-12T01:32:54.120 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-12T01:32:54.198 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-12T01:32:54.222 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-12T01:32:54.262 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-12T01:32:54.318 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-12T01:32:54.344 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-12T01:32:54.384 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-12T01:32:54.469 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librgw2. 2024-04-12T01:32:54.484 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../025-librgw2_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:54.519 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librgw2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:54.540 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-12T01:32:54.567 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-12T01:32:54.607 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-12T01:32:54.670 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-mako. 2024-04-12T01:32:54.697 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-12T01:32:54.737 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T01:32:54.885 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-tempora. 2024-04-12T01:32:54.911 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-12T01:32:54.952 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-12T01:32:55.038 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rgw. 2024-04-12T01:32:55.054 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:55.065 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-12T01:32:55.092 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-12T01:32:55.097 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:55.132 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-12T01:32:55.263 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-portend. 2024-04-12T01:32:55.289 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-12T01:32:55.329 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-12T01:32:55.402 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-12T01:32:55.428 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-12T01:32:55.433 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-12T01:32:55.459 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-12T01:32:55.460 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-12T01:32:55.499 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T01:32:55.610 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-12T01:32:55.636 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-12T01:32:55.676 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-12T01:32:55.746 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-webob. 2024-04-12T01:32:55.772 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-12T01:32:55.821 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-12T01:32:55.827 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libradosstriper1. 2024-04-12T01:32:55.854 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:55.894 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libradosstriper1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:55.979 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-12T01:32:56.006 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-12T01:32:56.045 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-12T01:32:56.174 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-waitress. 2024-04-12T01:32:56.200 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-12T01:32:56.246 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T01:32:56.264 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-common. 2024-04-12T01:32:56.290 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:56.330 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:56.416 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-natsort. 2024-04-12T01:32:56.443 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-12T01:32:56.482 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-12T01:32:56.552 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-tempita. 2024-04-12T01:32:56.579 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-12T01:32:56.618 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T01:32:56.752 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-logutils. 2024-04-12T01:32:56.776 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-12T01:32:56.810 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-12T01:32:56.905 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-paste. 2024-04-12T01:32:56.932 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-12T01:32:56.963 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T01:32:57.113 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-12T01:32:57.140 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-12T01:32:57.180 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-12T01:32:57.300 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-12T01:32:57.315 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-12T01:32:57.358 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T01:32:57.501 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-mako. 2024-04-12T01:32:57.528 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-12T01:32:57.566 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T01:32:57.619 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-12T01:32:57.646 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-12T01:32:57.677 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-12T01:32:57.886 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-base. 2024-04-12T01:32:57.913 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:32:57.964 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-webtest. 2024-04-12T01:32:57.990 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-12T01:32:58.031 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-12T01:32:58.446 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-base (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:32:58.477 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pecan. 2024-04-12T01:32:58.503 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-12T01:32:58.504 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-12T01:32:58.530 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-12T01:32:58.561 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-12T01:32:58.600 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T01:32:58.847 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-12T01:32:58.874 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-12T01:32:58.914 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-12T01:32:58.972 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-certifi. 2024-04-12T01:32:58.999 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-12T01:32:59.038 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-12T01:32:59.090 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-12T01:32:59.106 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-12T01:32:59.140 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-12T01:32:59.208 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-webob. 2024-04-12T01:32:59.235 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-12T01:32:59.275 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-12T01:32:59.366 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-idna. 2024-04-12T01:32:59.393 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-12T01:32:59.426 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cheroot. 2024-04-12T01:32:59.433 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-12T01:32:59.453 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-12T01:32:59.493 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T01:32:59.586 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-waitress. 2024-04-12T01:32:59.613 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-12T01:32:59.648 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T01:32:59.821 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-12T01:32:59.847 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-12T01:32:59.887 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-12T01:33:00.131 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-tempita. 2024-04-12T01:33:00.158 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-12T01:33:00.174 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-12T01:33:00.197 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T01:33:00.200 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-12T01:33:00.240 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-12T01:33:00.483 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-paste. 2024-04-12T01:33:00.499 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-12T01:33:00.518 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-12T01:33:00.520 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-urllib3. 2024-04-12T01:33:00.542 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T01:33:00.545 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-12T01:33:00.547 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-12T01:33:00.576 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-12T01:33:00.586 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T01:33:00.845 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-12T01:33:00.860 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-12T01:33:00.862 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-tempora. 2024-04-12T01:33:00.878 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-12T01:33:00.895 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T01:33:00.921 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-12T01:33:00.931 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-requests. 2024-04-12T01:33:00.958 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-12T01:33:00.998 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T01:33:01.190 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-12T01:33:01.216 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-12T01:33:01.248 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-12T01:33:01.248 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-portend. 2024-04-12T01:33:01.275 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-12T01:33:01.309 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-12T01:33:01.315 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-12T01:33:01.335 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-12T01:33:01.376 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T01:33:01.593 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-webtest. 2024-04-12T01:33:01.618 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-12T01:33:01.619 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-12T01:33:01.645 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-12T01:33:01.645 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-12T01:33:01.659 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-12T01:33:01.661 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:01.684 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-12T01:33:01.703 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:01.920 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pecan. 2024-04-12T01:33:01.943 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-12T01:33:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-12T01:33:01.978 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T01:33:01.998 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-12T01:33:02.037 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-12T01:33:02.067 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-12T01:33:02.094 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:02.133 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:02.283 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-certifi. 2024-04-12T01:33:02.298 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-12T01:33:02.333 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-12T01:33:02.428 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-12T01:33:02.451 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-12T01:33:02.486 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-12T01:33:02.516 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-natsort. 2024-04-12T01:33:02.543 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-12T01:33:02.641 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-12T01:33:02.645 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-idna. 2024-04-12T01:33:02.672 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-12T01:33:02.703 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-12T01:33:02.790 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-openssl. 2024-04-12T01:33:02.816 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-12T01:33:02.856 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-12T01:33:02.944 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-logutils. 2024-04-12T01:33:02.971 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-12T01:33:02.997 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-urllib3. 2024-04-12T01:33:03.011 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-12T01:33:03.024 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-12T01:33:03.064 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T01:33:03.201 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr. 2024-04-12T01:33:03.227 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:03.267 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:03.313 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-12T01:33:03.340 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-12T01:33:03.380 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-12T01:33:03.384 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-requests. 2024-04-12T01:33:03.410 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-12T01:33:03.451 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T01:33:03.646 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mon. 2024-04-12T01:33:03.672 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:03.683 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-mako. 2024-04-12T01:33:03.710 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-12T01:33:03.738 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mon (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:03.758 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T01:33:03.762 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-12T01:33:03.789 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-12T01:33:03.828 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T01:33:04.078 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-12T01:33:04.094 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-12T01:33:04.098 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-12T01:33:04.114 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:04.136 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-12T01:33:04.148 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-osd. 2024-04-12T01:33:04.384 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:04.414 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-12T01:33:04.424 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-osd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:04.441 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-12T01:33:04.472 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-12T01:33:04.520 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-12T01:33:04.546 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:04.586 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:04.775 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webob. 2024-04-12T01:33:04.802 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-12T01:33:04.841 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-12T01:33:04.864 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-12T01:33:04.887 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-12T01:33:04.922 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-12T01:33:05.192 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-openssl. 2024-04-12T01:33:05.194 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-waitress. 2024-04-12T01:33:05.218 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-12T01:33:05.221 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-12T01:33:05.250 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-12T01:33:05.263 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T01:33:05.527 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph. 2024-04-12T01:33:05.543 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../066-ceph_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:05.572 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-tempita. 2024-04-12T01:33:05.585 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:05.586 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr. 2024-04-12T01:33:05.599 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-12T01:33:05.613 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:05.639 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T01:33:05.653 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:05.881 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-fuse. 2024-04-12T01:33:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:05.942 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-paste. 2024-04-12T01:33:05.947 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:05.969 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-12T01:33:06.008 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T01:33:06.048 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mon. 2024-04-12T01:33:06.074 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:06.114 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mon (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:06.317 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mds. 2024-04-12T01:33:06.343 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:06.345 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-12T01:33:06.360 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-12T01:33:06.383 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mds (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:06.403 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T01:33:06.651 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-osd. 2024-04-12T01:33:06.678 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:06.706 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-12T01:33:06.709 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-osd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:06.733 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-12T01:33:06.773 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-12T01:33:06.795 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package cephadm. 2024-04-12T01:33:06.821 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../069-cephadm_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:06.861 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:07.042 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webtest. 2024-04-12T01:33:07.058 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-12T01:33:07.092 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-12T01:33:07.198 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-12T01:33:07.224 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-12T01:33:07.264 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-12T01:33:07.395 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pecan. 2024-04-12T01:33:07.422 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-12T01:33:07.462 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T01:33:07.592 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-12T01:33:07.607 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T01:33:07.650 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:07.754 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph. 2024-04-12T01:33:07.770 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../066-ceph_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:07.812 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:07.833 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-certifi. 2024-04-12T01:33:07.861 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-12T01:33:07.900 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-12T01:33:08.148 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-fuse. 2024-04-12T01:33:08.175 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:08.215 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:08.244 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-idna. 2024-04-12T01:33:08.271 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-12T01:33:08.328 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-12T01:33:08.544 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mds. 2024-04-12T01:33:08.570 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:08.601 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mds (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:08.622 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-babel. 2024-04-12T01:33:08.622 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-urllib3. 2024-04-12T01:33:08.638 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T01:33:08.649 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-12T01:33:08.688 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:08.689 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T01:33:08.963 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package cephadm. 2024-04-12T01:33:08.989 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../069-cephadm_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:09.000 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-requests. 2024-04-12T01:33:09.016 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-12T01:33:09.046 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:09.050 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T01:33:09.183 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jinja2. 2024-04-12T01:33:09.210 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-12T01:33:09.241 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T01:33:09.320 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-12T01:33:09.346 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-12T01:33:09.357 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-12T01:33:09.378 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T01:33:09.383 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-12T01:33:09.423 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-12T01:33:09.586 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-12T01:33:09.612 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:09.652 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:09.673 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-12T01:33:09.700 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:09.734 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-12T01:33:09.739 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:09.750 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T01:33:09.793 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:09.998 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-12T01:33:10.012 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-12T01:33:10.056 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-12T01:33:10.127 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-12T01:33:10.154 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:10.194 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:10.359 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-routes. 2024-04-12T01:33:10.386 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-12T01:33:10.425 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T01:33:10.522 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-12T01:33:10.549 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-12T01:33:10.588 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-12T01:33:10.779 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-12T01:33:10.806 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:10.841 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-openssl. 2024-04-12T01:33:10.845 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:10.868 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-12T01:33:10.889 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-babel. 2024-04-12T01:33:10.899 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-12T01:33:10.916 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T01:33:10.956 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:11.227 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr. 2024-04-12T01:33:11.254 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:11.284 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-jinja2. 2024-04-12T01:33:11.293 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:11.311 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-12T01:33:11.351 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T01:33:11.687 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-12T01:33:11.706 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mon. 2024-04-12T01:33:11.714 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:11.732 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:11.753 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:11.771 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mon (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:12.090 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-12T01:33:12.109 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-12T01:33:12.117 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-12T01:33:12.124 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-12T01:33:12.156 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-12T01:33:12.167 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T01:33:12.325 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-osd. 2024-04-12T01:33:12.352 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:12.383 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-osd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:12.459 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-routes. 2024-04-12T01:33:12.486 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-12T01:33:12.526 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T01:33:12.679 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-joblib. 2024-04-12T01:33:12.706 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-12T01:33:12.745 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T01:33:12.879 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-12T01:33:12.906 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:12.946 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:13.108 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-12T01:33:13.135 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-12T01:33:13.174 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-12T01:33:13.494 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-sklearn. 2024-04-12T01:33:13.520 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-12T01:33:13.545 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph. 2024-04-12T01:33:13.560 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T01:33:13.561 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../066-ceph_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:13.603 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:13.932 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-fuse. 2024-04-12T01:33:13.959 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:13.998 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:14.134 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-12T01:33:14.150 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-12T01:33:14.193 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T01:33:14.328 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-12T01:33:14.343 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mds. 2024-04-12T01:33:14.355 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:14.370 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:14.409 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mds (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:14.480 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:14.688 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-joblib. 2024-04-12T01:33:14.715 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-12T01:33:14.754 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T01:33:14.796 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package cephadm. 2024-04-12T01:33:14.823 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../069-cephadm_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:14.862 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:15.100 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-12T01:33:15.127 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-12T01:33:15.166 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-12T01:33:15.182 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-12T01:33:15.209 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-12T01:33:15.248 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-12T01:33:15.419 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-sklearn. 2024-04-12T01:33:15.425 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cachetools. 2024-04-12T01:33:15.446 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-12T01:33:15.452 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-12T01:33:15.485 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T01:33:15.491 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-12T01:33:15.593 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-12T01:33:15.620 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T01:33:15.659 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:15.795 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-12T01:33:15.821 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-12T01:33:15.861 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-12T01:33:16.169 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-12T01:33:16.196 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:16.198 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-12T01:33:16.225 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-12T01:33:16.281 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T01:33:16.322 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:16.567 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rsa. 2024-04-12T01:33:16.583 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-12T01:33:16.617 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-12T01:33:16.706 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-babel. 2024-04-12T01:33:16.733 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-12T01:33:16.772 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:16.896 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-google-auth. 2024-04-12T01:33:16.924 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-12T01:33:16.962 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-12T01:33:17.109 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jinja2. 2024-04-12T01:33:17.138 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-12T01:33:17.175 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T01:33:17.249 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-cachetools. 2024-04-12T01:33:17.266 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-12T01:33:17.299 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-12T01:33:17.300 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-12T01:33:17.327 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-12T01:33:17.374 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T01:33:17.520 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-12T01:33:17.547 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:17.586 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-12T01:33:17.586 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:17.613 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-12T01:33:17.652 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-12T01:33:17.686 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-websocket. 2024-04-12T01:33:17.713 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-12T01:33:17.752 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-12T01:33:17.923 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-12T01:33:17.950 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-12T01:33:17.989 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-12T01:33:17.997 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-12T01:33:18.025 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-12T01:33:18.055 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-12T01:33:18.063 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T01:33:18.083 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-12T01:33:18.122 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T01:33:18.292 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-routes. 2024-04-12T01:33:18.320 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-12T01:33:18.359 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T01:33:18.375 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-rsa. 2024-04-12T01:33:18.402 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-12T01:33:18.441 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-12T01:33:18.704 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-12T01:33:18.731 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:18.745 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-google-auth. 2024-04-12T01:33:18.753 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-12T01:33:18.770 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:18.772 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-12T01:33:18.780 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:18.812 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-12T01:33:18.833 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:19.114 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-12T01:33:19.142 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-12T01:33:19.189 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T01:33:19.248 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-12T01:33:19.276 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-12T01:33:19.307 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T01:33:19.601 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-websocket. 2024-04-12T01:33:19.629 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-12T01:33:19.668 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-12T01:33:19.742 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-12T01:33:19.770 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T01:33:19.808 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T01:33:19.946 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-12T01:33:19.962 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-12T01:33:19.996 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T01:33:20.086 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package jq. 2024-04-12T01:33:20.102 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T01:33:20.136 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-12T01:33:20.167 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-12T01:33:20.194 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-12T01:33:20.234 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T01:33:20.355 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package socat. 2024-04-12T01:33:20.371 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-12T01:33:20.422 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-12T01:33:20.685 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-12T01:33:20.701 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:20.712 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-joblib. 2024-04-12T01:33:20.734 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package xmlstarlet. 2024-04-12T01:33:20.739 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-12T01:33:20.743 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:20.761 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-12T01:33:20.770 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T01:33:20.800 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-12T01:33:21.132 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-12T01:33:21.159 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-12T01:33:21.179 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-test. 2024-04-12T01:33:21.198 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-12T01:33:21.204 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:21.204 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-12T01:33:21.232 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-12T01:33:21.246 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-test (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:21.262 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T01:33:21.501 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-sklearn. 2024-04-12T01:33:21.529 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-12T01:33:21.568 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T01:33:21.582 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-12T01:33:21.610 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T01:33:21.649 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T01:33:21.910 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package jq. 2024-04-12T01:33:21.925 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T01:33:21.968 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-12T01:33:22.204 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package socat. 2024-04-12T01:33:22.220 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-12T01:33:22.262 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-12T01:33:22.276 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-12T01:33:22.304 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:22.437 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:22.540 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package xmlstarlet. 2024-04-12T01:33:22.568 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-12T01:33:22.598 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-12T01:33:22.953 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-test. 2024-04-12T01:33:22.980 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:23.019 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-test (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:23.366 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cachetools. 2024-04-12T01:33:23.393 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-12T01:33:23.423 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-12T01:33:23.484 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-volume. 2024-04-12T01:33:23.511 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:23.550 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-volume (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:23.855 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-12T01:33:23.882 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:23.918 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-12T01:33:23.921 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libcephfs-dev (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:23.945 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-12T01:33:23.985 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-12T01:33:24.249 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-12T01:33:24.277 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-12T01:33:24.315 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T01:33:24.322 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-12T01:33:24.349 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-12T01:33:24.388 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T01:33:24.637 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-12T01:33:24.664 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-12T01:33:24.695 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-12T01:33:24.700 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rsa. 2024-04-12T01:33:24.727 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-12T01:33:24.766 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-12T01:33:25.051 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package nvme-cli. 2024-04-12T01:33:25.078 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-google-auth. 2024-04-12T01:33:25.078 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-12T01:33:25.105 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-12T01:33:25.117 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T01:33:25.144 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-12T01:33:25.232 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package ceph-volume. 2024-04-12T01:33:25.259 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:25.298 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking ceph-volume (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:25.423 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-12T01:33:25.450 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-12T01:33:25.481 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T01:33:25.564 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package pkg-config. 2024-04-12T01:33:25.569 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-12T01:33:25.585 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:25.592 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-12T01:33:25.619 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking libcephfs-dev (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:25.631 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T01:33:25.784 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-websocket. 2024-04-12T01:33:25.811 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-12T01:33:25.850 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-12T01:33:25.867 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-12T01:33:25.883 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-12T01:33:25.917 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-12T01:33:25.947 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-12T01:33:25.974 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-12T01:33:26.013 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T01:33:26.162 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-12T01:33:26.189 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-12T01:33:26.237 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T01:33:26.337 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-12T01:33:26.353 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-12T01:33:26.359 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-12T01:33:26.387 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-12T01:33:26.387 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-12T01:33:26.426 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-12T01:33:26.640 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pastescript. 2024-04-12T01:33:26.667 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-12T01:33:26.706 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-12T01:33:26.750 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package nvme-cli. 2024-04-12T01:33:26.774 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-12T01:33:26.805 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T01:33:26.901 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-12T01:33:26.917 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:26.959 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:27.018 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pluggy. 2024-04-12T01:33:27.046 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-12T01:33:27.085 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-12T01:33:27.177 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package pkg-config. 2024-04-12T01:33:27.204 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-12T01:33:27.235 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T01:33:27.287 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-12T01:33:27.314 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-12T01:33:27.362 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T01:33:27.396 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-psutil. 2024-04-12T01:33:27.423 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-12T01:33:27.454 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-12T01:33:27.462 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-12T01:33:27.482 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-12T01:33:27.521 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-12T01:33:27.715 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-12T01:33:27.742 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T01:33:27.781 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T01:33:27.790 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-py. 2024-04-12T01:33:27.818 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-12T01:33:27.857 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-12T01:33:27.882 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-12T01:33:27.898 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-12T01:33:27.932 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-12T01:33:28.001 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package jq. 2024-04-12T01:33:28.028 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-12T01:33:28.059 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-12T01:33:28.161 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pygments. 2024-04-12T01:33:28.188 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-12T01:33:28.237 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T01:33:28.268 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pastescript. 2024-04-12T01:33:28.296 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-12T01:33:28.311 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package socat. 2024-04-12T01:33:28.327 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-12T01:33:28.335 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-12T01:33:28.369 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-12T01:33:28.655 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pluggy. 2024-04-12T01:33:28.681 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package xmlstarlet. 2024-04-12T01:33:28.682 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-12T01:33:28.698 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-12T01:33:28.709 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-12T01:33:28.721 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-12T01:33:28.725 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-12T01:33:28.748 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-12T01:33:28.764 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-12T01:33:29.025 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-psutil. 2024-04-12T01:33:29.042 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-toml. 2024-04-12T01:33:29.052 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-12T01:33:29.069 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-12T01:33:29.091 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-12T01:33:29.100 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-12T01:33:29.110 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-test. 2024-04-12T01:33:29.138 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:29.177 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-test (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:29.370 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pytest. 2024-04-12T01:33:29.397 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-12T01:33:29.419 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-py. 2024-04-12T01:33:29.436 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T01:33:29.446 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-12T01:33:29.494 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-12T01:33:29.814 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pygments. 2024-04-12T01:33:29.815 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-simplejson. 2024-04-12T01:33:29.841 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-12T01:33:29.842 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-12T01:33:29.880 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T01:33:29.881 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-12T01:33:30.151 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-12T01:33:30.167 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-12T01:33:30.209 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-12T01:33:30.310 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-12T01:33:30.337 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-12T01:33:30.368 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-12T01:33:30.662 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-toml. 2024-04-12T01:33:30.690 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-12T01:33:30.728 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-12T01:33:30.938 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package radosgw. 2024-04-12T01:33:30.966 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../116-radosgw_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:31.005 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking radosgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:31.031 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-pytest. 2024-04-12T01:33:31.059 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-12T01:33:31.098 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T01:33:31.381 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-volume. 2024-04-12T01:33:31.409 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2838-ga5074d45-1jammy_all.deb ... 2024-04-12T01:33:31.410 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package python3-simplejson. 2024-04-12T01:33:31.438 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-12T01:33:31.448 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-volume (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:31.476 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-12T01:33:31.734 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-12T01:33:31.737 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-12T01:33:31.751 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:31.753 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-12T01:33:31.766 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package rbd-fuse. 2024-04-12T01:33:31.782 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:31.784 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libcephfs-dev (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:31.795 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-12T01:33:31.815 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking rbd-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:32.095 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-12T01:33:32.098 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-12T01:33:32.126 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-12T01:33:32.164 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T01:33:32.355 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T01:33:32.464 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T01:33:32.502 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-12T01:33:32.524 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package radosgw. 2024-04-12T01:33:32.530 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-12T01:33:32.552 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../116-radosgw_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:32.569 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-12T01:33:32.591 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking radosgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:32.705 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-12T01:33:32.907 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package nvme-cli. 2024-04-12T01:33:32.935 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-12T01:33:32.964 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T01:33:33.026 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-12T01:33:33.329 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package pkg-config. 2024-04-12T01:33:33.356 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-12T01:33:33.395 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T01:33:33.428 INFO:teuthology.orchestra.run.smithi136.stdout:Selecting previously unselected package rbd-fuse. 2024-04-12T01:33:33.455 INFO:teuthology.orchestra.run.smithi136.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:33.486 INFO:teuthology.orchestra.run.smithi083.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-12T01:33:33.494 INFO:teuthology.orchestra.run.smithi136.stdout:Unpacking rbd-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:33.665 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-12T01:33:33.681 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-12T01:33:33.723 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-12T01:33:33.774 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-12T01:33:33.817 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:34.016 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T01:33:34.125 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T01:33:34.372 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-12T01:33:34.384 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-12T01:33:34.393 INFO:teuthology.orchestra.run.smithi083.stdout:Adding system user cephadm....done 2024-04-12T01:33:34.413 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-12T01:33:34.451 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-12T01:33:34.540 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T01:33:34.725 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-12T01:33:34.754 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pastescript. 2024-04-12T01:33:34.781 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-12T01:33:34.808 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-12T01:33:34.820 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-12T01:33:35.157 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pluggy. 2024-04-12T01:33:35.159 INFO:teuthology.orchestra.run.smithi136.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-12T01:33:35.185 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-12T01:33:35.224 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-12T01:33:35.227 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:35.502 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-psutil. 2024-04-12T01:33:35.530 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-12T01:33:35.560 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-12T01:33:35.560 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-12T01:33:35.711 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-12T01:33:35.752 INFO:teuthology.orchestra.run.smithi136.stdout:Adding system user cephadm....done 2024-04-12T01:33:35.902 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T01:33:35.905 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-py. 2024-04-12T01:33:35.932 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-12T01:33:35.979 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-12T01:33:35.986 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-12T01:33:36.255 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T01:33:36.275 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pygments. 2024-04-12T01:33:36.291 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-12T01:33:36.333 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T01:33:36.389 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-12T01:33:36.428 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-12T01:33:36.687 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-12T01:33:36.707 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T01:33:36.762 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-12T01:33:36.789 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-12T01:33:36.790 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-12T01:33:36.820 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-12T01:33:37.022 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-12T01:33:37.093 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-12T01:33:37.148 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-toml. 2024-04-12T01:33:37.176 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-12T01:33:37.206 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-12T01:33:37.265 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T01:33:37.369 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-12T01:33:37.391 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-12T01:33:37.476 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pytest. 2024-04-12T01:33:37.503 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-12T01:33:37.542 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T01:33:37.654 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-12T01:33:37.709 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T01:33:37.888 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-simplejson. 2024-04-12T01:33:37.915 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-12T01:33:37.954 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-12T01:33:37.964 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-12T01:33:38.069 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-12T01:33:38.215 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-12T01:33:38.232 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-12T01:33:38.260 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-12T01:33:38.298 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-12T01:33:38.370 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-12T01:33:38.491 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-12T01:33:38.638 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-12T01:33:38.759 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-ceph-argparse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:38.890 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-12T01:33:38.986 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package radosgw. 2024-04-12T01:33:39.014 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../116-radosgw_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:39.027 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T01:33:39.052 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking radosgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:39.132 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-12T01:33:39.178 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T01:33:39.329 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T01:33:39.366 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-12T01:33:39.480 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-12T01:33:39.617 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-ceph-argparse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:39.731 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-12T01:33:39.839 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package rbd-fuse. 2024-04-12T01:33:39.867 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2838-ga5074d45-1jammy_amd64.deb ... 2024-04-12T01:33:39.877 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T01:33:39.905 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking rbd-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:40.028 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T01:33:40.131 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-12T01:33:40.154 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T01:33:40.155 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-12T01:33:40.210 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-12T01:33:40.218 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T01:33:40.263 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-12T01:33:40.369 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-12T01:33:40.486 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-12T01:33:40.489 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-12T01:33:40.629 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-12T01:33:40.754 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:40.851 INFO:teuthology.orchestra.run.smithi136.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-12T01:33:40.880 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-12T01:33:40.887 INFO:teuthology.orchestra.run.smithi136.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-12T01:33:40.893 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-12T01:33:40.950 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T01:33:41.077 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-12T01:33:41.139 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T01:33:41.279 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-12T01:33:41.390 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-12T01:33:41.428 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:41.579 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-12T01:33:41.683 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up zip (3.0-12build2) ... 2024-04-12T01:33:41.728 INFO:teuthology.orchestra.run.smithi167.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-12T01:33:41.797 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:41.809 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T01:33:41.838 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T01:33:42.097 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-12T01:33:42.273 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user cephadm....done 2024-04-12T01:33:42.382 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up zip (3.0-12build2) ... 2024-04-12T01:33:42.428 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-12T01:33:42.483 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T01:33:42.495 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T01:33:42.713 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-12T01:33:42.754 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T01:33:42.897 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-12T01:33:42.973 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-12T01:33:43.023 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T01:33:43.091 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-12T01:33:43.135 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T01:33:43.349 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-12T01:33:43.358 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-12T01:33:43.386 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T01:33:43.512 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-12T01:33:43.618 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-12T01:33:43.638 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T01:33:43.744 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-12T01:33:43.750 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-12T01:33:43.922 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-12T01:33:44.002 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T01:33:44.046 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-12T01:33:44.281 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-12T01:33:44.378 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T01:33:44.516 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T01:33:44.590 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-12T01:33:44.821 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T01:33:44.866 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-12T01:33:44.909 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T01:33:45.151 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-12T01:33:45.156 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-12T01:33:45.194 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T01:33:45.399 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-12T01:33:45.419 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-12T01:33:45.545 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-12T01:33:45.550 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:45.679 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-12T01:33:45.771 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-12T01:33:45.851 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-idna (3.3-1) ... 2024-04-12T01:33:45.889 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:45.938 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-12T01:33:46.182 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-idna (3.3-1) ... 2024-04-12T01:33:46.197 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-ceph-argparse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:46.202 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T01:33:46.440 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-12T01:33:46.499 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T01:33:46.566 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-12T01:33:46.692 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-12T01:33:46.818 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-12T01:33:47.078 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-12T01:33:47.417 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T01:33:47.471 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-12T01:33:47.501 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-12T01:33:47.564 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-12T01:33:47.604 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T01:33:47.666 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-12T01:33:47.685 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:47.845 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-12T01:33:47.848 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:47.982 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-12T01:33:48.042 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:48.129 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T01:33:48.168 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-12T01:33:48.249 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T01:33:48.263 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-12T01:33:48.359 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-12T01:33:48.364 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T01:33:48.435 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-12T01:33:48.476 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T01:33:48.641 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-12T01:33:48.703 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-12T01:33:48.778 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-12T01:33:48.901 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-12T01:33:48.996 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up zip (3.0-12build2) ... 2024-04-12T01:33:49.012 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-12T01:33:49.097 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-12T01:33:49.168 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:49.255 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:49.319 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-12T01:33:49.381 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-12T01:33:49.637 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-12T01:33:49.682 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-12T01:33:49.724 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-12T01:33:49.889 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-12T01:33:49.933 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-12T01:33:49.984 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-12T01:33:50.110 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-12T01:33:50.140 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-12T01:33:50.192 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-12T01:33:50.236 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-12T01:33:50.391 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-12T01:33:50.443 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-12T01:33:50.529 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-12T01:33:50.634 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-12T01:33:50.694 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-12T01:33:50.902 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T01:33:50.905 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-12T01:33:50.937 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T01:33:51.011 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-12T01:33:51.063 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-12T01:33:51.148 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-12T01:33:51.271 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T01:33:51.339 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T01:33:51.396 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T01:33:51.465 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T01:33:51.508 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-12T01:33:51.664 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-12T01:33:51.793 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-12T01:33:51.916 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-12T01:33:51.957 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-12T01:33:52.136 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-12T01:33:52.234 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T01:33:52.350 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-12T01:33:52.360 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-12T01:33:52.387 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-12T01:33:52.486 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:52.513 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:52.559 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-12T01:33:52.610 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T01:33:52.736 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-12T01:33:52.804 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T01:33:52.823 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-idna (3.3-1) ... 2024-04-12T01:33:52.845 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:52.916 INFO:teuthology.orchestra.run.smithi136.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-12T01:33:52.922 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T01:33:53.124 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-12T01:33:53.146 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T01:33:53.272 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T01:33:53.290 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-12T01:33:53.550 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-12T01:33:53.665 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-12T01:33:53.676 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-12T01:33:53.933 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-12T01:33:53.935 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:54.061 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T01:33:54.067 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-12T01:33:54.296 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-12T01:33:54.326 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:54.387 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T01:33:54.453 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T01:33:54.532 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:54.672 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T01:33:54.762 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T01:33:54.908 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-12T01:33:54.948 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-12T01:33:55.046 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T01:33:55.074 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-12T01:33:55.175 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-12T01:33:55.302 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-12T01:33:55.322 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-12T01:33:55.350 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-12T01:33:55.427 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-12T01:33:55.473 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-12T01:33:55.610 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T01:33:55.729 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-12T01:33:55.741 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-12T01:33:55.980 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-12T01:33:55.988 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-12T01:33:56.000 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T01:33:56.231 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:33:56.341 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-12T01:33:56.362 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-12T01:33:56.365 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-12T01:33:56.634 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-12T01:33:56.650 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T01:33:56.738 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-12T01:33:56.893 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-12T01:33:56.978 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T01:33:57.014 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T01:33:57.104 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librados2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:57.153 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-12T01:33:57.222 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:57.323 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-12T01:33:57.342 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T01:33:57.404 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-12T01:33:57.477 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librados2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:57.603 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:57.643 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libcephfs2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:57.647 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-12T01:33:57.729 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-12T01:33:57.769 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libradosstriper1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:57.895 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-12T01:33:57.906 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-12T01:33:58.015 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-12T01:33:58.065 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libcephfs2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.163 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librbd1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.182 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libradosstriper1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.297 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-modules-core (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.300 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-12T01:33:58.300 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-12T01:33:58.423 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.463 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-12T01:33:58.585 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librbd1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.637 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T01:33:58.637 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T01:33:58.711 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-modules-core (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:58.752 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-12T01:33:58.837 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.051 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T01:33:59.051 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T01:33:59.062 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-12T01:33:59.117 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libcephfs-dev (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.268 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rados (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.305 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-12T01:33:59.402 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librgw2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.406 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-12T01:33:59.507 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-12T01:33:59.528 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T01:33:59.546 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up libcephfs-dev (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.587 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-12T01:33:59.672 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rados (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.798 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up librgw2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:33:59.808 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-12T01:33:59.924 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T01:33:59.934 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-12T01:34:00.378 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-12T01:34:00.646 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-12T01:34:00.747 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-12T01:34:00.828 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rbd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:00.953 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up rbd-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:00.989 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-12T01:34:01.080 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.099 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-12T01:34:01.119 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rbd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.189 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cephfs (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.245 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up rbd-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.290 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.371 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-rgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.425 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-12T01:34:01.497 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up python3-cephfs (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.623 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:01.726 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-12T01:34:01.824 INFO:teuthology.orchestra.run.smithi083.stdout:Adding group ceph....done 2024-04-12T01:34:01.994 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-12T01:34:02.131 INFO:teuthology.orchestra.run.smithi136.stdout:Adding group ceph....done 2024-04-12T01:34:02.137 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-12T01:34:02.176 INFO:teuthology.orchestra.run.smithi083.stdout:Adding system user ceph....done 2024-04-12T01:34:02.336 INFO:teuthology.orchestra.run.smithi083.stdout:Setting system user ceph properties....done 2024-04-12T01:34:02.355 INFO:teuthology.orchestra.run.smithi083.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-12T01:34:02.405 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-12T01:34:02.416 INFO:teuthology.orchestra.run.smithi136.stdout:Adding system user ceph....done 2024-04-12T01:34:02.494 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-12T01:34:02.568 INFO:teuthology.orchestra.run.smithi136.stdout:Setting system user ceph properties....done 2024-04-12T01:34:02.588 INFO:teuthology.orchestra.run.smithi136.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-12T01:34:02.656 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-12T01:34:02.725 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-12T01:34:02.832 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-12T01:34:02.984 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-12T01:34:03.057 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-12T01:34:03.333 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-test (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:03.386 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-12T01:34:03.476 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up radosgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:03.556 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-test (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:03.679 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-12T01:34:03.682 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up radosgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:03.947 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T01:34:03.947 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T01:34:04.024 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-12T01:34:04.130 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T01:34:04.130 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T01:34:04.150 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librados2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:04.276 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:04.395 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-base (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:04.402 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-12T01:34:04.634 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-base (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:04.713 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libcephfs2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:04.722 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-12T01:34:04.815 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libradosstriper1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:04.941 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-12T01:34:04.964 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-12T01:34:05.180 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mds (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:05.226 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librbd1 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:05.352 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-modules-core (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:05.398 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T01:34:05.398 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T01:34:05.444 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mds (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:05.478 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:05.642 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T01:34:05.642 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T01:34:05.690 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T01:34:05.690 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-12T01:34:05.806 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.059 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T01:34:06.059 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T01:34:06.095 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.204 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libcephfs-dev (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.305 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rados (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.308 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T01:34:06.308 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T01:34:06.406 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librgw2 (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.533 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-12T01:34:06.591 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-osd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.771 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-osd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:06.840 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T01:34:06.840 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T01:34:07.064 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T01:34:07.064 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T01:34:07.293 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.419 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.562 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mon (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.590 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.716 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.769 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T01:34:07.769 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T01:34:07.778 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rbd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.867 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mon (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:07.904 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up rbd-fuse (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.005 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.075 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T01:34:08.075 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T01:34:08.106 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cephfs (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.222 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.224 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-common (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.364 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.499 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-dashboard (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.543 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.658 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-volume (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.669 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.725 INFO:teuthology.orchestra.run.smithi167.stdout:Adding group ceph....done 2024-04-12T01:34:08.795 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-mgr-dashboard (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:08.946 INFO:teuthology.orchestra.run.smithi136.stdout:Setting up ceph-volume (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:09.011 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-12T01:34:09.085 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user ceph....done 2024-04-12T01:34:09.103 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-12T01:34:09.248 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-12T01:34:09.271 INFO:teuthology.orchestra.run.smithi167.stdout:Setting system user ceph properties....done 2024-04-12T01:34:09.283 INFO:teuthology.orchestra.run.smithi167.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-12T01:34:09.307 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-12T01:34:09.408 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-12T01:34:09.418 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-12T01:34:09.669 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-12T01:34:09.746 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-12T01:34:10.023 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-12T01:34:10.225 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-test (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:10.352 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up radosgw (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:10.649 INFO:teuthology.orchestra.run.smithi083.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-12T01:34:10.656 DEBUG:teuthology.parallel:result is None 2024-04-12T01:34:10.777 INFO:teuthology.orchestra.run.smithi136.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-12T01:34:10.814 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T01:34:10.815 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-12T01:34:11.303 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-base (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:11.404 INFO:teuthology.orchestra.run.smithi136.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-12T01:34:11.409 DEBUG:teuthology.parallel:result is None 2024-04-12T01:34:11.631 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-12T01:34:12.131 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mds (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:12.402 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T01:34:12.402 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-12T01:34:12.892 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:13.154 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T01:34:13.155 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-12T01:34:13.703 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-osd (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:14.017 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T01:34:14.018 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-12T01:34:14.529 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:14.630 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:14.765 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mon (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:14.976 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T01:34:14.976 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-12T01:34:15.744 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-cephadm (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:15.895 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:16.004 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-dashboard (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:16.130 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-volume (19.0.0-2838-ga5074d45-1jammy) ... 2024-04-12T01:34:16.476 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-12T01:34:16.584 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-12T01:34:16.737 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-12T01:34:17.479 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-12T01:34:18.116 INFO:teuthology.orchestra.run.smithi167.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-12T01:34:18.121 DEBUG:teuthology.parallel:result is None 2024-04-12T01:34:18.122 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:34:18.356 DEBUG:teuthology.orchestra.run.smithi083:> dpkg-query -W -f '${Version}' ceph 2024-04-12T01:34:18.375 INFO:teuthology.orchestra.run.smithi083.stdout:19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:34:18.376 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:34:18.376 INFO:teuthology.task.install:The correct ceph version 19.0.0-2838-ga5074d45-1jammy is installed. 2024-04-12T01:34:18.377 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:34:18.606 DEBUG:teuthology.orchestra.run.smithi136:> dpkg-query -W -f '${Version}' ceph 2024-04-12T01:34:18.625 INFO:teuthology.orchestra.run.smithi136.stdout:19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:34:18.626 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:34:18.626 INFO:teuthology.task.install:The correct ceph version 19.0.0-2838-ga5074d45-1jammy is installed. 2024-04-12T01:34:18.628 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:34:18.854 DEBUG:teuthology.orchestra.run.smithi167:> dpkg-query -W -f '${Version}' ceph 2024-04-12T01:34:18.872 INFO:teuthology.orchestra.run.smithi167.stdout:19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:34:18.873 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2838-ga5074d45-1jammy 2024-04-12T01:34:18.873 INFO:teuthology.task.install:The correct ceph version 19.0.0-2838-ga5074d45-1jammy is installed. 2024-04-12T01:34:18.875 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-12T01:34:18.875 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:34:18.875 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T01:34:18.889 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:34:18.890 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T01:34:18.904 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:34:18.904 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-12T01:34:18.928 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-12T01:34:18.929 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:34:18.929 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T01:34:18.944 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T01:34:18.997 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:34:18.998 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T01:34:19.011 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T01:34:19.064 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:34:19.065 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/daemon-helper 2024-04-12T01:34:19.078 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-12T01:34:19.132 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-12T01:34:19.132 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:34:19.132 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T01:34:19.146 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T01:34:19.200 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:34:19.200 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T01:34:19.213 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T01:34:19.268 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:34:19.268 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-12T01:34:19.282 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-12T01:34:19.336 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-12T01:34:19.336 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:34:19.336 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T01:34:19.350 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T01:34:19.405 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:34:19.405 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T01:34:19.418 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T01:34:19.473 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:34:19.473 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/stdin-killer 2024-04-12T01:34:19.486 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-12T01:34:19.539 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-12T01:34:19.642 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'sha1': 'a5074d4516d566e9d8b6aec912f26afd099de101'} 2024-04-12T01:34:19.642 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:34:19.643 INFO:tasks.cephadm:Cluster fsid is c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:34:19.643 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-12T01:34:19.643 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.83', 'mon.b': '172.21.15.136', 'mon.c': '172.21.15.167'} 2024-04-12T01:34:19.643 INFO:tasks.cephadm:First mon is mon.a on smithi083 2024-04-12T01:34:19.643 INFO:tasks.cephadm:First mgr is a 2024-04-12T01:34:19.643 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-12T01:34:19.643 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2024-04-12T01:34:19.658 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-04-12T01:34:19.672 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-04-12T01:34:19.685 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-12T01:34:19.685 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:34:19.912 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a5074d4516d566e9d8b6aec912f26afd099de101', '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/78410/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2838-ga5074d45', 'node_name': '172.21.2.17+braggi17', '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-2838-ga5074d45-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-10 06:11:33.151820', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-04-02-1310', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-12T01:34:20.062 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri6-testing-2024-04-02-1310, sha1 a5074d4516d566e9d8b6aec912f26afd099de101 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:34:20.064 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-12T01:34:20.064 DEBUG:teuthology.orchestra.run.smithi083:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:21.190 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788746 Apr 12 01:34 /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:21.191 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:21.789 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788746 Apr 12 01:34 /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:21.789 DEBUG:teuthology.orchestra.run.smithi167:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-04-02-1310/a5074d4516d566e9d8b6aec912f26afd099de101/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:22.963 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788746 Apr 12 01:34 /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:22.964 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:22.971 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:22.979 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T01:34:22.998 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 on all hosts... 2024-04-12T01:34:22.998 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 pull 2024-04-12T01:34:23.015 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 pull 2024-04-12T01:34:23.022 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 pull 2024-04-12T01:34:23.180 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101... 2024-04-12T01:34:23.186 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101... 2024-04-12T01:34:23.195 INFO:teuthology.orchestra.run.smithi167.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101... 2024-04-12T01:35:22.098 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-04-12T01:35:22.099 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph_version": "ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev)", 2024-04-12T01:35:22.099 INFO:teuthology.orchestra.run.smithi083.stdout: "image_id": "ffe3e7ac3788b84d6c0b551f13dbde782a187c25e75d087cf3ace2b26f4e3ffa", 2024-04-12T01:35:22.099 INFO:teuthology.orchestra.run.smithi083.stdout: "repo_digests": [ 2024-04-12T01:35:22.099 INFO:teuthology.orchestra.run.smithi083.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a27ea6551081df82ac6d32c14f6f621df543e51d7ac49651e7830973aa34c6dc" 2024-04-12T01:35:22.099 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-04-12T01:35:22.099 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout:{ 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout: "ceph_version": "ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev)", 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout: "image_id": "ffe3e7ac3788b84d6c0b551f13dbde782a187c25e75d087cf3ace2b26f4e3ffa", 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout: "repo_digests": [ 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a27ea6551081df82ac6d32c14f6f621df543e51d7ac49651e7830973aa34c6dc" 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout: ] 2024-04-12T01:35:36.639 INFO:teuthology.orchestra.run.smithi167.stdout:} 2024-04-12T01:35:37.407 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-04-12T01:35:37.407 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev)", 2024-04-12T01:35:37.408 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "ffe3e7ac3788b84d6c0b551f13dbde782a187c25e75d087cf3ace2b26f4e3ffa", 2024-04-12T01:35:37.408 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-04-12T01:35:37.408 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a27ea6551081df82ac6d32c14f6f621df543e51d7ac49651e7830973aa34c6dc" 2024-04-12T01:35:37.408 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-04-12T01:35:37.408 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-04-12T01:35:37.455 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /etc/ceph 2024-04-12T01:35:37.471 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-04-12T01:35:37.485 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /etc/ceph 2024-04-12T01:35:37.499 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 777 /etc/ceph 2024-04-12T01:35:37.527 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-04-12T01:35:37.539 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 777 /etc/ceph 2024-04-12T01:35:37.554 INFO:tasks.cephadm:Writing seed config... 2024-04-12T01:35:37.555 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-12T01:35:37.555 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-12T01:35:37.555 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-12T01:35:37.555 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-12T01:35:37.555 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-12T01:35:37.555 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-12T01:35:37.556 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-12T01:35:37.556 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-12T01:35:37.556 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-12T01:35:37.556 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:35:37.556 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-12T01:35:37.575 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 = c857fb20-f86c-11ee-bc8c-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-12T01:35:37.576 DEBUG:teuthology.orchestra.run.smithi083:mon.a> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a.service 2024-04-12T01:35:37.621 DEBUG:teuthology.orchestra.run.smithi083:mgr.a> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a.service 2024-04-12T01:35:37.664 INFO:tasks.cephadm:Bootstrapping... 2024-04-12T01:35:37.664 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 -v bootstrap --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.83 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:35:37.868 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-04-12T01:35:37.869 INFO:teuthology.orchestra.run.smithi083.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101', '-v', 'bootstrap', '--fsid', 'c857fb20-f86c-11ee-bc8c-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.83', '--skip-admin-label'] 2024-04-12T01:35:37.869 INFO:teuthology.orchestra.run.smithi083.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-12T01:35:37.870 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying podman|docker is present... 2024-04-12T01:35:37.870 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying lvm2 is present... 2024-04-12T01:35:37.870 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying time synchronization is in place... 2024-04-12T01:35:37.874 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-12T01:35:37.874 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T01:35:37.877 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-12T01:35:37.877 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.881 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-12T01:35:37.881 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-12T01:35:37.884 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-12T01:35:37.884 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.888 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-12T01:35:37.888 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout masked 2024-04-12T01:35:37.891 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-12T01:35:37.891 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.894 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-12T01:35:37.894 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-12T01:35:37.898 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-12T01:35:37.898 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.904 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout enabled 2024-04-12T01:35:37.908 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout active 2024-04-12T01:35:37.908 INFO:teuthology.orchestra.run.smithi083.stdout:Unit ntp.service is enabled and running 2024-04-12T01:35:37.908 INFO:teuthology.orchestra.run.smithi083.stdout:Repeating the final host check... 2024-04-12T01:35:37.908 INFO:teuthology.orchestra.run.smithi083.stdout:docker (/usr/bin/docker) is present 2024-04-12T01:35:37.908 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl is present 2024-04-12T01:35:37.908 INFO:teuthology.orchestra.run.smithi083.stdout:lvcreate is present 2024-04-12T01:35:37.911 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-12T01:35:37.911 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T01:35:37.914 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-12T01:35:37.914 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.918 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-12T01:35:37.918 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-12T01:35:37.922 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-12T01:35:37.923 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.927 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-12T01:35:37.927 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout masked 2024-04-12T01:35:37.931 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-12T01:35:37.931 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.934 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-12T01:35:37.934 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-12T01:35:37.939 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-12T01:35:37.939 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout inactive 2024-04-12T01:35:37.943 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout enabled 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stdout active 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Unit ntp.service is enabled and running 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Host looks OK 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Cluster fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Acquiring lock 140651190675312 on /run/cephadm/c857fb20-f86c-11ee-bc8c-c7b262605968.lock 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Lock 140651190675312 acquired on /run/cephadm/c857fb20-f86c-11ee-bc8c-c7b262605968.lock 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying IP 172.21.15.83 port 3300 ... 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying IP 172.21.15.83 port 6789 ... 2024-04-12T01:35:37.947 INFO:teuthology.orchestra.run.smithi083.stdout:Base mon IP(s) is [172.21.15.83:3300, 172.21.15.83:6789], mon addrv is [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.83 metric 100 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.83 metric 100 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.83 metric 100 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.83 metric 100 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.83 metric 100 2024-04-12T01:35:37.950 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.83 metric 100 2024-04-12T01:35:37.951 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-12T01:35:37.952 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-12T01:35:37.952 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1790sec pref medium 2024-04-12T01:35:37.955 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-12T01:35:37.955 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-12T01:35:37.955 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce91/64 scope link 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.0/20` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.0/20` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.1/32` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.1/32` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.2/32` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.0.2/32` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.15.254/32` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Mon IP `172.21.15.83` is in CIDR network `172.21.15.254/32` 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-12T01:35:37.956 INFO:teuthology.orchestra.run.smithi083.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-12T01:35:37.957 INFO:teuthology.orchestra.run.smithi083.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101... 2024-04-12T01:35:38.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/docker: stdout a5074d4516d566e9d8b6aec912f26afd099de101: Pulling from ceph-ci/ceph 2024-04-12T01:35:38.221 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/docker: stdout Digest: sha256:a27ea6551081df82ac6d32c14f6f621df543e51d7ac49651e7830973aa34c6dc 2024-04-12T01:35:38.221 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:35:38.221 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 2024-04-12T01:35:39.866 INFO:teuthology.orchestra.run.smithi083.stdout:ceph: stdout ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev) 2024-04-12T01:35:39.866 INFO:teuthology.orchestra.run.smithi083.stdout:Ceph version: ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev) 2024-04-12T01:35:39.866 INFO:teuthology.orchestra.run.smithi083.stdout:Extracting ceph user uid/gid from container image... 2024-04-12T01:35:41.262 INFO:teuthology.orchestra.run.smithi083.stdout:stat: stdout 167 167 2024-04-12T01:35:41.262 INFO:teuthology.orchestra.run.smithi083.stdout:Creating initial keys... 2024-04-12T01:35:42.692 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-authtool: stdout AQDujxhmm49WAxAAnz1lvYNft9OXpqU6Wu/fMw== 2024-04-12T01:35:43.989 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-authtool: stdout AQDvjxhmd+/jGhAA8KkyCSbHc8yzTnTh/B6MDw== 2024-04-12T01:35:45.368 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-authtool: stdout AQDwjxhmJVZpKhAAiZE6rOmxSFWAdY8AdKwAFA== 2024-04-12T01:35:45.369 INFO:teuthology.orchestra.run.smithi083.stdout:Creating initial monmap... 2024-04-12T01:35:46.749 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T01:35:46.749 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-12T01:35:46.749 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:46.749 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T01:35:46.750 INFO:teuthology.orchestra.run.smithi083.stdout:monmaptool for a [v2:172.21.15.83:3300,v1:172.21.15.83:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T01:35:46.750 INFO:teuthology.orchestra.run.smithi083.stdout:setting min_mon_release = quincy 2024-04-12T01:35:46.750 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: set fsid to c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:46.750 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T01:35:46.750 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:35:46.750 INFO:teuthology.orchestra.run.smithi083.stdout:Creating mon... 2024-04-12T01:35:48.172 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T01:35:48.172 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 1 imported monmap: 2024-04-12T01:35:48.172 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-12T01:35:46.154516+0000 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 0 /usr/bin/ceph-mon: set fsid to c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Git sha 0 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Compile date 2024-04-09 19:52:16 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: DB SUMMARY 2024-04-12T01:35:48.173 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: DB Session ID: 8E85MAXGBSB6G5UARLG7 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.create_if_missing: 1 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T01:35:48.174 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.env: 0x5608caec8d40 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.info_log: 0x5608cc9a4e60 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.statistics: (nil) 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.use_fsync: 0 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T01:35:48.175 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.db_log_dir: 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.wal_dir: 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.write_buffer_manager: 0x5608cc977360 2024-04-12T01:35:48.176 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.unordered_write: 0 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.row_cache: None 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.wal_filter: None 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T01:35:48.177 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.wal_compression: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T01:35:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.max_open_files: -1 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.583+0000 7f4b643adc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T01:35:48.179 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Compression algorithms supported: 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kZSTD supported: 0 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T01:35:48.180 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.merge_operator: 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_filter: None 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5608cc9a5040) 2024-04-12T01:35:48.181 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5608cc9a9090 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-12T01:35:48.182 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-12T01:35:48.183 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression: NoCompression 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T01:35:48.184 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.num_levels: 7 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T01:35:48.185 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T01:35:48.186 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T01:35:48.187 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T01:35:48.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.ttl: 2592000 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T01:35:48.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 69b66c64-bc1a-4d0c-8574-da742c69f648 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-12T01:35:48.190 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5608cca72000 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b643adc80 4 rocksdb: DB pointer 0x5608cca62000 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b5450f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.587+0000 7f4b5450f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-12T01:35:48.191 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-12T01:35:48.192 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5608cc9a9090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.591+0000 7f4b643adc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.591+0000 7f4b643adc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-12T01:35:47.591+0000 7f4b643adc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-12T01:35:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:create mon.a on 2024-04-12T01:35:48.433 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-12T01:35:48.624 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-12T01:35:48.861 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968.target -> /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968.target. 2024-04-12T01:35:48.861 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968.target -> /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968.target. 2024-04-12T01:35:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a 2024-04-12T01:35:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a.service: Unit ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a.service not loaded. 2024-04-12T01:35:49.316 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968.target.wants/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service. 2024-04-12T01:35:49.325 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld does not appear to be present 2024-04-12T01:35:49.325 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to enable service . firewalld.service is not available 2024-04-12T01:35:49.325 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mon to start... 2024-04-12T01:35:49.325 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mon... 2024-04-12T01:35:50.869 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:50 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.690133+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout cluster: 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout id: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout services: 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.152601s) 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-12T01:35:51.432 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout data: 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout pgs: 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:mon is available 2024-04-12T01:35:51.433 INFO:teuthology.orchestra.run.smithi083.stdout:Assimilating anything we can from ceph.conf... 2024-04-12T01:35:51.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712493+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712728+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712743+0000 mon.a (mon.0) 4 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712751+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-12T01:35:46.154516+0000 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712760+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712769+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712777+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.712785+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.715269+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.717422+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: cluster 2024-04-12T01:35:50.717953+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T01:35:51.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:51 smithi083 bash[21069]: audit 2024-04-12T01:35:50.865032+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.83:0/3796541821' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-12T01:35:52.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:52 smithi083 bash[21069]: audit 2024-04-12T01:35:52.435713+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.83:0/2266409457' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T01:35:52.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:52 smithi083 bash[21069]: audit 2024-04-12T01:35:52.438277+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.83:0/2266409457' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T01:35:53.055 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:35:53.055 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [global] 2024-04-12T01:35:53.055 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout fsid = c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:53.055 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-04-12T01:35:53.055 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-12T01:35:53.055 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [osd] 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-12T01:35:53.056 INFO:teuthology.orchestra.run.smithi083.stdout:Generating new minimal ceph.conf... 2024-04-12T01:35:54.492 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:54 smithi083 bash[21069]: audit 2024-04-12T01:35:54.180109+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.83:0/2808051548' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:35:54.774 INFO:teuthology.orchestra.run.smithi083.stdout:Restarting the monitor... 2024-04-12T01:35:55.130 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:54 smithi083 systemd[1]: Stopping Ceph mon.a for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:35:55.131 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:54 smithi083 bash[21069]: debug 2024-04-12T01:35:54.915+0000 7fa9519c0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T01:35:55.131 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:54 smithi083 bash[21069]: debug 2024-04-12T01:35:54.915+0000 7fa9519c0700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-12T01:35:55.718 INFO:teuthology.orchestra.run.smithi083.stdout:Setting public_network to 172.21.0.2/32,172.21.0.0/20,172.21.0.1/32,172.21.15.254/32 in mon config section 2024-04-12T01:35:55.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:55 smithi083 bash[21455]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-mon-a 2024-04-12T01:35:55.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:55 smithi083 bash[21515]: Error response from daemon: No such container: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-mon-a 2024-04-12T01:35:55.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:55 smithi083 systemd[1]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-12T01:35:55.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:55 smithi083 systemd[1]: Stopped Ceph mon.a for c857fb20-f86c-11ee-bc8c-c7b262605968. 2024-04-12T01:35:55.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:55 smithi083 systemd[1]: Started Ceph mon.a for c857fb20-f86c-11ee-bc8c-c7b262605968. 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.875+0000 7fe115124c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.875+0000 7fe115124c80 0 ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev), process ceph-mon, pid 7 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.875+0000 7fe115124c80 0 pidfile_write: ignore empty --pid-file 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.879+0000 7fe115124c80 0 load: jerasure load: lrc 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Git sha 0 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Compile date 2024-04-09 19:52:16 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: DB SUMMARY 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: DB Session ID: 7TA4CTLBX9J7ETB54Q68 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: CURRENT file: CURRENT 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T01:35:56.993 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89097 ; 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.create_if_missing: 0 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.env: 0x55acbb66dd40 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.info_log: 0x55acbc81fc40 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T01:35:56.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.statistics: (nil) 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.use_fsync: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.db_log_dir: 2024-04-12T01:35:56.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.wal_dir: 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.write_buffer_manager: 0x55acbc7f21e0 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T01:35:56.996 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.unordered_write: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.row_cache: None 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.wal_filter: None 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T01:35:56.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.wal_compression: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T01:35:56.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_open_files: -1 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T01:35:56.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Compression algorithms supported: 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kZSTD supported: 0 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T01:35:57.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.merge_operator: 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_filter: None 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T01:35:57.002 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55acbc81fe00) 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cache_index_and_filter_blocks: 1 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: pin_top_level_index_and_filter: 1 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: index_type: 0 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: data_block_index_type: 0 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: index_shortening: 1 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: checksum: 4 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: no_block_cache: 0 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_cache: 0x55acbc823090 2024-04-12T01:35:57.003 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_cache_name: BinnedLRUCache 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_cache_options: 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: capacity : 536870912 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: num_shard_bits : 4 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: strict_capacity_limit : 0 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: high_pri_pool_ratio: 0.000 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_cache_compressed: (nil) 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: persistent_cache: (nil) 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_size: 4096 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_size_deviation: 10 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_restart_interval: 16 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: index_block_restart_interval: 1 2024-04-12T01:35:57.004 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: metadata_block_size: 4096 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: partition_filters: 0 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: use_delta_encoding: 1 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: filter_policy: bloomfilter 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: whole_key_filtering: 1 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: verify_compression: 0 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: read_amp_bytes_per_bit: 0 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: format_version: 5 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: enable_index_compression: 1 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: block_align: 0 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: max_auto_readahead_size: 262144 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: prepopulate_block_cache: 0 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: initial_auto_readahead_size: 8192 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: num_file_reads_for_auto_readahead: 2 2024-04-12T01:35:57.005 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression: NoCompression 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.num_levels: 7 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T01:35:57.006 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T01:35:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T01:35:57.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T01:35:57.009 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T01:35:57.010 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.ttl: 2592000 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T01:35:57.011 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 69b66c64-bc1a-4d0c-8574-da742c69f648 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712885756886501, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.883+0000 7fe115124c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712885756887942, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85714, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83861, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78068, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712885756, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "69b66c64-bc1a-4d0c-8574-da742c69f648", "db_session_id": "7TA4CTLBX9J7ETB54Q68", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe115124c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712885756888077, "job": 1, "event": "recovery_finished"} 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe115124c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe115124c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe115124c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55acbc916000 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe115124c80 4 rocksdb: DB pointer 0x55acbc900000 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe10387e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe10387e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: ** DB Stats ** 2024-04-12T01:35:57.012 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: ** Compaction Stats [default] ** 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: L0 2/0 85.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Sum 2/0 85.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: ** Compaction Stats [default] ** 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T01:35:57.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 96.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Cumulative compaction: 0.00 GB write, 16.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Interval compaction: 0.00 GB write, 16.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Block cache BinnedLRUCache@0x55acbc823090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-12T01:35:57.014 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.887+0000 7fe115124c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] at bind addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 1 mon.a@-1(???) e1 preinit fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 0 mon.a@-1(???).mds e1 new map 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 0 mon.a@-1(???).mds e1 print_map 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: e1 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: legacy client fscid: -1 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: No filesystems configured 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T01:35:57.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: debug 2024-04-12T01:35:56.891+0000 7fe115124c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916605+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916694+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916704+0000 mon.a (mon.0) 3 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916719+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-12T01:35:46.154516+0000 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916726+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916734+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916756+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.916765+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.917177+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.917201+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T01:35:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:56 smithi083 bash[21555]: cluster 2024-04-12T01:35:56.917589+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T01:35:57.752 INFO:teuthology.orchestra.run.smithi083.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-12T01:35:57.769 INFO:teuthology.orchestra.run.smithi083.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:35:57.770 INFO:teuthology.orchestra.run.smithi083.stdout:Creating mgr... 2024-04-12T01:35:57.770 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-12T01:35:57.770 INFO:teuthology.orchestra.run.smithi083.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-12T01:35:58.084 INFO:teuthology.orchestra.run.smithi083.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a 2024-04-12T01:35:58.084 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a.service: Unit ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a.service not loaded. 2024-04-12T01:35:58.089 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:57 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:35:58.089 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:58 smithi083 bash[21555]: audit 2024-04-12T01:35:57.072227+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.83:0/2374611263' entity='client.admin' 2024-04-12T01:35:58.089 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:35:58 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:35:58.288 INFO:teuthology.orchestra.run.smithi083.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968.target.wants/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service. 2024-04-12T01:35:58.296 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld does not appear to be present 2024-04-12T01:35:58.297 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to enable service . firewalld.service is not available 2024-04-12T01:35:58.297 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld does not appear to be present 2024-04-12T01:35:58.297 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-12T01:35:58.297 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr to start... 2024-04-12T01:35:58.297 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr... 2024-04-12T01:35:58.492 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:58 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:35:58.492 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:35:58 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:35:58.492 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:35:58 smithi083 systemd[1]: Started Ceph mgr.a for c857fb20-f86c-11ee-bc8c-c7b262605968. 2024-04-12T01:36:00.242 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:35:59 smithi083 bash[21811]: debug 2024-04-12T01:35:59.827+0000 7fb3d30e7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T01:36:00.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:35:59 smithi083 bash[21555]: audit 2024-04-12T01:35:59.846354+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.83:0/3285276552' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T01:36:00.557 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:00.557 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:00.557 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "c857fb20-f86c-11ee-bc8c-c7b262605968", 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-12T01:36:00.558 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T01:36:00.559 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T01:36:00.563 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T01:36:00.564 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T01:35:50.714044+0000", 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:00.565 INFO:teuthology.orchestra.run.smithi083.stdout:mgr not available, waiting (1/15)... 2024-04-12T01:36:01.724 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:01 smithi083 bash[21811]: debug 2024-04-12T01:36:01.391+0000 7fb3d30e7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T01:36:01.725 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:01 smithi083 bash[21811]: debug 2024-04-12T01:36:01.487+0000 7fb3d30e7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T01:36:01.725 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:01 smithi083 bash[21811]: debug 2024-04-12T01:36:01.731+0000 7fb3d30e7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T01:36:02.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:02 smithi083 bash[21811]: debug 2024-04-12T01:36:02.519+0000 7fb3d30e7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T01:36:02.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:02 smithi083 bash[21811]: debug 2024-04-12T01:36:02.627+0000 7fb3d30e7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T01:36:02.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:02 smithi083 bash[21811]: debug 2024-04-12T01:36:02.727+0000 7fb3d30e7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T01:36:03.338 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:03 smithi083 bash[21811]: debug 2024-04-12T01:36:03.083+0000 7fb3d30e7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T01:36:03.339 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:03 smithi083 bash[21811]: debug 2024-04-12T01:36:03.195+0000 7fb3d30e7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T01:36:03.339 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:03 smithi083 bash[21811]: debug 2024-04-12T01:36:03.299+0000 7fb3d30e7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T01:36:03.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:03 smithi083 bash[21811]: debug 2024-04-12T01:36:03.663+0000 7fb3d30e7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T01:36:03.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:03 smithi083 bash[21811]: debug 2024-04-12T01:36:03.907+0000 7fb3d30e7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T01:36:03.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:03 smithi083 bash[21555]: audit 2024-04-12T01:36:03.666386+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.83:0/1030348584' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "c857fb20-f86c-11ee-bc8c-c7b262605968", 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T01:36:04.291 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.292 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T01:36:04.293 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T01:36:04.294 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T01:35:50.714044+0000", 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:04.295 INFO:teuthology.orchestra.run.smithi083.stdout:mgr not available, waiting (2/15)... 2024-04-12T01:36:04.492 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:04 smithi083 bash[21811]: debug 2024-04-12T01:36:04.167+0000 7fb3d30e7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T01:36:04.492 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:04 smithi083 bash[21811]: debug 2024-04-12T01:36:04.279+0000 7fb3d30e7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T01:36:04.949 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:04 smithi083 bash[21811]: debug 2024-04-12T01:36:04.547+0000 7fb3d30e7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T01:36:05.242 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:04 smithi083 bash[21811]: debug 2024-04-12T01:36:04.955+0000 7fb3d30e7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:36:05.242 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:05 smithi083 bash[21811]: debug 2024-04-12T01:36:05.187+0000 7fb3d30e7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T01:36:05.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:05 smithi083 bash[21811]: debug 2024-04-12T01:36:05.307+0000 7fb3d30e7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T01:36:05.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:05 smithi083 bash[21811]: debug 2024-04-12T01:36:05.547+0000 7fb3d30e7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:36:06.648 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:06 smithi083 bash[21811]: debug 2024-04-12T01:36:06.543+0000 7fb3d30e7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T01:36:06.941 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:06 smithi083 bash[21811]: debug 2024-04-12T01:36:06.655+0000 7fb3d30e7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T01:36:07.242 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:06 smithi083 bash[21811]: debug 2024-04-12T01:36:06.947+0000 7fb3d30e7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T01:36:07.242 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:07 smithi083 bash[21811]: debug 2024-04-12T01:36:07.059+0000 7fb3d30e7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T01:36:07.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:07 smithi083 bash[21555]: audit 2024-04-12T01:36:07.386006+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.83:0/2869039091' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T01:36:07.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:07 smithi083 bash[21811]: debug 2024-04-12T01:36:07.515+0000 7fb3d30e7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T01:36:07.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:07 smithi083 bash[21811]: debug 2024-04-12T01:36:07.635+0000 7fb3d30e7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "c857fb20-f86c-11ee-bc8c-c7b262605968", 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T01:36:08.051 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T01:36:08.052 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-04-12T01:36:08.052 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:08.052 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T01:36:08.052 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T01:36:08.052 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:08.052 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-12T01:36:08.053 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T01:36:08.053 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:08.053 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T01:36:08.053 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T01:36:08.053 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.053 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T01:36:08.054 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:08.054 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T01:36:08.054 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T01:36:08.054 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T01:36:08.054 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T01:36:08.057 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T01:36:08.057 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T01:36:08.057 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:08.058 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T01:35:50.714044+0000", 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:08.059 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:08.060 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T01:36:08.060 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:08.060 INFO:teuthology.orchestra.run.smithi083.stdout:mgr not available, waiting (3/15)... 2024-04-12T01:36:08.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: cluster 2024-04-12T01:36:07.640118+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-12T01:36:08.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: cluster 2024-04-12T01:36:07.646760+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00673689s) 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.647731+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.647857+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.647972+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.648094+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.648723+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: cluster 2024-04-12T01:36:07.674444+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.686643+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.689809+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.695847+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.701114+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' 2024-04-12T01:36:08.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:08 smithi083 bash[21555]: audit 2024-04-12T01:36:07.706404+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.83:0/2318008771' entity='mgr.a' 2024-04-12T01:36:09.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:09 smithi083 bash[21555]: cluster 2024-04-12T01:36:08.652265+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01224s) 2024-04-12T01:36:11.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:11 smithi083 bash[21555]: cluster 2024-04-12T01:36:10.654134+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-12T01:36:11.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:11 smithi083 bash[21555]: audit 2024-04-12T01:36:11.552717+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.83:0/2069126639' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T01:36:12.208 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:12.208 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:12.208 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsid": "c857fb20-f86c-11ee-bc8c-c7b262605968", 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "health": { 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-12T01:36:12.210 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 0 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "a" 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.212 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-12T01:36:12.213 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:12.214 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-12T01:36:12.214 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-12T01:36:12.214 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-12T01:36:12.215 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-12T01:36:12.218 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-12T01:36:12.218 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-12T01:36:12.219 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "restful" 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ], 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "modified": "2024-04-12T01:35:50.714044+0000", 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout }, 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:12.220 INFO:teuthology.orchestra.run.smithi083.stdout:mgr is available 2024-04-12T01:36:13.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:13 smithi083 bash[21555]: audit 2024-04-12T01:36:13.465703+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.83:0/3826677638' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T01:36:13.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:13 smithi083 bash[21555]: audit 2024-04-12T01:36:13.469710+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.83:0/3826677638' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T01:36:14.121 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [global] 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout fsid = c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout [osd] 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-12T01:36:14.122 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-12T01:36:14.123 INFO:teuthology.orchestra.run.smithi083.stdout:Enabling cephadm module... 2024-04-12T01:36:15.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:15 smithi083 bash[21555]: audit 2024-04-12T01:36:15.502052+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.83:0/2828715567' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-12T01:36:15.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:15 smithi083 bash[21811]: ignoring --setuser ceph since I am not root 2024-04-12T01:36:15.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:15 smithi083 bash[21811]: ignoring --setgroup ceph since I am not root 2024-04-12T01:36:15.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:15 smithi083 bash[21811]: debug 2024-04-12T01:36:15.739+0000 7f2b87555200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T01:36:16.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:16 smithi083 bash[21555]: audit 2024-04-12T01:36:15.553446+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.83:0/2828715567' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-12T01:36:16.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:16 smithi083 bash[21555]: cluster 2024-04-12T01:36:15.557769+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-12T01:36:17.558 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:17 smithi083 bash[21555]: audit 2024-04-12T01:36:17.525322+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.83:0/3648914900' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T01:36:17.558 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:17 smithi083 bash[21811]: debug 2024-04-12T01:36:17.311+0000 7f2b87555200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T01:36:17.558 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:17 smithi083 bash[21811]: debug 2024-04-12T01:36:17.407+0000 7f2b87555200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T01:36:17.991 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:17 smithi083 bash[21811]: debug 2024-04-12T01:36:17.659+0000 7f2b87555200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T01:36:18.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:18.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-12T01:36:18.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T01:36:18.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-12T01:36:18.188 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-12T01:36:18.189 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:18.189 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for the mgr to restart... 2024-04-12T01:36:18.189 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr epoch 5... 2024-04-12T01:36:18.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:18 smithi083 bash[21811]: debug 2024-04-12T01:36:18.451+0000 7f2b87555200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T01:36:18.860 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:18 smithi083 bash[21811]: debug 2024-04-12T01:36:18.563+0000 7f2b87555200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T01:36:18.861 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:18 smithi083 bash[21811]: debug 2024-04-12T01:36:18.667+0000 7f2b87555200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T01:36:19.134 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:19 smithi083 bash[21811]: debug 2024-04-12T01:36:19.027+0000 7f2b87555200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T01:36:19.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:19 smithi083 bash[21811]: debug 2024-04-12T01:36:19.139+0000 7f2b87555200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T01:36:19.492 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:19 smithi083 bash[21811]: debug 2024-04-12T01:36:19.243+0000 7f2b87555200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T01:36:19.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:19 smithi083 bash[21811]: debug 2024-04-12T01:36:19.599+0000 7f2b87555200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T01:36:19.992 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:19 smithi083 bash[21811]: debug 2024-04-12T01:36:19.835+0000 7f2b87555200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T01:36:20.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:20 smithi083 bash[21811]: debug 2024-04-12T01:36:20.099+0000 7f2b87555200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T01:36:20.475 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:20 smithi083 bash[21811]: debug 2024-04-12T01:36:20.211+0000 7f2b87555200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T01:36:21.236 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:20 smithi083 bash[21811]: debug 2024-04-12T01:36:20.479+0000 7f2b87555200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T01:36:21.237 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:20 smithi083 bash[21811]: debug 2024-04-12T01:36:20.891+0000 7f2b87555200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:36:21.237 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:21 smithi083 bash[21811]: debug 2024-04-12T01:36:21.123+0000 7f2b87555200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T01:36:21.237 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:21 smithi083 bash[21811]: debug 2024-04-12T01:36:21.243+0000 7f2b87555200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T01:36:21.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:21 smithi083 bash[21811]: debug 2024-04-12T01:36:21.487+0000 7f2b87555200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:36:22.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:22 smithi083 bash[21811]: debug 2024-04-12T01:36:22.483+0000 7f2b87555200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T01:36:22.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:22 smithi083 bash[21811]: debug 2024-04-12T01:36:22.599+0000 7f2b87555200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T01:36:23.241 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:22 smithi083 bash[21811]: debug 2024-04-12T01:36:22.891+0000 7f2b87555200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T01:36:23.242 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21811]: debug 2024-04-12T01:36:23.003+0000 7f2b87555200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T01:36:23.741 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21811]: debug 2024-04-12T01:36:23.447+0000 7f2b87555200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21811]: debug 2024-04-12T01:36:23.567+0000 7f2b87555200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: cluster 2024-04-12T01:36:23.591077+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: cluster 2024-04-12T01:36:23.591343+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: cluster 2024-04-12T01:36:23.598347+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: cluster 2024-04-12T01:36:23.598630+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0074066s) 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: audit 2024-04-12T01:36:23.599844+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: audit 2024-04-12T01:36:23.601897+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: audit 2024-04-12T01:36:23.603364+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: audit 2024-04-12T01:36:23.603558+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T01:36:23.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: audit 2024-04-12T01:36:23.603744+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T01:36:23.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:23 smithi083 bash[21555]: cluster 2024-04-12T01:36:23.626937+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-12T01:36:24.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: cephadm 2024-04-12T01:36:23.648693+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-12T01:36:24.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.650629+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.653075+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.655683+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.658850+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.662616+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.672684+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.675784+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.935105+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:23.939662+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: cephadm 2024-04-12T01:36:24.493949+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [12/Apr/2024:01:36:24] ENGINE Bus STARTING 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: audit 2024-04-12T01:36:24.601578+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T01:36:24.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:24 smithi083 bash[21555]: cluster 2024-04-12T01:36:24.603580+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01235s) 2024-04-12T01:36:25.302 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:25.302 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-12T01:36:25.302 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-12T01:36:25.302 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:25.302 INFO:teuthology.orchestra.run.smithi083.stdout:mgr epoch 5 is available 2024-04-12T01:36:25.302 INFO:teuthology.orchestra.run.smithi083.stdout:Setting orchestrator backend to cephadm... 2024-04-12T01:36:25.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:25 smithi083 bash[21555]: cephadm 2024-04-12T01:36:24.612749+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [12/Apr/2024:01:36:24] ENGINE Serving on https://172.21.15.83:7150 2024-04-12T01:36:25.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:25 smithi083 bash[21555]: audit 2024-04-12T01:36:24.614569+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T01:36:25.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:25 smithi083 bash[21555]: cephadm 2024-04-12T01:36:24.714306+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [12/Apr/2024:01:36:24] ENGINE Serving on http://172.21.15.83:8765 2024-04-12T01:36:25.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:25 smithi083 bash[21555]: cephadm 2024-04-12T01:36:24.714460+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [12/Apr/2024:01:36:24] ENGINE Bus STARTED 2024-04-12T01:36:25.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:25 smithi083 bash[21555]: audit 2024-04-12T01:36:24.733224+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:36:26.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:26 smithi083 bash[21555]: cluster 2024-04-12T01:36:25.664426+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-12T01:36:26.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:26 smithi083 bash[21555]: audit 2024-04-12T01:36:26.607884+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:26.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:26 smithi083 bash[21555]: audit 2024-04-12T01:36:26.614881+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:26.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:26 smithi083 bash[21555]: audit 2024-04-12T01:36:26.654200+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:36:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:28 smithi083 bash[21555]: audit 2024-04-12T01:36:28.564493+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:29.214 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-12T01:36:29.214 INFO:teuthology.orchestra.run.smithi083.stdout:Generating ssh key... 2024-04-12T01:36:30.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21555]: audit 2024-04-12T01:36:30.435249+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:30.907 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21555]: cephadm 2024-04-12T01:36:30.435604+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-12T01:36:30.907 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: Generating public/private rsa key pair. 2024-04-12T01:36:30.907 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: Your identification has been saved in /tmp/tmpgf1sftcw/key. 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: Your public key has been saved in /tmp/tmpgf1sftcw/key.pub. 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: The key fingerprint is: 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: SHA256:/Lls9pCwu57T8lkfyow/Ysy/UU83Q4DYOZU0Agr6daw ceph-c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: The key's randomart image is: 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: +---[RSA 3072]----+ 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | . .+.==. | 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | . . o. =..o | 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | . o o . . | 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | . ..o . | 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | . ES .oo| 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | + o . o+| 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | .+= o . .| 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | o+OO.+ . | 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: | .=O*=Oo. | 2024-04-12T01:36:30.908 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:30 smithi083 bash[21811]: +----[SHA256]-----+ 2024-04-12T01:36:32.168 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:31 smithi083 bash[21555]: audit 2024-04-12T01:36:30.837410+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:32.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:31 smithi083 bash[21555]: audit 2024-04-12T01:36:30.842245+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:33.357 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:36:33.357 INFO:teuthology.orchestra.run.smithi083.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-12T01:36:33.357 INFO:teuthology.orchestra.run.smithi083.stdout:Adding key to root@localhost authorized_keys... 2024-04-12T01:36:33.357 INFO:teuthology.orchestra.run.smithi083.stdout:Adding host smithi083... 2024-04-12T01:36:33.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:33 smithi083 bash[21555]: audit 2024-04-12T01:36:32.726182+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:35.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:35 smithi083 bash[21555]: audit 2024-04-12T01:36:34.615658+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "addr": "172.21.15.83", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:35.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:35 smithi083 bash[21555]: cephadm 2024-04-12T01:36:35.216610+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi083 2024-04-12T01:36:41.046 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Added host 'smithi083' with addr '172.21.15.83' 2024-04-12T01:36:41.047 INFO:teuthology.orchestra.run.smithi083.stdout:Deploying unmanaged mon service... 2024-04-12T01:36:41.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:41 smithi083 bash[21555]: audit 2024-04-12T01:36:40.161564+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:41.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:41 smithi083 bash[21555]: cephadm 2024-04-12T01:36:40.162031+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi083 2024-04-12T01:36:41.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:41 smithi083 bash[21555]: audit 2024-04-12T01:36:40.180164+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:36:43.942 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-12T01:36:43.942 INFO:teuthology.orchestra.run.smithi083.stdout:Deploying unmanaged mgr service... 2024-04-12T01:36:44.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:44 smithi083 bash[21555]: audit 2024-04-12T01:36:43.170557+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:44.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:44 smithi083 bash[21555]: cephadm 2024-04-12T01:36:43.173816+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-12T01:36:44.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:44 smithi083 bash[21555]: audit 2024-04-12T01:36:43.177704+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:44.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:44 smithi083 bash[21555]: cluster 2024-04-12T01:36:43.605006+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:36:44.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:44 smithi083 bash[21555]: audit 2024-04-12T01:36:43.708736+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:45.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:45 smithi083 bash[21555]: audit 2024-04-12T01:36:44.254071+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:45.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:45 smithi083 bash[21555]: audit 2024-04-12T01:36:45.239012+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.83:0/440455339' entity='mgr.a' 2024-04-12T01:36:45.807 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-12T01:36:46.508 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:46 smithi083 bash[21555]: audit 2024-04-12T01:36:45.233287+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:36:46.508 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:46 smithi083 bash[21555]: cephadm 2024-04-12T01:36:45.234438+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-12T01:36:46.508 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:46 smithi083 bash[21555]: cluster 2024-04-12T01:36:45.605510+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:36:48.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:48 smithi083 bash[21555]: audit 2024-04-12T01:36:47.114534+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.83:0/2200980214' entity='client.admin' 2024-04-12T01:36:48.475 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:48 smithi083 bash[21555]: cluster 2024-04-12T01:36:47.605979+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:36:49.710 INFO:teuthology.orchestra.run.smithi083.stdout:Enabling the dashboard module... 2024-04-12T01:36:50.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:50 smithi083 bash[21555]: audit 2024-04-12T01:36:49.069020+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.83:0/3560816316' entity='client.admin' 2024-04-12T01:36:50.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:50 smithi083 bash[21555]: cluster 2024-04-12T01:36:49.606393+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:36:51.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:51 smithi083 bash[21555]: audit 2024-04-12T01:36:51.110887+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.83:0/2208934923' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-12T01:36:51.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:51 smithi083 bash[21811]: ignoring --setuser ceph since I am not root 2024-04-12T01:36:51.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:51 smithi083 bash[21811]: ignoring --setgroup ceph since I am not root 2024-04-12T01:36:51.492 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:51 smithi083 bash[21811]: debug 2024-04-12T01:36:51.362+0000 7f9e8e7f8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T01:36:52.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:52 smithi083 bash[21555]: audit 2024-04-12T01:36:51.162798+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.83:0/2208934923' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-12T01:36:52.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:52 smithi083 bash[21555]: cluster 2024-04-12T01:36:51.167110+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-04-12T01:36:53.241 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:52 smithi083 bash[21811]: debug 2024-04-12T01:36:52.970+0000 7f9e8e7f8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T01:36:53.241 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:53 smithi083 bash[21811]: debug 2024-04-12T01:36:53.070+0000 7f9e8e7f8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T01:36:53.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:53 smithi083 bash[21555]: audit 2024-04-12T01:36:53.281628+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.83:0/1614655679' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T01:36:53.741 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:53 smithi083 bash[21811]: debug 2024-04-12T01:36:53.326+0000 7f9e8e7f8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T01:36:53.954 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:36:53.954 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-12T01:36:53.954 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-12T01:36:53.954 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-12T01:36:53.955 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-12T01:36:53.955 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:36:53.955 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for the mgr to restart... 2024-04-12T01:36:53.955 INFO:teuthology.orchestra.run.smithi083.stdout:Waiting for mgr epoch 9... 2024-04-12T01:36:54.243 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:54 smithi083 bash[21811]: debug 2024-04-12T01:36:54.138+0000 7f9e8e7f8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T01:36:54.671 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:54 smithi083 bash[21811]: debug 2024-04-12T01:36:54.250+0000 7f9e8e7f8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T01:36:54.671 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:54 smithi083 bash[21811]: debug 2024-04-12T01:36:54.354+0000 7f9e8e7f8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T01:36:54.950 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:54 smithi083 bash[21811]: debug 2024-04-12T01:36:54.730+0000 7f9e8e7f8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T01:36:54.950 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:54 smithi083 bash[21811]: debug 2024-04-12T01:36:54.850+0000 7f9e8e7f8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T01:36:54.950 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:54 smithi083 bash[21811]: debug 2024-04-12T01:36:54.958+0000 7f9e8e7f8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T01:36:55.741 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:55 smithi083 bash[21811]: debug 2024-04-12T01:36:55.314+0000 7f9e8e7f8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T01:36:55.741 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:55 smithi083 bash[21811]: debug 2024-04-12T01:36:55.554+0000 7f9e8e7f8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T01:36:56.197 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:55 smithi083 bash[21811]: debug 2024-04-12T01:36:55.814+0000 7f9e8e7f8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T01:36:56.197 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:55 smithi083 bash[21811]: debug 2024-04-12T01:36:55.930+0000 7f9e8e7f8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T01:36:56.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:56 smithi083 bash[21811]: debug 2024-04-12T01:36:56.202+0000 7f9e8e7f8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T01:36:56.978 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:56 smithi083 bash[21811]: debug 2024-04-12T01:36:56.622+0000 7f9e8e7f8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:36:56.978 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:56 smithi083 bash[21811]: debug 2024-04-12T01:36:56.862+0000 7f9e8e7f8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T01:36:56.978 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:56 smithi083 bash[21811]: debug 2024-04-12T01:36:56.982+0000 7f9e8e7f8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T01:36:57.241 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:57 smithi083 bash[21811]: debug 2024-04-12T01:36:57.234+0000 7f9e8e7f8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:36:58.687 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:58 smithi083 bash[21811]: debug 2024-04-12T01:36:58.278+0000 7f9e8e7f8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T01:36:58.687 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:58 smithi083 bash[21811]: debug 2024-04-12T01:36:58.394+0000 7f9e8e7f8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T01:36:58.991 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:58 smithi083 bash[21811]: debug 2024-04-12T01:36:58.694+0000 7f9e8e7f8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T01:36:58.991 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:58 smithi083 bash[21811]: debug 2024-04-12T01:36:58.810+0000 7f9e8e7f8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T01:36:59.512 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21811]: debug 2024-04-12T01:36:59.262+0000 7f9e8e7f8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21811]: debug 2024-04-12T01:36:59.386+0000 7f9e8e7f8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: cluster 2024-04-12T01:36:59.410217+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: cluster 2024-04-12T01:36:59.410830+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: cluster 2024-04-12T01:36:59.418131+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: cluster 2024-04-12T01:36:59.418379+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00775382s) 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: audit 2024-04-12T01:36:59.419925+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: audit 2024-04-12T01:36:59.422185+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: audit 2024-04-12T01:36:59.423178+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: audit 2024-04-12T01:36:59.423372+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: audit 2024-04-12T01:36:59.423560+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T01:36:59.513 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:36:59 smithi083 bash[21555]: cluster 2024-04-12T01:36:59.450263+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-12T01:37:00.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: audit 2024-04-12T01:36:59.473679+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:00.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: audit 2024-04-12T01:36:59.476694+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:00.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: audit 2024-04-12T01:36:59.497345+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:37:00.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: audit 2024-04-12T01:36:59.499394+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:37:00.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: cephadm 2024-04-12T01:36:59.707807+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [12/Apr/2024:01:36:59] ENGINE Bus STARTING 2024-04-12T01:37:00.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: cephadm 2024-04-12T01:36:59.809799+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [12/Apr/2024:01:36:59] ENGINE Serving on http://172.21.15.83:8765 2024-04-12T01:37:00.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: cephadm 2024-04-12T01:36:59.928052+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [12/Apr/2024:01:36:59] ENGINE Serving on https://172.21.15.83:7150 2024-04-12T01:37:00.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: cephadm 2024-04-12T01:36:59.928347+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [12/Apr/2024:01:36:59] ENGINE Bus STARTED 2024-04-12T01:37:00.742 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:00 smithi083 bash[21555]: cluster 2024-04-12T01:37:00.424638+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.014s) 2024-04-12T01:37:01.160 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout { 2024-04-12T01:37:01.161 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-12T01:37:01.161 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-12T01:37:01.161 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout } 2024-04-12T01:37:01.161 INFO:teuthology.orchestra.run.smithi083.stdout:mgr epoch 9 is available 2024-04-12T01:37:01.161 INFO:teuthology.orchestra.run.smithi083.stdout:Generating a dashboard self-signed certificate... 2024-04-12T01:37:01.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:01 smithi083 bash[21555]: audit 2024-04-12T01:37:00.421639+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T01:37:01.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:01 smithi083 bash[21555]: audit 2024-04-12T01:37:00.435379+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T01:37:02.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:02 smithi083 bash[21555]: cluster 2024-04-12T01:37:01.485723+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-12T01:37:03.249 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-12T01:37:03.249 INFO:teuthology.orchestra.run.smithi083.stdout:Creating initial admin user... 2024-04-12T01:37:03.923 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:03 smithi083 bash[21555]: audit 2024-04-12T01:37:02.454550+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:37:03.923 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:03 smithi083 bash[21555]: audit 2024-04-12T01:37:02.611133+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:03.923 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:03 smithi083 bash[21555]: audit 2024-04-12T01:37:02.615753+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:05.430 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$qHrLuUy/gUnMFNTwXUSpD.1LVL1kMSZb05svAz5FOaYqyq95aF4p6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712885824, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-12T01:37:05.430 INFO:teuthology.orchestra.run.smithi083.stdout:Fetching dashboard port number... 2024-04-12T01:37:06.105 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:05 smithi083 bash[21555]: audit 2024-04-12T01:37:04.570862+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:37:06.105 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:05 smithi083 bash[21555]: audit 2024-04-12T01:37:04.801749+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: cluster 2024-04-12T01:37:05.812029+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: audit 2024-04-12T01:37:06.159781+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: audit 2024-04-12T01:37:06.160575+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: audit 2024-04-12T01:37:06.163836+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: audit 2024-04-12T01:37:06.165702+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: audit 2024-04-12T01:37:06.167069+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]': finished 2024-04-12T01:37:06.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:06 smithi083 bash[21555]: audit 2024-04-12T01:37:06.701063+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.83:0/1104992558' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-12T01:37:07.360 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stdout 8443 2024-04-12T01:37:07.360 INFO:teuthology.orchestra.run.smithi083.stdout:firewalld does not appear to be present 2024-04-12T01:37:07.361 INFO:teuthology.orchestra.run.smithi083.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout:Ceph Dashboard is now available at: 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout: URL: https://smithi083.front.sepia.ceph.com:8443/ 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout: User: admin 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout: Password: 06vr28wkth 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:07.364 INFO:teuthology.orchestra.run.smithi083.stdout:Saving cluster configuration to /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config directory 2024-04-12T01:37:07.365 INFO:teuthology.orchestra.run.smithi083.stdout:Enabling autotune for osd_memory_target 2024-04-12T01:37:08.105 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:07 smithi083 bash[21555]: cephadm 2024-04-12T01:37:06.430964+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi083 on smithi083 2024-04-12T01:37:11.297 INFO:teuthology.orchestra.run.smithi083.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-12T01:37:11.297 INFO:teuthology.orchestra.run.smithi083.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-12T01:37:11.297 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.297 INFO:teuthology.orchestra.run.smithi083.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout:Or, if you are only running a single cluster on this host: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: ceph telemetry on 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout:For more information see: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:11.298 INFO:teuthology.orchestra.run.smithi083.stdout:Bootstrap complete. 2024-04-12T01:37:11.356 INFO:tasks.cephadm:Fetching config... 2024-04-12T01:37:11.357 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:37:11.357 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-12T01:37:11.362 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-12T01:37:11.362 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:37:11.362 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-12T01:37:11.410 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-12T01:37:11.410 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:37:11.410 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-12T01:37:11.469 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-12T01:37:11.469 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:37:11.469 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-12T01:37:11.517 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-12T01:37:11.517 DEBUG:teuthology.orchestra.run.smithi083:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T01:37:11.576 INFO:teuthology.orchestra.run.smithi083.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:37:11.584 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T01:37:11.609 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:37:11.613 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:37:11 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:37:11.613 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:11 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:37:11.619 DEBUG:teuthology.orchestra.run.smithi167:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T01:37:11.642 INFO:teuthology.orchestra.run.smithi167.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDUVBIqMl9cHvD9LK+NV7n9s4q8PwSoS7bSPCJi2YkleXpZn9NKWY63vcG8X8/t5H14C3AOla0NpFMYZhqUwvpOFoA1d2LefwPOSZ26FuAZv08MpQpvNxsBz9x6M+HMIS8i0tNonrip9/DBgEcRMkvT+PpBykGpyYf2+iYGdRKMvK6BLiV1Jf5qbS0ddKhz9sAGjWODHIA7mFmbwBwUndsC+sWpPRQIuJsB+CB/ShNWk63YUV93NIjiQviQbyP2X2q/FGIa8OmhuUxK/l+Vz2q2CVQKNd4utR685z9hGzvhwQCQ6WVYuXHAqhx/YTUDqGJTqTaKyj7gADeNylw2kKQ+JgmcWdkajb6IDoNyGkFBSq9gzw9ZNVSdtnrPUG2Pe8fdJXn8EfNhY+uOoEWuMZtbnMd6b497SS3VJz6R9oyKGrdFwfKBCRhTHviNvZOi+eVsB9JO4Hr1lqkbjfLK8lHElKUaPfZp529M8Ddf7H3C+MtFbEB2zn3pzVz85bdWOXk= ceph-c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:37:11.652 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-12T01:37:11.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:11 smithi083 bash[21555]: audit 2024-04-12T01:37:10.700517+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.83:0/3684339156' entity='client.admin' 2024-04-12T01:37:11.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:11 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:37:11.991 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:37:11 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.898402+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.910364+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.912864+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.929321+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.932729+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.934704+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.937292+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.939610+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.942963+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.960362+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:13.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:11.964590+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:13.242 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:12 smithi083 bash[21555]: audit 2024-04-12T01:37:12.317249+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:15.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:15 smithi083 bash[21555]: audit 2024-04-12T01:37:14.496685+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:16.361 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:37:17.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:17 smithi083 bash[21555]: audit 2024-04-12T01:37:16.750433+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:17.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:17 smithi083 bash[21555]: audit 2024-04-12T01:37:16.753890+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:19.956 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-12T01:37:19.957 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-12T01:37:20.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:20 smithi083 bash[21555]: audit 2024-04-12T01:37:19.297942+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.83:0/2457794340' entity='client.admin' 2024-04-12T01:37:20.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:20 smithi083 bash[21555]: audit 2024-04-12T01:37:19.364946+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:20.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:20 smithi083 bash[21555]: audit 2024-04-12T01:37:19.368831+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:20.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:20 smithi083 bash[21555]: cluster 2024-04-12T01:37:19.424690+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:22.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:22 smithi083 bash[21555]: cluster 2024-04-12T01:37:21.425048+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:24.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:24 smithi083 bash[21555]: cluster 2024-04-12T01:37:23.425327+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:24.808 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:37:25.938 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:25 smithi083 bash[21555]: audit 2024-04-12T01:37:24.556176+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:25.938 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:25 smithi083 bash[21555]: audit 2024-04-12T01:37:24.564087+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:26.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:26 smithi083 bash[21555]: cluster 2024-04-12T01:37:25.425708+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:28.203 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2024-04-12T01:37:28.203 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:37:28.203 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2024-04-12T01:37:28.210 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:37:28.211 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:37:28.256 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2024-04-12T01:37:28.257 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch host add smithi136 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: cluster 2024-04-12T01:37:27.426179+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:27.529955+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:27.534566+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:27.568384+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:27.571427+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:27.572147+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: cephadm 2024-04-12T01:37:27.573068+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: cephadm 2024-04-12T01:37:27.687039+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: cephadm 2024-04-12T01:37:27.801656+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: cephadm 2024-04-12T01:37:27.915991+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:37:28.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:28.086234+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:28.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:28.093728+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:28.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:28 smithi083 bash[21555]: audit 2024-04-12T01:37:28.097791+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:30.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:30 smithi083 bash[21555]: cluster 2024-04-12T01:37:29.426613+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:32.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:32 smithi083 bash[21555]: cluster 2024-04-12T01:37:31.427071+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:32.967 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:37:34.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:34 smithi083 bash[21555]: cluster 2024-04-12T01:37:33.427528+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:36.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:36 smithi083 bash[21555]: cluster 2024-04-12T01:37:35.427905+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:36.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:36 smithi083 bash[21555]: audit 2024-04-12T01:37:35.678144+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:36.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:36 smithi083 bash[21555]: audit 2024-04-12T01:37:35.681184+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:36.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:36 smithi083 bash[21555]: audit 2024-04-12T01:37:35.684528+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:37.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:37 smithi083 bash[21555]: audit 2024-04-12T01:37:36.480968+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:37:38.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:38 smithi083 bash[21555]: cephadm 2024-04-12T01:37:37.315089+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi136 2024-04-12T01:37:38.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:38 smithi083 bash[21555]: cluster 2024-04-12T01:37:37.428431+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:40.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:40 smithi083 bash[21555]: cluster 2024-04-12T01:37:39.428788+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:42.501 INFO:teuthology.orchestra.run.smithi083.stdout:Added host 'smithi136' with addr '172.21.15.136' 2024-04-12T01:37:42.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:42 smithi083 bash[21555]: cluster 2024-04-12T01:37:41.429204+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:42.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:42 smithi083 bash[21555]: audit 2024-04-12T01:37:42.510631+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:42.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:42 smithi083 bash[21555]: audit 2024-04-12T01:37:42.512643+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:43.195 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T01:37:44.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:43 smithi083 bash[21555]: cephadm 2024-04-12T01:37:42.511524+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi136 2024-04-12T01:37:44.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:43 smithi083 bash[21555]: audit 2024-04-12T01:37:42.989071+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:45.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:44 smithi083 bash[21555]: cluster 2024-04-12T01:37:43.429566+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:45.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:44 smithi083 bash[21555]: audit 2024-04-12T01:37:44.465177+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:45.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:44 smithi083 bash[21555]: audit 2024-04-12T01:37:44.471292+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:45.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:44 smithi083 bash[21555]: audit 2024-04-12T01:37:44.472843+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:37:45.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:44 smithi083 bash[21555]: audit 2024-04-12T01:37:44.474765+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:37:45.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:44 smithi083 bash[21555]: audit 2024-04-12T01:37:44.476477+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:37:46.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: cephadm 2024-04-12T01:37:44.479121+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:37:46.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: cephadm 2024-04-12T01:37:44.695022+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:37:46.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: cephadm 2024-04-12T01:37:44.911443+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:37:46.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: cephadm 2024-04-12T01:37:45.128892+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:37:46.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: audit 2024-04-12T01:37:45.298662+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:46.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: audit 2024-04-12T01:37:45.305183+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:46.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: audit 2024-04-12T01:37:45.308328+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:37:46.241 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:45 smithi083 bash[21555]: audit 2024-04-12T01:37:45.310393+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]': finished 2024-04-12T01:37:47.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:46 smithi083 bash[21555]: cluster 2024-04-12T01:37:45.429873+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:47.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:46 smithi083 bash[21555]: cephadm 2024-04-12T01:37:46.185261+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi136 on smithi136 2024-04-12T01:37:47.907 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:37:48.716 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.254817+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:48.716 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.307304+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:48.716 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.315134+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:48.716 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.381825+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:48.716 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.386330+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.388075+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.398744+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: cluster 2024-04-12T01:37:47.430194+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.468192+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.471494+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.472705+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.482079+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:48.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:48 smithi083 bash[21555]: audit 2024-04-12T01:37:47.715193+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:50.243 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:49 smithi083 bash[21555]: audit 2024-04-12T01:37:48.779416+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:50.243 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:49 smithi083 bash[21555]: audit 2024-04-12T01:37:48.783237+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:50.243 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:49 smithi083 bash[21555]: audit 2024-04-12T01:37:49.512813+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:50.856 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:37:50.856 INFO:teuthology.orchestra.run.smithi083.stdout:[{"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}] 2024-04-12T01:37:51.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:50 smithi083 bash[21555]: cluster 2024-04-12T01:37:49.430531+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:51.859 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi167 2024-04-12T01:37:51.860 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:37:51.860 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.conf 2024-04-12T01:37:51.866 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:37:51.866 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:37:51.914 INFO:tasks.cephadm:Adding host smithi167 to orchestrator... 2024-04-12T01:37:51.918 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch host add smithi167 2024-04-12T01:37:52.145 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:51 smithi083 bash[21555]: audit 2024-04-12T01:37:50.866811+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:37:53.051 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:52 smithi083 bash[21555]: cluster 2024-04-12T01:37:51.430865+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:55.101 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:54 smithi083 bash[21555]: cluster 2024-04-12T01:37:53.431310+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:57.079 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:37:57.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:56 smithi083 bash[21555]: cluster 2024-04-12T01:37:55.431720+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:37:57.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:56 smithi083 bash[21555]: audit 2024-04-12T01:37:55.882086+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:57.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:56 smithi083 bash[21555]: audit 2024-04-12T01:37:55.889238+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:57.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:56 smithi083 bash[21555]: audit 2024-04-12T01:37:55.897785+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:37:58.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:37:58 smithi083 bash[21555]: cluster 2024-04-12T01:37:57.432147+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:01.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:00 smithi083 bash[21555]: cluster 2024-04-12T01:37:59.432483+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:01.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:00 smithi083 bash[21555]: audit 2024-04-12T01:37:59.753326+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi167", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:02.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:01 smithi083 bash[21555]: cephadm 2024-04-12T01:38:00.534340+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi167 2024-04-12T01:38:02.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:01 smithi083 bash[21555]: audit 2024-04-12T01:38:01.682580+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:02.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:01 smithi083 bash[21555]: audit 2024-04-12T01:38:01.695061+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:03.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:02 smithi083 bash[21555]: cluster 2024-04-12T01:38:01.432925+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:05.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:04 smithi083 bash[21555]: cluster 2024-04-12T01:38:03.433367+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:05.759 INFO:teuthology.orchestra.run.smithi083.stdout:Added host 'smithi167' with addr '172.21.15.167' 2024-04-12T01:38:06.514 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T01:38:06.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:06 smithi083 bash[21555]: cluster 2024-04-12T01:38:05.433843+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:06.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:06 smithi083 bash[21555]: audit 2024-04-12T01:38:05.769004+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:06.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:06 smithi083 bash[21555]: cephadm 2024-04-12T01:38:05.769916+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi167 2024-04-12T01:38:06.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:06 smithi083 bash[21555]: audit 2024-04-12T01:38:05.789763+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:06.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:06 smithi083 bash[21555]: audit 2024-04-12T01:38:06.315943+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: cluster 2024-04-12T01:38:07.434234+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:07.792726+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:07.800840+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:07.802443+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:07.804409+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:07.806044+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: cephadm 2024-04-12T01:38:07.808584+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:09.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: cephadm 2024-04-12T01:38:08.024006+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:09.050 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:08.478279+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:09.050 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:08.486345+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:09.050 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:08 smithi083 bash[21555]: audit 2024-04-12T01:38:08.496256+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:10.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:09 smithi083 bash[21555]: cephadm 2024-04-12T01:38:08.505683+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:10.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:09 smithi083 bash[21555]: cephadm 2024-04-12T01:38:08.670356+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:38:10.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:09 smithi083 bash[21555]: audit 2024-04-12T01:38:08.840633+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:10.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:09 smithi083 bash[21555]: audit 2024-04-12T01:38:08.847055+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:10.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:09 smithi083 bash[21555]: audit 2024-04-12T01:38:08.850187+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:38:10.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:09 smithi083 bash[21555]: audit 2024-04-12T01:38:08.852126+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]': finished 2024-04-12T01:38:11.229 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: cephadm 2024-04-12T01:38:09.281353+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi167 on smithi167 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: cluster 2024-04-12T01:38:09.434548+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.214584+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.253947+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.260526+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.361759+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.366970+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:11.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.368765+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:11.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.378199+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:11.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.483262+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:11.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.488800+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:11.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.490610+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:11.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.499822+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:11.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:11 smithi083 bash[21555]: audit 2024-04-12T01:38:10.681955+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:13.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:12 smithi083 bash[21555]: cluster 2024-04-12T01:38:11.434944+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:13.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:12 smithi083 bash[21555]: audit 2024-04-12T01:38:11.754422+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:13.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:12 smithi083 bash[21555]: audit 2024-04-12T01:38:11.760778+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:14.054 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:38:14.054 INFO:teuthology.orchestra.run.smithi083.stdout:[{"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}, {"addr": "172.21.15.167", "hostname": "smithi167", "labels": [], "status": ""}] 2024-04-12T01:38:14.766 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-12T01:38:14.766 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd crush tunables default 2024-04-12T01:38:15.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:14 smithi083 bash[21555]: cluster 2024-04-12T01:38:13.435409+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:15.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:14 smithi083 bash[21555]: audit 2024-04-12T01:38:14.064692+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:38:15.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:14 smithi083 bash[21555]: audit 2024-04-12T01:38:14.522725+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:17.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:17 smithi083 bash[21555]: cluster 2024-04-12T01:38:15.435807+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:17 smithi083 bash[21555]: audit 2024-04-12T01:38:16.106044+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:17 smithi083 bash[21555]: audit 2024-04-12T01:38:16.113999+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:17 smithi083 bash[21555]: audit 2024-04-12T01:38:16.121672+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:19.246 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:38:19.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:19 smithi083 bash[21555]: cluster 2024-04-12T01:38:17.436261+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:21.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:21 smithi083 bash[21555]: cluster 2024-04-12T01:38:19.436623+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:22.106 INFO:teuthology.orchestra.run.smithi083.stderr:adjusted tunables profile to default 2024-04-12T01:38:22.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:22 smithi083 bash[21555]: audit 2024-04-12T01:38:21.980978+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.83:0/1646503422' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T01:38:22.825 INFO:tasks.cephadm:Adding mon.a on smithi083 2024-04-12T01:38:22.825 INFO:tasks.cephadm:Adding mon.b on smithi136 2024-04-12T01:38:22.825 INFO:tasks.cephadm:Adding mon.c on smithi167 2024-04-12T01:38:22.825 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch apply mon '3;smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c' 2024-04-12T01:38:23.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:23 smithi083 bash[21555]: cluster 2024-04-12T01:38:21.436986+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:23.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:23 smithi083 bash[21555]: audit 2024-04-12T01:38:22.112579+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.83:0/1646503422' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T01:38:23.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:23 smithi083 bash[21555]: cluster 2024-04-12T01:38:22.117598+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:24.883 INFO:teuthology.orchestra.run.smithi167.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:25.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:25 smithi083 bash[21555]: cluster 2024-04-12T01:38:23.437478+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:25.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:25 smithi083 bash[21555]: audit 2024-04-12T01:38:24.636459+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:25.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:25 smithi083 bash[21555]: audit 2024-04-12T01:38:24.645076+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:27.328 INFO:teuthology.orchestra.run.smithi167.stdout:Scheduled mon update... 2024-04-12T01:38:27.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:27 smithi083 bash[21555]: cluster 2024-04-12T01:38:25.437929+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:28.024 DEBUG:teuthology.orchestra.run.smithi136:mon.b> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.b.service 2024-04-12T01:38:28.026 DEBUG:teuthology.orchestra.run.smithi167:mon.c> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.c.service 2024-04-12T01:38:28.029 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T01:38:28.029 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T01:38:28.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.328661+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: cephadm 2024-04-12T01:38:27.334728+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c;count:3 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.339397+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.358124+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.360918+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.361742+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.366625+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.369319+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: audit 2024-04-12T01:38:27.370344+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: cephadm 2024-04-12T01:38:27.371715+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi167 2024-04-12T01:38:28.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:28 smithi083 bash[21555]: cluster 2024-04-12T01:38:27.438298+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:29.716 INFO:teuthology.orchestra.run.smithi167.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:29.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:29 smithi083 bash[21555]: audit 2024-04-12T01:38:28.695497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:29.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:29 smithi083 bash[21555]: audit 2024-04-12T01:38:28.702038+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:29.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:29 smithi083 bash[21555]: audit 2024-04-12T01:38:28.710587+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:30.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:30 smithi083 bash[21555]: cluster 2024-04-12T01:38:29.438690+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:32.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:32 smithi083 bash[21555]: cluster 2024-04-12T01:38:31.439032+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:33.149 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-12T01:38:33.150 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"c857fb20-f86c-11ee-bc8c-c7b262605968","modified":"2024-04-12T01:35:46.154516Z","created":"2024-04-12T01:35:46.154516Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T01:38:33.152 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-04-12T01:38:34.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:32.757906+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:34.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:32.766146+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:34.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:32.805630+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:32.807092+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:32.809044+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: cephadm 2024-04-12T01:38:32.811147+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi136 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:33.161568+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.167:0/234022462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:33.314173+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:33.316882+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:34.240 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:33 smithi083 bash[21555]: audit 2024-04-12T01:38:33.320254+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.113 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:14.522725+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.113 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:15.435807+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.113 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:16.106044+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.113 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:16.113999+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.113 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:16.121672+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.113 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:17.436261+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.114 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:19.436623+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:34 smithi083 bash[21555]: cluster 2024-04-12T01:38:33.439429+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.309 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:21.980978+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.83:0/1646503422' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:21.436986+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:22.112579+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.83:0/1646503422' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:22.117598+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:23.437478+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:24.636459+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:24.645076+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:25.437929+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.328661+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cephadm 2024-04-12T01:38:27.334728+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c;count:3 2024-04-12T01:38:35.310 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.339397+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.358124+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.360918+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.361742+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.366625+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.369319+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:27.370344+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cephadm 2024-04-12T01:38:27.371715+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi167 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:27.438298+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:28.695497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:28.702038+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:28.710587+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:29.438690+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.311 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:31.439032+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:32.757906+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:32.766146+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:32.805630+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:32.807092+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:32.809044+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cephadm 2024-04-12T01:38:32.811147+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi136 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:33.161568+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.167:0/234022462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:33.314173+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:33.316882+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: audit 2024-04-12T01:38:33.320254+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: cluster 2024-04-12T01:38:33.439429+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:35.312 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:35 smithi167 bash[22256]: debug 2024-04-12T01:38:35.093+0000 7f31920c0700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-12T01:38:35.573 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-12T01:38:35.574 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T01:38:37.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:37 smithi136 systemd[1]: Started Ceph mon.b for c857fb20-f86c-11ee-bc8c-c7b262605968. 2024-04-12T01:38:38.432 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.393+0000 7f389ea11c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T01:38:38.432 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.393+0000 7f389ea11c80 0 ceph version 19.0.0-2838-ga5074d45 (a5074d4516d566e9d8b6aec912f26afd099de101) squid (dev), process ceph-mon, pid 7 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.393+0000 7f389ea11c80 0 pidfile_write: ignore empty --pid-file 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 0 load: jerasure load: lrc 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Git sha 0 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Compile date 2024-04-09 19:52:16 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: DB SUMMARY 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: DB Session ID: QRCBDYOGEMQIJXN0Y0BS 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: CURRENT file: CURRENT 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-12T01:38:38.433 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.error_if_exists: 0 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.create_if_missing: 0 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.env: 0x55879f24ad40 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.info_log: 0x5587a1abbc40 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.statistics: (nil) 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.use_fsync: 0 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T01:38:38.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.db_log_dir: 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.wal_dir: 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T01:38:38.435 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.write_buffer_manager: 0x5587a1a8e1e0 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T01:38:38.436 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.unordered_write: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.row_cache: None 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.wal_filter: None 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.two_write_queues: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.wal_compression: 0 2024-04-12T01:38:38.437 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.atomic_flush: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T01:38:38.438 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_open_files: -1 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T01:38:38.439 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Compression algorithms supported: 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kZSTD supported: 0 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kXpressCompression supported: 0 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kZlibCompression supported: 1 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T01:38:38.440 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.merge_operator: 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_filter: None 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5587a1abbe00) 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cache_index_and_filter_blocks: 1 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: pin_top_level_index_and_filter: 1 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: index_type: 0 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: data_block_index_type: 0 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: index_shortening: 1 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T01:38:38.441 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: checksum: 4 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: no_block_cache: 0 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_cache: 0x5587a1abf090 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_cache_name: BinnedLRUCache 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_cache_options: 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: capacity : 536870912 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: num_shard_bits : 4 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: strict_capacity_limit : 0 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: high_pri_pool_ratio: 0.000 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_cache_compressed: (nil) 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: persistent_cache: (nil) 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_size: 4096 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_size_deviation: 10 2024-04-12T01:38:38.442 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_restart_interval: 16 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: index_block_restart_interval: 1 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: metadata_block_size: 4096 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: partition_filters: 0 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: use_delta_encoding: 1 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: filter_policy: bloomfilter 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: whole_key_filtering: 1 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: verify_compression: 0 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: read_amp_bytes_per_bit: 0 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: format_version: 5 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: enable_index_compression: 1 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: block_align: 0 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: max_auto_readahead_size: 262144 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: prepopulate_block_cache: 0 2024-04-12T01:38:38.443 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: initial_auto_readahead_size: 8192 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: num_file_reads_for_auto_readahead: 2 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression: NoCompression 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.num_levels: 7 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T01:38:38.444 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T01:38:38.445 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T01:38:38.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T01:38:38.447 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T01:38:38.448 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.bloom_locality: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.ttl: 2592000 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.enable_blob_files: false 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.min_blob_size: 0 2024-04-12T01:38:38.449 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 08d818ff-0952-4b0b-af12-545b67c5f109 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712885918403898, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.397+0000 7f389ea11c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-12T01:38:38.450 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712885918404485, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712885918, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "08d818ff-0952-4b0b-af12-545b67c5f109", "db_session_id": "QRCBDYOGEMQIJXN0Y0BS", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712885918404620, "job": 1, "event": "recovery_finished"} 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5587a1bb2000 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 4 rocksdb: DB pointer 0x5587a1b9c000 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f388d16b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f388d16b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: ** DB Stats ** 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T01:38:38.451 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: ** Compaction Stats [default] ** 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: ** Compaction Stats [default] ** 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T01:38:38.452 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Block cache BinnedLRUCache@0x5587a1abf090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 0 using public_addr v2:172.21.15.136:0/0 -> [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.401+0000 7f389ea11c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:38.453 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.405+0000 7f389ea11c80 1 mon.b@-1(???) e0 preinit fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: e1 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: legacy client fscid: -1 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: No filesystems configured 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-12T01:38:38.454 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.425+0000 7f3890171700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.429+0000 7f3890171700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.429+0000 7f3890171700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.429+0000 7f3890171700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.429+0000 7f3890171700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:25.425708+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:27.426179+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:27.529955+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:27.534566+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:27.568384+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:27.571427+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:27.572147+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:27.573068+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:27.687039+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:27.801656+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:38.455 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:27.915991+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:28.086234+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:28.093728+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:28.097791+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:29.426613+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:31.427071+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:33.427528+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:35.427905+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:35.678144+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:35.681184+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:35.684528+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:36.480968+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:37.315089+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi136 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:37.428431+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.456 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:39.428788+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:41.429204+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:42.510631+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:42.512643+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:42.511524+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi136 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:42.989071+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:43.429566+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:44.465177+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:44.471292+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:44.472843+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:44.474765+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:44.476477+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:44.479121+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:44.695022+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:44.911443+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:38.457 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:45.128892+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:45.298662+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:45.305183+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:45.308328+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:45.310393+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]': finished 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:45.429873+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:37:46.185261+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi136 on smithi136 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.254817+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.307304+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.315134+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.381825+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.386330+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.388075+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.398744+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.458 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:47.430194+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.468192+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.471494+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.472705+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.482079+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:47.715193+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:48.779416+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:48.783237+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:49.512813+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:49.430531+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:50.866811+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:51.430865+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:53.431310+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:55.431720+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.459 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:55.882086+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:55.889238+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:55.897785+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:57.432147+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:37:59.432483+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:37:59.753326+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi167", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:00.534340+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi167 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:01.682580+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:01.695061+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:01.432925+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:03.433367+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:05.433843+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:05.769004+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:05.769916+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi167 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:05.789763+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.460 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:06.315943+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:07.434234+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:07.792726+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:07.800840+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:07.802443+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:07.804409+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:07.806044+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:07.808584+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:08.024006+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.478279+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.486345+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.496256+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:08.505683+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:08.670356+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.840633+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.461 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.847055+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.850187+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:08.852126+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]': finished 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:09.281353+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi167 on smithi167 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:09.434548+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.214584+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.253947+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.260526+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.361759+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.366970+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.368765+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.378199+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.483262+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.488800+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.462 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.490610+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.499822+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:10.681955+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:11.434944+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:11.754422+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:11.760778+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:13.435409+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:14.064692+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:14.522725+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:15.435807+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:16.106044+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:16.113999+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:16.121672+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.463 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:17.436261+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:19.436623+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:21.980978+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.83:0/1646503422' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:21.436986+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:22.112579+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.83:0/1646503422' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:22.117598+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:23.437478+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:24.636459+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:24.645076+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:25.437929+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.328661+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:27.334728+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c;count:3 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.339397+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.464 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.358124+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.360918+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.361742+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.366625+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.369319+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:27.370344+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:27.371715+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi167 2024-04-12T01:38:38.465 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:27.438298+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:28.695497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:28.702038+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:28.710587+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:29.438690+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:31.439032+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:32.757906+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:32.766146+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:32.805630+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:32.807092+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:32.809044+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cephadm 2024-04-12T01:38:32.811147+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi136 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:33.161568+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.167:0/234022462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T01:38:38.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:33.314173+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:33.316882+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: audit 2024-04-12T01:38:33.320254+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:38.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: cluster 2024-04-12T01:38:33.439429+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:38.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:38 smithi136 bash[22214]: debug 2024-04-12T01:38:38.429+0000 7f3890171700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-12T01:38:39.264 INFO:teuthology.orchestra.run.smithi167.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.c/config 2024-04-12T01:38:40.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:35.128633+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:35.129091+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-04-12T01:38:40.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:35.149285+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:38:40.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:35.439821+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:36.122972+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:37.122256+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:37.123313+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:37.440239+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:38.123497+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:38.443231+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:39.123876+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:39.440614+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:39.443208+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:40.125245+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.171266+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177288+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177327+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177350+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-12T01:38:35.122923+0000 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177375+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177397+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177421+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177445+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.177469+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.196976+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.197066+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.197345+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.197589+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:40.204855+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.491 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:40.211014+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.492 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:40.216968+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.492 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:40.222550+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.492 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:40 smithi083 bash[21555]: audit 2024-04-12T01:38:40.228613+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:35.128633+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:35.129091+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-04-12T01:38:40.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:35.149285+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:35.439821+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:36.122972+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:37.122256+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:37.123313+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:37.440239+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:38.123497+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:38.443231+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:39.123876+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:39.440614+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:39.443208+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:40.125245+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.171266+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T01:38:40.656 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177288+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177327+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177350+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-12T01:38:35.122923+0000 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177375+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177397+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177421+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177445+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.177469+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.196976+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.197066+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.197345+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.197589+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:40.204855+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:40.211014+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:40.216968+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:40.222550+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:40.657 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:40 smithi167 bash[22256]: audit 2024-04-12T01:38:40.228613+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:41.489 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:38:41 smithi083 bash[21811]: debug 2024-04-12T01:38:41.121+0000 7f9e4cf57700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-12T01:38:45.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:35.128633+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:35.129091+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-04-12T01:38:45.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:35.149285+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:38:45.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:35.439821+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:36.122972+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:37.122256+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:37.123313+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:37.440239+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:38.123497+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:38.443231+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:39.123876+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:39.440614+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:39.443208+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.125245+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.171266+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177288+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177327+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177350+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-12T01:38:35.122923+0000 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177375+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:38:45.738 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177397+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177421+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177445+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.177469+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.196976+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.197066+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.197345+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-04-12T01:38:45.739 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.197589+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.204855+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.211014+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.216968+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.222550+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.228613+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cephadm 2024-04-12T01:38:40.373189+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cephadm 2024-04-12T01:38:40.373782+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cephadm 2024-04-12T01:38:40.374670+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.447150+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.447858+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:38:45.740 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:40.448213+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.449333+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:40.449493+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cephadm 2024-04-12T01:38:40.588839+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cephadm 2024-04-12T01:38:40.589373+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cephadm 2024-04-12T01:38:40.590272+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:41.440992+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:41.443538+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:42.442397+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:42.443766+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:43.441318+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:43.443600+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.741 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:44.443855+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.444124+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.471723+0000 mon.a (mon.0) 265 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482527+0000 mon.a (mon.0) 266 : cluster [DBG] monmap epoch 3 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482566+0000 mon.a (mon.0) 267 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482589+0000 mon.a (mon.0) 268 : cluster [DBG] last_changed 2024-04-12T01:38:40.443187+0000 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482615+0000 mon.a (mon.0) 269 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482640+0000 mon.a (mon.0) 270 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482663+0000 mon.a (mon.0) 271 : cluster [DBG] election_strategy: 1 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482688+0000 mon.a (mon.0) 272 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482714+0000 mon.a (mon.0) 273 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.482741+0000 mon.a (mon.0) 274 : cluster [DBG] 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.500967+0000 mon.a (mon.0) 275 : cluster [DBG] fsmap 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.501049+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:45.742 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.501353+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.501605+0000 mon.a (mon.0) 278 : cluster [INF] overall HEALTH_OK 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.509971+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.515982+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.522632+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.528774+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.534680+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.540471+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.743 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:45 smithi136 bash[22214]: audit 2024-04-12T01:38:45.546493+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cephadm 2024-04-12T01:38:40.373189+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cephadm 2024-04-12T01:38:40.373782+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cephadm 2024-04-12T01:38:40.374670+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.447150+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:40.447858+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:40.448213+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:40.449333+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:40.449493+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cephadm 2024-04-12T01:38:40.588839+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cephadm 2024-04-12T01:38:40.589373+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cephadm 2024-04-12T01:38:40.590272+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:41.440992+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:41.443538+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:42.442397+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:42.443766+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:43.441318+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:43.443600+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:44.443855+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.444124+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.471723+0000 mon.a (mon.0) 265 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482527+0000 mon.a (mon.0) 266 : cluster [DBG] monmap epoch 3 2024-04-12T01:38:45.906 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482566+0000 mon.a (mon.0) 267 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482589+0000 mon.a (mon.0) 268 : cluster [DBG] last_changed 2024-04-12T01:38:40.443187+0000 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482615+0000 mon.a (mon.0) 269 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482640+0000 mon.a (mon.0) 270 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482663+0000 mon.a (mon.0) 271 : cluster [DBG] election_strategy: 1 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482688+0000 mon.a (mon.0) 272 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482714+0000 mon.a (mon.0) 273 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.482741+0000 mon.a (mon.0) 274 : cluster [DBG] 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.500967+0000 mon.a (mon.0) 275 : cluster [DBG] fsmap 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.501049+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.501353+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.501605+0000 mon.a (mon.0) 278 : cluster [INF] overall HEALTH_OK 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.509971+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.515982+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.522632+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.907 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.528774+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.908 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.534680+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.908 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.540471+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.908 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:45 smithi167 bash[22256]: audit 2024-04-12T01:38:45.546493+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.948 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-12T01:38:45.948 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":3,"fsid":"c857fb20-f86c-11ee-bc8c-c7b262605968","modified":"2024-04-12T01:38:40.443187Z","created":"2024-04-12T01:35:46.154516Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:3300","nonce":0},{"type":"v1","addr":"172.21.15.167:6789","nonce":0}]},"addr":"172.21.15.167:6789/0","public_addr":"172.21.15.167:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-12T01:38:45.951 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 3 2024-04-12T01:38:45.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cephadm 2024-04-12T01:38:40.373189+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:45.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cephadm 2024-04-12T01:38:40.373782+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:45.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cephadm 2024-04-12T01:38:40.374670+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:45.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.447150+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:40.447858+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:40.448213+0000 mon.a (mon.0) 257 : cluster [INF] mon.a calling monitor election 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:40.449333+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:40.449493+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cephadm 2024-04-12T01:38:40.588839+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cephadm 2024-04-12T01:38:40.589373+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cephadm 2024-04-12T01:38:40.590272+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:41.440992+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:41.443538+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:42.442397+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:42.443766+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:43.441318+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:43.443600+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:44.443855+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.444124+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.471723+0000 mon.a (mon.0) 265 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482527+0000 mon.a (mon.0) 266 : cluster [DBG] monmap epoch 3 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482566+0000 mon.a (mon.0) 267 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482589+0000 mon.a (mon.0) 268 : cluster [DBG] last_changed 2024-04-12T01:38:40.443187+0000 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482615+0000 mon.a (mon.0) 269 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482640+0000 mon.a (mon.0) 270 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482663+0000 mon.a (mon.0) 271 : cluster [DBG] election_strategy: 1 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482688+0000 mon.a (mon.0) 272 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:38:45.991 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482714+0000 mon.a (mon.0) 273 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.482741+0000 mon.a (mon.0) 274 : cluster [DBG] 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.500967+0000 mon.a (mon.0) 275 : cluster [DBG] fsmap 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.501049+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.501353+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.501605+0000 mon.a (mon.0) 278 : cluster [INF] overall HEALTH_OK 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.509971+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.515982+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.522632+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.528774+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.534680+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.540471+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:45.992 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:45 smithi083 bash[21555]: audit 2024-04-12T01:38:45.546493+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.621 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-12T01:38:46.622 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph config generate-minimal-conf 2024-04-12T01:38:46.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: cluster 2024-04-12T01:38:45.441679+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.552280+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.557841+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.574078+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: cephadm 2024-04-12T01:38:45.575160+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: cephadm 2024-04-12T01:38:45.676348+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.676992+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.678696+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.680300+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: cephadm 2024-04-12T01:38:45.682285+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:45.959528+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.167:0/4263550285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T01:38:46.905 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:46 smithi167 bash[22256]: audit 2024-04-12T01:38:46.444736+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:46.986 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: cluster 2024-04-12T01:38:45.441679+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:46.986 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.552280+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.986 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.557841+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.574078+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: cephadm 2024-04-12T01:38:45.575160+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: cephadm 2024-04-12T01:38:45.676348+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.676992+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.678696+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.680300+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: cephadm 2024-04-12T01:38:45.682285+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:45.959528+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.167:0/4263550285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T01:38:46.987 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:46 smithi136 bash[22214]: audit 2024-04-12T01:38:46.444736+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: cluster 2024-04-12T01:38:45.441679+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.552280+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.557841+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.574078+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: cephadm 2024-04-12T01:38:45.575160+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: cephadm 2024-04-12T01:38:45.676348+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.676992+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.678696+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:46.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.680300+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:46.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: cephadm 2024-04-12T01:38:45.682285+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-04-12T01:38:46.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:45.959528+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.167:0/4263550285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T01:38:46.990 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:46 smithi083 bash[21555]: audit 2024-04-12T01:38:46.444736+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:38:47.739 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21811]: debug 2024-04-12T01:38:47.441+0000 7f9e4cf57700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-04-12T01:38:48.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:47 smithi136 bash[22214]: audit 2024-04-12T01:38:46.992368+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:47 smithi136 bash[22214]: audit 2024-04-12T01:38:46.999998+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:47 smithi136 bash[22214]: audit 2024-04-12T01:38:47.011463+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:47 smithi136 bash[22214]: audit 2024-04-12T01:38:47.481270+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:47 smithi136 bash[22214]: audit 2024-04-12T01:38:47.490222+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:47 smithi136 bash[22214]: audit 2024-04-12T01:38:47.501161+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21555]: audit 2024-04-12T01:38:46.992368+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21555]: audit 2024-04-12T01:38:46.999998+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21555]: audit 2024-04-12T01:38:47.011463+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21555]: audit 2024-04-12T01:38:47.481270+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21555]: audit 2024-04-12T01:38:47.490222+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:47 smithi083 bash[21555]: audit 2024-04-12T01:38:47.501161+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:47 smithi167 bash[22256]: audit 2024-04-12T01:38:46.992368+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:47 smithi167 bash[22256]: audit 2024-04-12T01:38:46.999998+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:47 smithi167 bash[22256]: audit 2024-04-12T01:38:47.011463+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:47 smithi167 bash[22256]: audit 2024-04-12T01:38:47.481270+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:47 smithi167 bash[22256]: audit 2024-04-12T01:38:47.490222+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:48.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:47 smithi167 bash[22256]: audit 2024-04-12T01:38:47.501161+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: cluster 2024-04-12T01:38:47.442122+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: audit 2024-04-12T01:38:48.142301+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: audit 2024-04-12T01:38:48.147468+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: cephadm 2024-04-12T01:38:48.153646+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-12T01:38:49.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: audit 2024-04-12T01:38:48.154138+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:49.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: audit 2024-04-12T01:38:48.155260+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:49.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: audit 2024-04-12T01:38:48.156266+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:49.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:49 smithi167 bash[22256]: cephadm 2024-04-12T01:38:48.157615+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi136 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: cluster 2024-04-12T01:38:47.442122+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: audit 2024-04-12T01:38:48.142301+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: audit 2024-04-12T01:38:48.147468+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: cephadm 2024-04-12T01:38:48.153646+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: audit 2024-04-12T01:38:48.154138+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: audit 2024-04-12T01:38:48.155260+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: audit 2024-04-12T01:38:48.156266+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:49.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:49 smithi136 bash[22214]: cephadm 2024-04-12T01:38:48.157615+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi136 2024-04-12T01:38:49.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: cluster 2024-04-12T01:38:47.442122+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:49.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: audit 2024-04-12T01:38:48.142301+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: audit 2024-04-12T01:38:48.147468+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:49.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: cephadm 2024-04-12T01:38:48.153646+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-12T01:38:49.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: audit 2024-04-12T01:38:48.154138+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:49.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: audit 2024-04-12T01:38:48.155260+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:49.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: audit 2024-04-12T01:38:48.156266+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:49.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:49 smithi083 bash[21555]: cephadm 2024-04-12T01:38:48.157615+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi136 2024-04-12T01:38:51.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:51 smithi083 bash[21555]: cluster 2024-04-12T01:38:49.442587+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:51.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:51 smithi083 bash[21555]: audit 2024-04-12T01:38:50.325926+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:51.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:51 smithi083 bash[21555]: audit 2024-04-12T01:38:50.332934+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:51.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:51 smithi083 bash[21555]: audit 2024-04-12T01:38:50.377667+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:51.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:51 smithi083 bash[21555]: audit 2024-04-12T01:38:50.378588+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:51.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:51 smithi083 bash[21555]: audit 2024-04-12T01:38:50.379479+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:51.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:51 smithi167 bash[22256]: cluster 2024-04-12T01:38:49.442587+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:51.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:51 smithi167 bash[22256]: audit 2024-04-12T01:38:50.325926+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:51.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:51 smithi167 bash[22256]: audit 2024-04-12T01:38:50.332934+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:51.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:51 smithi167 bash[22256]: audit 2024-04-12T01:38:50.377667+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:51.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:51 smithi167 bash[22256]: audit 2024-04-12T01:38:50.378588+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:51.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:51 smithi167 bash[22256]: audit 2024-04-12T01:38:50.379479+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:51.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:51 smithi136 bash[22214]: cluster 2024-04-12T01:38:49.442587+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:51.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:51 smithi136 bash[22214]: audit 2024-04-12T01:38:50.325926+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:51.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:51 smithi136 bash[22214]: audit 2024-04-12T01:38:50.332934+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:51.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:51 smithi136 bash[22214]: audit 2024-04-12T01:38:50.377667+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T01:38:51.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:51 smithi136 bash[22214]: audit 2024-04-12T01:38:50.378588+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T01:38:51.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:51 smithi136 bash[22214]: audit 2024-04-12T01:38:50.379479+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:51.969 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:38:52.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:52 smithi167 bash[22256]: cephadm 2024-04-12T01:38:50.377231+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-12T01:38:52.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:52 smithi167 bash[22256]: cephadm 2024-04-12T01:38:50.380488+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi167 2024-04-12T01:38:52.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:52 smithi136 bash[22214]: cephadm 2024-04-12T01:38:50.377231+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-12T01:38:52.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:52 smithi136 bash[22214]: cephadm 2024-04-12T01:38:50.380488+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi167 2024-04-12T01:38:52.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:52 smithi083 bash[21555]: cephadm 2024-04-12T01:38:50.377231+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-12T01:38:52.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:52 smithi083 bash[21555]: cephadm 2024-04-12T01:38:50.380488+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi167 2024-04-12T01:38:53.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: cluster 2024-04-12T01:38:51.442956+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:53.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.294698+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.302386+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.349670+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.354977+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.356691+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.845663+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.849947+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.854213+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.858637+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.863004+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.868396+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.405 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:53 smithi167 bash[22256]: audit 2024-04-12T01:38:52.873513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: cluster 2024-04-12T01:38:51.442956+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.294698+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.302386+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.349670+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.354977+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.356691+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.845663+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.849947+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.854213+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.858637+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.863004+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.868396+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.487 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:53 smithi136 bash[22214]: audit 2024-04-12T01:38:52.873513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: cluster 2024-04-12T01:38:51.442956+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.294698+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.302386+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.349670+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.354977+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.356691+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.845663+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.849947+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.854213+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.858637+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.863004+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.868396+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:53.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:53 smithi083 bash[21555]: audit 2024-04-12T01:38:52.873513+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:38:54.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:54 smithi136 bash[22214]: cephadm 2024-04-12T01:38:52.359202+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:54.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:54 smithi136 bash[22214]: cephadm 2024-04-12T01:38:52.359933+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:54.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:54 smithi136 bash[22214]: cephadm 2024-04-12T01:38:52.360316+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:54.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:54 smithi136 bash[22214]: cephadm 2024-04-12T01:38:52.625586+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:54 smithi136 bash[22214]: cephadm 2024-04-12T01:38:52.626366+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:54 smithi136 bash[22214]: cephadm 2024-04-12T01:38:52.626898+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:54 smithi083 bash[21555]: cephadm 2024-04-12T01:38:52.359202+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:54.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:54 smithi083 bash[21555]: cephadm 2024-04-12T01:38:52.359933+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:54.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:54 smithi083 bash[21555]: cephadm 2024-04-12T01:38:52.360316+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:54.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:54 smithi083 bash[21555]: cephadm 2024-04-12T01:38:52.625586+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:54 smithi083 bash[21555]: cephadm 2024-04-12T01:38:52.626366+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:54 smithi083 bash[21555]: cephadm 2024-04-12T01:38:52.626898+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:54 smithi167 bash[22256]: cephadm 2024-04-12T01:38:52.359202+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:38:54.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:54 smithi167 bash[22256]: cephadm 2024-04-12T01:38:52.359933+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:38:54.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:54 smithi167 bash[22256]: cephadm 2024-04-12T01:38:52.360316+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:38:54.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:54 smithi167 bash[22256]: cephadm 2024-04-12T01:38:52.625586+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:54 smithi167 bash[22256]: cephadm 2024-04-12T01:38:52.626366+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:54 smithi167 bash[22256]: cephadm 2024-04-12T01:38:52.626898+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:38:54.959 INFO:teuthology.orchestra.run.smithi083.stdout:# minimal ceph.conf for c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:54.959 INFO:teuthology.orchestra.run.smithi083.stdout:[global] 2024-04-12T01:38:54.959 INFO:teuthology.orchestra.run.smithi083.stdout: fsid = c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:38:54.959 INFO:teuthology.orchestra.run.smithi083.stdout: mon_host = [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] 2024-04-12T01:38:55.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:55 smithi083 bash[21555]: cluster 2024-04-12T01:38:53.443301+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:55.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:55 smithi083 bash[21555]: audit 2024-04-12T01:38:54.971219+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.83:0/3410387457' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:55.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:55 smithi136 bash[22214]: cluster 2024-04-12T01:38:53.443301+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:55.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:55 smithi136 bash[22214]: audit 2024-04-12T01:38:54.971219+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.83:0/3410387457' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:55.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:55 smithi167 bash[22256]: cluster 2024-04-12T01:38:53.443301+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:55.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:55 smithi167 bash[22256]: audit 2024-04-12T01:38:54.971219+0000 mon.a (mon.0) 322 : audit [DBG] from='client.? 172.21.15.83:0/3410387457' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:38:55.742 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-12T01:38:55.742 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:38:55.742 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T01:38:55.756 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:38:55.756 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:55.810 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:38:55.810 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T01:38:55.825 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:38:55.825 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:55.878 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:38:55.879 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T01:38:55.893 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:38:55.893 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:38:55.951 INFO:tasks.cephadm:Adding mgr.a on smithi083 2024-04-12T01:38:55.951 INFO:tasks.cephadm:Adding mgr.b on smithi136 2024-04-12T01:38:55.951 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch apply mgr '2;smithi083=a;smithi136=b' 2024-04-12T01:38:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:57 smithi136 bash[22214]: cluster 2024-04-12T01:38:55.443643+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:57.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:57 smithi083 bash[21555]: cluster 2024-04-12T01:38:55.443643+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:57.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:57 smithi167 bash[22256]: cluster 2024-04-12T01:38:55.443643+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:59.441 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:38:59 smithi083 bash[21555]: cluster 2024-04-12T01:38:57.443989+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:59.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:38:59 smithi136 bash[22214]: cluster 2024-04-12T01:38:57.443989+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:59.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:38:59 smithi167 bash[22256]: cluster 2024-04-12T01:38:57.443989+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:38:59.697 INFO:teuthology.orchestra.run.smithi167.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.c/config 2024-04-12T01:39:00.712 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:00 smithi167 bash[22256]: audit 2024-04-12T01:38:59.432290+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.713 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:00 smithi167 bash[22256]: audit 2024-04-12T01:38:59.441125+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.713 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:00 smithi167 bash[22256]: cluster 2024-04-12T01:38:59.444431+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:00.713 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:00 smithi167 bash[22256]: audit 2024-04-12T01:38:59.451045+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:00 smithi136 bash[22214]: audit 2024-04-12T01:38:59.432290+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:00 smithi136 bash[22214]: audit 2024-04-12T01:38:59.441125+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:00 smithi136 bash[22214]: cluster 2024-04-12T01:38:59.444431+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:00.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:00 smithi136 bash[22214]: audit 2024-04-12T01:38:59.451045+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:00 smithi083 bash[21555]: audit 2024-04-12T01:38:59.432290+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:00 smithi083 bash[21555]: audit 2024-04-12T01:38:59.441125+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:00.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:00 smithi083 bash[21555]: cluster 2024-04-12T01:38:59.444431+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:00.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:00 smithi083 bash[21555]: audit 2024-04-12T01:38:59.451045+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:02.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:02 smithi167 bash[22256]: cluster 2024-04-12T01:39:01.444807+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:02.709 INFO:teuthology.orchestra.run.smithi167.stdout:Scheduled mgr update... 2024-04-12T01:39:02.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:02 smithi136 bash[22214]: cluster 2024-04-12T01:39:01.444807+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:02.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:02 smithi083 bash[21555]: cluster 2024-04-12T01:39:01.444807+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:03.392 DEBUG:teuthology.orchestra.run.smithi136:mgr.b> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.b.service 2024-04-12T01:39:03.395 INFO:tasks.cephadm:Deploying OSDs... 2024-04-12T01:39:03.395 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-04-12T01:39:03.395 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T01:39:03.401 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-12T01:39:03.402 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-04-12 01:28:58.495568658 +0000 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-04-12 01:28:58.255570801 +0000 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-04-12 01:28:58.255570801 +0000 2024-04-12T01:39:03.448 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-04-12T01:39:03.449 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T01:39:03.506 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-04-12T01:39:03.506 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-04-12T01:39:03.506 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000338526 s, 1.5 MB/s 2024-04-12T01:39:03.510 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T01:39:03.557 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-04-12 01:28:59.011564049 +0000 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-04-12 01:28:58.763566264 +0000 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-04-12 01:28:58.763566264 +0000 2024-04-12T01:39:03.608 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-04-12T01:39:03.608 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T01:39:03.666 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-04-12T01:39:03.666 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-04-12T01:39:03.666 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000445261 s, 1.1 MB/s 2024-04-12T01:39:03.667 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T01:39:03.716 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2024-04-12T01:39:03.763 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T01:39:03.763 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:03.763 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-04-12T01:39:03.763 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:03.763 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-04-12 01:28:59.499559690 +0000 2024-04-12T01:39:03.763 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-04-12 01:28:59.231562084 +0000 2024-04-12T01:39:03.764 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-04-12 01:28:59.231562084 +0000 2024-04-12T01:39:03.764 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-04-12T01:39:03.764 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T01:39:03.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.710912+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=a;smithi136=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:39:03.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: cephadm 2024-04-12T01:39:02.714523+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi083=a;smithi136=b;count:2 2024-04-12T01:39:03.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.720852+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:03.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.743585+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:03.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.749236+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.751195+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.760778+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.765308+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.767820+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.772294+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: audit 2024-04-12T01:39:02.774121+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:03.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:03 smithi083 bash[21555]: cephadm 2024-04-12T01:39:02.775922+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi136 2024-04-12T01:39:03.818 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-04-12T01:39:03.818 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-04-12T01:39:03.818 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000416158 s, 1.2 MB/s 2024-04-12T01:39:03.819 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T01:39:03.872 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-04-12 01:29:00.015555081 +0000 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-04-12 01:28:59.743557510 +0000 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-04-12 01:28:59.743557510 +0000 2024-04-12T01:39:03.953 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-04-12T01:39:03.954 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T01:39:03.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.710912+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=a;smithi136=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:39:03.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: cephadm 2024-04-12T01:39:02.714523+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi083=a;smithi136=b;count:2 2024-04-12T01:39:03.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.720852+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:03.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.743585+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.749236+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.751195+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.760778+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.765308+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.767820+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.772294+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: audit 2024-04-12T01:39:02.774121+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:03.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:03 smithi136 bash[22214]: cephadm 2024-04-12T01:39:02.775922+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi136 2024-04-12T01:39:04.006 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-04-12T01:39:04.006 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-04-12T01:39:04.006 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000369972 s, 1.4 MB/s 2024-04-12T01:39:04.007 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T01:39:04.057 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-12T01:39:04.057 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T01:39:04.062 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-12T01:39:04.062 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2024-04-12T01:39:04.114 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-04-12 01:28:59.597672312 +0000 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-04-12 01:28:59.345674563 +0000 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-04-12 01:28:59.345674563 +0000 2024-04-12T01:39:04.115 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-04-12T01:39:04.115 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T01:39:04.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.710912+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=a;smithi136=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:39:04.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: cephadm 2024-04-12T01:39:02.714523+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi083=a;smithi136=b;count:2 2024-04-12T01:39:04.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.720852+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:04.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.743585+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:04.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.749236+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:04.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.751195+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:04.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.760778+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:04.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.765308+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T01:39:04.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.767820+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T01:39:04.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.772294+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T01:39:04.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: audit 2024-04-12T01:39:02.774121+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:04.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:03 smithi167 bash[22256]: cephadm 2024-04-12T01:39:02.775922+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi136 2024-04-12T01:39:04.167 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-04-12T01:39:04.167 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-04-12T01:39:04.167 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000318056 s, 1.6 MB/s 2024-04-12T01:39:04.168 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T01:39:04.216 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2024-04-12T01:39:04.262 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-04-12 01:29:00.077668025 +0000 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-04-12 01:28:59.821670311 +0000 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-04-12 01:28:59.821670311 +0000 2024-04-12T01:39:04.263 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-04-12T01:39:04.263 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T01:39:04.314 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-04-12T01:39:04.314 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-04-12T01:39:04.314 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000254294 s, 2.0 MB/s 2024-04-12T01:39:04.315 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T01:39:04.368 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-04-12 01:29:00.561663702 +0000 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-04-12 01:29:00.293666096 +0000 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-04-12 01:29:00.293666096 +0000 2024-04-12T01:39:04.416 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-04-12T01:39:04.416 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T01:39:04.466 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-04-12T01:39:04.466 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-04-12T01:39:04.466 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000258605 s, 2.0 MB/s 2024-04-12T01:39:04.467 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T01:39:04.515 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2024-04-12T01:39:04.565 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-04-12 01:29:00.821661380 +0000 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-04-12 01:29:00.817661416 +0000 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-04-12 01:29:00.817661416 +0000 2024-04-12T01:39:04.566 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: - 2024-04-12T01:39:04.566 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T01:39:04.618 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-04-12T01:39:04.619 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-04-12T01:39:04.619 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000184461 s, 2.8 MB/s 2024-04-12T01:39:04.620 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T01:39:04.673 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-12T01:39:04.673 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T01:39:04.679 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-12T01:39:04.679 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_1 2024-04-12T01:39:04.725 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T01:39:04.725 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-04-12T01:39:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-12 01:28:59.822621891 +0000 2024-04-12T01:39:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-12 01:28:59.570624143 +0000 2024-04-12T01:39:04.726 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-12 01:28:59.570624143 +0000 2024-04-12T01:39:04.726 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-04-12T01:39:04.726 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T01:39:04.780 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-12T01:39:04.780 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-12T01:39:04.780 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000384306 s, 1.3 MB/s 2024-04-12T01:39:04.781 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T01:39:04.831 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_2 2024-04-12T01:39:04.877 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T01:39:04.877 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:04.878 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-04-12T01:39:04.878 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:04.878 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-12 01:29:00.290617711 +0000 2024-04-12T01:39:04.878 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-12 01:29:00.046619892 +0000 2024-04-12T01:39:04.878 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-12 01:29:00.046619892 +0000 2024-04-12T01:39:04.878 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-04-12T01:39:04.878 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T01:39:04.931 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-12T01:39:04.932 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-12T01:39:04.932 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.0003655 s, 1.4 MB/s 2024-04-12T01:39:04.933 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T01:39:04.984 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_3 2024-04-12T01:39:04.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:04 smithi136 bash[22214]: cluster 2024-04-12T01:39:03.445198+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:05.033 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T01:39:05.033 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:05.033 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-04-12T01:39:05.034 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:05.034 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-12 01:29:00.758613530 +0000 2024-04-12T01:39:05.034 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-12 01:29:00.510615746 +0000 2024-04-12T01:39:05.034 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-12 01:29:00.510615746 +0000 2024-04-12T01:39:05.034 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-04-12T01:39:05.034 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T01:39:05.085 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:04 smithi167 bash[22256]: cluster 2024-04-12T01:39:03.445198+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:05.088 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-12T01:39:05.088 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-12T01:39:05.088 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000364121 s, 1.4 MB/s 2024-04-12T01:39:05.089 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T01:39:05.139 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_4 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2024-04-12 01:29:01.222609387 +0000 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2024-04-12 01:29:00.982611531 +0000 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2024-04-12 01:29:00.982611531 +0000 2024-04-12T01:39:05.185 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2024-04-12T01:39:05.186 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T01:39:05.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:04 smithi083 bash[21555]: cluster 2024-04-12T01:39:03.445198+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:05.239 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2024-04-12T01:39:05.239 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2024-04-12T01:39:05.239 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.00037378 s, 1.4 MB/s 2024-04-12T01:39:05.240 DEBUG:teuthology.orchestra.run.smithi167:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T01:39:05.291 INFO:tasks.cephadm:Deploying osd.0 on smithi083 with /dev/vg_nvme/lv_4... 2024-04-12T01:39:05.291 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T01:39:07.087 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:07 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:07.087 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:07 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:06 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: cluster 2024-04-12T01:39:05.445631+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: audit 2024-04-12T01:39:06.041322+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: audit 2024-04-12T01:39:06.049104+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: audit 2024-04-12T01:39:06.058288+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: audit 2024-04-12T01:39:06.525459+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: audit 2024-04-12T01:39:06.531754+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.088 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 bash[22214]: audit 2024-04-12T01:39:06.540454+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.350 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:07 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:07.351 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:07 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:07.351 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:07 smithi136 systemd[1]: Started Ceph mgr.b for c857fb20-f86c-11ee-bc8c-c7b262605968. 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: cluster 2024-04-12T01:39:05.445631+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: audit 2024-04-12T01:39:06.041322+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: audit 2024-04-12T01:39:06.049104+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: audit 2024-04-12T01:39:06.058288+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: audit 2024-04-12T01:39:06.525459+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: audit 2024-04-12T01:39:06.531754+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:07 smithi167 bash[22256]: audit 2024-04-12T01:39:06.540454+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: cluster 2024-04-12T01:39:05.445631+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: audit 2024-04-12T01:39:06.041322+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: audit 2024-04-12T01:39:06.049104+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: audit 2024-04-12T01:39:06.058288+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: audit 2024-04-12T01:39:06.525459+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: audit 2024-04-12T01:39:06.531754+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:07.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:07 smithi083 bash[21555]: audit 2024-04-12T01:39:06.540454+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.369801+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.379056+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.410324+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.419295+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: cluster 2024-04-12T01:39:07.446016+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.521899+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.525911+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.527315+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.537144+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: cephadm 2024-04-12T01:39:07.538014+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: cephadm 2024-04-12T01:39:07.636871+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.637652+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.639266+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: audit 2024-04-12T01:39:07.640775+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:08.655 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:08 smithi167 bash[22256]: cephadm 2024-04-12T01:39:07.642358+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi083 2024-04-12T01:39:08.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[23240]: debug 2024-04-12T01:39:08.400+0000 7fe8004f7700 1 -- 172.21.15.136:0/3090244370 <== mon.2 v2:172.21.15.136:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d2ba3805a0 con 0x55d2bb100c00 2024-04-12T01:39:08.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[23240]: debug 2024-04-12T01:39:08.548+0000 7fe80a707200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.369801+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.379056+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.410324+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.419295+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: cluster 2024-04-12T01:39:07.446016+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.521899+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.525911+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.527315+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.537144+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: cephadm 2024-04-12T01:39:07.538014+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: cephadm 2024-04-12T01:39:07.636871+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-12T01:39:08.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.637652+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T01:39:08.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.639266+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T01:39:08.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: audit 2024-04-12T01:39:07.640775+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:08.737 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:08 smithi136 bash[22214]: cephadm 2024-04-12T01:39:07.642358+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi083 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.369801+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.379056+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.410324+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.419295+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: cluster 2024-04-12T01:39:07.446016+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.521899+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.525911+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.527315+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.537144+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:08.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: cephadm 2024-04-12T01:39:07.538014+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:39:08.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: cephadm 2024-04-12T01:39:07.636871+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-12T01:39:08.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.637652+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T01:39:08.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.639266+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T01:39:08.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: audit 2024-04-12T01:39:07.640775+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:08.740 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:08 smithi083 bash[21555]: cephadm 2024-04-12T01:39:07.642358+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi083 2024-04-12T01:39:10.004 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:39:10.485 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:10 smithi136 bash[23240]: debug 2024-04-12T01:39:10.140+0000 7fe80a707200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T01:39:10.485 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:10 smithi136 bash[23240]: debug 2024-04-12T01:39:10.240+0000 7fe80a707200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T01:39:10.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:10 smithi083 bash[21555]: cluster 2024-04-12T01:39:09.446407+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:10.873 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:10 smithi136 bash[23240]: debug 2024-04-12T01:39:10.496+0000 7fe80a707200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T01:39:10.873 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:10 smithi136 bash[22214]: cluster 2024-04-12T01:39:09.446407+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:10.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:10 smithi167 bash[22256]: cluster 2024-04-12T01:39:09.446407+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:11.604 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[23240]: debug 2024-04-12T01:39:11.320+0000 7fe80a707200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T01:39:11.604 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[23240]: debug 2024-04-12T01:39:11.428+0000 7fe80a707200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T01:39:11.604 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[23240]: debug 2024-04-12T01:39:11.532+0000 7fe80a707200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T01:39:11.604 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:10.536778+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.604 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:10.970208+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.604 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:10.975785+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.605 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:11.017746+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:11.605 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:11.022244+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:11.605 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:11.023683+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:11.605 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: audit 2024-04-12T01:39:11.032127+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.605 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[22214]: cephadm 2024-04-12T01:39:11.033049+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:39:11.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:10.536778+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:10.970208+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:10.975785+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:11.017746+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:11.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:11.022244+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:11.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:11.023683+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:11.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: audit 2024-04-12T01:39:11.032127+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:11 smithi083 bash[21555]: cephadm 2024-04-12T01:39:11.033049+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:10.536778+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:10.970208+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:10.975785+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:11.017746+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:11.022244+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:11.023683+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: audit 2024-04-12T01:39:11.032127+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:11.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:11 smithi167 bash[22256]: cephadm 2024-04-12T01:39:11.033049+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:39:12.235 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:11 smithi136 bash[23240]: debug 2024-04-12T01:39:11.888+0000 7fe80a707200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T01:39:12.235 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[23240]: debug 2024-04-12T01:39:12.004+0000 7fe80a707200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T01:39:12.236 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[23240]: debug 2024-04-12T01:39:12.104+0000 7fe80a707200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T01:39:12.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[22214]: cluster 2024-04-12T01:39:11.446916+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:12.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[22214]: audit 2024-04-12T01:39:11.615006+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:12.736 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[23240]: debug 2024-04-12T01:39:12.460+0000 7fe80a707200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T01:39:12.736 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[23240]: debug 2024-04-12T01:39:12.704+0000 7fe80a707200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T01:39:12.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:12 smithi167 bash[22256]: cluster 2024-04-12T01:39:11.446916+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:12.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:12 smithi167 bash[22256]: audit 2024-04-12T01:39:11.615006+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:12.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:12 smithi083 bash[21555]: cluster 2024-04-12T01:39:11.446916+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:12.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:12 smithi083 bash[21555]: audit 2024-04-12T01:39:11.615006+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:13.235 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:12 smithi136 bash[23240]: debug 2024-04-12T01:39:12.960+0000 7fe80a707200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T01:39:13.235 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:13 smithi136 bash[23240]: debug 2024-04-12T01:39:13.072+0000 7fe80a707200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T01:39:13.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:13 smithi136 bash[23240]: debug 2024-04-12T01:39:13.344+0000 7fe80a707200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T01:39:14.107 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:13 smithi136 bash[23240]: debug 2024-04-12T01:39:13.760+0000 7fe80a707200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:39:14.108 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:13 smithi136 bash[23240]: debug 2024-04-12T01:39:13.992+0000 7fe80a707200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T01:39:14.108 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:14 smithi136 bash[23240]: debug 2024-04-12T01:39:14.112+0000 7fe80a707200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T01:39:14.442 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T01:39:14.442 INFO:teuthology.orchestra.run.smithi083.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T01:39:14.442 INFO:teuthology.orchestra.run.smithi083.stderr: stderr: 10+0 records in 2024-04-12T01:39:14.442 INFO:teuthology.orchestra.run.smithi083.stderr:10+0 records out 2024-04-12T01:39:14.442 INFO:teuthology.orchestra.run.smithi083.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0222459 s, 471 MB/s 2024-04-12T01:39:14.442 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping successful for: 2024-04-12T01:39:14.485 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:14 smithi136 bash[23240]: debug 2024-04-12T01:39:14.352+0000 7fe80a707200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:39:14.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:14 smithi083 bash[21555]: cluster 2024-04-12T01:39:13.447312+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:14.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:14 smithi167 bash[22256]: cluster 2024-04-12T01:39:13.447312+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:14.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:14 smithi136 bash[22214]: cluster 2024-04-12T01:39:13.447312+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:15.158 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi083:vg_nvme/lv_4 2024-04-12T01:39:15.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:15 smithi136 bash[23240]: debug 2024-04-12T01:39:15.380+0000 7fe80a707200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T01:39:15.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:15 smithi136 bash[23240]: debug 2024-04-12T01:39:15.496+0000 7fe80a707200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T01:39:16.235 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:15 smithi136 bash[23240]: debug 2024-04-12T01:39:15.788+0000 7fe80a707200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T01:39:16.235 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:15 smithi136 bash[23240]: debug 2024-04-12T01:39:15.900+0000 7fe80a707200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.360194+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.365862+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.372588+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.407112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.411966+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.413519+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: audit 2024-04-12T01:39:15.422240+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:16 smithi167 bash[22256]: cluster 2024-04-12T01:39:15.447717+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:16.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[23240]: debug 2024-04-12T01:39:16.344+0000 7fe80a707200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T01:39:16.735 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[23240]: debug 2024-04-12T01:39:16.464+0000 7fe80a707200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.360194+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.365862+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.372588+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.407112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.411966+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.413519+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: audit 2024-04-12T01:39:15.422240+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:16 smithi136 bash[22214]: cluster 2024-04-12T01:39:15.447717+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:16.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.360194+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.365862+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.372588+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.407112+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:16.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.411966+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:16.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.413519+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:16.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: audit 2024-04-12T01:39:15.422240+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:16.739 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:16 smithi083 bash[21555]: cluster 2024-04-12T01:39:15.447717+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:17.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:17 smithi136 bash[22214]: audit 2024-04-12T01:39:16.491974+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T01:39:17.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:17 smithi136 bash[22214]: audit 2024-04-12T01:39:16.492422+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T01:39:17.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:17 smithi136 bash[22214]: audit 2024-04-12T01:39:16.493414+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T01:39:17.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:17 smithi136 bash[22214]: audit 2024-04-12T01:39:16.493971+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T01:39:17.736 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:17 smithi136 bash[22214]: cluster 2024-04-12T01:39:16.494953+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-04-12T01:39:17.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:17 smithi083 bash[21555]: audit 2024-04-12T01:39:16.491974+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T01:39:17.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:17 smithi083 bash[21555]: audit 2024-04-12T01:39:16.492422+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T01:39:17.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:17 smithi083 bash[21555]: audit 2024-04-12T01:39:16.493414+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T01:39:17.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:17 smithi083 bash[21555]: audit 2024-04-12T01:39:16.493971+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T01:39:17.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:17 smithi083 bash[21555]: cluster 2024-04-12T01:39:16.494953+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-04-12T01:39:17.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:17 smithi167 bash[22256]: audit 2024-04-12T01:39:16.491974+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T01:39:17.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:17 smithi167 bash[22256]: audit 2024-04-12T01:39:16.492422+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T01:39:17.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:17 smithi167 bash[22256]: audit 2024-04-12T01:39:16.493414+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T01:39:17.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:17 smithi167 bash[22256]: audit 2024-04-12T01:39:16.493971+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.136:0/546518737' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T01:39:17.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:17 smithi167 bash[22256]: cluster 2024-04-12T01:39:16.494953+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-04-12T01:39:18.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:18 smithi136 bash[22214]: cluster 2024-04-12T01:39:17.444646+0000 mon.a (mon.0) 368 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-12T01:39:18.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:18 smithi136 bash[22214]: audit 2024-04-12T01:39:17.444905+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T01:39:18.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:18 smithi136 bash[22214]: cluster 2024-04-12T01:39:17.448090+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:18.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:18 smithi083 bash[21555]: cluster 2024-04-12T01:39:17.444646+0000 mon.a (mon.0) 368 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-12T01:39:18.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:18 smithi083 bash[21555]: audit 2024-04-12T01:39:17.444905+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T01:39:18.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:18 smithi083 bash[21555]: cluster 2024-04-12T01:39:17.448090+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:18.833 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:18 smithi167 bash[22256]: cluster 2024-04-12T01:39:17.444646+0000 mon.a (mon.0) 368 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-12T01:39:18.833 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:18 smithi167 bash[22256]: audit 2024-04-12T01:39:17.444905+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T01:39:18.834 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:18 smithi167 bash[22256]: cluster 2024-04-12T01:39:17.448090+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:18.975 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:39:19.891 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:19 smithi083 bash[21555]: audit 2024-04-12T01:39:18.616115+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.891 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:19 smithi083 bash[21555]: audit 2024-04-12T01:39:18.625559+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.891 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:19 smithi083 bash[21555]: audit 2024-04-12T01:39:18.646730+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:19 smithi167 bash[22256]: audit 2024-04-12T01:39:18.616115+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:19 smithi167 bash[22256]: audit 2024-04-12T01:39:18.625559+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:19 smithi167 bash[22256]: audit 2024-04-12T01:39:18.646730+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:19 smithi136 bash[22214]: audit 2024-04-12T01:39:18.616115+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:19 smithi136 bash[22214]: audit 2024-04-12T01:39:18.625559+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:19.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:19 smithi136 bash[22214]: audit 2024-04-12T01:39:18.646730+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:20.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:20 smithi167 bash[22256]: cluster 2024-04-12T01:39:19.448530+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:20.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:20 smithi136 bash[22214]: cluster 2024-04-12T01:39:19.448530+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:20.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:20 smithi083 bash[21555]: cluster 2024-04-12T01:39:19.448530+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:22.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:22 smithi167 bash[22256]: cluster 2024-04-12T01:39:21.448944+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:22.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:22 smithi167 bash[22256]: audit 2024-04-12T01:39:22.041691+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:39:22.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:22 smithi167 bash[22256]: audit 2024-04-12T01:39:22.049079+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:39:22.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:22 smithi167 bash[22256]: audit 2024-04-12T01:39:22.053485+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:39:22.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:22 smithi167 bash[22256]: audit 2024-04-12T01:39:22.054341+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:22.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:22 smithi136 bash[22214]: cluster 2024-04-12T01:39:21.448944+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:22.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:22 smithi136 bash[22214]: audit 2024-04-12T01:39:22.041691+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:39:22.986 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:22 smithi136 bash[22214]: audit 2024-04-12T01:39:22.049079+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:39:22.986 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:22 smithi136 bash[22214]: audit 2024-04-12T01:39:22.053485+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:39:22.986 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:22 smithi136 bash[22214]: audit 2024-04-12T01:39:22.054341+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:22.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:22 smithi083 bash[21555]: cluster 2024-04-12T01:39:21.448944+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:22.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:22 smithi083 bash[21555]: audit 2024-04-12T01:39:22.041691+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:39:22.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:22 smithi083 bash[21555]: audit 2024-04-12T01:39:22.049079+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:39:22.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:22 smithi083 bash[21555]: audit 2024-04-12T01:39:22.053485+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:39:22.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:22 smithi083 bash[21555]: audit 2024-04-12T01:39:22.054341+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:24.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:24 smithi167 bash[22256]: cluster 2024-04-12T01:39:23.449294+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:24.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:24 smithi136 bash[22214]: cluster 2024-04-12T01:39:23.449294+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:24.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:24 smithi083 bash[21555]: cluster 2024-04-12T01:39:23.449294+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:27.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:27 smithi083 bash[21555]: cluster 2024-04-12T01:39:25.449650+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:27.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:27 smithi083 bash[21555]: audit 2024-04-12T01:39:26.255722+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:27 smithi083 bash[21555]: audit 2024-04-12T01:39:26.263830+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:27 smithi083 bash[21555]: audit 2024-04-12T01:39:26.273774+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:27 smithi167 bash[22256]: cluster 2024-04-12T01:39:25.449650+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:27.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:27 smithi167 bash[22256]: audit 2024-04-12T01:39:26.255722+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:27 smithi167 bash[22256]: audit 2024-04-12T01:39:26.263830+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:27 smithi167 bash[22256]: audit 2024-04-12T01:39:26.273774+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:27 smithi136 bash[22214]: cluster 2024-04-12T01:39:25.449650+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:27.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:27 smithi136 bash[22214]: audit 2024-04-12T01:39:26.255722+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:27 smithi136 bash[22214]: audit 2024-04-12T01:39:26.263830+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:27.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:27 smithi136 bash[22214]: audit 2024-04-12T01:39:26.273774+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:28.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:28 smithi083 bash[21555]: cluster 2024-04-12T01:39:27.450053+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:28.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:28 smithi167 bash[22256]: cluster 2024-04-12T01:39:27.450053+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:28.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:28 smithi136 bash[22214]: cluster 2024-04-12T01:39:27.450053+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:30.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:30 smithi136 bash[22214]: cluster 2024-04-12T01:39:29.450465+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:30.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:30 smithi136 bash[22214]: audit 2024-04-12T01:39:30.492270+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.83:0/1477509915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3f0c221-f430-4496-b3c4-1f3254f7f179"}]: dispatch 2024-04-12T01:39:30.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:30 smithi136 bash[22214]: audit 2024-04-12T01:39:30.495125+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.83:0/1477509915' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3f0c221-f430-4496-b3c4-1f3254f7f179"}]': finished 2024-04-12T01:39:30.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:30 smithi136 bash[22214]: cluster 2024-04-12T01:39:30.499933+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-12T01:39:30.735 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:30 smithi136 bash[22214]: audit 2024-04-12T01:39:30.500216+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:30.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:30 smithi083 bash[21555]: cluster 2024-04-12T01:39:29.450465+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:30.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:30 smithi083 bash[21555]: audit 2024-04-12T01:39:30.492270+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.83:0/1477509915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3f0c221-f430-4496-b3c4-1f3254f7f179"}]: dispatch 2024-04-12T01:39:30.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:30 smithi083 bash[21555]: audit 2024-04-12T01:39:30.495125+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.83:0/1477509915' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3f0c221-f430-4496-b3c4-1f3254f7f179"}]': finished 2024-04-12T01:39:30.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:30 smithi083 bash[21555]: cluster 2024-04-12T01:39:30.499933+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-12T01:39:30.738 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:30 smithi083 bash[21555]: audit 2024-04-12T01:39:30.500216+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:30.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:30 smithi167 bash[22256]: cluster 2024-04-12T01:39:29.450465+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:30.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:30 smithi167 bash[22256]: audit 2024-04-12T01:39:30.492270+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.83:0/1477509915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3f0c221-f430-4496-b3c4-1f3254f7f179"}]: dispatch 2024-04-12T01:39:30.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:30 smithi167 bash[22256]: audit 2024-04-12T01:39:30.495125+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.83:0/1477509915' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3f0c221-f430-4496-b3c4-1f3254f7f179"}]': finished 2024-04-12T01:39:30.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:30 smithi167 bash[22256]: cluster 2024-04-12T01:39:30.499933+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-12T01:39:30.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:30 smithi167 bash[22256]: audit 2024-04-12T01:39:30.500216+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:32.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:32 smithi167 bash[22256]: cluster 2024-04-12T01:39:31.450764+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:32.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:32 smithi167 bash[22256]: audit 2024-04-12T01:39:31.532511+0000 mon.a (mon.0) 383 : audit [DBG] from='client.? 172.21.15.83:0/1673076154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:39:32.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:32 smithi136 bash[22214]: cluster 2024-04-12T01:39:31.450764+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:32.985 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:32 smithi136 bash[22214]: audit 2024-04-12T01:39:31.532511+0000 mon.a (mon.0) 383 : audit [DBG] from='client.? 172.21.15.83:0/1673076154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:39:32.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:32 smithi083 bash[21555]: cluster 2024-04-12T01:39:31.450764+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:32.989 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:32 smithi083 bash[21555]: audit 2024-04-12T01:39:31.532511+0000 mon.a (mon.0) 383 : audit [DBG] from='client.? 172.21.15.83:0/1673076154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:39:35.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:34 smithi136 bash[22214]: cluster 2024-04-12T01:39:33.451160+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:35.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:34 smithi136 bash[22214]: audit 2024-04-12T01:39:33.959222+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:34 smithi136 bash[22214]: audit 2024-04-12T01:39:33.965054+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.236 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:34 smithi136 bash[22214]: audit 2024-04-12T01:39:33.973186+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:34 smithi083 bash[21555]: cluster 2024-04-12T01:39:33.451160+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:35.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:34 smithi083 bash[21555]: audit 2024-04-12T01:39:33.959222+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:34 smithi083 bash[21555]: audit 2024-04-12T01:39:33.965054+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:34 smithi083 bash[21555]: audit 2024-04-12T01:39:33.973186+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:34 smithi167 bash[22256]: cluster 2024-04-12T01:39:33.451160+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:35.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:34 smithi167 bash[22256]: audit 2024-04-12T01:39:33.959222+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:34 smithi167 bash[22256]: audit 2024-04-12T01:39:33.965054+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:35.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:34 smithi167 bash[22256]: audit 2024-04-12T01:39:33.973186+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:37.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:36 smithi136 bash[22214]: cluster 2024-04-12T01:39:35.451602+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:37.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:36 smithi083 bash[21555]: cluster 2024-04-12T01:39:35.451602+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:37.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:36 smithi167 bash[22256]: cluster 2024-04-12T01:39:35.451602+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:39.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:38 smithi167 bash[22256]: cluster 2024-04-12T01:39:37.452041+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:39.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:38 smithi167 bash[22256]: audit 2024-04-12T01:39:37.780440+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:38 smithi167 bash[22256]: audit 2024-04-12T01:39:37.786174+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:38 smithi167 bash[22256]: cephadm 2024-04-12T01:39:37.788909+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi083 2024-04-12T01:39:39.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:38 smithi167 bash[22256]: audit 2024-04-12T01:39:37.794407+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:38 smithi136 bash[22214]: cluster 2024-04-12T01:39:37.452041+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:39.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:38 smithi136 bash[22214]: audit 2024-04-12T01:39:37.780440+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:38 smithi136 bash[22214]: audit 2024-04-12T01:39:37.786174+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:38 smithi136 bash[22214]: cephadm 2024-04-12T01:39:37.788909+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi083 2024-04-12T01:39:39.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:38 smithi136 bash[22214]: audit 2024-04-12T01:39:37.794407+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:38 smithi083 bash[21555]: cluster 2024-04-12T01:39:37.452041+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:39.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:38 smithi083 bash[21555]: audit 2024-04-12T01:39:37.780440+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:38 smithi083 bash[21555]: audit 2024-04-12T01:39:37.786174+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:39.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:38 smithi083 bash[21555]: cephadm 2024-04-12T01:39:37.788909+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi083 2024-04-12T01:39:39.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:38 smithi083 bash[21555]: audit 2024-04-12T01:39:37.794407+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:41.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:40 smithi167 bash[22256]: cluster 2024-04-12T01:39:39.452467+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:41.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:40 smithi136 bash[22214]: cluster 2024-04-12T01:39:39.452467+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:41.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:40 smithi083 bash[21555]: cluster 2024-04-12T01:39:39.452467+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:43.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:42 smithi167 bash[22256]: cluster 2024-04-12T01:39:41.452868+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:43.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:42 smithi136 bash[22214]: cluster 2024-04-12T01:39:41.452868+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:43.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:42 smithi083 bash[21555]: cluster 2024-04-12T01:39:41.452868+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:43.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:43 smithi083 bash[21555]: audit 2024-04-12T01:39:43.266209+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T01:39:43.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:43 smithi083 bash[21555]: audit 2024-04-12T01:39:43.267931+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:44.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:43 smithi167 bash[22256]: audit 2024-04-12T01:39:43.266209+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T01:39:44.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:43 smithi167 bash[22256]: audit 2024-04-12T01:39:43.267931+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:44.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:43 smithi136 bash[22214]: audit 2024-04-12T01:39:43.266209+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T01:39:44.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:43 smithi136 bash[22214]: audit 2024-04-12T01:39:43.267931+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:44.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:44 smithi083 bash[21555]: cephadm 2024-04-12T01:39:43.269522+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-04-12T01:39:44.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:44 smithi083 bash[21555]: cluster 2024-04-12T01:39:43.453327+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:45.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:44 smithi167 bash[22256]: cephadm 2024-04-12T01:39:43.269522+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-04-12T01:39:45.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:44 smithi167 bash[22256]: cluster 2024-04-12T01:39:43.453327+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:45.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:44 smithi136 bash[22214]: cephadm 2024-04-12T01:39:43.269522+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-04-12T01:39:45.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:44 smithi136 bash[22214]: cluster 2024-04-12T01:39:43.453327+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:46.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:46 smithi083 bash[21555]: cluster 2024-04-12T01:39:45.453738+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:46.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:46 smithi083 bash[21555]: audit 2024-04-12T01:39:46.469296+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:46.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:46 smithi083 bash[21555]: audit 2024-04-12T01:39:46.478170+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:46.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:46 smithi083 bash[21555]: audit 2024-04-12T01:39:46.489769+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:46 smithi167 bash[22256]: cluster 2024-04-12T01:39:45.453738+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:47.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:46 smithi167 bash[22256]: audit 2024-04-12T01:39:46.469296+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:46 smithi167 bash[22256]: audit 2024-04-12T01:39:46.478170+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:46 smithi167 bash[22256]: audit 2024-04-12T01:39:46.489769+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:46 smithi136 bash[22214]: cluster 2024-04-12T01:39:45.453738+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:47.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:46 smithi136 bash[22214]: audit 2024-04-12T01:39:46.469296+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:46 smithi136 bash[22214]: audit 2024-04-12T01:39:46.478170+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:46 smithi136 bash[22214]: audit 2024-04-12T01:39:46.489769+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:47.790 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:39:47 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:47.791 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:47 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:48.061 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:47 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:48.062 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:39:47 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:39:49.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: cluster 2024-04-12T01:39:47.454113+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:49.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: audit 2024-04-12T01:39:48.074039+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: audit 2024-04-12T01:39:48.080684+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: audit 2024-04-12T01:39:48.116519+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:49.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: audit 2024-04-12T01:39:48.118846+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:49.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: audit 2024-04-12T01:39:48.119499+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:49.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:49 smithi083 bash[21555]: audit 2024-04-12T01:39:48.124416+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: cluster 2024-04-12T01:39:47.454113+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:49.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: audit 2024-04-12T01:39:48.074039+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: audit 2024-04-12T01:39:48.080684+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: audit 2024-04-12T01:39:48.116519+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: audit 2024-04-12T01:39:48.118846+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: audit 2024-04-12T01:39:48.119499+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:49.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:49 smithi167 bash[22256]: audit 2024-04-12T01:39:48.124416+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: cluster 2024-04-12T01:39:47.454113+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: audit 2024-04-12T01:39:48.074039+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: audit 2024-04-12T01:39:48.080684+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: audit 2024-04-12T01:39:48.116519+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: audit 2024-04-12T01:39:48.118846+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: audit 2024-04-12T01:39:48.119499+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:49.411 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:49 smithi136 bash[22214]: audit 2024-04-12T01:39:48.124416+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:51.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:51 smithi167 bash[22256]: cluster 2024-04-12T01:39:49.454392+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:51.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:51 smithi136 bash[22214]: cluster 2024-04-12T01:39:49.454392+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:51.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:51 smithi083 bash[21555]: cluster 2024-04-12T01:39:49.454392+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:53.400 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:53 smithi083 bash[21555]: cluster 2024-04-12T01:39:51.454732+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:53.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:53 smithi167 bash[22256]: cluster 2024-04-12T01:39:51.454732+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:53.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:53 smithi136 bash[22214]: cluster 2024-04-12T01:39:51.454732+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:55.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:55 smithi136 bash[22214]: cluster 2024-04-12T01:39:53.454998+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:55.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:55 smithi136 bash[22214]: audit 2024-04-12T01:39:54.177781+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:55 smithi136 bash[22214]: audit 2024-04-12T01:39:54.186357+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:55 smithi136 bash[22214]: audit 2024-04-12T01:39:54.196609+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:55 smithi136 bash[22214]: audit 2024-04-12T01:39:54.670179+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T01:39:55.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:55 smithi083 bash[21555]: cluster 2024-04-12T01:39:53.454998+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:55.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:55 smithi083 bash[21555]: audit 2024-04-12T01:39:54.177781+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:55 smithi083 bash[21555]: audit 2024-04-12T01:39:54.186357+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:55 smithi083 bash[21555]: audit 2024-04-12T01:39:54.196609+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:55 smithi083 bash[21555]: audit 2024-04-12T01:39:54.670179+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T01:39:55.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:55 smithi167 bash[22256]: cluster 2024-04-12T01:39:53.454998+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:55.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:55 smithi167 bash[22256]: audit 2024-04-12T01:39:54.177781+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:55 smithi167 bash[22256]: audit 2024-04-12T01:39:54.186357+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:55 smithi167 bash[22256]: audit 2024-04-12T01:39:54.196609+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:55.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:55 smithi167 bash[22256]: audit 2024-04-12T01:39:54.670179+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T01:39:56.444 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:56 smithi083 bash[21555]: audit 2024-04-12T01:39:55.194853+0000 mon.a (mon.0) 405 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T01:39:56.444 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:56 smithi083 bash[21555]: cluster 2024-04-12T01:39:55.199946+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T01:39:56.444 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:56 smithi083 bash[21555]: audit 2024-04-12T01:39:55.200430+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-04-12T01:39:56.444 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:56 smithi083 bash[21555]: audit 2024-04-12T01:39:55.201044+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:56.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:56 smithi136 bash[22214]: audit 2024-04-12T01:39:55.194853+0000 mon.a (mon.0) 405 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T01:39:56.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:56 smithi136 bash[22214]: cluster 2024-04-12T01:39:55.199946+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T01:39:56.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:56 smithi136 bash[22214]: audit 2024-04-12T01:39:55.200430+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-04-12T01:39:56.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:56 smithi136 bash[22214]: audit 2024-04-12T01:39:55.201044+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:56.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:56 smithi167 bash[22256]: audit 2024-04-12T01:39:55.194853+0000 mon.a (mon.0) 405 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T01:39:56.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:56 smithi167 bash[22256]: cluster 2024-04-12T01:39:55.199946+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T01:39:56.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:56 smithi167 bash[22256]: audit 2024-04-12T01:39:55.200430+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-04-12T01:39:56.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:56 smithi167 bash[22256]: audit 2024-04-12T01:39:55.201044+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.424 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:57 smithi083 bash[21555]: cluster 2024-04-12T01:39:55.455402+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:57.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:57 smithi083 bash[21555]: audit 2024-04-12T01:39:56.204830+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-04-12T01:39:57.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:57 smithi083 bash[21555]: cluster 2024-04-12T01:39:56.213455+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T01:39:57.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:57 smithi083 bash[21555]: audit 2024-04-12T01:39:56.214476+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:57 smithi083 bash[21555]: audit 2024-04-12T01:39:56.221359+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:57 smithi083 bash[21555]: audit 2024-04-12T01:39:56.653493+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' 2024-04-12T01:39:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:57 smithi136 bash[22214]: cluster 2024-04-12T01:39:55.455402+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:57 smithi136 bash[22214]: audit 2024-04-12T01:39:56.204830+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-04-12T01:39:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:57 smithi136 bash[22214]: cluster 2024-04-12T01:39:56.213455+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T01:39:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:57 smithi136 bash[22214]: audit 2024-04-12T01:39:56.214476+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:57 smithi136 bash[22214]: audit 2024-04-12T01:39:56.221359+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:57 smithi136 bash[22214]: audit 2024-04-12T01:39:56.653493+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' 2024-04-12T01:39:57.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:57 smithi167 bash[22256]: cluster 2024-04-12T01:39:55.455402+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:57.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:57 smithi167 bash[22256]: audit 2024-04-12T01:39:56.204830+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-04-12T01:39:57.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:57 smithi167 bash[22256]: cluster 2024-04-12T01:39:56.213455+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T01:39:57.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:57 smithi167 bash[22256]: audit 2024-04-12T01:39:56.214476+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:57 smithi167 bash[22256]: audit 2024-04-12T01:39:56.221359+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:57.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:57 smithi167 bash[22256]: audit 2024-04-12T01:39:56.653493+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853]' entity='osd.0' 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: cluster 2024-04-12T01:39:55.707117+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: cluster 2024-04-12T01:39:55.707232+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:57.219334+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: cluster 2024-04-12T01:39:57.658294+0000 mon.a (mon.0) 415 : cluster [INF] osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853] boot 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: cluster 2024-04-12T01:39:57.658366+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:57.658994+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:57.965310+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:57.970320+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:57.977548+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:57.998490+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:58.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:58.001665+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:58.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:58.002617+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:58.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:58 smithi083 bash[21555]: audit 2024-04-12T01:39:58.008834+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: cluster 2024-04-12T01:39:55.707117+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: cluster 2024-04-12T01:39:55.707232+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:57.219334+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: cluster 2024-04-12T01:39:57.658294+0000 mon.a (mon.0) 415 : cluster [INF] osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853] boot 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: cluster 2024-04-12T01:39:57.658366+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:57.658994+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:57.965310+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:57.970320+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:57.977548+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:57.998490+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:58.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:58.001665+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:58.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:58.002617+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:58.486 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:58 smithi136 bash[22214]: audit 2024-04-12T01:39:58.008834+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: cluster 2024-04-12T01:39:55.707117+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:39:58.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: cluster 2024-04-12T01:39:55.707232+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:39:58.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:57.219334+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: cluster 2024-04-12T01:39:57.658294+0000 mon.a (mon.0) 415 : cluster [INF] osd.0 [v2:172.21.15.83:6802/4061253853,v1:172.21.15.83:6803/4061253853] boot 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: cluster 2024-04-12T01:39:57.658366+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:57.658994+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:57.965310+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:57.970320+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:57.977548+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:57.998490+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:58.001665+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:58.002617+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:39:58.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:58 smithi167 bash[22256]: audit 2024-04-12T01:39:58.008834+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:39:59.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:59 smithi167 bash[22256]: cluster 2024-04-12T01:39:57.455761+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:59.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:59 smithi167 bash[22256]: cluster 2024-04-12T01:39:58.004721+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:59.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:59 smithi167 bash[22256]: cluster 2024-04-12T01:39:58.206716+0000 mon.a (mon.0) 425 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:39:59.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:39:59 smithi167 bash[22256]: cluster 2024-04-12T01:39:58.660105+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T01:39:59.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:59 smithi136 bash[22214]: cluster 2024-04-12T01:39:57.455761+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:59.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:59 smithi136 bash[22214]: cluster 2024-04-12T01:39:58.004721+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:59.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:59 smithi136 bash[22214]: cluster 2024-04-12T01:39:58.206716+0000 mon.a (mon.0) 425 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:39:59.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:39:59 smithi136 bash[22214]: cluster 2024-04-12T01:39:58.660105+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T01:39:59.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:59 smithi083 bash[21555]: cluster 2024-04-12T01:39:57.455761+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:59.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:59 smithi083 bash[21555]: cluster 2024-04-12T01:39:58.004721+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T01:39:59.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:59 smithi083 bash[21555]: cluster 2024-04-12T01:39:58.206716+0000 mon.a (mon.0) 425 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:39:59.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:39:59 smithi083 bash[21555]: cluster 2024-04-12T01:39:58.660105+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T01:40:00.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:00 smithi167 bash[22256]: cluster 2024-04-12T01:40:00.000184+0000 mon.a (mon.0) 427 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-12T01:40:00.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:00 smithi167 bash[22256]: cluster 2024-04-12T01:40:00.000247+0000 mon.a (mon.0) 428 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-12T01:40:00.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:00 smithi167 bash[22256]: cluster 2024-04-12T01:40:00.000267+0000 mon.a (mon.0) 429 : cluster [WRN] stray daemon osd.0 on host smithi083 not managed by cephadm 2024-04-12T01:40:00.404 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 0 on host 'smithi083' 2024-04-12T01:40:00.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:00 smithi083 bash[21555]: cluster 2024-04-12T01:40:00.000184+0000 mon.a (mon.0) 427 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-12T01:40:00.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:00 smithi083 bash[21555]: cluster 2024-04-12T01:40:00.000247+0000 mon.a (mon.0) 428 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-12T01:40:00.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:00 smithi083 bash[21555]: cluster 2024-04-12T01:40:00.000267+0000 mon.a (mon.0) 429 : cluster [WRN] stray daemon osd.0 on host smithi083 not managed by cephadm 2024-04-12T01:40:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:00 smithi136 bash[22214]: cluster 2024-04-12T01:40:00.000184+0000 mon.a (mon.0) 427 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-04-12T01:40:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:00 smithi136 bash[22214]: cluster 2024-04-12T01:40:00.000247+0000 mon.a (mon.0) 428 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-04-12T01:40:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:00 smithi136 bash[22214]: cluster 2024-04-12T01:40:00.000267+0000 mon.a (mon.0) 429 : cluster [WRN] stray daemon osd.0 on host smithi083 not managed by cephadm 2024-04-12T01:40:01.194 DEBUG:teuthology.orchestra.run.smithi083:osd.0> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.0.service 2024-04-12T01:40:01.198 INFO:tasks.cephadm:Deploying osd.1 on smithi136 with /dev/vg_nvme/lv_4... 2024-04-12T01:40:01.198 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T01:40:01.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: cluster 2024-04-12T01:40:00.005344+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:01.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.400570+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.407373+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.428390+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:01.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.432112+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:40:01.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.433328+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:01.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.434324+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:01.404 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:01 smithi167 bash[22256]: audit 2024-04-12T01:40:00.442387+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: cluster 2024-04-12T01:40:00.005344+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.400570+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.407373+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.428390+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.432112+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.433328+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.434324+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:01.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:01 smithi136 bash[22214]: audit 2024-04-12T01:40:00.442387+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: cluster 2024-04-12T01:40:00.005344+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:01.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.400570+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.407373+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:01.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.428390+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:01.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.432112+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:40:01.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.433328+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:01.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.434324+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:01.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:01 smithi083 bash[21555]: audit 2024-04-12T01:40:00.442387+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:02.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:02 smithi136 bash[22214]: cluster 2024-04-12T01:40:00.436612+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:02.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:02 smithi136 bash[22214]: cluster 2024-04-12T01:40:00.436849+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:02.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:02 smithi083 bash[21555]: cluster 2024-04-12T01:40:00.436612+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:02.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:02 smithi083 bash[21555]: cluster 2024-04-12T01:40:00.436849+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:02.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:02 smithi167 bash[22256]: cluster 2024-04-12T01:40:00.436612+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:02.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:02 smithi167 bash[22256]: cluster 2024-04-12T01:40:00.436849+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:04.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: cluster 2024-04-12T01:40:02.437394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.286163+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.295903+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.300741+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.305765+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.306461+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.308054+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:04.485 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:04 smithi136 bash[22214]: audit 2024-04-12T01:40:03.317307+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: cluster 2024-04-12T01:40:02.437394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:04.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.286163+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.295903+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.300741+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:04.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.305765+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.306461+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:04.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.308054+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:04.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:04 smithi083 bash[21555]: audit 2024-04-12T01:40:03.317307+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: cluster 2024-04-12T01:40:02.437394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.286163+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.295903+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.300741+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.305765+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.306461+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:04.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.308054+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:04.580 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:04 smithi167 bash[22256]: audit 2024-04-12T01:40:03.317307+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:05.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:05 smithi136 bash[22214]: cluster 2024-04-12T01:40:03.311133+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:05.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:05 smithi136 bash[22214]: cluster 2024-04-12T01:40:04.302112+0000 mon.a (mon.0) 444 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:40:05.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:05 smithi136 bash[22214]: cluster 2024-04-12T01:40:04.302163+0000 mon.a (mon.0) 445 : cluster [INF] Cluster is now healthy 2024-04-12T01:40:05.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:05 smithi083 bash[21555]: cluster 2024-04-12T01:40:03.311133+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:05.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:05 smithi083 bash[21555]: cluster 2024-04-12T01:40:04.302112+0000 mon.a (mon.0) 444 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:40:05.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:05 smithi083 bash[21555]: cluster 2024-04-12T01:40:04.302163+0000 mon.a (mon.0) 445 : cluster [INF] Cluster is now healthy 2024-04-12T01:40:05.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:05 smithi167 bash[22256]: cluster 2024-04-12T01:40:03.311133+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:05.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:05 smithi167 bash[22256]: cluster 2024-04-12T01:40:04.302112+0000 mon.a (mon.0) 444 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:40:05.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:05 smithi167 bash[22256]: cluster 2024-04-12T01:40:04.302163+0000 mon.a (mon.0) 445 : cluster [INF] Cluster is now healthy 2024-04-12T01:40:05.911 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.b/config 2024-04-12T01:40:07.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:07 smithi136 bash[22214]: cluster 2024-04-12T01:40:05.311583+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:07.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:07 smithi136 bash[22214]: audit 2024-04-12T01:40:06.685546+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:07 smithi136 bash[22214]: audit 2024-04-12T01:40:06.693413+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.446 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:07 smithi136 bash[22214]: audit 2024-04-12T01:40:06.703516+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:07 smithi083 bash[21555]: cluster 2024-04-12T01:40:05.311583+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:07.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:07 smithi083 bash[21555]: audit 2024-04-12T01:40:06.685546+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:07 smithi083 bash[21555]: audit 2024-04-12T01:40:06.693413+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:07 smithi083 bash[21555]: audit 2024-04-12T01:40:06.703516+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:07 smithi167 bash[22256]: cluster 2024-04-12T01:40:05.311583+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:07.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:07 smithi167 bash[22256]: audit 2024-04-12T01:40:06.685546+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:07 smithi167 bash[22256]: audit 2024-04-12T01:40:06.693413+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:07.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:07 smithi167 bash[22256]: audit 2024-04-12T01:40:06.703516+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:08.782 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T01:40:08.782 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T01:40:08.782 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2024-04-12T01:40:08.782 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2024-04-12T01:40:08.782 INFO:teuthology.orchestra.run.smithi136.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113052 s, 928 MB/s 2024-04-12T01:40:08.782 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2024-04-12T01:40:09.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:09 smithi136 bash[22214]: cluster 2024-04-12T01:40:07.312075+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:09.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:09 smithi083 bash[21555]: cluster 2024-04-12T01:40:07.312075+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:09.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:09 smithi167 bash[22256]: cluster 2024-04-12T01:40:07.312075+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:09.695 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi136:vg_nvme/lv_4 2024-04-12T01:40:11.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:11 smithi136 bash[22214]: cluster 2024-04-12T01:40:09.312478+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:11.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:11 smithi083 bash[21555]: cluster 2024-04-12T01:40:09.312478+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:11.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:11 smithi167 bash[22256]: cluster 2024-04-12T01:40:09.312478+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:13.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:13 smithi136 bash[22214]: cluster 2024-04-12T01:40:11.313003+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:13.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:13 smithi083 bash[21555]: cluster 2024-04-12T01:40:11.313003+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:13.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:13 smithi167 bash[22256]: cluster 2024-04-12T01:40:11.313003+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:15.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:15 smithi083 bash[21555]: cluster 2024-04-12T01:40:13.313513+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:15.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:15 smithi083 bash[21555]: audit 2024-04-12T01:40:14.403134+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:15 smithi083 bash[21555]: audit 2024-04-12T01:40:14.411852+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:15 smithi083 bash[21555]: audit 2024-04-12T01:40:14.422424+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.635 INFO:teuthology.orchestra.run.smithi136.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.b/config 2024-04-12T01:40:15.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:15 smithi167 bash[22256]: cluster 2024-04-12T01:40:13.313513+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:15.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:15 smithi167 bash[22256]: audit 2024-04-12T01:40:14.403134+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:15 smithi167 bash[22256]: audit 2024-04-12T01:40:14.411852+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:15 smithi167 bash[22256]: audit 2024-04-12T01:40:14.422424+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.658 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:15 smithi136 bash[22214]: cluster 2024-04-12T01:40:13.313513+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:15.658 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:15 smithi136 bash[22214]: audit 2024-04-12T01:40:14.403134+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.658 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:15 smithi136 bash[22214]: audit 2024-04-12T01:40:14.411852+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:15.658 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:15 smithi136 bash[22214]: audit 2024-04-12T01:40:14.422424+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:17.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:17 smithi136 bash[22214]: cluster 2024-04-12T01:40:15.314054+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:17.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:17 smithi167 bash[22256]: cluster 2024-04-12T01:40:15.314054+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:17.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:17 smithi083 bash[21555]: cluster 2024-04-12T01:40:15.314054+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:18.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:18 smithi167 bash[22256]: audit 2024-04-12T01:40:18.156300+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:40:18.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:18 smithi167 bash[22256]: audit 2024-04-12T01:40:18.162687+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:40:18.654 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:18 smithi167 bash[22256]: audit 2024-04-12T01:40:18.164292+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:18.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:18 smithi136 bash[22214]: audit 2024-04-12T01:40:18.156300+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:40:18.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:18 smithi136 bash[22214]: audit 2024-04-12T01:40:18.162687+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:40:18.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:18 smithi136 bash[22214]: audit 2024-04-12T01:40:18.164292+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:18.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:18 smithi083 bash[21555]: audit 2024-04-12T01:40:18.156300+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:40:18.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:18 smithi083 bash[21555]: audit 2024-04-12T01:40:18.162687+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:40:18.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:18 smithi083 bash[21555]: audit 2024-04-12T01:40:18.164292+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:19.547 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:19 smithi167 bash[22256]: cluster 2024-04-12T01:40:17.314611+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:19.547 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:19 smithi167 bash[22256]: audit 2024-04-12T01:40:18.148680+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:40:19.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:19 smithi136 bash[22214]: cluster 2024-04-12T01:40:17.314611+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:19.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:19 smithi136 bash[22214]: audit 2024-04-12T01:40:18.148680+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:40:19.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:19 smithi083 bash[21555]: cluster 2024-04-12T01:40:17.314611+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:19.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:19 smithi083 bash[21555]: audit 2024-04-12T01:40:18.148680+0000 mgr.a (mgr.14152) 159 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:40:20.546 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:20 smithi167 bash[22256]: cluster 2024-04-12T01:40:19.315110+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:20.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:20 smithi136 bash[22214]: cluster 2024-04-12T01:40:19.315110+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:20.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:20 smithi083 bash[21555]: cluster 2024-04-12T01:40:19.315110+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:23.135 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:22 smithi136 bash[22214]: cluster 2024-04-12T01:40:21.315593+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:23.136 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:22 smithi136 bash[22214]: audit 2024-04-12T01:40:21.868843+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.136 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:22 smithi136 bash[22214]: audit 2024-04-12T01:40:21.873436+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.136 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:22 smithi136 bash[22214]: audit 2024-04-12T01:40:21.878196+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:22 smithi167 bash[22256]: cluster 2024-04-12T01:40:21.315593+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:23.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:22 smithi167 bash[22256]: audit 2024-04-12T01:40:21.868843+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:22 smithi167 bash[22256]: audit 2024-04-12T01:40:21.873436+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:22 smithi167 bash[22256]: audit 2024-04-12T01:40:21.878196+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:22 smithi083 bash[21555]: cluster 2024-04-12T01:40:21.315593+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:23.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:22 smithi083 bash[21555]: audit 2024-04-12T01:40:21.868843+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:22 smithi083 bash[21555]: audit 2024-04-12T01:40:21.873436+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:23.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:22 smithi083 bash[21555]: audit 2024-04-12T01:40:21.878196+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:24.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:24 smithi136 bash[22214]: cluster 2024-04-12T01:40:23.316045+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:25.147 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:24 smithi167 bash[22256]: cluster 2024-04-12T01:40:23.316045+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:25.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:24 smithi083 bash[21555]: cluster 2024-04-12T01:40:23.316045+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:27.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: cluster 2024-04-12T01:40:25.316470+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:27.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: audit 2024-04-12T01:40:26.152137+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.136:0/3881828524' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]: dispatch 2024-04-12T01:40:27.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: audit 2024-04-12T01:40:26.156103+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]: dispatch 2024-04-12T01:40:27.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: audit 2024-04-12T01:40:26.159125+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]': finished 2024-04-12T01:40:27.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: cluster 2024-04-12T01:40:26.163773+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-12T01:40:27.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: audit 2024-04-12T01:40:26.164268+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:27.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:26 smithi167 bash[22256]: audit 2024-04-12T01:40:26.852978+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.136:0/2071375607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:40:27.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: cluster 2024-04-12T01:40:25.316470+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:27.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: audit 2024-04-12T01:40:26.152137+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.136:0/3881828524' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]: dispatch 2024-04-12T01:40:27.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: audit 2024-04-12T01:40:26.156103+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]: dispatch 2024-04-12T01:40:27.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: audit 2024-04-12T01:40:26.159125+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]': finished 2024-04-12T01:40:27.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: cluster 2024-04-12T01:40:26.163773+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-12T01:40:27.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: audit 2024-04-12T01:40:26.164268+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:27.235 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:26 smithi136 bash[22214]: audit 2024-04-12T01:40:26.852978+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.136:0/2071375607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: cluster 2024-04-12T01:40:25.316470+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: audit 2024-04-12T01:40:26.152137+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.136:0/3881828524' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]: dispatch 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: audit 2024-04-12T01:40:26.156103+0000 mon.a (mon.0) 458 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]: dispatch 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: audit 2024-04-12T01:40:26.159125+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21f008e4-d4b5-425d-8459-37632764e2cf"}]': finished 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: cluster 2024-04-12T01:40:26.163773+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: audit 2024-04-12T01:40:26.164268+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:27.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:26 smithi083 bash[21555]: audit 2024-04-12T01:40:26.852978+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.136:0/2071375607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:40:28.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:27 smithi167 bash[22256]: audit 2024-04-12T01:40:26.908770+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:27 smithi167 bash[22256]: audit 2024-04-12T01:40:26.916551+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:27 smithi167 bash[22256]: audit 2024-04-12T01:40:26.926444+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:27 smithi136 bash[22214]: audit 2024-04-12T01:40:26.908770+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:27 smithi136 bash[22214]: audit 2024-04-12T01:40:26.916551+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:27 smithi136 bash[22214]: audit 2024-04-12T01:40:26.926444+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:27 smithi083 bash[21555]: audit 2024-04-12T01:40:26.908770+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:27 smithi083 bash[21555]: audit 2024-04-12T01:40:26.916551+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:28.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:27 smithi083 bash[21555]: audit 2024-04-12T01:40:26.926444+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:29.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:28 smithi136 bash[22214]: cluster 2024-04-12T01:40:27.316917+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:29.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:28 smithi083 bash[21555]: cluster 2024-04-12T01:40:27.316917+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:29.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:28 smithi167 bash[22256]: cluster 2024-04-12T01:40:27.316917+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:30.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:30 smithi136 bash[22214]: cluster 2024-04-12T01:40:29.317351+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:31.167 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:30 smithi083 bash[21555]: cluster 2024-04-12T01:40:29.317351+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:31.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:30 smithi167 bash[22256]: cluster 2024-04-12T01:40:29.317351+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:33.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:32 smithi136 bash[22214]: cluster 2024-04-12T01:40:31.317735+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:33.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:32 smithi083 bash[21555]: cluster 2024-04-12T01:40:31.317735+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:33.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:32 smithi167 bash[22256]: cluster 2024-04-12T01:40:31.317735+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:35.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:34 smithi136 bash[22214]: cluster 2024-04-12T01:40:33.318190+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:35.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:34 smithi136 bash[22214]: audit 2024-04-12T01:40:34.617822+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:34 smithi136 bash[22214]: audit 2024-04-12T01:40:34.626044+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:34 smithi136 bash[22214]: audit 2024-04-12T01:40:34.636023+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:34 smithi083 bash[21555]: cluster 2024-04-12T01:40:33.318190+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:35.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:34 smithi083 bash[21555]: audit 2024-04-12T01:40:34.617822+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:34 smithi083 bash[21555]: audit 2024-04-12T01:40:34.626044+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:34 smithi083 bash[21555]: audit 2024-04-12T01:40:34.636023+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:34 smithi167 bash[22256]: cluster 2024-04-12T01:40:33.318190+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:35.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:34 smithi167 bash[22256]: audit 2024-04-12T01:40:34.617822+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:34 smithi167 bash[22256]: audit 2024-04-12T01:40:34.626044+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:35.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:34 smithi167 bash[22256]: audit 2024-04-12T01:40:34.636023+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:36.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:35 smithi136 bash[22214]: cephadm 2024-04-12T01:40:34.629155+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi136 2024-04-12T01:40:36.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:35 smithi083 bash[21555]: cephadm 2024-04-12T01:40:34.629155+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi136 2024-04-12T01:40:36.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:35 smithi167 bash[22256]: cephadm 2024-04-12T01:40:34.629155+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Detected new or changed devices on smithi136 2024-04-12T01:40:37.225 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:36 smithi136 bash[22214]: cluster 2024-04-12T01:40:35.318632+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:37.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:36 smithi083 bash[21555]: cluster 2024-04-12T01:40:35.318632+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:37.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:36 smithi167 bash[22256]: cluster 2024-04-12T01:40:35.318632+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:39.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:38 smithi136 bash[22214]: cluster 2024-04-12T01:40:37.319082+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:39.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:38 smithi083 bash[21555]: cluster 2024-04-12T01:40:37.319082+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:39.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:38 smithi167 bash[22256]: cluster 2024-04-12T01:40:37.319082+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:40.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:39 smithi167 bash[22256]: audit 2024-04-12T01:40:39.574483+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T01:40:40.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:39 smithi167 bash[22256]: audit 2024-04-12T01:40:39.576411+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:40.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:39 smithi136 bash[22214]: audit 2024-04-12T01:40:39.574483+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T01:40:40.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:39 smithi136 bash[22214]: audit 2024-04-12T01:40:39.576411+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:40.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:39 smithi083 bash[21555]: audit 2024-04-12T01:40:39.574483+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T01:40:40.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:39 smithi083 bash[21555]: audit 2024-04-12T01:40:39.576411+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:40.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:40 smithi136 bash[22214]: cluster 2024-04-12T01:40:39.319644+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:40.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:40 smithi136 bash[22214]: cephadm 2024-04-12T01:40:39.578125+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi136 2024-04-12T01:40:41.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:40 smithi167 bash[22256]: cluster 2024-04-12T01:40:39.319644+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:41.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:40 smithi167 bash[22256]: cephadm 2024-04-12T01:40:39.578125+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi136 2024-04-12T01:40:41.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:40 smithi083 bash[21555]: cluster 2024-04-12T01:40:39.319644+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:41.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:40 smithi083 bash[21555]: cephadm 2024-04-12T01:40:39.578125+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi136 2024-04-12T01:40:43.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:43 smithi167 bash[22256]: cluster 2024-04-12T01:40:41.320231+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:43.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:43 smithi167 bash[22256]: audit 2024-04-12T01:40:42.062861+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:43 smithi167 bash[22256]: audit 2024-04-12T01:40:42.070920+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:43 smithi167 bash[22256]: audit 2024-04-12T01:40:42.080944+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.341 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:43 smithi136 bash[22214]: cluster 2024-04-12T01:40:41.320231+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:43.341 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:43 smithi136 bash[22214]: audit 2024-04-12T01:40:42.062861+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.341 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:43 smithi136 bash[22214]: audit 2024-04-12T01:40:42.070920+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.341 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:43 smithi136 bash[22214]: audit 2024-04-12T01:40:42.080944+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.341 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:43 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:40:43.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:43 smithi083 bash[21555]: cluster 2024-04-12T01:40:41.320231+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:43.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:43 smithi083 bash[21555]: audit 2024-04-12T01:40:42.062861+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:43 smithi083 bash[21555]: audit 2024-04-12T01:40:42.070920+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:43 smithi083 bash[21555]: audit 2024-04-12T01:40:42.080944+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:43.675 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:43 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:40:43.675 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:40:43 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:40:43.676 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:40:43 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:40:44.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: cluster 2024-04-12T01:40:43.320811+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:44.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: audit 2024-04-12T01:40:43.734079+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:44.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: audit 2024-04-12T01:40:43.742641+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:44.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: audit 2024-04-12T01:40:43.749995+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:44.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: audit 2024-04-12T01:40:43.758859+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:44.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: audit 2024-04-12T01:40:43.761876+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:44.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:44 smithi136 bash[22214]: audit 2024-04-12T01:40:43.773801+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:44.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: cluster 2024-04-12T01:40:43.320811+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:44.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: audit 2024-04-12T01:40:43.734079+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:44.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: audit 2024-04-12T01:40:43.742641+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:44.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: audit 2024-04-12T01:40:43.749995+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:44.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: audit 2024-04-12T01:40:43.758859+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:44.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: audit 2024-04-12T01:40:43.761876+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:44.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:44 smithi083 bash[21555]: audit 2024-04-12T01:40:43.773801+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:45.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: cluster 2024-04-12T01:40:43.320811+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:45.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: audit 2024-04-12T01:40:43.734079+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:45.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: audit 2024-04-12T01:40:43.742641+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:45.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: audit 2024-04-12T01:40:43.749995+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:45.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: audit 2024-04-12T01:40:43.758859+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:45.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: audit 2024-04-12T01:40:43.761876+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:45.155 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:44 smithi167 bash[22256]: audit 2024-04-12T01:40:43.773801+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:46 smithi136 bash[22214]: cluster 2024-04-12T01:40:45.321244+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:46 smithi083 bash[21555]: cluster 2024-04-12T01:40:45.321244+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:47.135 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:46 smithi167 bash[22256]: cluster 2024-04-12T01:40:45.321244+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:48.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:48 smithi167 bash[22256]: audit 2024-04-12T01:40:47.128835+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:48 smithi167 bash[22256]: audit 2024-04-12T01:40:47.137063+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:48 smithi167 bash[22256]: audit 2024-04-12T01:40:47.147251+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:48 smithi136 bash[22214]: audit 2024-04-12T01:40:47.128835+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:48 smithi136 bash[22214]: audit 2024-04-12T01:40:47.137063+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:48 smithi136 bash[22214]: audit 2024-04-12T01:40:47.147251+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:48 smithi083 bash[21555]: audit 2024-04-12T01:40:47.128835+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:48 smithi083 bash[21555]: audit 2024-04-12T01:40:47.137063+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:48.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:48 smithi083 bash[21555]: audit 2024-04-12T01:40:47.147251+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:49.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:49 smithi167 bash[22256]: cluster 2024-04-12T01:40:47.321639+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:49.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:49 smithi136 bash[22214]: cluster 2024-04-12T01:40:47.321639+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:49.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:49 smithi083 bash[21555]: cluster 2024-04-12T01:40:47.321639+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:50.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:50 smithi167 bash[22256]: audit 2024-04-12T01:40:49.822621+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T01:40:50.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:50 smithi167 bash[22256]: audit 2024-04-12T01:40:49.826582+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T01:40:50.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:50 smithi136 bash[22214]: audit 2024-04-12T01:40:49.822621+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T01:40:50.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:50 smithi136 bash[22214]: audit 2024-04-12T01:40:49.826582+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T01:40:50.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:50 smithi083 bash[21555]: audit 2024-04-12T01:40:49.822621+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T01:40:50.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:50 smithi083 bash[21555]: audit 2024-04-12T01:40:49.826582+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T01:40:51.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:51 smithi167 bash[22256]: cluster 2024-04-12T01:40:49.322089+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:51.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:51 smithi167 bash[22256]: audit 2024-04-12T01:40:50.155577+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T01:40:51.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:51 smithi167 bash[22256]: audit 2024-04-12T01:40:50.158693+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-04-12T01:40:51.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:51 smithi167 bash[22256]: cluster 2024-04-12T01:40:50.161775+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T01:40:51.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:51 smithi167 bash[22256]: audit 2024-04-12T01:40:50.162377+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:51.403 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:51 smithi167 bash[22256]: audit 2024-04-12T01:40:50.163240+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-04-12T01:40:51.425 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:51 smithi136 bash[22214]: cluster 2024-04-12T01:40:49.322089+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:51.425 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:51 smithi136 bash[22214]: audit 2024-04-12T01:40:50.155577+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T01:40:51.426 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:51 smithi136 bash[22214]: audit 2024-04-12T01:40:50.158693+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-04-12T01:40:51.426 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:51 smithi136 bash[22214]: cluster 2024-04-12T01:40:50.161775+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T01:40:51.426 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:51 smithi136 bash[22214]: audit 2024-04-12T01:40:50.162377+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:51.426 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:51 smithi136 bash[22214]: audit 2024-04-12T01:40:50.163240+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-04-12T01:40:51.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:51 smithi083 bash[21555]: cluster 2024-04-12T01:40:49.322089+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:51.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:51 smithi083 bash[21555]: audit 2024-04-12T01:40:50.155577+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T01:40:51.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:51 smithi083 bash[21555]: audit 2024-04-12T01:40:50.158693+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-04-12T01:40:51.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:51 smithi083 bash[21555]: cluster 2024-04-12T01:40:50.161775+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T01:40:51.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:51 smithi083 bash[21555]: audit 2024-04-12T01:40:50.162377+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:51.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:51 smithi083 bash[21555]: audit 2024-04-12T01:40:50.163240+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-04-12T01:40:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:52 smithi083 bash[21555]: audit 2024-04-12T01:40:51.157970+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-04-12T01:40:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:52 smithi083 bash[21555]: cluster 2024-04-12T01:40:51.163256+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T01:40:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:52 smithi083 bash[21555]: audit 2024-04-12T01:40:51.164252+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:52 smithi083 bash[21555]: audit 2024-04-12T01:40:51.172715+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:52 smithi083 bash[21555]: audit 2024-04-12T01:40:51.498456+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-12T01:40:52.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:52 smithi136 bash[22214]: audit 2024-04-12T01:40:51.157970+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-04-12T01:40:52.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:52 smithi136 bash[22214]: cluster 2024-04-12T01:40:51.163256+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T01:40:52.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:52 smithi136 bash[22214]: audit 2024-04-12T01:40:51.164252+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:52.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:52 smithi136 bash[22214]: audit 2024-04-12T01:40:51.172715+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:52.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:52 smithi136 bash[22214]: audit 2024-04-12T01:40:51.498456+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-12T01:40:52.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:52 smithi167 bash[22256]: audit 2024-04-12T01:40:51.157970+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-04-12T01:40:52.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:52 smithi167 bash[22256]: cluster 2024-04-12T01:40:51.163256+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T01:40:52.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:52 smithi167 bash[22256]: audit 2024-04-12T01:40:51.164252+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:52.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:52 smithi167 bash[22256]: audit 2024-04-12T01:40:51.172715+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:52.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:52 smithi167 bash[22256]: audit 2024-04-12T01:40:51.498456+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-12T01:40:53.392 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: cluster 2024-04-12T01:40:50.863616+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:40:53.393 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: cluster 2024-04-12T01:40:50.863704+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:40:53.393 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: cluster 2024-04-12T01:40:51.322587+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:53.393 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: audit 2024-04-12T01:40:52.172847+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:53.393 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: cluster 2024-04-12T01:40:52.499234+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550] boot 2024-04-12T01:40:53.393 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: cluster 2024-04-12T01:40:52.499278+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-12T01:40:53.393 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:53 smithi136 bash[22214]: audit 2024-04-12T01:40:52.499422+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:53.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: cluster 2024-04-12T01:40:50.863616+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:40:53.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: cluster 2024-04-12T01:40:50.863704+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:40:53.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: cluster 2024-04-12T01:40:51.322587+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:53.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: audit 2024-04-12T01:40:52.172847+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:53.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: cluster 2024-04-12T01:40:52.499234+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550] boot 2024-04-12T01:40:53.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: cluster 2024-04-12T01:40:52.499278+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-12T01:40:53.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:53 smithi083 bash[21555]: audit 2024-04-12T01:40:52.499422+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:53.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: cluster 2024-04-12T01:40:50.863616+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:40:53.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: cluster 2024-04-12T01:40:50.863704+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:40:53.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: cluster 2024-04-12T01:40:51.322587+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-12T01:40:53.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: audit 2024-04-12T01:40:52.172847+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:53.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: cluster 2024-04-12T01:40:52.499234+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.136:6800/292473550,v1:172.21.15.136:6801/292473550] boot 2024-04-12T01:40:53.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: cluster 2024-04-12T01:40:52.499278+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-12T01:40:53.653 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:53 smithi167 bash[22256]: audit 2024-04-12T01:40:52.499422+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:40:54.312 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 1 on host 'smithi136' 2024-04-12T01:40:54.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: cluster 2024-04-12T01:40:53.323156+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: cluster 2024-04-12T01:40:53.501535+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.270081+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.278880+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.309761+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.314977+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.322596+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.326480+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.328317+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:54.734 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:54 smithi136 bash[22214]: audit 2024-04-12T01:40:54.338061+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: cluster 2024-04-12T01:40:53.323156+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: cluster 2024-04-12T01:40:53.501535+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.270081+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.278880+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.309761+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.314977+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.322596+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.326480+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:54.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.328317+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:54.737 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:54 smithi083 bash[21555]: audit 2024-04-12T01:40:54.338061+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: cluster 2024-04-12T01:40:53.323156+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: cluster 2024-04-12T01:40:53.501535+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.270081+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.278880+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.309761+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.314977+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.322596+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.326480+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.328317+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:54.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:54 smithi167 bash[22256]: audit 2024-04-12T01:40:54.338061+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.562 DEBUG:teuthology.orchestra.run.smithi136:osd.1> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.1.service 2024-04-12T01:40:55.565 INFO:tasks.cephadm:Deploying osd.2 on smithi167 with /dev/vg_nvme/lv_4... 2024-04-12T01:40:55.565 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T01:40:55.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: cephadm 2024-04-12T01:40:54.316241+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 16241M 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.796821+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.801926+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.807666+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.808829+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.811478+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.812262+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: cluster 2024-04-12T01:40:54.813967+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:55.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:55 smithi167 bash[22256]: audit 2024-04-12T01:40:54.818198+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: cephadm 2024-04-12T01:40:54.316241+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 16241M 2024-04-12T01:40:55.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.796821+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.801926+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.807666+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:55.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.808829+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:55.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.811478+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:55.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.812262+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:55.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: cluster 2024-04-12T01:40:54.813967+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:55.984 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:55 smithi136 bash[22214]: audit 2024-04-12T01:40:54.818198+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:56.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: cephadm 2024-04-12T01:40:54.316241+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 16241M 2024-04-12T01:40:56.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.796821+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.801926+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.807666+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.808829+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.811478+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.812262+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: cluster 2024-04-12T01:40:54.813967+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:56.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:55 smithi083 bash[21555]: audit 2024-04-12T01:40:54.818198+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:40:57.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:56 smithi167 bash[22256]: cluster 2024-04-12T01:40:55.805659+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:40:57.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:56 smithi136 bash[22214]: cluster 2024-04-12T01:40:55.805659+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:40:57.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:56 smithi083 bash[21555]: cluster 2024-04-12T01:40:55.805659+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:40:58.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:40:57 smithi167 bash[22256]: cluster 2024-04-12T01:40:56.814566+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:58.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:40:57 smithi136 bash[22214]: cluster 2024-04-12T01:40:56.814566+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:58.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:40:57 smithi083 bash[21555]: cluster 2024-04-12T01:40:56.814566+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:40:59.266 INFO:teuthology.orchestra.run.smithi167.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.c/config 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: cluster 2024-04-12T01:40:58.815131+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.135841+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.144785+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.155208+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.177971+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.183467+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.185210+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: cluster 2024-04-12T01:40:59.188509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:00.288 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:00 smithi167 bash[22256]: audit 2024-04-12T01:40:59.195043+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: cluster 2024-04-12T01:40:58.815131+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:00.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.135841+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.144785+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.155208+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.177971+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.183467+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.185210+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: cluster 2024-04-12T01:40:59.188509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:00.484 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:00 smithi136 bash[22214]: audit 2024-04-12T01:40:59.195043+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: cluster 2024-04-12T01:40:58.815131+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.135841+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.144785+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.155208+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.177971+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.183467+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.185210+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:00.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: cluster 2024-04-12T01:40:59.188509+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:00.487 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:00 smithi083 bash[21555]: audit 2024-04-12T01:40:59.195043+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:01.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:01 smithi167 bash[22256]: cluster 2024-04-12T01:41:00.151698+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:41:01.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:01 smithi167 bash[22256]: cluster 2024-04-12T01:41:00.151780+0000 mon.a (mon.0) 521 : cluster [INF] Cluster is now healthy 2024-04-12T01:41:01.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:01 smithi136 bash[22214]: cluster 2024-04-12T01:41:00.151698+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:41:01.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:01 smithi136 bash[22214]: cluster 2024-04-12T01:41:00.151780+0000 mon.a (mon.0) 521 : cluster [INF] Cluster is now healthy 2024-04-12T01:41:01.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:01 smithi083 bash[21555]: cluster 2024-04-12T01:41:00.151698+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:41:01.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:01 smithi083 bash[21555]: cluster 2024-04-12T01:41:00.151780+0000 mon.a (mon.0) 521 : cluster [INF] Cluster is now healthy 2024-04-12T01:41:02.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:02 smithi167 bash[22256]: cluster 2024-04-12T01:41:01.188996+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:02.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:02 smithi136 bash[22214]: cluster 2024-04-12T01:41:01.188996+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:02.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:02 smithi083 bash[21555]: cluster 2024-04-12T01:41:01.188996+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:02.637 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T01:41:02.637 INFO:teuthology.orchestra.run.smithi167.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T01:41:02.637 INFO:teuthology.orchestra.run.smithi167.stderr: stderr: 10+0 records in 2024-04-12T01:41:02.637 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2024-04-12T01:41:02.637 INFO:teuthology.orchestra.run.smithi167.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0129843 s, 808 MB/s 2024-04-12T01:41:02.637 INFO:teuthology.orchestra.run.smithi167.stderr:--> Zapping successful for: 2024-04-12T01:41:03.575 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:03 smithi167 bash[22256]: audit 2024-04-12T01:41:02.280333+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.575 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:03 smithi167 bash[22256]: audit 2024-04-12T01:41:02.288612+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.575 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:03 smithi167 bash[22256]: audit 2024-04-12T01:41:02.300008+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.575 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:03 smithi167 bash[22256]: cluster 2024-04-12T01:41:03.189458+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:03.576 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi167:vg_nvme/lv_4 2024-04-12T01:41:03.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:03 smithi136 bash[22214]: audit 2024-04-12T01:41:02.280333+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:03 smithi136 bash[22214]: audit 2024-04-12T01:41:02.288612+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:03 smithi136 bash[22214]: audit 2024-04-12T01:41:02.300008+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:03 smithi136 bash[22214]: cluster 2024-04-12T01:41:03.189458+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:03.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:03 smithi083 bash[21555]: audit 2024-04-12T01:41:02.280333+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:03 smithi083 bash[21555]: audit 2024-04-12T01:41:02.288612+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:03 smithi083 bash[21555]: audit 2024-04-12T01:41:02.300008+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:03.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:03 smithi083 bash[21555]: cluster 2024-04-12T01:41:03.189458+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:06.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:06 smithi136 bash[22214]: cluster 2024-04-12T01:41:05.189864+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:06.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:06 smithi083 bash[21555]: cluster 2024-04-12T01:41:05.189864+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:06.600 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:06 smithi167 bash[22256]: cluster 2024-04-12T01:41:05.189864+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:08.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:08 smithi083 bash[21555]: cluster 2024-04-12T01:41:07.190312+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:08.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:08 smithi083 bash[21555]: audit 2024-04-12T01:41:07.350005+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:08 smithi083 bash[21555]: audit 2024-04-12T01:41:07.359666+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.486 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:08 smithi083 bash[21555]: audit 2024-04-12T01:41:07.371226+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.589 INFO:teuthology.orchestra.run.smithi167.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.c/config 2024-04-12T01:41:08.609 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:08 smithi167 bash[22256]: cluster 2024-04-12T01:41:07.190312+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:08.609 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:08 smithi167 bash[22256]: audit 2024-04-12T01:41:07.350005+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.610 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:08 smithi167 bash[22256]: audit 2024-04-12T01:41:07.359666+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.610 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:08 smithi167 bash[22256]: audit 2024-04-12T01:41:07.371226+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:08 smithi136 bash[22214]: cluster 2024-04-12T01:41:07.190312+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:08.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:08 smithi136 bash[22214]: audit 2024-04-12T01:41:07.350005+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:08 smithi136 bash[22214]: audit 2024-04-12T01:41:07.359666+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:08.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:08 smithi136 bash[22214]: audit 2024-04-12T01:41:07.371226+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:10.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:10 smithi167 bash[22256]: cluster 2024-04-12T01:41:09.190776+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:10.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:10 smithi136 bash[22214]: cluster 2024-04-12T01:41:09.190776+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:10.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:10 smithi083 bash[21555]: cluster 2024-04-12T01:41:09.190776+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:11.611 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:11 smithi083 bash[21555]: audit 2024-04-12T01:41:11.211023+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:41:11.611 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:11 smithi083 bash[21555]: audit 2024-04-12T01:41:11.217615+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:41:11.611 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:11 smithi083 bash[21555]: audit 2024-04-12T01:41:11.219361+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:11.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:11 smithi167 bash[22256]: audit 2024-04-12T01:41:11.211023+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:41:11.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:11 smithi167 bash[22256]: audit 2024-04-12T01:41:11.217615+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:41:11.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:11 smithi167 bash[22256]: audit 2024-04-12T01:41:11.219361+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:11.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:11 smithi136 bash[22214]: audit 2024-04-12T01:41:11.211023+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T01:41:11.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:11 smithi136 bash[22214]: audit 2024-04-12T01:41:11.217615+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T01:41:11.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:11 smithi136 bash[22214]: audit 2024-04-12T01:41:11.219361+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:12.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:12 smithi083 bash[21555]: cluster 2024-04-12T01:41:11.191220+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:12.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:12 smithi083 bash[21555]: audit 2024-04-12T01:41:11.203508+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:41:12.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:12 smithi167 bash[22256]: cluster 2024-04-12T01:41:11.191220+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:12.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:12 smithi167 bash[22256]: audit 2024-04-12T01:41:11.203508+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:41:12.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:12 smithi136 bash[22214]: cluster 2024-04-12T01:41:11.191220+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:12.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:12 smithi136 bash[22214]: audit 2024-04-12T01:41:11.203508+0000 mgr.a (mgr.14152) 191 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi167:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:41:14.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:14 smithi136 bash[22214]: cluster 2024-04-12T01:41:13.191686+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:14.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:14 smithi083 bash[21555]: cluster 2024-04-12T01:41:13.191686+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:14.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:14 smithi167 bash[22256]: cluster 2024-04-12T01:41:13.191686+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:16.483 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:16 smithi136 bash[22214]: cluster 2024-04-12T01:41:15.192156+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:16.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:16 smithi167 bash[22256]: cluster 2024-04-12T01:41:15.192156+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:16.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:16 smithi083 bash[21555]: cluster 2024-04-12T01:41:15.192156+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:18.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:18 smithi167 bash[22256]: cluster 2024-04-12T01:41:17.192604+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:18.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:18 smithi167 bash[22256]: audit 2024-04-12T01:41:17.735023+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:18 smithi167 bash[22256]: audit 2024-04-12T01:41:17.744015+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:18 smithi167 bash[22256]: audit 2024-04-12T01:41:17.754297+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:18 smithi136 bash[22214]: cluster 2024-04-12T01:41:17.192604+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:18.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:18 smithi136 bash[22214]: audit 2024-04-12T01:41:17.735023+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:18 smithi136 bash[22214]: audit 2024-04-12T01:41:17.744015+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:18 smithi136 bash[22214]: audit 2024-04-12T01:41:17.754297+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:18 smithi083 bash[21555]: cluster 2024-04-12T01:41:17.192604+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:18.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:18 smithi083 bash[21555]: audit 2024-04-12T01:41:17.735023+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:18 smithi083 bash[21555]: audit 2024-04-12T01:41:17.744015+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:18.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:18 smithi083 bash[21555]: audit 2024-04-12T01:41:17.754297+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:19.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:19 smithi167 bash[22256]: cluster 2024-04-12T01:41:19.193098+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:19.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:19 smithi167 bash[22256]: audit 2024-04-12T01:41:19.295191+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.167:0/3476048973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]: dispatch 2024-04-12T01:41:19.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:19 smithi167 bash[22256]: audit 2024-04-12T01:41:19.300216+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]: dispatch 2024-04-12T01:41:19.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:19 smithi167 bash[22256]: audit 2024-04-12T01:41:19.303665+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]': finished 2024-04-12T01:41:19.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:19 smithi167 bash[22256]: cluster 2024-04-12T01:41:19.308335+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-12T01:41:19.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:19 smithi167 bash[22256]: audit 2024-04-12T01:41:19.309005+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:19.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:19 smithi136 bash[22214]: cluster 2024-04-12T01:41:19.193098+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:19.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:19 smithi136 bash[22214]: audit 2024-04-12T01:41:19.295191+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.167:0/3476048973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]: dispatch 2024-04-12T01:41:19.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:19 smithi136 bash[22214]: audit 2024-04-12T01:41:19.300216+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]: dispatch 2024-04-12T01:41:19.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:19 smithi136 bash[22214]: audit 2024-04-12T01:41:19.303665+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]': finished 2024-04-12T01:41:19.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:19 smithi136 bash[22214]: cluster 2024-04-12T01:41:19.308335+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-12T01:41:19.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:19 smithi136 bash[22214]: audit 2024-04-12T01:41:19.309005+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:19.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:19 smithi083 bash[21555]: cluster 2024-04-12T01:41:19.193098+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:19.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:19 smithi083 bash[21555]: audit 2024-04-12T01:41:19.295191+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.167:0/3476048973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]: dispatch 2024-04-12T01:41:19.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:19 smithi083 bash[21555]: audit 2024-04-12T01:41:19.300216+0000 mon.a (mon.0) 534 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]: dispatch 2024-04-12T01:41:19.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:19 smithi083 bash[21555]: audit 2024-04-12T01:41:19.303665+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20a68298-2dae-48ba-b874-73146fcaaabf"}]': finished 2024-04-12T01:41:19.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:19 smithi083 bash[21555]: cluster 2024-04-12T01:41:19.308335+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-12T01:41:19.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:19 smithi083 bash[21555]: audit 2024-04-12T01:41:19.309005+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:20.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:20 smithi167 bash[22256]: audit 2024-04-12T01:41:20.023211+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.167:0/3289136301' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:41:20.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:20 smithi136 bash[22214]: audit 2024-04-12T01:41:20.023211+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.167:0/3289136301' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:41:20.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:20 smithi083 bash[21555]: audit 2024-04-12T01:41:20.023211+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.167:0/3289136301' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T01:41:21.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:21 smithi167 bash[22256]: cluster 2024-04-12T01:41:21.193554+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:21.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:21 smithi136 bash[22214]: cluster 2024-04-12T01:41:21.193554+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:21.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:21 smithi083 bash[21555]: cluster 2024-04-12T01:41:21.193554+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:23.729 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:23 smithi167 bash[22256]: audit 2024-04-12T01:41:22.466168+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.729 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:23 smithi167 bash[22256]: audit 2024-04-12T01:41:22.472977+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.729 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:23 smithi167 bash[22256]: audit 2024-04-12T01:41:22.478520+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.729 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:23 smithi167 bash[22256]: cluster 2024-04-12T01:41:23.194013+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:23.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:23 smithi136 bash[22214]: audit 2024-04-12T01:41:22.466168+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:23 smithi136 bash[22214]: audit 2024-04-12T01:41:22.472977+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:23 smithi136 bash[22214]: audit 2024-04-12T01:41:22.478520+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:23 smithi136 bash[22214]: cluster 2024-04-12T01:41:23.194013+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:23.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:23 smithi083 bash[21555]: audit 2024-04-12T01:41:22.466168+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:23 smithi083 bash[21555]: audit 2024-04-12T01:41:22.472977+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:23 smithi083 bash[21555]: audit 2024-04-12T01:41:22.478520+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:23.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:23 smithi083 bash[21555]: cluster 2024-04-12T01:41:23.194013+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:26.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:26 smithi083 bash[21555]: cluster 2024-04-12T01:41:25.194469+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:26.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:26 smithi167 bash[22256]: cluster 2024-04-12T01:41:25.194469+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:26.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:26 smithi136 bash[22214]: cluster 2024-04-12T01:41:25.194469+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:28.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:28 smithi167 bash[22256]: cluster 2024-04-12T01:41:27.194919+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:28.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:28 smithi167 bash[22256]: audit 2024-04-12T01:41:27.577768+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:28 smithi167 bash[22256]: audit 2024-04-12T01:41:27.587362+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:28 smithi167 bash[22256]: audit 2024-04-12T01:41:27.599344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:28 smithi136 bash[22214]: cluster 2024-04-12T01:41:27.194919+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:28.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:28 smithi136 bash[22214]: audit 2024-04-12T01:41:27.577768+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:28 smithi136 bash[22214]: audit 2024-04-12T01:41:27.587362+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:28 smithi136 bash[22214]: audit 2024-04-12T01:41:27.599344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:28 smithi083 bash[21555]: cluster 2024-04-12T01:41:27.194919+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:28.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:28 smithi083 bash[21555]: audit 2024-04-12T01:41:27.577768+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:28 smithi083 bash[21555]: audit 2024-04-12T01:41:27.587362+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:28.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:28 smithi083 bash[21555]: audit 2024-04-12T01:41:27.599344+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:29.530 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:29 smithi167 bash[22256]: cephadm 2024-04-12T01:41:27.590588+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi167 2024-04-12T01:41:29.733 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:29 smithi136 bash[22214]: cephadm 2024-04-12T01:41:27.590588+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi167 2024-04-12T01:41:29.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:29 smithi083 bash[21555]: cephadm 2024-04-12T01:41:27.590588+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Detected new or changed devices on smithi167 2024-04-12T01:41:30.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:30 smithi167 bash[22256]: cluster 2024-04-12T01:41:29.195458+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:30.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:30 smithi136 bash[22214]: cluster 2024-04-12T01:41:29.195458+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:30.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:30 smithi083 bash[21555]: cluster 2024-04-12T01:41:29.195458+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:32.528 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:32 smithi083 bash[21555]: cluster 2024-04-12T01:41:31.195966+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:32.528 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:32 smithi083 bash[21555]: audit 2024-04-12T01:41:32.228270+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T01:41:32.528 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:32 smithi083 bash[21555]: audit 2024-04-12T01:41:32.230222+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:32.631 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:32 smithi136 bash[22214]: cluster 2024-04-12T01:41:31.195966+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:32.631 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:32 smithi136 bash[22214]: audit 2024-04-12T01:41:32.228270+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T01:41:32.631 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:32 smithi136 bash[22214]: audit 2024-04-12T01:41:32.230222+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:32.642 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:32 smithi167 bash[22256]: cluster 2024-04-12T01:41:31.195966+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:32.642 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:32 smithi167 bash[22256]: audit 2024-04-12T01:41:32.228270+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T01:41:32.642 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:32 smithi167 bash[22256]: audit 2024-04-12T01:41:32.230222+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:33.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:33 smithi083 bash[21555]: cephadm 2024-04-12T01:41:32.232092+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi167 2024-04-12T01:41:33.556 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:33 smithi167 bash[22256]: cephadm 2024-04-12T01:41:32.232092+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi167 2024-04-12T01:41:33.631 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:33 smithi136 bash[22214]: cephadm 2024-04-12T01:41:32.232092+0000 mgr.a (mgr.14152) 203 : cephadm [INF] Deploying daemon osd.2 on smithi167 2024-04-12T01:41:34.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:34 smithi136 bash[22214]: cluster 2024-04-12T01:41:33.196435+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:34.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:34 smithi167 bash[22256]: cluster 2024-04-12T01:41:33.196435+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:34.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:34 smithi083 bash[21555]: cluster 2024-04-12T01:41:33.196435+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:36.330 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:36 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:41:36.330 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:36 smithi167 bash[22256]: cluster 2024-04-12T01:41:35.196941+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:36.596 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:36 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:41:36.626 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:36 smithi136 bash[22214]: cluster 2024-04-12T01:41:35.196941+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:36.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:36 smithi083 bash[21555]: cluster 2024-04-12T01:41:35.196941+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: audit 2024-04-12T01:41:36.609908+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: audit 2024-04-12T01:41:36.610730+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: audit 2024-04-12T01:41:36.620291+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: audit 2024-04-12T01:41:36.621031+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: audit 2024-04-12T01:41:36.624845+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: audit 2024-04-12T01:41:36.637971+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:37 smithi167 bash[22256]: cluster 2024-04-12T01:41:37.197371+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:37.962 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: audit 2024-04-12T01:41:36.609908+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.962 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: audit 2024-04-12T01:41:36.610730+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:37.962 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: audit 2024-04-12T01:41:36.620291+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.962 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: audit 2024-04-12T01:41:36.621031+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:37.962 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: audit 2024-04-12T01:41:36.624845+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:37.962 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: audit 2024-04-12T01:41:36.637971+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.963 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:37 smithi136 bash[22214]: cluster 2024-04-12T01:41:37.197371+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:37.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: audit 2024-04-12T01:41:36.609908+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: audit 2024-04-12T01:41:36.610730+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:37.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: audit 2024-04-12T01:41:36.620291+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: audit 2024-04-12T01:41:36.621031+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:37.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: audit 2024-04-12T01:41:36.624845+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:37.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: audit 2024-04-12T01:41:36.637971+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:37.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:37 smithi083 bash[21555]: cluster 2024-04-12T01:41:37.197371+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:39.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:38 smithi167 bash[22256]: audit 2024-04-12T01:41:37.952752+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:38 smithi167 bash[22256]: audit 2024-04-12T01:41:37.963357+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:38 smithi167 bash[22256]: audit 2024-04-12T01:41:37.975331+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:38 smithi136 bash[22214]: audit 2024-04-12T01:41:37.952752+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:38 smithi136 bash[22214]: audit 2024-04-12T01:41:37.963357+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:38 smithi136 bash[22214]: audit 2024-04-12T01:41:37.975331+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:38 smithi083 bash[21555]: audit 2024-04-12T01:41:37.952752+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:38 smithi083 bash[21555]: audit 2024-04-12T01:41:37.963357+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:39.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:38 smithi083 bash[21555]: audit 2024-04-12T01:41:37.975331+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:40.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:39 smithi136 bash[22214]: cluster 2024-04-12T01:41:39.197929+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:40.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:39 smithi083 bash[21555]: cluster 2024-04-12T01:41:39.197929+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:40.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:39 smithi167 bash[22256]: cluster 2024-04-12T01:41:39.197929+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:42.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:42 smithi167 bash[22256]: cluster 2024-04-12T01:41:41.198418+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:42.667 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:42 smithi083 bash[21555]: cluster 2024-04-12T01:41:41.198418+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:42.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:42 smithi136 bash[22214]: cluster 2024-04-12T01:41:41.198418+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:43.964 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:43 smithi167 bash[22256]: audit 2024-04-12T01:41:42.667585+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.964 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:43 smithi167 bash[22256]: audit 2024-04-12T01:41:42.674306+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.964 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:43 smithi167 bash[22256]: audit 2024-04-12T01:41:42.681645+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.964 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:43 smithi167 bash[22256]: audit 2024-04-12T01:41:43.015375+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T01:41:43.964 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:43 smithi167 bash[22256]: audit 2024-04-12T01:41:43.020417+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T01:41:43.964 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:43 smithi167 bash[22256]: cluster 2024-04-12T01:41:43.198895+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:43.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:43 smithi136 bash[22214]: audit 2024-04-12T01:41:42.667585+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:43 smithi136 bash[22214]: audit 2024-04-12T01:41:42.674306+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:43 smithi136 bash[22214]: audit 2024-04-12T01:41:42.681645+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:43 smithi136 bash[22214]: audit 2024-04-12T01:41:43.015375+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T01:41:43.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:43 smithi136 bash[22214]: audit 2024-04-12T01:41:43.020417+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T01:41:43.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:43 smithi136 bash[22214]: cluster 2024-04-12T01:41:43.198895+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:43.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:43 smithi083 bash[21555]: audit 2024-04-12T01:41:42.667585+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:43 smithi083 bash[21555]: audit 2024-04-12T01:41:42.674306+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:43 smithi083 bash[21555]: audit 2024-04-12T01:41:42.681645+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:43.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:43 smithi083 bash[21555]: audit 2024-04-12T01:41:43.015375+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T01:41:43.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:43 smithi083 bash[21555]: audit 2024-04-12T01:41:43.020417+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T01:41:43.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:43 smithi083 bash[21555]: cluster 2024-04-12T01:41:43.198895+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:44.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:44 smithi136 bash[22214]: audit 2024-04-12T01:41:43.686958+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T01:41:44.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:44 smithi136 bash[22214]: audit 2024-04-12T01:41:43.688522+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-04-12T01:41:44.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:44 smithi136 bash[22214]: cluster 2024-04-12T01:41:43.691548+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T01:41:44.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:44 smithi136 bash[22214]: audit 2024-04-12T01:41:43.691971+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:44.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:44 smithi136 bash[22214]: audit 2024-04-12T01:41:43.693709+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-04-12T01:41:44.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:44 smithi083 bash[21555]: audit 2024-04-12T01:41:43.686958+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T01:41:44.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:44 smithi083 bash[21555]: audit 2024-04-12T01:41:43.688522+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-04-12T01:41:44.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:44 smithi083 bash[21555]: cluster 2024-04-12T01:41:43.691548+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T01:41:44.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:44 smithi083 bash[21555]: audit 2024-04-12T01:41:43.691971+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:44.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:44 smithi083 bash[21555]: audit 2024-04-12T01:41:43.693709+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-04-12T01:41:45.071 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:44 smithi167 bash[22256]: audit 2024-04-12T01:41:43.686958+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T01:41:45.071 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:44 smithi167 bash[22256]: audit 2024-04-12T01:41:43.688522+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-04-12T01:41:45.071 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:44 smithi167 bash[22256]: cluster 2024-04-12T01:41:43.691548+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T01:41:45.071 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:44 smithi167 bash[22256]: audit 2024-04-12T01:41:43.691971+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.071 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:44 smithi167 bash[22256]: audit 2024-04-12T01:41:43.693709+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]: dispatch 2024-04-12T01:41:45.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:45 smithi167 bash[22256]: audit 2024-04-12T01:41:44.689292+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-04-12T01:41:45.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:45 smithi167 bash[22256]: cluster 2024-04-12T01:41:44.694366+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T01:41:45.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:45 smithi167 bash[22256]: audit 2024-04-12T01:41:44.695122+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:45 smithi167 bash[22256]: audit 2024-04-12T01:41:44.703864+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:45 smithi167 bash[22256]: cluster 2024-04-12T01:41:45.199337+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:45.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:45 smithi136 bash[22214]: audit 2024-04-12T01:41:44.689292+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-04-12T01:41:45.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:45 smithi136 bash[22214]: cluster 2024-04-12T01:41:44.694366+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T01:41:45.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:45 smithi136 bash[22214]: audit 2024-04-12T01:41:44.695122+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:45 smithi136 bash[22214]: audit 2024-04-12T01:41:44.703864+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:45 smithi136 bash[22214]: cluster 2024-04-12T01:41:45.199337+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:45.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:45 smithi083 bash[21555]: audit 2024-04-12T01:41:44.689292+0000 mon.a (mon.0) 563 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi167", "root=default"]}]': finished 2024-04-12T01:41:45.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:45 smithi083 bash[21555]: cluster 2024-04-12T01:41:44.694366+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T01:41:45.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:45 smithi083 bash[21555]: audit 2024-04-12T01:41:44.695122+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:45 smithi083 bash[21555]: audit 2024-04-12T01:41:44.703864+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:45.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:45 smithi083 bash[21555]: cluster 2024-04-12T01:41:45.199337+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-12T01:41:46.357 INFO:teuthology.orchestra.run.smithi167.stdout:Created osd(s) 2 on host 'smithi167' 2024-04-12T01:41:46.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: cluster 2024-04-12T01:41:44.006640+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: cluster 2024-04-12T01:41:44.006725+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: cluster 2024-04-12T01:41:45.704384+0000 mon.a (mon.0) 567 : cluster [INF] osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545] boot 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: cluster 2024-04-12T01:41:45.704454+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:45.705096+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.358718+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.366811+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.372207+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.378269+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.386222+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.390191+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.391913+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:46.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:46 smithi136 bash[22214]: audit 2024-04-12T01:41:46.402174+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: cluster 2024-04-12T01:41:44.006640+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:41:46.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: cluster 2024-04-12T01:41:44.006725+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:41:46.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: cluster 2024-04-12T01:41:45.704384+0000 mon.a (mon.0) 567 : cluster [INF] osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545] boot 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: cluster 2024-04-12T01:41:45.704454+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:45.705096+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.358718+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.366811+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.372207+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.378269+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.386222+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.390191+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.391913+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:46.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:46 smithi083 bash[21555]: audit 2024-04-12T01:41:46.402174+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.041 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: cluster 2024-04-12T01:41:44.006640+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: cluster 2024-04-12T01:41:44.006725+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: cluster 2024-04-12T01:41:45.704384+0000 mon.a (mon.0) 567 : cluster [INF] osd.2 [v2:172.21.15.167:6800/3605938545,v1:172.21.15.167:6801/3605938545] boot 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: cluster 2024-04-12T01:41:45.704454+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:45.705096+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.358718+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.366811+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.372207+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.378269+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.386222+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.390191+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.391913+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:47.042 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:46 smithi167 bash[22256]: audit 2024-04-12T01:41:46.402174+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.579 DEBUG:teuthology.orchestra.run.smithi167:osd.2> sudo journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.2.service 2024-04-12T01:41:47.582 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-12T01:41:47.582 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd stat -f json 2024-04-12T01:41:47.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: cephadm 2024-04-12T01:41:46.379800+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 20337M 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: cluster 2024-04-12T01:41:46.802619+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: cluster 2024-04-12T01:41:47.199809+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.639173+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.760188+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.770031+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.777495+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.777818+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.780822+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.781682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:47.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:47 smithi167 bash[22256]: audit 2024-04-12T01:41:47.789094+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: cephadm 2024-04-12T01:41:46.379800+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 20337M 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: cluster 2024-04-12T01:41:46.802619+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: cluster 2024-04-12T01:41:47.199809+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.639173+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.760188+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.770031+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.777495+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.777818+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.780822+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.781682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:47.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:47 smithi083 bash[21555]: audit 2024-04-12T01:41:47.789094+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: cephadm 2024-04-12T01:41:46.379800+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Adjusting osd_memory_target on smithi167 to 20337M 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: cluster 2024-04-12T01:41:46.802619+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: cluster 2024-04-12T01:41:47.199809+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.639173+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.760188+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.770031+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.777495+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.777818+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.780822+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.781682+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:48.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:47 smithi136 bash[22214]: audit 2024-04-12T01:41:47.789094+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:49.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:48 smithi167 bash[22256]: cluster 2024-04-12T01:41:47.783335+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:49.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:48 smithi167 bash[22256]: cluster 2024-04-12T01:41:47.795650+0000 mon.a (mon.0) 587 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:41:49.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:48 smithi167 bash[22256]: audit 2024-04-12T01:41:47.804670+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-12T01:41:49.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:48 smithi167 bash[22256]: cluster 2024-04-12T01:41:47.812205+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T01:41:49.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:48 smithi167 bash[22256]: audit 2024-04-12T01:41:47.812947+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T01:41:49.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:48 smithi136 bash[22214]: cluster 2024-04-12T01:41:47.783335+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:49.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:48 smithi136 bash[22214]: cluster 2024-04-12T01:41:47.795650+0000 mon.a (mon.0) 587 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:41:49.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:48 smithi136 bash[22214]: audit 2024-04-12T01:41:47.804670+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-12T01:41:49.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:48 smithi136 bash[22214]: cluster 2024-04-12T01:41:47.812205+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T01:41:49.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:48 smithi136 bash[22214]: audit 2024-04-12T01:41:47.812947+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T01:41:49.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:48 smithi083 bash[21555]: cluster 2024-04-12T01:41:47.783335+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:49.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:48 smithi083 bash[21555]: cluster 2024-04-12T01:41:47.795650+0000 mon.a (mon.0) 587 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:41:49.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:48 smithi083 bash[21555]: audit 2024-04-12T01:41:47.804670+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-12T01:41:49.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:48 smithi083 bash[21555]: cluster 2024-04-12T01:41:47.812205+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T01:41:49.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:48 smithi083 bash[21555]: audit 2024-04-12T01:41:47.812947+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T01:41:50.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:48.816636+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T01:41:50.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: cluster 2024-04-12T01:41:48.821802+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T01:41:50.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.121304+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.221412+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.327873+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.330483+0000 mon.a (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.383663+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.384238+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.384656+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.384940+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.385145+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.388352+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.388658+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.388833+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.437927+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.443436+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.153 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.446993+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.447474+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.447910+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.154 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:49 smithi167 bash[22256]: audit 2024-04-12T01:41:49.496978+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:48.816636+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: cluster 2024-04-12T01:41:48.821802+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.121304+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.221412+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.327873+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.330483+0000 mon.a (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.383663+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.384238+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.384656+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.384940+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.385145+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.388352+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.388658+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.388833+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.437927+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.443436+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.446993+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.447474+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.447910+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.234 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:49 smithi136 bash[22214]: audit 2024-04-12T01:41:49.496978+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:48.816636+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: cluster 2024-04-12T01:41:48.821802+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.121304+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.221412+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.327873+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.330483+0000 mon.a (mon.0) 596 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.383663+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.384238+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.384656+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.384940+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.385145+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.388352+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.388658+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.388833+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.437927+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.443436+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.446993+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.447474+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:41:50.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.447910+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:41:50.238 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:49 smithi083 bash[21555]: audit 2024-04-12T01:41:49.496978+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T01:41:51.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:50 smithi167 bash[22256]: cluster 2024-04-12T01:41:49.783939+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:51.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:50 smithi167 bash[22256]: cluster 2024-04-12T01:41:49.825020+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T01:41:51.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:50 smithi136 bash[22214]: cluster 2024-04-12T01:41:49.783939+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:51.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:50 smithi136 bash[22214]: cluster 2024-04-12T01:41:49.825020+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T01:41:51.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:50 smithi083 bash[21555]: cluster 2024-04-12T01:41:49.783939+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:51.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:50 smithi083 bash[21555]: cluster 2024-04-12T01:41:49.825020+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T01:41:52.126 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:51 smithi136 bash[22214]: cluster 2024-04-12T01:41:50.852034+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T01:41:52.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:51 smithi167 bash[22256]: cluster 2024-04-12T01:41:50.852034+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T01:41:52.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:51 smithi083 bash[21555]: cluster 2024-04-12T01:41:50.852034+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-12T01:41:52.307 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:41:53.103 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:52 smithi136 bash[22214]: cluster 2024-04-12T01:41:51.784619+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:53.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:52 smithi167 bash[22256]: cluster 2024-04-12T01:41:51.784619+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:53.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:52 smithi083 bash[21555]: cluster 2024-04-12T01:41:51.784619+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: cluster 2024-04-12T01:41:53.785089+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.961838+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.966664+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.971741+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.987200+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:55.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.989890+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:55.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.990646+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:55.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: cluster 2024-04-12T01:41:53.992109+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.233 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:54 smithi136 bash[22214]: audit 2024-04-12T01:41:53.995736+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: cluster 2024-04-12T01:41:53.785089+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.961838+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.966664+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.971741+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.987200+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.989890+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.990646+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: cluster 2024-04-12T01:41:53.992109+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.270 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:54 smithi083 bash[21555]: audit 2024-04-12T01:41:53.995736+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: cluster 2024-04-12T01:41:53.785089+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.961838+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.966664+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.971741+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.987200+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.989890+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.990646+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: cluster 2024-04-12T01:41:53.992109+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:55.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:54 smithi167 bash[22256]: audit 2024-04-12T01:41:53.995736+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:56.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:55 smithi136 bash[22214]: cluster 2024-04-12T01:41:54.970329+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:41:56.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:55 smithi136 bash[22214]: cluster 2024-04-12T01:41:54.970380+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-04-12T01:41:56.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:55 smithi083 bash[21555]: cluster 2024-04-12T01:41:54.970329+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:41:56.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:55 smithi083 bash[21555]: cluster 2024-04-12T01:41:54.970380+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-04-12T01:41:56.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:55 smithi167 bash[22256]: cluster 2024-04-12T01:41:54.970329+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T01:41:56.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:55 smithi167 bash[22256]: cluster 2024-04-12T01:41:54.970380+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-04-12T01:41:56.510 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:41:57.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:56 smithi136 bash[22214]: cluster 2024-04-12T01:41:55.992411+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:57.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:56 smithi136 bash[22214]: audit 2024-04-12T01:41:56.526734+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.83:0/3367196476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T01:41:57.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:56 smithi083 bash[21555]: cluster 2024-04-12T01:41:55.992411+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:57.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:56 smithi083 bash[21555]: audit 2024-04-12T01:41:56.526734+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.83:0/3367196476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T01:41:57.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:56 smithi167 bash[22256]: cluster 2024-04-12T01:41:55.992411+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:57.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:56 smithi167 bash[22256]: audit 2024-04-12T01:41:56.526734+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.83:0/3367196476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T01:41:57.577 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1712886105,"num_in_osds":3,"osd_in_since":1712886079,"num_remapped_pgs":0} 2024-04-12T01:41:57.578 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T01:41:59.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:59 smithi167 bash[22256]: cluster 2024-04-12T01:41:57.992879+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:59.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:59 smithi167 bash[22256]: audit 2024-04-12T01:41:58.158628+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:59 smithi167 bash[22256]: audit 2024-04-12T01:41:58.163954+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:41:59 smithi167 bash[22256]: audit 2024-04-12T01:41:58.169296+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:59 smithi136 bash[22214]: cluster 2024-04-12T01:41:57.992879+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:59.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:59 smithi136 bash[22214]: audit 2024-04-12T01:41:58.158628+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:59 smithi136 bash[22214]: audit 2024-04-12T01:41:58.163954+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:41:59 smithi136 bash[22214]: audit 2024-04-12T01:41:58.169296+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:59 smithi083 bash[21555]: cluster 2024-04-12T01:41:57.992879+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:41:59.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:59 smithi083 bash[21555]: audit 2024-04-12T01:41:58.158628+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:59 smithi083 bash[21555]: audit 2024-04-12T01:41:58.163954+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:41:59.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:41:59 smithi083 bash[21555]: audit 2024-04-12T01:41:58.169296+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:01.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:01 smithi167 bash[22256]: cluster 2024-04-12T01:41:59.993471+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:01.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:01 smithi136 bash[22214]: cluster 2024-04-12T01:41:59.993471+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:01.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:01 smithi083 bash[21555]: cluster 2024-04-12T01:41:59.993471+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:02.299 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:03.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:03 smithi083 bash[21555]: cluster 2024-04-12T01:42:01.994093+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:03.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:03 smithi083 bash[21555]: audit 2024-04-12T01:42:02.866615+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:03 smithi083 bash[21555]: audit 2024-04-12T01:42:02.875598+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.425 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:03 smithi083 bash[21555]: audit 2024-04-12T01:42:02.886047+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:03 smithi136 bash[22214]: cluster 2024-04-12T01:42:01.994093+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:03.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:03 smithi136 bash[22214]: audit 2024-04-12T01:42:02.866615+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:03 smithi136 bash[22214]: audit 2024-04-12T01:42:02.875598+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:03 smithi136 bash[22214]: audit 2024-04-12T01:42:02.886047+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:03 smithi167 bash[22256]: cluster 2024-04-12T01:42:01.994093+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:03.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:03 smithi167 bash[22256]: audit 2024-04-12T01:42:02.866615+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:03 smithi167 bash[22256]: audit 2024-04-12T01:42:02.875598+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:03.652 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:03 smithi167 bash[22256]: audit 2024-04-12T01:42:02.886047+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:05.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:05 smithi083 bash[21555]: cluster 2024-04-12T01:42:03.994691+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:05.359 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:42:05.359 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":22,"fsid":"c857fb20-f86c-11ee-bc8c-c7b262605968","created":"2024-04-12T01:35:50.713438+0000","modified":"2024-04-12T01:41:49.816435+0000","last_up_change":"2024-04-12T01:41:45.696689+0000","last_in_change":"2024-04-12T01:41:19.301288+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-12T01:41:47.645283+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"d3f0c221-f430-4496-b3c4-1f3254f7f179","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.83:6802","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6803","nonce":4061253853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6805","nonce":4061253853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6809","nonce":4061253853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6807","nonce":4061253853}]},"public_addr":"172.21.15.83:6803/4061253853","cluster_addr":"172.21.15.83:6805/4061253853","heartbeat_back_addr":"172.21.15.83:6809/4061253853","heartbeat_front_addr":"172.21.15.83:6807/4061253853","state":["exists","up"]},{"osd":1,"uuid":"21f008e4-d4b5-425d-8459-37632764e2cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6801","nonce":292473550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6803","nonce":292473550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6807","nonce":292473550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6805","nonce":292473550}]},"public_addr":"172.21.15.136:6801/292473550","cluster_addr":"172.21.15.136:6803/292473550","heartbeat_back_addr":"172.21.15.136:6807/292473550","heartbeat_front_addr":"172.21.15.136:6805/292473550","state":["exists","up"]},{"osd":2,"uuid":"20a68298-2dae-48ba-b874-73146fcaaabf","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.167:6800","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6801","nonce":3605938545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6803","nonce":3605938545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6807","nonce":3605938545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6805","nonce":3605938545}]},"public_addr":"172.21.15.167:6801/3605938545","cluster_addr":"172.21.15.167:6803/3605938545","heartbeat_back_addr":"172.21.15.167:6807/3605938545","heartbeat_front_addr":"172.21.15.167:6805/3605938545","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:39:55.707238+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:40:50.863709+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:41:44.006729+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:0/2997184669":"2024-04-13T01:36:59.410270+0000","172.21.15.83:0/3741752405":"2024-04-13T01:36:59.410270+0000","172.21.15.83:6801/3459174991":"2024-04-13T01:36:59.410270+0000","172.21.15.83:0/532454547":"2024-04-13T01:36:23.591092+0000","172.21.15.83:6800/106104036":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/2671641394":"2024-04-13T01:36:23.591092+0000","172.21.15.83:6801/106104036":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/3381019365":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/3503456657":"2024-04-13T01:36:59.410270+0000","172.21.15.83:6800/3459174991":"2024-04-13T01:36:59.410270+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T01:42:05.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:05 smithi167 bash[22256]: cluster 2024-04-12T01:42:03.994691+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:05.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:05 smithi136 bash[22214]: cluster 2024-04-12T01:42:03.994691+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:06.159 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-12T01:41:47.645283+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-12T01:42:06.159 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-12T01:42:06.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:06 smithi136 bash[22214]: audit 2024-04-12T01:42:05.374201+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.83:0/1724754844' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:06.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:06 smithi083 bash[21555]: audit 2024-04-12T01:42:05.374201+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.83:0/1724754844' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:06.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:06 smithi167 bash[22256]: audit 2024-04-12T01:42:05.374201+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.83:0/1724754844' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:07.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:07 smithi167 bash[22256]: cluster 2024-04-12T01:42:05.995220+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:07.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:07 smithi136 bash[22214]: cluster 2024-04-12T01:42:05.995220+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:07.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:07 smithi083 bash[21555]: cluster 2024-04-12T01:42:05.995220+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:09.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:09 smithi136 bash[22214]: cluster 2024-04-12T01:42:07.995744+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:09.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:09 smithi083 bash[21555]: cluster 2024-04-12T01:42:07.995744+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:09.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:09 smithi167 bash[22256]: cluster 2024-04-12T01:42:07.995744+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:10.880 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:11.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:11 smithi136 bash[22214]: cluster 2024-04-12T01:42:09.996287+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:11.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:11 smithi083 bash[21555]: cluster 2024-04-12T01:42:09.996287+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:11.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:11 smithi167 bash[22256]: cluster 2024-04-12T01:42:09.996287+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:13.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:13 smithi136 bash[22214]: cluster 2024-04-12T01:42:11.996671+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:13.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:13 smithi083 bash[21555]: cluster 2024-04-12T01:42:11.996671+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:13.579 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:13 smithi167 bash[22256]: cluster 2024-04-12T01:42:11.996671+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:14.330 INFO:teuthology.orchestra.run.smithi083.stdout:pg_num: 1 2024-04-12T01:42:14.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:14 smithi136 bash[22214]: audit 2024-04-12T01:42:13.574409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:14 smithi136 bash[22214]: audit 2024-04-12T01:42:13.583430+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:14 smithi136 bash[22214]: audit 2024-04-12T01:42:13.593451+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:14 smithi136 bash[22214]: cluster 2024-04-12T01:42:13.997022+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:14.732 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:14 smithi136 bash[22214]: audit 2024-04-12T01:42:14.346195+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.83:0/3113053931' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T01:42:14.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:14 smithi167 bash[22256]: audit 2024-04-12T01:42:13.574409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:14 smithi167 bash[22256]: audit 2024-04-12T01:42:13.583430+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:14 smithi167 bash[22256]: audit 2024-04-12T01:42:13.593451+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:14 smithi167 bash[22256]: cluster 2024-04-12T01:42:13.997022+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:14.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:14 smithi167 bash[22256]: audit 2024-04-12T01:42:14.346195+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.83:0/3113053931' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T01:42:14.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:14 smithi083 bash[21555]: audit 2024-04-12T01:42:13.574409+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:14 smithi083 bash[21555]: audit 2024-04-12T01:42:13.583430+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:14 smithi083 bash[21555]: audit 2024-04-12T01:42:13.593451+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:14.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:14 smithi083 bash[21555]: cluster 2024-04-12T01:42:13.997022+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:14.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:14 smithi083 bash[21555]: audit 2024-04-12T01:42:14.346195+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.83:0/3113053931' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-12T01:42:15.561 INFO:tasks.cephadm:Setting up client nodes... 2024-04-12T01:42:15.561 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-12T01:42:15.561 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-12T01:42:15.561 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph mgr dump --format=json 2024-04-12T01:42:17.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:17 smithi136 bash[22214]: cluster 2024-04-12T01:42:15.997548+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:17.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:17 smithi083 bash[21555]: cluster 2024-04-12T01:42:15.997548+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:17.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:17 smithi167 bash[22256]: cluster 2024-04-12T01:42:15.997548+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:19.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:19 smithi167 bash[22256]: cluster 2024-04-12T01:42:17.998076+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:19.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:19 smithi167 bash[22256]: audit 2024-04-12T01:42:18.366195+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:19 smithi167 bash[22256]: audit 2024-04-12T01:42:18.373216+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.402 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:19 smithi167 bash[22256]: audit 2024-04-12T01:42:18.380311+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:19 smithi136 bash[22214]: cluster 2024-04-12T01:42:17.998076+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:19.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:19 smithi136 bash[22214]: audit 2024-04-12T01:42:18.366195+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:19 smithi136 bash[22214]: audit 2024-04-12T01:42:18.373216+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:19 smithi136 bash[22214]: audit 2024-04-12T01:42:18.380311+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:19 smithi083 bash[21555]: cluster 2024-04-12T01:42:17.998076+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:19.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:19 smithi083 bash[21555]: audit 2024-04-12T01:42:18.366195+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:19 smithi083 bash[21555]: audit 2024-04-12T01:42:18.373216+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:19.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:19 smithi083 bash[21555]: audit 2024-04-12T01:42:18.380311+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:20.488 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:21.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:21 smithi083 bash[21555]: cluster 2024-04-12T01:42:19.998484+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:21.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:21 smithi167 bash[22256]: cluster 2024-04-12T01:42:19.998484+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:21.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:21 smithi136 bash[22214]: cluster 2024-04-12T01:42:19.998484+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:23.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:23 smithi167 bash[22256]: cluster 2024-04-12T01:42:21.999006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:23.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:23 smithi136 bash[22214]: cluster 2024-04-12T01:42:21.999006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:23.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:23 smithi083 bash[21555]: cluster 2024-04-12T01:42:21.999006+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:23.514 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:42:24.275 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6800","nonce":4147633125},{"type":"v1","addr":"172.21.15.83:6801","nonce":4147633125}]},"active_addr":"172.21.15.83:6801/4147633125","active_change":"2024-04-12T01:36:59.410608+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.83: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.83:0","nonce":482931209}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":3927497629}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":1595135848}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":1241225047}]}]} 2024-04-12T01:42:24.282 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-12T01:42:24.282 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-12T01:42:24.282 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T01:42:24.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:24 smithi167 bash[22256]: audit 2024-04-12T01:42:23.095747+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:24 smithi167 bash[22256]: audit 2024-04-12T01:42:23.101857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:24 smithi167 bash[22256]: audit 2024-04-12T01:42:23.107766+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:24 smithi167 bash[22256]: audit 2024-04-12T01:42:23.524385+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.83:0/1368848582' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T01:42:24.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:24 smithi136 bash[22214]: audit 2024-04-12T01:42:23.095747+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:24 smithi136 bash[22214]: audit 2024-04-12T01:42:23.101857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:24 smithi136 bash[22214]: audit 2024-04-12T01:42:23.107766+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:24 smithi136 bash[22214]: audit 2024-04-12T01:42:23.524385+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.83:0/1368848582' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T01:42:24.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:24 smithi083 bash[21555]: audit 2024-04-12T01:42:23.095747+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:24 smithi083 bash[21555]: audit 2024-04-12T01:42:23.101857+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:24 smithi083 bash[21555]: audit 2024-04-12T01:42:23.107766+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:24.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:24 smithi083 bash[21555]: audit 2024-04-12T01:42:23.524385+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.83:0/1368848582' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T01:42:25.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:25 smithi167 bash[22256]: cluster 2024-04-12T01:42:23.999693+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:25.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:25 smithi136 bash[22214]: cluster 2024-04-12T01:42:23.999693+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:25.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:25 smithi083 bash[21555]: cluster 2024-04-12T01:42:23.999693+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:27.169 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:27 smithi167 bash[22256]: cluster 2024-04-12T01:42:26.000331+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:27.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:27 smithi136 bash[22214]: cluster 2024-04-12T01:42:26.000331+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:27.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:27 smithi083 bash[21555]: cluster 2024-04-12T01:42:26.000331+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:29.001 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:29.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:29 smithi167 bash[22256]: cluster 2024-04-12T01:42:28.001001+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:29.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:29 smithi136 bash[22214]: cluster 2024-04-12T01:42:28.001001+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:29.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:29 smithi083 bash[21555]: cluster 2024-04-12T01:42:28.001001+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:31.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:31 smithi083 bash[21555]: cluster 2024-04-12T01:42:30.001678+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:31.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:31 smithi167 bash[22256]: cluster 2024-04-12T01:42:30.001678+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:31.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:31 smithi136 bash[22214]: cluster 2024-04-12T01:42:30.001678+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:32.095 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:42:32.095 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":22,"fsid":"c857fb20-f86c-11ee-bc8c-c7b262605968","created":"2024-04-12T01:35:50.713438+0000","modified":"2024-04-12T01:41:49.816435+0000","last_up_change":"2024-04-12T01:41:45.696689+0000","last_in_change":"2024-04-12T01:41:19.301288+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-12T01:41:47.645283+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"d3f0c221-f430-4496-b3c4-1f3254f7f179","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.83:6802","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6803","nonce":4061253853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6805","nonce":4061253853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6809","nonce":4061253853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6807","nonce":4061253853}]},"public_addr":"172.21.15.83:6803/4061253853","cluster_addr":"172.21.15.83:6805/4061253853","heartbeat_back_addr":"172.21.15.83:6809/4061253853","heartbeat_front_addr":"172.21.15.83:6807/4061253853","state":["exists","up"]},{"osd":1,"uuid":"21f008e4-d4b5-425d-8459-37632764e2cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6801","nonce":292473550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6803","nonce":292473550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6807","nonce":292473550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6805","nonce":292473550}]},"public_addr":"172.21.15.136:6801/292473550","cluster_addr":"172.21.15.136:6803/292473550","heartbeat_back_addr":"172.21.15.136:6807/292473550","heartbeat_front_addr":"172.21.15.136:6805/292473550","state":["exists","up"]},{"osd":2,"uuid":"20a68298-2dae-48ba-b874-73146fcaaabf","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.167:6800","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6801","nonce":3605938545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6803","nonce":3605938545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6807","nonce":3605938545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6805","nonce":3605938545}]},"public_addr":"172.21.15.167:6801/3605938545","cluster_addr":"172.21.15.167:6803/3605938545","heartbeat_back_addr":"172.21.15.167:6807/3605938545","heartbeat_front_addr":"172.21.15.167:6805/3605938545","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:39:55.707238+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:40:50.863709+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:41:44.006729+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:0/2997184669":"2024-04-13T01:36:59.410270+0000","172.21.15.83:0/3741752405":"2024-04-13T01:36:59.410270+0000","172.21.15.83:6801/3459174991":"2024-04-13T01:36:59.410270+0000","172.21.15.83:0/532454547":"2024-04-13T01:36:23.591092+0000","172.21.15.83:6800/106104036":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/2671641394":"2024-04-13T01:36:23.591092+0000","172.21.15.83:6801/106104036":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/3381019365":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/3503456657":"2024-04-13T01:36:59.410270+0000","172.21.15.83:6800/3459174991":"2024-04-13T01:36:59.410270+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T01:42:32.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:32 smithi167 bash[22256]: audit 2024-04-12T01:42:32.110561+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.83:0/3204262077' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:32.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:32 smithi136 bash[22214]: audit 2024-04-12T01:42:32.110561+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.83:0/3204262077' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:32.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:32 smithi083 bash[21555]: audit 2024-04-12T01:42:32.110561+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.83:0/3204262077' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:32.804 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-12T01:42:32.804 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T01:42:33.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:33 smithi167 bash[22256]: cluster 2024-04-12T01:42:32.002238+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:33.469 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:33 smithi136 bash[22214]: cluster 2024-04-12T01:42:32.002238+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:33.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:33 smithi083 bash[21555]: cluster 2024-04-12T01:42:32.002238+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:35.052 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:34 smithi083 bash[21555]: audit 2024-04-12T01:42:33.798732+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.052 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:34 smithi083 bash[21555]: audit 2024-04-12T01:42:33.807203+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.052 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:34 smithi083 bash[21555]: audit 2024-04-12T01:42:33.817285+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.052 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:34 smithi083 bash[21555]: cluster 2024-04-12T01:42:34.002784+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:35.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:34 smithi167 bash[22256]: audit 2024-04-12T01:42:33.798732+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:34 smithi167 bash[22256]: audit 2024-04-12T01:42:33.807203+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:34 smithi167 bash[22256]: audit 2024-04-12T01:42:33.817285+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.152 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:34 smithi167 bash[22256]: cluster 2024-04-12T01:42:34.002784+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:35.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:34 smithi136 bash[22214]: audit 2024-04-12T01:42:33.798732+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:34 smithi136 bash[22214]: audit 2024-04-12T01:42:33.807203+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:34 smithi136 bash[22214]: audit 2024-04-12T01:42:33.817285+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:35.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:34 smithi136 bash[22214]: cluster 2024-04-12T01:42:34.002784+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:37.383 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:37 smithi083 bash[21555]: cluster 2024-04-12T01:42:36.003330+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:37.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:37 smithi167 bash[22256]: cluster 2024-04-12T01:42:36.003330+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:37.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:37 smithi136 bash[22214]: cluster 2024-04-12T01:42:36.003330+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:38.573 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:39.391 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:39 smithi083 bash[21555]: cluster 2024-04-12T01:42:38.003871+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:39.391 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:39 smithi083 bash[21555]: audit 2024-04-12T01:42:38.577847+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.391 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:39 smithi083 bash[21555]: audit 2024-04-12T01:42:38.582732+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.391 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:39 smithi083 bash[21555]: audit 2024-04-12T01:42:38.588123+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:39 smithi167 bash[22256]: cluster 2024-04-12T01:42:38.003871+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:39.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:39 smithi167 bash[22256]: audit 2024-04-12T01:42:38.577847+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:39 smithi167 bash[22256]: audit 2024-04-12T01:42:38.582732+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:39 smithi167 bash[22256]: audit 2024-04-12T01:42:38.588123+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:39 smithi136 bash[22214]: cluster 2024-04-12T01:42:38.003871+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:39.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:39 smithi136 bash[22214]: audit 2024-04-12T01:42:38.577847+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:39 smithi136 bash[22214]: audit 2024-04-12T01:42:38.582732+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:39.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:39 smithi136 bash[22214]: audit 2024-04-12T01:42:38.588123+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:41.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:41 smithi167 bash[22256]: cluster 2024-04-12T01:42:40.004429+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:41.450 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:42:41.451 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":22,"fsid":"c857fb20-f86c-11ee-bc8c-c7b262605968","created":"2024-04-12T01:35:50.713438+0000","modified":"2024-04-12T01:41:49.816435+0000","last_up_change":"2024-04-12T01:41:45.696689+0000","last_in_change":"2024-04-12T01:41:19.301288+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-12T01:41:47.645283+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"d3f0c221-f430-4496-b3c4-1f3254f7f179","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.83:6802","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6803","nonce":4061253853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6805","nonce":4061253853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6809","nonce":4061253853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":4061253853},{"type":"v1","addr":"172.21.15.83:6807","nonce":4061253853}]},"public_addr":"172.21.15.83:6803/4061253853","cluster_addr":"172.21.15.83:6805/4061253853","heartbeat_back_addr":"172.21.15.83:6809/4061253853","heartbeat_front_addr":"172.21.15.83:6807/4061253853","state":["exists","up"]},{"osd":1,"uuid":"21f008e4-d4b5-425d-8459-37632764e2cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6800","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6801","nonce":292473550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6803","nonce":292473550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6807","nonce":292473550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":292473550},{"type":"v1","addr":"172.21.15.136:6805","nonce":292473550}]},"public_addr":"172.21.15.136:6801/292473550","cluster_addr":"172.21.15.136:6803/292473550","heartbeat_back_addr":"172.21.15.136:6807/292473550","heartbeat_front_addr":"172.21.15.136:6805/292473550","state":["exists","up"]},{"osd":2,"uuid":"20a68298-2dae-48ba-b874-73146fcaaabf","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.167:6800","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6801","nonce":3605938545}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6802","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6803","nonce":3605938545}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6806","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6807","nonce":3605938545}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.167:6804","nonce":3605938545},{"type":"v1","addr":"172.21.15.167:6805","nonce":3605938545}]},"public_addr":"172.21.15.167:6801/3605938545","cluster_addr":"172.21.15.167:6803/3605938545","heartbeat_back_addr":"172.21.15.167:6807/3605938545","heartbeat_front_addr":"172.21.15.167:6805/3605938545","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:39:55.707238+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:40:50.863709+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-12T01:41:44.006729+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:0/2997184669":"2024-04-13T01:36:59.410270+0000","172.21.15.83:0/3741752405":"2024-04-13T01:36:59.410270+0000","172.21.15.83:6801/3459174991":"2024-04-13T01:36:59.410270+0000","172.21.15.83:0/532454547":"2024-04-13T01:36:23.591092+0000","172.21.15.83:6800/106104036":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/2671641394":"2024-04-13T01:36:23.591092+0000","172.21.15.83:6801/106104036":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/3381019365":"2024-04-13T01:36:23.591092+0000","172.21.15.83:0/3503456657":"2024-04-13T01:36:59.410270+0000","172.21.15.83:6800/3459174991":"2024-04-13T01:36:59.410270+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-12T01:42:41.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:41 smithi083 bash[21555]: cluster 2024-04-12T01:42:40.004429+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:41.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:41 smithi136 bash[22214]: cluster 2024-04-12T01:42:40.004429+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:42.238 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-12T01:42:42.239 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-12T01:42:42.239 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-12T01:42:42.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:42 smithi167 bash[22256]: audit 2024-04-12T01:42:41.466887+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.83:0/2449306859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:42.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:42 smithi136 bash[22214]: audit 2024-04-12T01:42:41.466887+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.83:0/2449306859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:42.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:42 smithi083 bash[21555]: audit 2024-04-12T01:42:41.466887+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.83:0/2449306859' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T01:42:43.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:43 smithi167 bash[22256]: cluster 2024-04-12T01:42:42.004897+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:43.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:43 smithi136 bash[22214]: cluster 2024-04-12T01:42:42.004897+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:43.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:43 smithi083 bash[21555]: cluster 2024-04-12T01:42:42.004897+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:44.547 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:44 smithi167 bash[22256]: audit 2024-04-12T01:42:43.306065+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.547 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:44 smithi167 bash[22256]: audit 2024-04-12T01:42:43.316012+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.547 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:44 smithi167 bash[22256]: audit 2024-04-12T01:42:43.327563+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.547 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:44 smithi167 bash[22256]: cluster 2024-04-12T01:42:44.005463+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:44.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:44 smithi136 bash[22214]: audit 2024-04-12T01:42:43.306065+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:44 smithi136 bash[22214]: audit 2024-04-12T01:42:43.316012+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:44 smithi136 bash[22214]: audit 2024-04-12T01:42:43.327563+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:44 smithi136 bash[22214]: cluster 2024-04-12T01:42:44.005463+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:44.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:44 smithi083 bash[21555]: audit 2024-04-12T01:42:43.306065+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:44 smithi083 bash[21555]: audit 2024-04-12T01:42:43.316012+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:44 smithi083 bash[21555]: audit 2024-04-12T01:42:43.327563+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:44.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:44 smithi083 bash[21555]: cluster 2024-04-12T01:42:44.005463+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:46.958 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:46.959 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:46.959 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:47.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:47 smithi083 bash[21555]: cluster 2024-04-12T01:42:46.005999+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:47.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:47 smithi167 bash[22256]: cluster 2024-04-12T01:42:46.005999+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:47.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:47 smithi136 bash[22214]: cluster 2024-04-12T01:42:46.005999+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:49.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:49 smithi167 bash[22256]: cluster 2024-04-12T01:42:48.006572+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:49.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:49 smithi136 bash[22214]: cluster 2024-04-12T01:42:48.006572+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:49.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:49 smithi083 bash[21555]: cluster 2024-04-12T01:42:48.006572+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:51.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:51 smithi167 bash[22256]: cluster 2024-04-12T01:42:50.007256+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:51.414 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:51 smithi083 bash[21555]: cluster 2024-04-12T01:42:50.007256+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:51.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:51 smithi136 bash[22214]: cluster 2024-04-12T01:42:50.007256+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:53.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:53 smithi167 bash[22256]: cluster 2024-04-12T01:42:52.007655+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:53 smithi136 bash[22214]: cluster 2024-04-12T01:42:52.007655+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:53.493 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:53 smithi083 bash[21555]: cluster 2024-04-12T01:42:52.007655+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:53.582 INFO:teuthology.orchestra.run.smithi083.stdout:55834574875 2024-04-12T01:42:53.582 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-12T01:42:53.781 INFO:teuthology.orchestra.run.smithi083.stdout:77309411345 2024-04-12T01:42:53.782 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-12T01:42:53.843 INFO:teuthology.orchestra.run.smithi083.stdout:34359738406 2024-04-12T01:42:53.843 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-12T01:42:55.169 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.005869+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.169 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: cluster 2024-04-12T01:42:54.007934+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:55.169 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.011219+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.169 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.015892+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.169 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.080718+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:42:55.170 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.083699+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:42:55.170 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.084472+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:42:55.170 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:55 smithi136 bash[22214]: audit 2024-04-12T01:42:54.089906+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.005869+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: cluster 2024-04-12T01:42:54.007934+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:55.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.011219+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.015892+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.080718+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:42:55.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.083699+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:42:55.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.084472+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:42:55.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:55 smithi083 bash[21555]: audit 2024-04-12T01:42:54.089906+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.005869+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: cluster 2024-04-12T01:42:54.007934+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.011219+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.015892+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.080718+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.083699+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.084472+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:42:55.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:55 smithi167 bash[22256]: audit 2024-04-12T01:42:54.089906+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:57.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:57 smithi167 bash[22256]: cluster 2024-04-12T01:42:56.008456+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:57.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:57 smithi136 bash[22214]: cluster 2024-04-12T01:42:56.008456+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:57.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:57 smithi083 bash[21555]: cluster 2024-04-12T01:42:56.008456+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:58.661 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:58.662 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:58.662 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:42:59.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:59 smithi136 bash[22214]: cluster 2024-04-12T01:42:58.009047+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:59.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:59 smithi136 bash[22214]: audit 2024-04-12T01:42:58.787220+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:59 smithi136 bash[22214]: audit 2024-04-12T01:42:58.796070+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:42:59 smithi136 bash[22214]: audit 2024-04-12T01:42:58.806559+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:59 smithi167 bash[22256]: cluster 2024-04-12T01:42:58.009047+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:59.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:59 smithi167 bash[22256]: audit 2024-04-12T01:42:58.787220+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:59 smithi167 bash[22256]: audit 2024-04-12T01:42:58.796070+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:42:59 smithi167 bash[22256]: audit 2024-04-12T01:42:58.806559+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:59 smithi083 bash[21555]: cluster 2024-04-12T01:42:58.009047+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:42:59.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:59 smithi083 bash[21555]: audit 2024-04-12T01:42:58.787220+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:59 smithi083 bash[21555]: audit 2024-04-12T01:42:58.796070+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:42:59.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:42:59 smithi083 bash[21555]: audit 2024-04-12T01:42:58.806559+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:01.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:01 smithi167 bash[22256]: cluster 2024-04-12T01:43:00.009736+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:01.407 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:01 smithi083 bash[21555]: cluster 2024-04-12T01:43:00.009736+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:01.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:01 smithi136 bash[22214]: cluster 2024-04-12T01:43:00.009736+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:03.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:03 smithi167 bash[22256]: cluster 2024-04-12T01:43:02.010238+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:03.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:03 smithi136 bash[22214]: cluster 2024-04-12T01:43:02.010238+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:03.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:03 smithi083 bash[21555]: cluster 2024-04-12T01:43:02.010238+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:04.045 INFO:teuthology.orchestra.run.smithi083.stdout:55834574877 2024-04-12T01:43:04.057 INFO:teuthology.orchestra.run.smithi083.stdout:34359738408 2024-04-12T01:43:04.196 INFO:teuthology.orchestra.run.smithi083.stdout:77309411347 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: audit 2024-04-12T01:43:03.505873+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: audit 2024-04-12T01:43:03.511946+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: audit 2024-04-12T01:43:03.517953+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: cluster 2024-04-12T01:43:04.010597+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: audit 2024-04-12T01:43:04.062449+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.83:0/2403109324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: audit 2024-04-12T01:43:04.075190+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.83:0/3610595193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T01:43:04.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:04 smithi167 bash[22256]: audit 2024-04-12T01:43:04.213413+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.83:0/2992592333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: audit 2024-04-12T01:43:03.505873+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: audit 2024-04-12T01:43:03.511946+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: audit 2024-04-12T01:43:03.517953+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: cluster 2024-04-12T01:43:04.010597+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: audit 2024-04-12T01:43:04.062449+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.83:0/2403109324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: audit 2024-04-12T01:43:04.075190+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.83:0/3610595193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T01:43:04.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:04 smithi083 bash[21555]: audit 2024-04-12T01:43:04.213413+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.83:0/2992592333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: audit 2024-04-12T01:43:03.505873+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: audit 2024-04-12T01:43:03.511946+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: audit 2024-04-12T01:43:03.517953+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: cluster 2024-04-12T01:43:04.010597+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: audit 2024-04-12T01:43:04.062449+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.83:0/2403109324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: audit 2024-04-12T01:43:04.075190+0000 mon.a (mon.0) 662 : audit [DBG] from='client.? 172.21.15.83:0/3610595193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T01:43:04.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:04 smithi136 bash[22214]: audit 2024-04-12T01:43:04.213413+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.83:0/2992592333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T01:43:05.575 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-04-12T01:43:05.576 DEBUG:teuthology.parallel:result is None 2024-04-12T01:43:05.589 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738406 got 34359738408 for osd.0 2024-04-12T01:43:05.589 DEBUG:teuthology.parallel:result is None 2024-04-12T01:43:05.754 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411345 got 77309411347 for osd.2 2024-04-12T01:43:05.754 DEBUG:teuthology.parallel:result is None 2024-04-12T01:43:05.754 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-12T01:43:05.754 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph pg dump --format=json 2024-04-12T01:43:07.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:07 smithi167 bash[22256]: cluster 2024-04-12T01:43:06.011015+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:07.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:07 smithi136 bash[22214]: cluster 2024-04-12T01:43:06.011015+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:07.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:07 smithi083 bash[21555]: cluster 2024-04-12T01:43:06.011015+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:09.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:09 smithi167 bash[22256]: cluster 2024-04-12T01:43:08.011502+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:09.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:09 smithi136 bash[22214]: cluster 2024-04-12T01:43:08.011502+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:09.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:09 smithi083 bash[21555]: cluster 2024-04-12T01:43:08.011502+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:10.470 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:43:11.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:11 smithi167 bash[22256]: cluster 2024-04-12T01:43:10.011853+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:11.402 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:11 smithi083 bash[21555]: cluster 2024-04-12T01:43:10.011853+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:11.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:11 smithi136 bash[22214]: cluster 2024-04-12T01:43:10.011853+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:13.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:13 smithi167 bash[22256]: cluster 2024-04-12T01:43:12.012378+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:13.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:13 smithi136 bash[22214]: cluster 2024-04-12T01:43:12.012378+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:13.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:13 smithi083 bash[21555]: cluster 2024-04-12T01:43:12.012378+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:13.523 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:43:13.526 INFO:teuthology.orchestra.run.smithi083.stderr:dumped all 2024-04-12T01:43:14.583 INFO:teuthology.orchestra.run.smithi083.stdout:{"pg_ready":true,"pg_map":{"version":204,"stamp":"2024-04-12T01:43:12.012138+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":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002781"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-12T01:41:49.821616+0000","last_change":"2024-04-12T01:41:48.821196+0000","last_active":"2024-04-12T01:41:49.821616+0000","last_peered":"2024-04-12T01:41:49.821616+0000","last_clean":"2024-04-12T01:41:49.821616+0000","last_became_active":"2024-04-12T01:41:48.820464+0000","last_became_peered":"2024-04-12T01:41:48.820464+0000","last_unstale":"2024-04-12T01:41:49.821616+0000","last_undegraded":"2024-04-12T01:41:49.821616+0000","last_fullsized":"2024-04-12T01:41:49.821616+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T01:41:47.796105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T01:41:47.796105+0000","last_clean_scrub_stamp":"2024-04-12T01:41:47.796105+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-13T08:24:26.756608+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":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":31944,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713208,"statfs":{"total":95995035648,"available":95962324992,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-12T01:43:14.584 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph pg dump --format=json 2024-04-12T01:43:15.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:15 smithi083 bash[21555]: audit 2024-04-12T01:43:13.539457+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:43:15.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:15 smithi083 bash[21555]: cluster 2024-04-12T01:43:14.012958+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:15.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:15 smithi083 bash[21555]: audit 2024-04-12T01:43:14.196124+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:15 smithi083 bash[21555]: audit 2024-04-12T01:43:14.202566+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:15 smithi083 bash[21555]: audit 2024-04-12T01:43:14.208713+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:15 smithi136 bash[22214]: audit 2024-04-12T01:43:13.539457+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:43:15.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:15 smithi136 bash[22214]: cluster 2024-04-12T01:43:14.012958+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:15.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:15 smithi136 bash[22214]: audit 2024-04-12T01:43:14.196124+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:15 smithi136 bash[22214]: audit 2024-04-12T01:43:14.202566+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:15 smithi136 bash[22214]: audit 2024-04-12T01:43:14.208713+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:15 smithi167 bash[22256]: audit 2024-04-12T01:43:13.539457+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:43:15.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:15 smithi167 bash[22256]: cluster 2024-04-12T01:43:14.012958+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:15.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:15 smithi167 bash[22256]: audit 2024-04-12T01:43:14.196124+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:15 smithi167 bash[22256]: audit 2024-04-12T01:43:14.202566+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:15.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:15 smithi167 bash[22256]: audit 2024-04-12T01:43:14.208713+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:17.434 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:17 smithi136 bash[22214]: cluster 2024-04-12T01:43:16.013519+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:17.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:17 smithi083 bash[21555]: cluster 2024-04-12T01:43:16.013519+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:17.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:17 smithi167 bash[22256]: cluster 2024-04-12T01:43:16.013519+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:19.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:19 smithi136 bash[22214]: cluster 2024-04-12T01:43:18.014120+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:19.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:19 smithi136 bash[22214]: audit 2024-04-12T01:43:19.006228+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:19 smithi136 bash[22214]: audit 2024-04-12T01:43:19.015142+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:19 smithi136 bash[22214]: audit 2024-04-12T01:43:19.025377+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:19 smithi083 bash[21555]: cluster 2024-04-12T01:43:18.014120+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:19.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:19 smithi083 bash[21555]: audit 2024-04-12T01:43:19.006228+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:19 smithi083 bash[21555]: audit 2024-04-12T01:43:19.015142+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:19 smithi083 bash[21555]: audit 2024-04-12T01:43:19.025377+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:19 smithi167 bash[22256]: cluster 2024-04-12T01:43:18.014120+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:19.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:19 smithi167 bash[22256]: audit 2024-04-12T01:43:19.006228+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:19 smithi167 bash[22256]: audit 2024-04-12T01:43:19.015142+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:19 smithi167 bash[22256]: audit 2024-04-12T01:43:19.025377+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:19.722 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:43:21.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:21 smithi136 bash[22214]: cluster 2024-04-12T01:43:20.014704+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:21.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:21 smithi083 bash[21555]: cluster 2024-04-12T01:43:20.014704+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:21.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:21 smithi167 bash[22256]: cluster 2024-04-12T01:43:20.014704+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:22.615 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:43:22.617 INFO:teuthology.orchestra.run.smithi083.stderr:dumped all 2024-04-12T01:43:23.313 INFO:teuthology.orchestra.run.smithi083.stdout:{"pg_ready":true,"pg_map":{"version":209,"stamp":"2024-04-12T01:43:22.015012+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":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003304"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-12T01:41:49.821616+0000","last_change":"2024-04-12T01:41:48.821196+0000","last_active":"2024-04-12T01:41:49.821616+0000","last_peered":"2024-04-12T01:41:49.821616+0000","last_clean":"2024-04-12T01:41:49.821616+0000","last_became_active":"2024-04-12T01:41:48.820464+0000","last_became_peered":"2024-04-12T01:41:48.820464+0000","last_unstale":"2024-04-12T01:41:49.821616+0000","last_undegraded":"2024-04-12T01:41:49.821616+0000","last_fullsized":"2024-04-12T01:41:49.821616+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T01:41:47.796105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T01:41:47.796105+0000","last_clean_scrub_stamp":"2024-04-12T01:41:47.796105+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-13T08:24:26.756608+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":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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":34359738412,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":55834574881,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31944,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713208,"statfs":{"total":95995035648,"available":95962324992,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-12T01:43:23.314 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-12T01:43:23.314 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-12T01:43:23.314 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-12T01:43:23.314 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- ceph health --format=json 2024-04-12T01:43:23.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:23 smithi136 bash[22214]: cluster 2024-04-12T01:43:22.015255+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:23.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:23 smithi083 bash[21555]: cluster 2024-04-12T01:43:22.015255+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:23.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:23 smithi167 bash[22256]: cluster 2024-04-12T01:43:22.015255+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:24.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:24 smithi136 bash[22214]: audit 2024-04-12T01:43:22.631139+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:43:24.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:24 smithi136 bash[22214]: audit 2024-04-12T01:43:23.618526+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:24 smithi136 bash[22214]: audit 2024-04-12T01:43:23.623734+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:24 smithi136 bash[22214]: audit 2024-04-12T01:43:23.628988+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:24 smithi083 bash[21555]: audit 2024-04-12T01:43:22.631139+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:43:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:24 smithi083 bash[21555]: audit 2024-04-12T01:43:23.618526+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:24 smithi083 bash[21555]: audit 2024-04-12T01:43:23.623734+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:24 smithi083 bash[21555]: audit 2024-04-12T01:43:23.628988+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:24 smithi167 bash[22256]: audit 2024-04-12T01:43:22.631139+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:43:24.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:24 smithi167 bash[22256]: audit 2024-04-12T01:43:23.618526+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:24 smithi167 bash[22256]: audit 2024-04-12T01:43:23.623734+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:24.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:24 smithi167 bash[22256]: audit 2024-04-12T01:43:23.628988+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:25.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:25 smithi167 bash[22256]: cluster 2024-04-12T01:43:24.015789+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:25.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:25 smithi136 bash[22214]: cluster 2024-04-12T01:43:24.015789+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:25.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:25 smithi083 bash[21555]: cluster 2024-04-12T01:43:24.015789+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:27.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:27 smithi136 bash[22214]: cluster 2024-04-12T01:43:26.016357+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:27.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:27 smithi083 bash[21555]: cluster 2024-04-12T01:43:26.016357+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:27.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:27 smithi167 bash[22256]: cluster 2024-04-12T01:43:26.016357+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:28.037 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:43:29.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:29 smithi083 bash[21555]: cluster 2024-04-12T01:43:28.016906+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:29.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:29 smithi136 bash[22214]: cluster 2024-04-12T01:43:28.016906+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:29.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:29 smithi167 bash[22256]: cluster 2024-04-12T01:43:28.016906+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:31.064 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:43:31.064 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-12T01:43:31.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:31 smithi136 bash[22214]: cluster 2024-04-12T01:43:30.017460+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:31.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:31 smithi136 bash[22214]: audit 2024-04-12T01:43:31.081815+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.83:0/2168536110' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T01:43:31.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:31 smithi083 bash[21555]: cluster 2024-04-12T01:43:30.017460+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:31.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:31 smithi083 bash[21555]: audit 2024-04-12T01:43:31.081815+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.83:0/2168536110' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T01:43:31.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:31 smithi167 bash[22256]: cluster 2024-04-12T01:43:30.017460+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:31.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:31 smithi167 bash[22256]: audit 2024-04-12T01:43:31.081815+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.83:0/2168536110' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T01:43:31.783 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-12T01:43:31.783 INFO:tasks.cephadm:Setup complete, yielding 2024-04-12T01:43:31.784 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T01:43:31.795 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi083.front.sepia.ceph.com 2024-04-12T01:43:31.795 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a5074d4516d566e9d8b6aec912f26afd099de101 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 -- bash -c 'set -e 2024-04-12T01:43:31.795 DEBUG:teuthology.orchestra.run.smithi083:> set -x 2024-04-12T01:43:31.795 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply node-exporter 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply grafana 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply alertmanager 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch apply prometheus 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> sleep 240 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch ls 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch ps 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch host ls 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> # check each host node-exporter metrics endpoint is responsive 2024-04-12T01:43:31.796 DEBUG:teuthology.orchestra.run.smithi083:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> for ip in $ALL_HOST_IPS; do 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ip}:9100/metric 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> done 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> # check grafana endpoints are responsive and database health is okay 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> # stop mon daemon in order to trigger an alert 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> ceph orch daemon stop $MON_DAEMON 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> sleep 120 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-12T01:43:31.797 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-12T01:43:31.798 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-12T01:43:31.798 DEBUG:teuthology.orchestra.run.smithi083:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-12T01:43:31.798 DEBUG:teuthology.orchestra.run.smithi083:> ' 2024-04-12T01:43:33.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:33 smithi136 bash[22214]: cluster 2024-04-12T01:43:32.018069+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:33.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:33 smithi083 bash[21555]: cluster 2024-04-12T01:43:32.018069+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:33.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:33 smithi167 bash[22256]: cluster 2024-04-12T01:43:32.018069+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:35.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:35 smithi136 bash[22214]: cluster 2024-04-12T01:43:34.018528+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:35.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:35 smithi136 bash[22214]: audit 2024-04-12T01:43:34.404782+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:35 smithi136 bash[22214]: audit 2024-04-12T01:43:34.413155+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:35 smithi136 bash[22214]: audit 2024-04-12T01:43:34.423675+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:35 smithi083 bash[21555]: cluster 2024-04-12T01:43:34.018528+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:35.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:35 smithi083 bash[21555]: audit 2024-04-12T01:43:34.404782+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:35 smithi083 bash[21555]: audit 2024-04-12T01:43:34.413155+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:35 smithi083 bash[21555]: audit 2024-04-12T01:43:34.423675+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:35 smithi167 bash[22256]: cluster 2024-04-12T01:43:34.018528+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:35.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:35 smithi167 bash[22256]: audit 2024-04-12T01:43:34.404782+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:35 smithi167 bash[22256]: audit 2024-04-12T01:43:34.413155+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:35.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:35 smithi167 bash[22256]: audit 2024-04-12T01:43:34.423675+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:36.521 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/mon.a/config 2024-04-12T01:43:37.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:37 smithi136 bash[22214]: cluster 2024-04-12T01:43:36.018938+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:37.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:37 smithi083 bash[21555]: cluster 2024-04-12T01:43:36.018938+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:37.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:37 smithi167 bash[22256]: cluster 2024-04-12T01:43:36.018938+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:39.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:39 smithi136 bash[22214]: cluster 2024-04-12T01:43:38.019258+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:39.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:39 smithi136 bash[22214]: audit 2024-04-12T01:43:39.221799+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:39 smithi136 bash[22214]: audit 2024-04-12T01:43:39.231038+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:39 smithi136 bash[22214]: audit 2024-04-12T01:43:39.241320+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:39 smithi083 bash[21555]: cluster 2024-04-12T01:43:38.019258+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:39.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:39 smithi083 bash[21555]: audit 2024-04-12T01:43:39.221799+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:39 smithi083 bash[21555]: audit 2024-04-12T01:43:39.231038+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:39 smithi083 bash[21555]: audit 2024-04-12T01:43:39.241320+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.521 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply node-exporter 2024-04-12T01:43:39.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:39 smithi167 bash[22256]: cluster 2024-04-12T01:43:38.019258+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:39.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:39 smithi167 bash[22256]: audit 2024-04-12T01:43:39.221799+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:39 smithi167 bash[22256]: audit 2024-04-12T01:43:39.231038+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:39 smithi167 bash[22256]: audit 2024-04-12T01:43:39.241320+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:39.881 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled node-exporter update... 2024-04-12T01:43:39.894 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply grafana 2024-04-12T01:43:40.248 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled grafana update... 2024-04-12T01:43:40.261 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply alertmanager 2024-04-12T01:43:40.558 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:40.559 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:43:40 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:40.559 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:43:40 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:40.631 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled alertmanager update... 2024-04-12T01:43:40.645 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch apply prometheus 2024-04-12T01:43:41.016 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled prometheus update... 2024-04-12T01:43:41.031 INFO:teuthology.orchestra.run.smithi083.stderr:+ sleep 240 2024-04-12T01:43:41.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:39.891260+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: cephadm 2024-04-12T01:43:39.893849+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:39.898914+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:39.910080+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:39.913537+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:39.914370+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:39.921482+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: cephadm 2024-04-12T01:43:39.923359+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi083 on smithi083 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: cluster 2024-04-12T01:43:40.019547+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:40.258115+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: cephadm 2024-04-12T01:43:40.260528+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:40.266071+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:40 smithi167 bash[22256]: audit 2024-04-12T01:43:40.648656+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:39.891260+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: cephadm 2024-04-12T01:43:39.893849+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:39.898914+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:39.910080+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:39.913537+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:39.914370+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:39.921482+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: cephadm 2024-04-12T01:43:39.923359+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi083 on smithi083 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: cluster 2024-04-12T01:43:40.019547+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:40.258115+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: cephadm 2024-04-12T01:43:40.260528+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T01:43:41.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:40.266071+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.232 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:40 smithi136 bash[22214]: audit 2024-04-12T01:43:40.648656+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:43:40 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.233 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:43:40 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:39.891260+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: cephadm 2024-04-12T01:43:39.893849+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:39.898914+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:39.910080+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:39.913537+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:39.914370+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:39.921482+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: cephadm 2024-04-12T01:43:39.923359+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi083 on smithi083 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: cluster 2024-04-12T01:43:40.019547+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:40.258115+0000 mgr.a (mgr.14152) 276 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: cephadm 2024-04-12T01:43:40.260528+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:40.266071+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:40 smithi083 bash[21555]: audit 2024-04-12T01:43:40.648656+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.980 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:43:41 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.980 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:43:41 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.980 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:43:41 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.980 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:43:41 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: audit 2024-04-12T01:43:40.639396+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: cephadm 2024-04-12T01:43:40.641769+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: audit 2024-04-12T01:43:40.982749+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: audit 2024-04-12T01:43:40.989173+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: audit 2024-04-12T01:43:41.028841+0000 mgr.a (mgr.14152) 280 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: cephadm 2024-04-12T01:43:41.029983+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: audit 2024-04-12T01:43:41.033790+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: audit 2024-04-12T01:43:41.042643+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:41 smithi136 bash[22214]: cephadm 2024-04-12T01:43:41.043527+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: audit 2024-04-12T01:43:40.639396+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: cephadm 2024-04-12T01:43:40.641769+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: audit 2024-04-12T01:43:40.982749+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: audit 2024-04-12T01:43:40.989173+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: audit 2024-04-12T01:43:41.028841+0000 mgr.a (mgr.14152) 280 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: cephadm 2024-04-12T01:43:41.029983+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: audit 2024-04-12T01:43:41.033790+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: audit 2024-04-12T01:43:41.042643+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.032 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:41 smithi083 bash[21555]: cephadm 2024-04-12T01:43:41.043527+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-04-12T01:43:42.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: audit 2024-04-12T01:43:40.639396+0000 mgr.a (mgr.14152) 278 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:42.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: cephadm 2024-04-12T01:43:40.641769+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T01:43:42.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: audit 2024-04-12T01:43:40.982749+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: audit 2024-04-12T01:43:40.989173+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: audit 2024-04-12T01:43:41.028841+0000 mgr.a (mgr.14152) 280 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:43:42.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: cephadm 2024-04-12T01:43:41.029983+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T01:43:42.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: audit 2024-04-12T01:43:41.033790+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: audit 2024-04-12T01:43:41.042643+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:42.401 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:41 smithi167 bash[22256]: cephadm 2024-04-12T01:43:41.043527+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-04-12T01:43:43.150 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:43:42 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:43.150 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:43:43 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:43.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:42 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:43.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:43 smithi167 bash[22256]: cluster 2024-04-12T01:43:42.020026+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:43.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:43 smithi167 bash[22256]: audit 2024-04-12T01:43:42.132987+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:43 smithi167 bash[22256]: audit 2024-04-12T01:43:42.142520+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:43 smithi167 bash[22256]: audit 2024-04-12T01:43:42.166301+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:43 smithi167 bash[22256]: cephadm 2024-04-12T01:43:42.168200+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon node-exporter.smithi167 on smithi167 2024-04-12T01:43:43.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:43 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:43:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:43 smithi136 bash[22214]: cluster 2024-04-12T01:43:42.020026+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:43 smithi136 bash[22214]: audit 2024-04-12T01:43:42.132987+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:43 smithi136 bash[22214]: audit 2024-04-12T01:43:42.142520+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:43 smithi136 bash[22214]: audit 2024-04-12T01:43:42.166301+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:43 smithi136 bash[22214]: cephadm 2024-04-12T01:43:42.168200+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon node-exporter.smithi167 on smithi167 2024-04-12T01:43:43.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:43 smithi083 bash[21555]: cluster 2024-04-12T01:43:42.020026+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:43.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:43 smithi083 bash[21555]: audit 2024-04-12T01:43:42.132987+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:43 smithi083 bash[21555]: audit 2024-04-12T01:43:42.142520+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:43 smithi083 bash[21555]: audit 2024-04-12T01:43:42.166301+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:43.464 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:43 smithi083 bash[21555]: cephadm 2024-04-12T01:43:42.168200+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon node-exporter.smithi167 on smithi167 2024-04-12T01:43:44.323 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.300905+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.323 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.311718+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.341768+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.349608+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.436740+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.439421+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.440311+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.446699+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.530352+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.533580+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.534862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.541650+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.774998+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.779916+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.784673+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.805647+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.324 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.809710+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.325 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.811025+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.325 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:44 smithi136 bash[22214]: audit 2024-04-12T01:43:43.817398+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.300905+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.311718+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.341768+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.349608+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.436740+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.439421+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.440311+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.446699+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.530352+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.533580+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.534862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.541650+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.774998+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.779916+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.784673+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.805647+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.809710+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.811025+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.485 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:44 smithi083 bash[21555]: audit 2024-04-12T01:43:43.817398+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.560 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.300905+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.560 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.311718+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.560 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.341768+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.560 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.349608+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.436740+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.439421+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.440311+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.446699+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.530352+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.533580+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.534862+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.541650+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.774998+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.779916+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.784673+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.805647+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.809710+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:44.561 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.811025+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:44.562 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:44 smithi167 bash[22256]: audit 2024-04-12T01:43:43.817398+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:45.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:45 smithi167 bash[22256]: cephadm 2024-04-12T01:43:43.447281+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:45 smithi167 bash[22256]: cephadm 2024-04-12T01:43:43.542245+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:45 smithi167 bash[22256]: cephadm 2024-04-12T01:43:43.818207+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:45 smithi167 bash[22256]: cluster 2024-04-12T01:43:44.020499+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:45.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:45 smithi083 bash[21555]: cephadm 2024-04-12T01:43:43.447281+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:45 smithi083 bash[21555]: cephadm 2024-04-12T01:43:43.542245+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:45 smithi083 bash[21555]: cephadm 2024-04-12T01:43:43.818207+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:45 smithi083 bash[21555]: cluster 2024-04-12T01:43:44.020499+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:45.656 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:45 smithi136 bash[22214]: cephadm 2024-04-12T01:43:43.447281+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.657 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:45 smithi136 bash[22214]: cephadm 2024-04-12T01:43:43.542245+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.657 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:45 smithi136 bash[22214]: cephadm 2024-04-12T01:43:43.818207+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:45.657 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:45 smithi136 bash[22214]: cluster 2024-04-12T01:43:44.020499+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:46.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:46 smithi136 bash[22214]: audit 2024-04-12T01:43:45.551801+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:46.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:46 smithi136 bash[22214]: cluster 2024-04-12T01:43:46.020888+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:46.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:46 smithi136 bash[22214]: audit 2024-04-12T01:43:46.213780+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:46.877 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:46 smithi083 bash[21555]: audit 2024-04-12T01:43:45.551801+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:46.877 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:46 smithi083 bash[21555]: cluster 2024-04-12T01:43:46.020888+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:46.877 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:46 smithi083 bash[21555]: audit 2024-04-12T01:43:46.213780+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:46.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:46 smithi167 bash[22256]: audit 2024-04-12T01:43:45.551801+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:46.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:46 smithi167 bash[22256]: cluster 2024-04-12T01:43:46.020888+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:46.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:46 smithi167 bash[22256]: audit 2024-04-12T01:43:46.213780+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:49.315 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:49 smithi167 bash[22256]: cluster 2024-04-12T01:43:48.021171+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:49.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:49 smithi083 bash[21555]: cluster 2024-04-12T01:43:48.021171+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:49.407 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:49 smithi136 bash[22214]: cluster 2024-04-12T01:43:48.021171+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:50.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.331414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.351172+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.779690+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.784843+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.790801+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.796779+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.799134+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.799848+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.804528+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: cephadm 2024-04-12T01:43:49.804964+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: audit 2024-04-12T01:43:49.967111+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:50 smithi167 bash[22256]: cluster 2024-04-12T01:43:50.021684+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:50.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.331414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.351172+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.779690+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.784843+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.730 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.790801+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.796779+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.799134+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.799848+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.804528+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: cephadm 2024-04-12T01:43:49.804964+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: audit 2024-04-12T01:43:49.967111+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.731 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:50 smithi136 bash[22214]: cluster 2024-04-12T01:43:50.021684+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.331414+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.351172+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.779690+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.784843+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.790801+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.796779+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.799134+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.799848+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.804528+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: cephadm 2024-04-12T01:43:49.804964+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: audit 2024-04-12T01:43:49.967111+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:50.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:50 smithi083 bash[21555]: cluster 2024-04-12T01:43:50.021684+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:53.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: cluster 2024-04-12T01:43:52.022210+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:53.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.170868+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.180211+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.190836+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.838725+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.848158+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.860035+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.881042+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.886973+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.888954+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:52.899155+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:53.138558+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:53.144046+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:53.147356+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T01:43:53.481 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:53 smithi136 bash[22214]: audit 2024-04-12T01:43:53.151876+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: cluster 2024-04-12T01:43:52.022210+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.170868+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.180211+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.190836+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.838725+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.848158+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.860035+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.881042+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.886973+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.888954+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:53.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:52.899155+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:53.138558+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:53.144046+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:53.147356+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T01:43:53.484 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:53 smithi083 bash[21555]: audit 2024-04-12T01:43:53.151876+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: cluster 2024-04-12T01:43:52.022210+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:53.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.170868+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.180211+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.190836+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.838725+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.848158+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.860035+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.881042+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.886973+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.888954+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:52.899155+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:53.138558+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:53.144046+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:53.147356+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T01:43:53.651 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:53 smithi167 bash[22256]: audit 2024-04-12T01:43:53.151876+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:43:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:54 smithi083 bash[21555]: cephadm 2024-04-12T01:43:52.949991+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T01:43:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:54 smithi083 bash[21555]: audit 2024-04-12T01:43:53.148261+0000 mgr.a (mgr.14152) 295 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T01:43:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:54 smithi083 bash[21555]: cephadm 2024-04-12T01:43:53.176858+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon grafana.smithi083 on smithi083 2024-04-12T01:43:54.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:54 smithi136 bash[22214]: cephadm 2024-04-12T01:43:52.949991+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T01:43:54.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:54 smithi136 bash[22214]: audit 2024-04-12T01:43:53.148261+0000 mgr.a (mgr.14152) 295 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T01:43:54.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:54 smithi136 bash[22214]: cephadm 2024-04-12T01:43:53.176858+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon grafana.smithi083 on smithi083 2024-04-12T01:43:54.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:54 smithi167 bash[22256]: cephadm 2024-04-12T01:43:52.949991+0000 mgr.a (mgr.14152) 294 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T01:43:54.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:54 smithi167 bash[22256]: audit 2024-04-12T01:43:53.148261+0000 mgr.a (mgr.14152) 295 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T01:43:54.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:54 smithi167 bash[22256]: cephadm 2024-04-12T01:43:53.176858+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon grafana.smithi083 on smithi083 2024-04-12T01:43:55.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:55 smithi136 bash[22214]: cluster 2024-04-12T01:43:54.022708+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:55.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:55 smithi083 bash[21555]: cluster 2024-04-12T01:43:54.022708+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:55.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:55 smithi167 bash[22256]: cluster 2024-04-12T01:43:54.022708+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:57.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:57 smithi136 bash[22214]: cluster 2024-04-12T01:43:56.023152+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:57.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:57 smithi083 bash[21555]: cluster 2024-04-12T01:43:56.023152+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:57.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:57 smithi167 bash[22256]: cluster 2024-04-12T01:43:56.023152+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:59.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:43:59 smithi136 bash[22214]: cluster 2024-04-12T01:43:58.023524+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:59.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:43:59 smithi083 bash[21555]: cluster 2024-04-12T01:43:58.023524+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:43:59.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:43:59 smithi167 bash[22256]: cluster 2024-04-12T01:43:58.023524+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:01.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:01 smithi136 bash[22214]: cluster 2024-04-12T01:44:00.024050+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:01.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:01 smithi083 bash[21555]: cluster 2024-04-12T01:44:00.024050+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:01.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:01 smithi167 bash[22256]: cluster 2024-04-12T01:44:00.024050+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:03.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:03 smithi136 bash[22214]: cluster 2024-04-12T01:44:02.024587+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:03.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:03 smithi083 bash[21555]: cluster 2024-04-12T01:44:02.024587+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:03.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:03 smithi167 bash[22256]: cluster 2024-04-12T01:44:02.024587+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:05.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:05 smithi136 bash[22214]: cluster 2024-04-12T01:44:04.025236+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:05.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:05 smithi083 bash[21555]: cluster 2024-04-12T01:44:04.025236+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:05.650 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:05 smithi167 bash[22256]: cluster 2024-04-12T01:44:04.025236+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:07.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:07 smithi136 bash[22214]: cluster 2024-04-12T01:44:06.025666+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:07.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:07 smithi083 bash[21555]: cluster 2024-04-12T01:44:06.025666+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:07.550 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:07 smithi167 bash[22256]: cluster 2024-04-12T01:44:06.025666+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:09.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:09 smithi136 bash[22214]: cluster 2024-04-12T01:44:08.026275+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:09.482 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:09 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:09.482 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:44:09 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:09.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:09 smithi083 bash[21555]: cluster 2024-04-12T01:44:08.026275+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:09.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:09 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:09.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:09 smithi167 bash[22256]: cluster 2024-04-12T01:44:08.026275+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:09.932 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:09 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:09.932 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:44:09 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:09.932 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:09 smithi083 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:10.896 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.660708+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.666446+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.674292+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.678542+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: cephadm 2024-04-12T01:44:09.688810+0000 mgr.a (mgr.14152) 305 : cephadm [INF] Deploying daemon alertmanager.smithi167 on smithi167 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.934919+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.940018+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:09.949237+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: cluster 2024-04-12T01:44:10.026698+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:10.476934+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.897 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:10.486889+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.898 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:10.497390+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.898 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:10 smithi083 bash[21555]: audit 2024-04-12T01:44:10.560313+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.660708+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.666446+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.674292+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.678542+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: cephadm 2024-04-12T01:44:09.688810+0000 mgr.a (mgr.14152) 305 : cephadm [INF] Deploying daemon alertmanager.smithi167 on smithi167 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.934919+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.940018+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:09.949237+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: cluster 2024-04-12T01:44:10.026698+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:10.476934+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:10.486889+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:10.497390+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:10 smithi167 bash[22256]: audit 2024-04-12T01:44:10.560313+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.660708+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.666446+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.674292+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.678542+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: cephadm 2024-04-12T01:44:09.688810+0000 mgr.a (mgr.14152) 305 : cephadm [INF] Deploying daemon alertmanager.smithi167 on smithi167 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.934919+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.940018+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:09.949237+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: cluster 2024-04-12T01:44:10.026698+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:10.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:10.476934+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:10.486889+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:10.497390+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:10.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:10 smithi136 bash[22214]: audit 2024-04-12T01:44:10.560313+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:11.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:11 smithi083 bash[21555]: audit 2024-04-12T01:44:10.775660+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:11.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:11 smithi083 bash[21555]: audit 2024-04-12T01:44:10.784417+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:11.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:11 smithi083 bash[21555]: audit 2024-04-12T01:44:10.794542+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:11 smithi167 bash[22256]: audit 2024-04-12T01:44:10.775660+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:11 smithi167 bash[22256]: audit 2024-04-12T01:44:10.784417+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:11 smithi167 bash[22256]: audit 2024-04-12T01:44:10.794542+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:11 smithi136 bash[22214]: audit 2024-04-12T01:44:10.775660+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:11 smithi136 bash[22214]: audit 2024-04-12T01:44:10.784417+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:11 smithi136 bash[22214]: audit 2024-04-12T01:44:10.794542+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:12.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:12 smithi083 bash[21555]: cluster 2024-04-12T01:44:12.027244+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:13.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:12 smithi167 bash[22256]: cluster 2024-04-12T01:44:12.027244+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:13.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:12 smithi136 bash[22214]: cluster 2024-04-12T01:44:12.027244+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:15.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:15 smithi167 bash[22256]: cluster 2024-04-12T01:44:14.027784+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:15.426 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:15 smithi083 bash[21555]: cluster 2024-04-12T01:44:14.027784+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:15.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:15 smithi136 bash[22214]: cluster 2024-04-12T01:44:14.027784+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:17.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:17 smithi083 bash[21555]: cluster 2024-04-12T01:44:16.028360+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:17.363 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:17 smithi167 bash[22256]: cluster 2024-04-12T01:44:16.028360+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:17.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:17 smithi136 bash[22214]: cluster 2024-04-12T01:44:16.028360+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:17.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:17 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:17.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:17 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:17.650 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:44:17 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:17.650 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:44:17 smithi167 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:18.913 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:18 smithi083 bash[21555]: audit 2024-04-12T01:44:17.777435+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:18.913 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:18 smithi083 bash[21555]: audit 2024-04-12T01:44:17.782534+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:18.913 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:18 smithi083 bash[21555]: audit 2024-04-12T01:44:17.825748+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:18.913 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:18 smithi083 bash[21555]: audit 2024-04-12T01:44:17.834544+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:18.913 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:18 smithi083 bash[21555]: cluster 2024-04-12T01:44:18.028668+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:18.913 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:18 smithi083 bash[21555]: cephadm 2024-04-12T01:44:18.095918+0000 mgr.a (mgr.14152) 311 : cephadm [INF] Deploying daemon prometheus.smithi136 on smithi136 2024-04-12T01:44:19.038 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:18 smithi167 bash[22256]: audit 2024-04-12T01:44:17.777435+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.038 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:18 smithi167 bash[22256]: audit 2024-04-12T01:44:17.782534+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.039 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:18 smithi167 bash[22256]: audit 2024-04-12T01:44:17.825748+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.039 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:18 smithi167 bash[22256]: audit 2024-04-12T01:44:17.834544+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.039 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:18 smithi167 bash[22256]: cluster 2024-04-12T01:44:18.028668+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:19.039 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:18 smithi167 bash[22256]: cephadm 2024-04-12T01:44:18.095918+0000 mgr.a (mgr.14152) 311 : cephadm [INF] Deploying daemon prometheus.smithi136 on smithi136 2024-04-12T01:44:19.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:18 smithi136 bash[22214]: audit 2024-04-12T01:44:17.777435+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:18 smithi136 bash[22214]: audit 2024-04-12T01:44:17.782534+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:18 smithi136 bash[22214]: audit 2024-04-12T01:44:17.825748+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:18 smithi136 bash[22214]: audit 2024-04-12T01:44:17.834544+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:19.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:18 smithi136 bash[22214]: cluster 2024-04-12T01:44:18.028668+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:19.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:18 smithi136 bash[22214]: cephadm 2024-04-12T01:44:18.095918+0000 mgr.a (mgr.14152) 311 : cephadm [INF] Deploying daemon prometheus.smithi136 on smithi136 2024-04-12T01:44:20.279 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:20 smithi083 bash[21555]: audit 2024-04-12T01:44:19.123931+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.279 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:20 smithi083 bash[21555]: audit 2024-04-12T01:44:20.110858+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:20 smithi083 bash[21555]: audit 2024-04-12T01:44:20.115712+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:20 smithi083 bash[21555]: audit 2024-04-12T01:44:20.121146+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:20 smithi167 bash[22256]: audit 2024-04-12T01:44:19.123931+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:20 smithi167 bash[22256]: audit 2024-04-12T01:44:20.110858+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:20 smithi167 bash[22256]: audit 2024-04-12T01:44:20.115712+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:20 smithi167 bash[22256]: audit 2024-04-12T01:44:20.121146+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:20 smithi136 bash[22214]: audit 2024-04-12T01:44:19.123931+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:20 smithi136 bash[22214]: audit 2024-04-12T01:44:20.110858+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:20 smithi136 bash[22214]: audit 2024-04-12T01:44:20.115712+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:20.480 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:20 smithi136 bash[22214]: audit 2024-04-12T01:44:20.121146+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:21.133 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:21 smithi167 bash[22256]: cluster 2024-04-12T01:44:20.028993+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:21.133 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:21 smithi167 bash[22256]: audit 2024-04-12T01:44:20.569755+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:21.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:21 smithi083 bash[21555]: cluster 2024-04-12T01:44:20.028993+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:21.348 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:21 smithi083 bash[21555]: audit 2024-04-12T01:44:20.569755+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:21.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:21 smithi136 bash[22214]: cluster 2024-04-12T01:44:20.028993+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:21.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:21 smithi136 bash[22214]: audit 2024-04-12T01:44:20.569755+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:23.210 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:23 smithi083 bash[21555]: cluster 2024-04-12T01:44:22.029511+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:23.210 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:23 smithi083 bash[21555]: audit 2024-04-12T01:44:22.584971+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:23.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:23 smithi167 bash[22256]: cluster 2024-04-12T01:44:22.029511+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:23.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:23 smithi167 bash[22256]: audit 2024-04-12T01:44:22.584971+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:23.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:23 smithi136 bash[22214]: cluster 2024-04-12T01:44:22.029511+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:23.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:23 smithi136 bash[22214]: audit 2024-04-12T01:44:22.584971+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:25.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:25 smithi083 bash[21555]: cluster 2024-04-12T01:44:24.030008+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:25.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:25 smithi167 bash[22256]: cluster 2024-04-12T01:44:24.030008+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:25.475 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:25 smithi136 bash[22214]: cluster 2024-04-12T01:44:24.030008+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:26.610 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:26 smithi083 bash[21555]: audit 2024-04-12T01:44:25.525015+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.610 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:26 smithi083 bash[21555]: audit 2024-04-12T01:44:25.534337+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.610 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:26 smithi083 bash[21555]: audit 2024-04-12T01:44:25.547742+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.611 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:26 smithi083 bash[21555]: cluster 2024-04-12T01:44:26.030536+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:26.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:26 smithi167 bash[22256]: audit 2024-04-12T01:44:25.525015+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:26 smithi167 bash[22256]: audit 2024-04-12T01:44:25.534337+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:26 smithi167 bash[22256]: audit 2024-04-12T01:44:25.547742+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:26 smithi167 bash[22256]: cluster 2024-04-12T01:44:26.030536+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:26.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:26 smithi136 bash[22214]: audit 2024-04-12T01:44:25.525015+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:26 smithi136 bash[22214]: audit 2024-04-12T01:44:25.534337+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:26 smithi136 bash[22214]: audit 2024-04-12T01:44:25.547742+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:26.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:26 smithi136 bash[22214]: cluster 2024-04-12T01:44:26.030536+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:29.195 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:29 smithi083 bash[21555]: cluster 2024-04-12T01:44:28.031095+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:29.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:29 smithi167 bash[22256]: cluster 2024-04-12T01:44:28.031095+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:29.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:29 smithi136 bash[22214]: cluster 2024-04-12T01:44:28.031095+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:31.097 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:31 smithi083 bash[21555]: cluster 2024-04-12T01:44:30.031685+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:31.097 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:31 smithi083 bash[21555]: audit 2024-04-12T01:44:30.679349+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.097 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:31 smithi083 bash[21555]: audit 2024-04-12T01:44:30.688721+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.097 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:31 smithi083 bash[21555]: audit 2024-04-12T01:44:30.700351+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.205 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:31 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:31.206 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:44:31 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:31.206 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:31 smithi136 bash[22214]: cluster 2024-04-12T01:44:30.031685+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:31.207 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:31 smithi136 bash[22214]: audit 2024-04-12T01:44:30.679349+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.207 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:31 smithi136 bash[22214]: audit 2024-04-12T01:44:30.688721+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.207 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:31 smithi136 bash[22214]: audit 2024-04-12T01:44:30.700351+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.207 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:31 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:31.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:31 smithi167 bash[22256]: cluster 2024-04-12T01:44:30.031685+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:31.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:31 smithi167 bash[22256]: audit 2024-04-12T01:44:30.679349+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:31 smithi167 bash[22256]: audit 2024-04-12T01:44:30.688721+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.400 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:31 smithi167 bash[22256]: audit 2024-04-12T01:44:30.700351+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:31.482 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:31 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:31.483 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:31 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:31.483 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:44:31 smithi136 systemd[1]: /etc/systemd/system/ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-12T01:44:32.767 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[23240]: ignoring --setuser ceph since I am not root 2024-04-12T01:44:32.767 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[23240]: ignoring --setgroup ceph since I am not root 2024-04-12T01:44:32.767 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[22214]: audit 2024-04-12T01:44:31.513961+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[22214]: audit 2024-04-12T01:44:31.523383+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[22214]: audit 2024-04-12T01:44:31.554469+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[22214]: audit 2024-04-12T01:44:31.563833+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[22214]: cluster 2024-04-12T01:44:32.032324+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21811]: ignoring --setuser ceph since I am not root 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21811]: ignoring --setgroup ceph since I am not root 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21555]: audit 2024-04-12T01:44:31.513961+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21555]: audit 2024-04-12T01:44:31.523383+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21555]: audit 2024-04-12T01:44:31.554469+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21555]: audit 2024-04-12T01:44:31.563833+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T01:44:32.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21555]: cluster 2024-04-12T01:44:32.032324+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:32.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:32 smithi167 bash[22256]: audit 2024-04-12T01:44:31.513961+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:32 smithi167 bash[22256]: audit 2024-04-12T01:44:31.523383+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:32 smithi167 bash[22256]: audit 2024-04-12T01:44:31.554469+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' 2024-04-12T01:44:32.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:32 smithi167 bash[22256]: audit 2024-04-12T01:44:31.563833+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T01:44:32.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:32 smithi167 bash[22256]: cluster 2024-04-12T01:44:32.032324+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:33.229 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:32 smithi136 bash[23240]: debug 2024-04-12T01:44:32.777+0000 7fde70077200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T01:44:33.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:32 smithi083 bash[21811]: debug 2024-04-12T01:44:32.781+0000 7f18d6512200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-12T01:44:33.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:33 smithi136 bash[22214]: audit 2024-04-12T01:44:32.564888+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T01:44:33.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:33 smithi136 bash[22214]: cluster 2024-04-12T01:44:32.574664+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-12T01:44:33.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:33 smithi083 bash[21555]: audit 2024-04-12T01:44:32.564888+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T01:44:33.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:33 smithi083 bash[21555]: cluster 2024-04-12T01:44:32.574664+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-12T01:44:33.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:33 smithi167 bash[22256]: audit 2024-04-12T01:44:32.564888+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.83:0/95461310' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T01:44:33.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:33 smithi167 bash[22256]: cluster 2024-04-12T01:44:32.574664+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-12T01:44:34.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:34 smithi083 bash[21811]: debug 2024-04-12T01:44:34.405+0000 7f18d6512200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T01:44:34.491 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:34 smithi083 bash[21811]: debug 2024-04-12T01:44:34.505+0000 7f18d6512200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T01:44:34.690 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:34 smithi136 bash[23240]: debug 2024-04-12T01:44:34.357+0000 7fde70077200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-12T01:44:34.690 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:34 smithi136 bash[23240]: debug 2024-04-12T01:44:34.453+0000 7fde70077200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-12T01:44:34.979 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:34 smithi136 bash[23240]: debug 2024-04-12T01:44:34.701+0000 7fde70077200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T01:44:35.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:34 smithi083 bash[21811]: debug 2024-04-12T01:44:34.757+0000 7f18d6512200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-12T01:44:35.732 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:35 smithi083 bash[21811]: debug 2024-04-12T01:44:35.561+0000 7f18d6512200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T01:44:35.732 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:35 smithi083 bash[21811]: debug 2024-04-12T01:44:35.669+0000 7f18d6512200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T01:44:35.979 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:35 smithi136 bash[23240]: debug 2024-04-12T01:44:35.493+0000 7fde70077200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-12T01:44:35.979 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:35 smithi136 bash[23240]: debug 2024-04-12T01:44:35.601+0000 7fde70077200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-12T01:44:35.979 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:35 smithi136 bash[23240]: debug 2024-04-12T01:44:35.705+0000 7fde70077200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T01:44:36.120 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:35 smithi083 bash[21811]: debug 2024-04-12T01:44:35.773+0000 7f18d6512200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-12T01:44:36.479 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:36 smithi136 bash[23240]: debug 2024-04-12T01:44:36.057+0000 7fde70077200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T01:44:36.479 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:36 smithi136 bash[23240]: debug 2024-04-12T01:44:36.173+0000 7fde70077200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T01:44:36.479 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:36 smithi136 bash[23240]: debug 2024-04-12T01:44:36.273+0000 7fde70077200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T01:44:36.482 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:36 smithi083 bash[21811]: debug 2024-04-12T01:44:36.133+0000 7f18d6512200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-12T01:44:36.482 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:36 smithi083 bash[21811]: debug 2024-04-12T01:44:36.249+0000 7f18d6512200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-12T01:44:36.482 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:36 smithi083 bash[21811]: debug 2024-04-12T01:44:36.353+0000 7f18d6512200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-12T01:44:36.958 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:36 smithi083 bash[21811]: debug 2024-04-12T01:44:36.725+0000 7f18d6512200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T01:44:36.979 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:36 smithi136 bash[23240]: debug 2024-04-12T01:44:36.629+0000 7fde70077200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-12T01:44:36.979 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:36 smithi136 bash[23240]: debug 2024-04-12T01:44:36.869+0000 7fde70077200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T01:44:37.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:36 smithi083 bash[21811]: debug 2024-04-12T01:44:36.973+0000 7f18d6512200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-12T01:44:37.479 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:37 smithi136 bash[23240]: debug 2024-04-12T01:44:37.133+0000 7fde70077200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T01:44:37.479 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:37 smithi136 bash[23240]: debug 2024-04-12T01:44:37.245+0000 7fde70077200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T01:44:37.640 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:37 smithi083 bash[21811]: debug 2024-04-12T01:44:37.253+0000 7f18d6512200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-12T01:44:37.640 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:37 smithi083 bash[21811]: debug 2024-04-12T01:44:37.373+0000 7f18d6512200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-12T01:44:37.918 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:37 smithi136 bash[23240]: debug 2024-04-12T01:44:37.517+0000 7fde70077200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T01:44:37.982 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:37 smithi083 bash[21811]: debug 2024-04-12T01:44:37.653+0000 7f18d6512200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-12T01:44:38.229 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:37 smithi136 bash[23240]: debug 2024-04-12T01:44:37.929+0000 7fde70077200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:44:38.229 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:38 smithi136 bash[23240]: debug 2024-04-12T01:44:38.169+0000 7fde70077200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T01:44:38.413 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:38 smithi083 bash[21811]: debug 2024-04-12T01:44:38.069+0000 7f18d6512200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:44:38.413 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:38 smithi083 bash[21811]: debug 2024-04-12T01:44:38.309+0000 7f18d6512200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-12T01:44:38.667 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:38 smithi083 bash[21811]: debug 2024-04-12T01:44:38.429+0000 7f18d6512200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T01:44:38.729 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:38 smithi136 bash[23240]: debug 2024-04-12T01:44:38.285+0000 7fde70077200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-12T01:44:38.729 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:38 smithi136 bash[23240]: debug 2024-04-12T01:44:38.533+0000 7fde70077200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:44:38.982 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:38 smithi083 bash[21811]: debug 2024-04-12T01:44:38.681+0000 7f18d6512200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-12T01:44:39.948 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:39 smithi136 bash[23240]: debug 2024-04-12T01:44:39.553+0000 7fde70077200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T01:44:39.948 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:39 smithi136 bash[23240]: debug 2024-04-12T01:44:39.669+0000 7fde70077200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T01:44:39.982 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:39 smithi083 bash[21811]: debug 2024-04-12T01:44:39.685+0000 7f18d6512200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-12T01:44:39.982 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:39 smithi083 bash[21811]: debug 2024-04-12T01:44:39.801+0000 7f18d6512200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-12T01:44:40.229 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:39 smithi136 bash[23240]: debug 2024-04-12T01:44:39.961+0000 7fde70077200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T01:44:40.229 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: debug 2024-04-12T01:44:40.073+0000 7fde70077200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T01:44:40.482 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21811]: debug 2024-04-12T01:44:40.101+0000 7f18d6512200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-12T01:44:40.482 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21811]: debug 2024-04-12T01:44:40.217+0000 7f18d6512200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-12T01:44:40.760 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.669273+0000 mon.a (mon.0) 775 : cluster [DBG] Standby manager daemon b restarted 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.669401+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b started 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[22214]: audit 2024-04-12T01:44:40.672173+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[22214]: audit 2024-04-12T01:44:40.672928+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[22214]: audit 2024-04-12T01:44:40.676580+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[22214]: audit 2024-04-12T01:44:40.678311+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: debug 2024-04-12T01:44:40.521+0000 7fde70077200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: debug 2024-04-12T01:44:40.641+0000 7fde70077200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: [12/Apr/2024:01:44:40] ENGINE Bus STARTING 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: CherryPy Checker: 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: The Application mounted at '' has an empty config. 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: [12/Apr/2024:01:44:40] ENGINE Serving on http://:::9283 2024-04-12T01:44:40.761 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:44:40 smithi136 bash[23240]: [12/Apr/2024:01:44:40] ENGINE Bus STARTED 2024-04-12T01:44:40.909 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21811]: debug 2024-04-12T01:44:40.669+0000 7f18d6512200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21811]: debug 2024-04-12T01:44:40.788+0000 7f18d6512200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.669273+0000 mon.a (mon.0) 775 : cluster [DBG] Standby manager daemon b restarted 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.669401+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b started 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21555]: audit 2024-04-12T01:44:40.672173+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21555]: audit 2024-04-12T01:44:40.672928+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21555]: audit 2024-04-12T01:44:40.676580+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T01:44:40.910 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21555]: audit 2024-04-12T01:44:40.678311+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T01:44:40.979 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:40 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.669273+0000 mon.a (mon.0) 775 : cluster [DBG] Standby manager daemon b restarted 2024-04-12T01:44:40.979 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:40 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.669401+0000 mon.a (mon.0) 776 : cluster [DBG] Standby manager daemon b started 2024-04-12T01:44:40.979 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:40 smithi167 bash[22256]: audit 2024-04-12T01:44:40.672173+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-12T01:44:40.979 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:40 smithi167 bash[22256]: audit 2024-04-12T01:44:40.672928+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T01:44:40.979 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:40 smithi167 bash[22256]: audit 2024-04-12T01:44:40.676580+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-12T01:44:40.979 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:40 smithi167 bash[22256]: audit 2024-04-12T01:44:40.678311+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.? 172.21.15.136:0/785049460' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T01:44:41.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:40 smithi083 bash[21811]: [12/Apr/2024:01:44:40] ENGINE Bus STARTING 2024-04-12T01:44:41.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21811]: CherryPy Checker: 2024-04-12T01:44:41.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21811]: The Application mounted at '' has an empty config. 2024-04-12T01:44:41.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21811]: [12/Apr/2024:01:44:41] ENGINE Serving on http://:::9283 2024-04-12T01:44:41.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21811]: [12/Apr/2024:01:44:41] ENGINE Bus STARTED 2024-04-12T01:44:41.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.731987+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-12T01:44:41.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.818146+0000 mon.a (mon.0) 782 : cluster [INF] Active manager daemon a restarted 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.818703+0000 mon.a (mon.0) 783 : cluster [INF] Activating manager daemon a 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.826908+0000 mon.c (mon.1) 9 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.827089+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.827261+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.829516+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.829753+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.830224+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.830471+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.830714+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.830933+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.831052+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.831226+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T01:44:41.901 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.831483+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012981s), standbys: b 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.831712+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cluster 2024-04-12T01:44:40.863827+0000 mon.a (mon.0) 786 : cluster [INF] Manager daemon a is now available 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.892466+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.893600+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.898655+0000 mon.c (mon.1) 21 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.898847+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.899813+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.904083+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.904459+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.905180+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.908549+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]': finished 2024-04-12T01:44:41.902 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.911666+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.914577+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]': finished 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.917606+0000 mon.c (mon.1) 25 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.920808+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.921733+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:40.926839+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:40.928255+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:40.931067+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.931880+0000 mon.c (mon.1) 27 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.937357+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.943340+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: audit 2024-04-12T01:44:40.948749+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.353116+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Bus STARTING 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.457094+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Serving on http://172.21.15.83:8765 2024-04-12T01:44:41.903 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.524451+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.549242+0000 mgr.a (mgr.14391) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.549602+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.579093+0000 mgr.a (mgr.14391) 9 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Serving on https://172.21.15.83:7151 2024-04-12T01:44:41.904 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:41 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.579436+0000 mgr.a (mgr.14391) 10 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Bus STARTED 2024-04-12T01:44:41.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.731987+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.818146+0000 mon.a (mon.0) 782 : cluster [INF] Active manager daemon a restarted 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.818703+0000 mon.a (mon.0) 783 : cluster [INF] Activating manager daemon a 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.826908+0000 mon.c (mon.1) 9 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.827089+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.827261+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.829516+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.829753+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.830224+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.830471+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.830714+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.830933+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.831052+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.831226+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T01:44:41.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.831483+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012981s), standbys: b 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.831712+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cluster 2024-04-12T01:44:40.863827+0000 mon.a (mon.0) 786 : cluster [INF] Manager daemon a is now available 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.892466+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.893600+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.898655+0000 mon.c (mon.1) 21 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.898847+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.899813+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.904083+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.904459+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.905180+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.908549+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]': finished 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.911666+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.914577+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]': finished 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.917606+0000 mon.c (mon.1) 25 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.920808+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.921733+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:40.926839+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:40.928255+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:40.931067+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:44:41.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.931880+0000 mon.c (mon.1) 27 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.937357+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.943340+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: audit 2024-04-12T01:44:40.948749+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.353116+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Bus STARTING 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.457094+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Serving on http://172.21.15.83:8765 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.524451+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.549242+0000 mgr.a (mgr.14391) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.549602+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.579093+0000 mgr.a (mgr.14391) 9 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Serving on https://172.21.15.83:7151 2024-04-12T01:44:41.983 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:41 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.579436+0000 mgr.a (mgr.14391) 10 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Bus STARTED 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.731987+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.818146+0000 mon.a (mon.0) 782 : cluster [INF] Active manager daemon a restarted 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.818703+0000 mon.a (mon.0) 783 : cluster [INF] Activating manager daemon a 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.826908+0000 mon.c (mon.1) 9 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.827089+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.827261+0000 mon.c (mon.1) 11 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.829516+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.829753+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.830224+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.830471+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T01:44:41.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.830714+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.830933+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.831052+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.831226+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.831483+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012981s), standbys: b 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.831712+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cluster 2024-04-12T01:44:40.863827+0000 mon.a (mon.0) 786 : cluster [INF] Manager daemon a is now available 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.892466+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.893600+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.898655+0000 mon.c (mon.1) 21 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.898847+0000 mon.c (mon.1) 22 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.899813+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.904083+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.904459+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.905180+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-04-12T01:44:41.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.908549+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi167", "name": "osd_memory_target"}]': finished 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.911666+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.914577+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]': finished 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.917606+0000 mon.c (mon.1) 25 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.920808+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.921733+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:40.926839+0000 mgr.a (mgr.14391) 1 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:40.928255+0000 mgr.a (mgr.14391) 2 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:40.931067+0000 mgr.a (mgr.14391) 3 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.conf 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.931880+0000 mon.c (mon.1) 27 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.937357+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.943340+0000 mon.c (mon.1) 28 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: audit 2024-04-12T01:44:40.948749+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-12T01:44:41.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.353116+0000 mgr.a (mgr.14391) 4 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Bus STARTING 2024-04-12T01:44:41.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.457094+0000 mgr.a (mgr.14391) 5 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Serving on http://172.21.15.83:8765 2024-04-12T01:44:41.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.524451+0000 mgr.a (mgr.14391) 6 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.549242+0000 mgr.a (mgr.14391) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.549602+0000 mgr.a (mgr.14391) 8 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T01:44:41.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.579093+0000 mgr.a (mgr.14391) 9 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Serving on https://172.21.15.83:7151 2024-04-12T01:44:41.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:41 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.579436+0000 mgr.a (mgr.14391) 10 : cephadm [INF] [12/Apr/2024:01:44:41] ENGINE Bus STARTED 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.713719+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.714271+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.738650+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cluster 2024-04-12T01:44:41.838553+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, since 1.02003s), standbys: b 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cluster 2024-04-12T01:44:41.839998+0000 mgr.a (mgr.14391) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.878301+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.929143+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:41.953447+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.091 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.054070+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.067058+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.128980+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.139911+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.153579+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.165362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.175434+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:42.178558+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.186757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.282903+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: audit 2024-04-12T01:44:42.288721+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:42.488978+0000 mgr.a (mgr.14391) 19 : cephadm [INF] Reconfiguring grafana.smithi083 (dependencies changed)... 2024-04-12T01:44:43.092 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:42 smithi167 bash[22256]: cephadm 2024-04-12T01:44:42.511506+0000 mgr.a (mgr.14391) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi083 on smithi083 2024-04-12T01:44:43.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.713719+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.714271+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.738650+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cluster 2024-04-12T01:44:41.838553+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, since 1.02003s), standbys: b 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cluster 2024-04-12T01:44:41.839998+0000 mgr.a (mgr.14391) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.878301+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.929143+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:41.953447+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.054070+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.067058+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.128980+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.139911+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.153579+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.165362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.175434+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:42.178558+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.186757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.282903+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: audit 2024-04-12T01:44:42.288721+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:42.488978+0000 mgr.a (mgr.14391) 19 : cephadm [INF] Reconfiguring grafana.smithi083 (dependencies changed)... 2024-04-12T01:44:43.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:42 smithi136 bash[22214]: cephadm 2024-04-12T01:44:42.511506+0000 mgr.a (mgr.14391) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi083 on smithi083 2024-04-12T01:44:43.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.713719+0000 mgr.a (mgr.14391) 11 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.714271+0000 mgr.a (mgr.14391) 12 : cephadm [INF] Updating smithi167:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.738650+0000 mgr.a (mgr.14391) 13 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cluster 2024-04-12T01:44:41.838553+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e19: a(active, since 1.02003s), standbys: b 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cluster 2024-04-12T01:44:41.839998+0000 mgr.a (mgr.14391) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.878301+0000 mgr.a (mgr.14391) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.929143+0000 mgr.a (mgr.14391) 16 : cephadm [INF] Updating smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:41.953447+0000 mgr.a (mgr.14391) 17 : cephadm [INF] Updating smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.054070+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.067058+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.128980+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.139911+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.153579+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.165362+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.175434+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:42.178558+0000 mgr.a (mgr.14391) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:43.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.186757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:43.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.282903+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:44:43.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: audit 2024-04-12T01:44:42.288721+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-04-12T01:44:43.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:42.488978+0000 mgr.a (mgr.14391) 19 : cephadm [INF] Reconfiguring grafana.smithi083 (dependencies changed)... 2024-04-12T01:44:43.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:42 smithi083 bash[21555]: cephadm 2024-04-12T01:44:42.511506+0000 mgr.a (mgr.14391) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi083 on smithi083 2024-04-12T01:44:44.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:43 smithi167 bash[22256]: cluster 2024-04-12T01:44:42.836421+0000 mgr.a (mgr.14391) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:44.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:43 smithi167 bash[22256]: audit 2024-04-12T01:44:42.855019+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:44.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:43 smithi167 bash[22256]: audit 2024-04-12T01:44:42.965215+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:44.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:43 smithi167 bash[22256]: cluster 2024-04-12T01:44:43.847001+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-12T01:44:44.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:43 smithi136 bash[22214]: cluster 2024-04-12T01:44:42.836421+0000 mgr.a (mgr.14391) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:44.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:43 smithi136 bash[22214]: audit 2024-04-12T01:44:42.855019+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:44.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:43 smithi136 bash[22214]: audit 2024-04-12T01:44:42.965215+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:44.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:43 smithi136 bash[22214]: cluster 2024-04-12T01:44:43.847001+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-12T01:44:44.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:43 smithi083 bash[21555]: cluster 2024-04-12T01:44:42.836421+0000 mgr.a (mgr.14391) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:44.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:43 smithi083 bash[21555]: audit 2024-04-12T01:44:42.855019+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:44.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:43 smithi083 bash[21555]: audit 2024-04-12T01:44:42.965215+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:44.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:43 smithi083 bash[21555]: cluster 2024-04-12T01:44:43.847001+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-12T01:44:46.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:45 smithi167 bash[22256]: cluster 2024-04-12T01:44:44.836818+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:46.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:45 smithi167 bash[22256]: cluster 2024-04-12T01:44:44.868383+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-12T01:44:46.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:45 smithi136 bash[22214]: cluster 2024-04-12T01:44:44.836818+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:46.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:45 smithi136 bash[22214]: cluster 2024-04-12T01:44:44.868383+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-12T01:44:46.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:45 smithi083 bash[21555]: cluster 2024-04-12T01:44:44.836818+0000 mgr.a (mgr.14391) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:46.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:45 smithi083 bash[21555]: cluster 2024-04-12T01:44:44.868383+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-12T01:44:47.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:47 smithi136 bash[22214]: audit 2024-04-12T01:44:46.498494+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:47.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:47 smithi083 bash[21555]: audit 2024-04-12T01:44:46.498494+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:47.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:47 smithi167 bash[22256]: audit 2024-04-12T01:44:46.498494+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:48.523 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:48 smithi083 bash[21555]: cluster 2024-04-12T01:44:46.837263+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:48.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:48 smithi167 bash[22256]: cluster 2024-04-12T01:44:46.837263+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:48.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:48 smithi136 bash[22214]: cluster 2024-04-12T01:44:46.837263+0000 mgr.a (mgr.14391) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:44:49.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:48.542475+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:48.551502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:48.569757+0000 mon.c (mon.1) 30 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:44:49.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:48.575331+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:44:49.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:49.151563+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:44:49.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:49.157214+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:44:49.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:49 smithi083 bash[21555]: audit 2024-04-12T01:44:49.533806+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:48.542475+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:48.551502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:48.569757+0000 mon.c (mon.1) 30 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:44:49.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:48.575331+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:44:49.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:49.151563+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:44:49.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:49.157214+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:44:49.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:49 smithi167 bash[22256]: audit 2024-04-12T01:44:49.533806+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:48.542475+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:48.551502+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:48.569757+0000 mon.c (mon.1) 30 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:48.575331+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi136", "caps": []}]: dispatch 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:49.151563+0000 mon.c (mon.1) 31 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:49.157214+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14391 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi167", "caps": []}]: dispatch 2024-04-12T01:44:49.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:49 smithi136 bash[22214]: audit 2024-04-12T01:44:49.533806+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:50.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:50 smithi136 bash[22214]: cluster 2024-04-12T01:44:48.837654+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-12T01:44:50.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:50 smithi136 bash[22214]: audit 2024-04-12T01:44:49.656666+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:50.729 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:50 smithi136 bash[22214]: audit 2024-04-12T01:44:50.168304+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:50.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:50 smithi083 bash[21555]: cluster 2024-04-12T01:44:48.837654+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-12T01:44:50.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:50 smithi083 bash[21555]: audit 2024-04-12T01:44:49.656666+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:50.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:50 smithi083 bash[21555]: audit 2024-04-12T01:44:50.168304+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:50.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:50 smithi167 bash[22256]: cluster 2024-04-12T01:44:48.837654+0000 mgr.a (mgr.14391) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-12T01:44:50.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:50 smithi167 bash[22256]: audit 2024-04-12T01:44:49.656666+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:50.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:50 smithi167 bash[22256]: audit 2024-04-12T01:44:50.168304+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:51.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:51 smithi083 bash[21555]: cephadm 2024-04-12T01:44:50.618821+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Reconfiguring alertmanager.smithi167 (dependencies changed)... 2024-04-12T01:44:51.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:51 smithi083 bash[21555]: cephadm 2024-04-12T01:44:50.632055+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi167 on smithi167 2024-04-12T01:44:51.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:51 smithi083 bash[21555]: audit 2024-04-12T01:44:51.365256+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:51.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:51 smithi083 bash[21555]: audit 2024-04-12T01:44:51.488492+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:51.823 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:51 smithi136 bash[22214]: cephadm 2024-04-12T01:44:50.618821+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Reconfiguring alertmanager.smithi167 (dependencies changed)... 2024-04-12T01:44:51.823 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:51 smithi136 bash[22214]: cephadm 2024-04-12T01:44:50.632055+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi167 on smithi167 2024-04-12T01:44:51.823 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:51 smithi136 bash[22214]: audit 2024-04-12T01:44:51.365256+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:51.823 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:51 smithi136 bash[22214]: audit 2024-04-12T01:44:51.488492+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:51.921 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:51 smithi167 bash[22256]: cephadm 2024-04-12T01:44:50.618821+0000 mgr.a (mgr.14391) 25 : cephadm [INF] Reconfiguring alertmanager.smithi167 (dependencies changed)... 2024-04-12T01:44:51.921 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:51 smithi167 bash[22256]: cephadm 2024-04-12T01:44:50.632055+0000 mgr.a (mgr.14391) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi167 on smithi167 2024-04-12T01:44:51.921 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:51 smithi167 bash[22256]: audit 2024-04-12T01:44:51.365256+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:51.921 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:51 smithi167 bash[22256]: audit 2024-04-12T01:44:51.488492+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.600 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:52 smithi136 bash[22214]: cluster 2024-04-12T01:44:50.838162+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-12T01:44:52.601 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:52 smithi136 bash[22214]: audit 2024-04-12T01:44:51.577452+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.601 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:52 smithi136 bash[22214]: audit 2024-04-12T01:44:51.589346+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.601 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:52 smithi136 bash[22214]: audit 2024-04-12T01:44:52.339365+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.818 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:52 smithi167 bash[22256]: cluster 2024-04-12T01:44:50.838162+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-12T01:44:52.818 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:52 smithi167 bash[22256]: audit 2024-04-12T01:44:51.577452+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.818 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:52 smithi167 bash[22256]: audit 2024-04-12T01:44:51.589346+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.818 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:52 smithi167 bash[22256]: audit 2024-04-12T01:44:52.339365+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.980 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:52 smithi083 bash[21555]: cluster 2024-04-12T01:44:50.838162+0000 mgr.a (mgr.14391) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-12T01:44:52.980 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:52 smithi083 bash[21555]: audit 2024-04-12T01:44:51.577452+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.980 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:52 smithi083 bash[21555]: audit 2024-04-12T01:44:51.589346+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:52.980 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:52 smithi083 bash[21555]: audit 2024-04-12T01:44:52.339365+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:54.811 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:54 smithi167 bash[22256]: cluster 2024-04-12T01:44:52.838690+0000 mgr.a (mgr.14391) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-12T01:44:54.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:54 smithi136 bash[22214]: cluster 2024-04-12T01:44:52.838690+0000 mgr.a (mgr.14391) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-12T01:44:54.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:54 smithi083 bash[21555]: cluster 2024-04-12T01:44:52.838690+0000 mgr.a (mgr.14391) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-12T01:44:55.935 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:54.685487+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.935 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:54.692143+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.935 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:54.699348+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.936 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:54.828384+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.936 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: cluster 2024-04-12T01:44:54.838964+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:44:55.936 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:55.224917+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.936 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:55.236438+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.936 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:55 smithi167 bash[22256]: audit 2024-04-12T01:44:55.248251+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:54.685487+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:54.692143+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:54.699348+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:54.828384+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: cluster 2024-04-12T01:44:54.838964+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:55.224917+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:55.236438+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:55 smithi083 bash[21555]: audit 2024-04-12T01:44:55.248251+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:54.685487+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:54.692143+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:54.699348+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:54.828384+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: cluster 2024-04-12T01:44:54.838964+0000 mgr.a (mgr.14391) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:55.224917+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:55.236438+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:55.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:55 smithi136 bash[22214]: audit 2024-04-12T01:44:55.248251+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.981 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:55.923056+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:55.972126+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:55.982250+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:55.993709+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.681149+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.691792+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.713589+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.717162+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.730753+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.746772+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.754372+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi167.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.767732+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.798589+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.801125+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.808269+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.810262+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.810710+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.819285+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21555]: audit 2024-04-12T01:44:56.825199+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STOPPING 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STOPPED 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STARTING 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Serving on http://:::9283 2024-04-12T01:44:56.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STARTED 2024-04-12T01:44:56.984 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STOPPING 2024-04-12T01:44:56.984 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T01:44:56.984 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STOPPED 2024-04-12T01:44:56.984 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:56 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Bus STARTING 2024-04-12T01:44:56.984 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21811]: [12/Apr/2024:01:44:56] ENGINE Serving on http://:::9283 2024-04-12T01:44:56.984 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21811]: [12/Apr/2024:01:44:57] ENGINE Bus STARTED 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:55.923056+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:55.972126+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:55.982250+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:55.993709+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.681149+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.691792+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.713589+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.717162+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.730753+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.746772+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T01:44:57.150 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.754372+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi167.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.767732+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.798589+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.801125+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.808269+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.810262+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.810710+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.819285+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.151 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:56 smithi167 bash[22256]: audit 2024-04-12T01:44:56.825199+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:55.923056+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:44:57.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:55.972126+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:55.982250+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:55.993709+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.681149+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.691792+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.713589+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.717162+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.730753+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.746772+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.754372+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi167.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.767732+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.798589+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.801125+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.808269+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.810262+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.810710+0000 mon.c (mon.1) 39 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:57.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.819285+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:57.231 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:56 smithi136 bash[22214]: audit 2024-04-12T01:44:56.825199+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:58.077 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.719564+0000 mgr.a (mgr.14391) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T01:44:58.077 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.722934+0000 mgr.a (mgr.14391) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T01:44:58.077 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.752195+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T01:44:58.077 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.759690+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi167.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: cephadm 2024-04-12T01:44:56.828272+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: cluster 2024-04-12T01:44:56.839235+0000 mgr.a (mgr.14391) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.928394+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.932111+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.933579+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: audit 2024-04-12T01:44:56.948119+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:58.078 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:44:57 smithi167 bash[22256]: cephadm 2024-04-12T01:44:56.950697+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:58.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.719564+0000 mgr.a (mgr.14391) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T01:44:58.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.722934+0000 mgr.a (mgr.14391) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T01:44:58.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.752195+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T01:44:58.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.759690+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi167.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T01:44:58.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: cephadm 2024-04-12T01:44:56.828272+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:58.229 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: cluster 2024-04-12T01:44:56.839235+0000 mgr.a (mgr.14391) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:44:58.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.928394+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:58.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.932111+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:58.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.933579+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:58.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: audit 2024-04-12T01:44:56.948119+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:58.230 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:44:57 smithi136 bash[22214]: cephadm 2024-04-12T01:44:56.950697+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:58.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.719564+0000 mgr.a (mgr.14391) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.722934+0000 mgr.a (mgr.14391) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi083.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.752195+0000 mgr.a (mgr.14391) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.759690+0000 mgr.a (mgr.14391) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi167.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: cephadm 2024-04-12T01:44:56.828272+0000 mgr.a (mgr.14391) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: cluster 2024-04-12T01:44:56.839235+0000 mgr.a (mgr.14391) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.928394+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.932111+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.933579+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: audit 2024-04-12T01:44:56.948119+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:44:58.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:44:57 smithi083 bash[21555]: cephadm 2024-04-12T01:44:56.950697+0000 mgr.a (mgr.14391) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-12T01:45:00.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:00 smithi167 bash[22256]: cluster 2024-04-12T01:44:58.839795+0000 mgr.a (mgr.14391) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:45:00.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:00 smithi167 bash[22256]: audit 2024-04-12T01:44:59.540813+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:00.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:00 smithi136 bash[22214]: cluster 2024-04-12T01:44:58.839795+0000 mgr.a (mgr.14391) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:45:00.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:00 smithi136 bash[22214]: audit 2024-04-12T01:44:59.540813+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:00.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:00 smithi083 bash[21555]: cluster 2024-04-12T01:44:58.839795+0000 mgr.a (mgr.14391) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-12T01:45:00.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:00 smithi083 bash[21555]: audit 2024-04-12T01:44:59.540813+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:02.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:02 smithi167 bash[22256]: cluster 2024-04-12T01:45:00.840369+0000 mgr.a (mgr.14391) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:02.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:02 smithi136 bash[22214]: cluster 2024-04-12T01:45:00.840369+0000 mgr.a (mgr.14391) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:02.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:02 smithi083 bash[21555]: cluster 2024-04-12T01:45:00.840369+0000 mgr.a (mgr.14391) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:04.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:04 smithi167 bash[22256]: cluster 2024-04-12T01:45:02.840884+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:04.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:04 smithi167 bash[22256]: audit 2024-04-12T01:45:03.409050+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:04.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:04 smithi136 bash[22214]: cluster 2024-04-12T01:45:02.840884+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:04.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:04 smithi136 bash[22214]: audit 2024-04-12T01:45:03.409050+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:04.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:04 smithi083 bash[21555]: cluster 2024-04-12T01:45:02.840884+0000 mgr.a (mgr.14391) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:04.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:04 smithi083 bash[21555]: audit 2024-04-12T01:45:03.409050+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.560708+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.572789+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.587041+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.596256+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:45:05.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.602171+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:45:05.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.604038+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:45:05.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.619577+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.900 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:05 smithi167 bash[22256]: audit 2024-04-12T01:45:04.643567+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.560708+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.572789+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.587041+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.596256+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.602171+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.604038+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.619577+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:05 smithi136 bash[22214]: audit 2024-04-12T01:45:04.643567+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.560708+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.572789+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.587041+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.596256+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:45:05.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.602171+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:45:05.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.604038+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:45:05.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.619577+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:05.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:05 smithi083 bash[21555]: audit 2024-04-12T01:45:04.643567+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:06.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:06 smithi167 bash[22256]: cluster 2024-04-12T01:45:04.841414+0000 mgr.a (mgr.14391) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:06 smithi136 bash[22214]: cluster 2024-04-12T01:45:04.841414+0000 mgr.a (mgr.14391) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:06.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:06 smithi083 bash[21555]: cluster 2024-04-12T01:45:04.841414+0000 mgr.a (mgr.14391) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:07.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:07 smithi136 bash[22214]: cluster 2024-04-12T01:45:06.842217+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:07.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:07 smithi083 bash[21555]: cluster 2024-04-12T01:45:06.842217+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:08.036 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:07 smithi167 bash[22256]: cluster 2024-04-12T01:45:06.842217+0000 mgr.a (mgr.14391) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:10.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:09 smithi167 bash[22256]: cluster 2024-04-12T01:45:08.842737+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:10.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:09 smithi136 bash[22214]: cluster 2024-04-12T01:45:08.842737+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:10.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:09 smithi083 bash[21555]: cluster 2024-04-12T01:45:08.842737+0000 mgr.a (mgr.14391) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:12.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:11 smithi167 bash[22256]: cluster 2024-04-12T01:45:10.843206+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:12.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:11 smithi167 bash[22256]: audit 2024-04-12T01:45:10.923688+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:12.162 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:11 smithi083 bash[21555]: cluster 2024-04-12T01:45:10.843206+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:12.162 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:11 smithi083 bash[21555]: audit 2024-04-12T01:45:10.923688+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:12.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:11 smithi136 bash[22214]: cluster 2024-04-12T01:45:10.843206+0000 mgr.a (mgr.14391) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:12.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:11 smithi136 bash[22214]: audit 2024-04-12T01:45:10.923688+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:13.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:13 smithi136 bash[22214]: audit 2024-04-12T01:45:12.344834+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:13 smithi136 bash[22214]: audit 2024-04-12T01:45:12.357826+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:13 smithi136 bash[22214]: audit 2024-04-12T01:45:12.368958+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:13 smithi083 bash[21555]: audit 2024-04-12T01:45:12.344834+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:13 smithi083 bash[21555]: audit 2024-04-12T01:45:12.357826+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:13 smithi083 bash[21555]: audit 2024-04-12T01:45:12.368958+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:13 smithi167 bash[22256]: audit 2024-04-12T01:45:12.344834+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:13 smithi167 bash[22256]: audit 2024-04-12T01:45:12.357826+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:13.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:13 smithi167 bash[22256]: audit 2024-04-12T01:45:12.368958+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:14.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:14 smithi167 bash[22256]: cluster 2024-04-12T01:45:12.843672+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:14.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:14 smithi136 bash[22214]: cluster 2024-04-12T01:45:12.843672+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:14.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:14 smithi083 bash[21555]: cluster 2024-04-12T01:45:12.843672+0000 mgr.a (mgr.14391) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:16.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:16 smithi167 bash[22256]: cluster 2024-04-12T01:45:14.844247+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:16.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:16 smithi136 bash[22214]: cluster 2024-04-12T01:45:14.844247+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:16.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:16 smithi083 bash[21555]: cluster 2024-04-12T01:45:14.844247+0000 mgr.a (mgr.14391) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:18.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:18 smithi167 bash[22256]: cluster 2024-04-12T01:45:16.844739+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:18.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:18 smithi167 bash[22256]: audit 2024-04-12T01:45:17.028768+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:18 smithi167 bash[22256]: audit 2024-04-12T01:45:17.043274+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:18 smithi167 bash[22256]: audit 2024-04-12T01:45:17.056760+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:18 smithi136 bash[22214]: cluster 2024-04-12T01:45:16.844739+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:18.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:18 smithi136 bash[22214]: audit 2024-04-12T01:45:17.028768+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:18 smithi136 bash[22214]: audit 2024-04-12T01:45:17.043274+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.479 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:18 smithi136 bash[22214]: audit 2024-04-12T01:45:17.056760+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:18 smithi083 bash[21555]: cluster 2024-04-12T01:45:16.844739+0000 mgr.a (mgr.14391) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:18.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:18 smithi083 bash[21555]: audit 2024-04-12T01:45:17.028768+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:18 smithi083 bash[21555]: audit 2024-04-12T01:45:17.043274+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:18.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:18 smithi083 bash[21555]: audit 2024-04-12T01:45:17.056760+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:20.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:20 smithi167 bash[22256]: cluster 2024-04-12T01:45:18.845336+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:20.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:20 smithi136 bash[22214]: cluster 2024-04-12T01:45:18.845336+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:20.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:20 smithi083 bash[21555]: cluster 2024-04-12T01:45:18.845336+0000 mgr.a (mgr.14391) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:22.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:22 smithi167 bash[22256]: cluster 2024-04-12T01:45:20.845907+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:22.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:22 smithi136 bash[22214]: cluster 2024-04-12T01:45:20.845907+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:22.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:22 smithi083 bash[21555]: cluster 2024-04-12T01:45:20.845907+0000 mgr.a (mgr.14391) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:24.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:23 smithi167 bash[22256]: audit 2024-04-12T01:45:22.844850+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:23 smithi167 bash[22256]: cluster 2024-04-12T01:45:22.846572+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:24.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:23 smithi167 bash[22256]: audit 2024-04-12T01:45:22.857350+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:23 smithi167 bash[22256]: audit 2024-04-12T01:45:22.870062+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:23 smithi136 bash[22214]: audit 2024-04-12T01:45:22.844850+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:23 smithi136 bash[22214]: cluster 2024-04-12T01:45:22.846572+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:24.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:23 smithi136 bash[22214]: audit 2024-04-12T01:45:22.857350+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:23 smithi136 bash[22214]: audit 2024-04-12T01:45:22.870062+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:23 smithi083 bash[21555]: audit 2024-04-12T01:45:22.844850+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:23 smithi083 bash[21555]: cluster 2024-04-12T01:45:22.846572+0000 mgr.a (mgr.14391) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:24.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:23 smithi083 bash[21555]: audit 2024-04-12T01:45:22.857350+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:24.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:23 smithi083 bash[21555]: audit 2024-04-12T01:45:22.870062+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:26.148 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:25 smithi167 bash[22256]: cluster 2024-04-12T01:45:24.847114+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:26.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:25 smithi136 bash[22214]: cluster 2024-04-12T01:45:24.847114+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:26.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:25 smithi083 bash[21555]: cluster 2024-04-12T01:45:24.847114+0000 mgr.a (mgr.14391) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:27.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:26 smithi167 bash[22256]: audit 2024-04-12T01:45:25.924853+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:27.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:26 smithi136 bash[22214]: audit 2024-04-12T01:45:25.924853+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:27.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:26 smithi083 bash[21555]: audit 2024-04-12T01:45:25.924853+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:28.148 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:27 smithi167 bash[22256]: cluster 2024-04-12T01:45:26.847656+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:28.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:27 smithi136 bash[22214]: cluster 2024-04-12T01:45:26.847656+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:28.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:27 smithi083 bash[21555]: cluster 2024-04-12T01:45:26.847656+0000 mgr.a (mgr.14391) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:30.126 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:29 smithi083 bash[21555]: cluster 2024-04-12T01:45:28.848209+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:30.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:29 smithi136 bash[22214]: cluster 2024-04-12T01:45:28.848209+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:30.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:29 smithi167 bash[22256]: cluster 2024-04-12T01:45:28.848209+0000 mgr.a (mgr.14391) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:32.159 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:31 smithi083 bash[21555]: cluster 2024-04-12T01:45:30.848739+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:32.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:31 smithi136 bash[22214]: cluster 2024-04-12T01:45:30.848739+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:32.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:31 smithi167 bash[22256]: cluster 2024-04-12T01:45:30.848739+0000 mgr.a (mgr.14391) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:33.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:33 smithi136 bash[22214]: audit 2024-04-12T01:45:32.549707+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:33 smithi136 bash[22214]: audit 2024-04-12T01:45:32.562965+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:33 smithi136 bash[22214]: audit 2024-04-12T01:45:32.575554+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:33 smithi167 bash[22256]: audit 2024-04-12T01:45:32.549707+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:33 smithi167 bash[22256]: audit 2024-04-12T01:45:32.562965+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:33 smithi167 bash[22256]: audit 2024-04-12T01:45:32.575554+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:33 smithi083 bash[21555]: audit 2024-04-12T01:45:32.549707+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:33 smithi083 bash[21555]: audit 2024-04-12T01:45:32.562965+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:33.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:33 smithi083 bash[21555]: audit 2024-04-12T01:45:32.575554+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:34.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:34 smithi136 bash[22214]: cluster 2024-04-12T01:45:32.849286+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:34.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:34 smithi167 bash[22256]: cluster 2024-04-12T01:45:32.849286+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:34.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:34 smithi083 bash[21555]: cluster 2024-04-12T01:45:32.849286+0000 mgr.a (mgr.14391) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:36.899 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:36 smithi167 bash[22256]: cluster 2024-04-12T01:45:34.849812+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:36.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:36 smithi136 bash[22214]: cluster 2024-04-12T01:45:34.849812+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:36.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:36 smithi083 bash[21555]: cluster 2024-04-12T01:45:34.849812+0000 mgr.a (mgr.14391) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:38.374 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:38 smithi167 bash[22256]: cluster 2024-04-12T01:45:36.850363+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:38.375 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:38 smithi167 bash[22256]: audit 2024-04-12T01:45:37.261530+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.375 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:38 smithi167 bash[22256]: audit 2024-04-12T01:45:37.274848+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.375 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:38 smithi167 bash[22256]: audit 2024-04-12T01:45:37.295520+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:38 smithi136 bash[22214]: cluster 2024-04-12T01:45:36.850363+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:38.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:38 smithi136 bash[22214]: audit 2024-04-12T01:45:37.261530+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:38 smithi136 bash[22214]: audit 2024-04-12T01:45:37.274848+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:38 smithi136 bash[22214]: audit 2024-04-12T01:45:37.295520+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:38 smithi083 bash[21555]: cluster 2024-04-12T01:45:36.850363+0000 mgr.a (mgr.14391) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:38.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:38 smithi083 bash[21555]: audit 2024-04-12T01:45:37.261530+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:38 smithi083 bash[21555]: audit 2024-04-12T01:45:37.274848+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:38.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:38 smithi083 bash[21555]: audit 2024-04-12T01:45:37.295520+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:40.497 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:40 smithi167 bash[22256]: cluster 2024-04-12T01:45:38.850824+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:40.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:40 smithi136 bash[22214]: cluster 2024-04-12T01:45:38.850824+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:40.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:40 smithi083 bash[21555]: cluster 2024-04-12T01:45:38.850824+0000 mgr.a (mgr.14391) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:41.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:41 smithi167 bash[22256]: audit 2024-04-12T01:45:40.925572+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:41.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:41 smithi136 bash[22214]: audit 2024-04-12T01:45:40.925572+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:41.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:41 smithi083 bash[21555]: audit 2024-04-12T01:45:40.925572+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:42.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:42 smithi167 bash[22256]: cluster 2024-04-12T01:45:40.851355+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:42.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:42 smithi136 bash[22214]: cluster 2024-04-12T01:45:40.851355+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:42.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:42 smithi083 bash[21555]: cluster 2024-04-12T01:45:40.851355+0000 mgr.a (mgr.14391) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:44.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:44 smithi167 bash[22256]: cluster 2024-04-12T01:45:42.851982+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:44.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:44 smithi167 bash[22256]: audit 2024-04-12T01:45:43.052552+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:44 smithi167 bash[22256]: audit 2024-04-12T01:45:43.065074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.399 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:44 smithi167 bash[22256]: audit 2024-04-12T01:45:43.078107+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:44 smithi136 bash[22214]: cluster 2024-04-12T01:45:42.851982+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:44.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:44 smithi136 bash[22214]: audit 2024-04-12T01:45:43.052552+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:44 smithi136 bash[22214]: audit 2024-04-12T01:45:43.065074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:44 smithi136 bash[22214]: audit 2024-04-12T01:45:43.078107+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:44 smithi083 bash[21555]: cluster 2024-04-12T01:45:42.851982+0000 mgr.a (mgr.14391) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:44.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:44 smithi083 bash[21555]: audit 2024-04-12T01:45:43.052552+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:44 smithi083 bash[21555]: audit 2024-04-12T01:45:43.065074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:44.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:44 smithi083 bash[21555]: audit 2024-04-12T01:45:43.078107+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:45.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:45:44 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:45:44] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-12T01:45:46.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:46 smithi167 bash[22256]: cluster 2024-04-12T01:45:44.852473+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:46.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:46 smithi136 bash[22214]: cluster 2024-04-12T01:45:44.852473+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:46.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:46 smithi083 bash[21555]: cluster 2024-04-12T01:45:44.852473+0000 mgr.a (mgr.14391) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:48.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:48 smithi167 bash[22256]: cluster 2024-04-12T01:45:46.852962+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:48.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:48 smithi136 bash[22214]: cluster 2024-04-12T01:45:46.852962+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:48.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:48 smithi083 bash[21555]: cluster 2024-04-12T01:45:46.852962+0000 mgr.a (mgr.14391) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:50.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:50 smithi083 bash[21555]: cluster 2024-04-12T01:45:48.853406+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:50.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:50 smithi167 bash[22256]: cluster 2024-04-12T01:45:48.853406+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:50.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:50 smithi136 bash[22214]: cluster 2024-04-12T01:45:48.853406+0000 mgr.a (mgr.14391) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:52.299 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:52 smithi083 bash[21555]: cluster 2024-04-12T01:45:50.853907+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:52.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:52 smithi167 bash[22256]: cluster 2024-04-12T01:45:50.853907+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:52.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:52 smithi136 bash[22214]: cluster 2024-04-12T01:45:50.853907+0000 mgr.a (mgr.14391) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:53.954 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:53 smithi136 bash[22214]: audit 2024-04-12T01:45:52.757333+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:53.954 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:53 smithi136 bash[22214]: audit 2024-04-12T01:45:52.770610+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:53.954 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:53 smithi136 bash[22214]: audit 2024-04-12T01:45:52.784640+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:53.954 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:53 smithi136 bash[22214]: cluster 2024-04-12T01:45:52.854544+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:54.148 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:53 smithi167 bash[22256]: audit 2024-04-12T01:45:52.757333+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:54.148 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:53 smithi167 bash[22256]: audit 2024-04-12T01:45:52.770610+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:54.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:53 smithi167 bash[22256]: audit 2024-04-12T01:45:52.784640+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:54.149 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:53 smithi167 bash[22256]: cluster 2024-04-12T01:45:52.854544+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:53 smithi083 bash[21555]: audit 2024-04-12T01:45:52.757333+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:53 smithi083 bash[21555]: audit 2024-04-12T01:45:52.770610+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:53 smithi083 bash[21555]: audit 2024-04-12T01:45:52.784640+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:54.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:53 smithi083 bash[21555]: cluster 2024-04-12T01:45:52.854544+0000 mgr.a (mgr.14391) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:55.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:45:54 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:45:54] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-12T01:45:56.148 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:55 smithi167 bash[22256]: cluster 2024-04-12T01:45:54.855144+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:56.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:55 smithi136 bash[22214]: cluster 2024-04-12T01:45:54.855144+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:56.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:55 smithi083 bash[21555]: cluster 2024-04-12T01:45:54.855144+0000 mgr.a (mgr.14391) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:57.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:56 smithi136 bash[22214]: audit 2024-04-12T01:45:55.926279+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:57.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:56 smithi083 bash[21555]: audit 2024-04-12T01:45:55.926279+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:57.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:56 smithi167 bash[22256]: audit 2024-04-12T01:45:55.926279+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:45:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:58 smithi083 bash[21555]: cluster 2024-04-12T01:45:56.855738+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:58 smithi083 bash[21555]: audit 2024-04-12T01:45:57.500346+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:58 smithi083 bash[21555]: audit 2024-04-12T01:45:57.513962+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:45:58 smithi083 bash[21555]: audit 2024-04-12T01:45:57.527409+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.840 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:58 smithi167 bash[22256]: cluster 2024-04-12T01:45:56.855738+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:58.840 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:58 smithi167 bash[22256]: audit 2024-04-12T01:45:57.500346+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.840 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:58 smithi167 bash[22256]: audit 2024-04-12T01:45:57.513962+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.840 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:45:58 smithi167 bash[22256]: audit 2024-04-12T01:45:57.527409+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:58 smithi136 bash[22214]: cluster 2024-04-12T01:45:56.855738+0000 mgr.a (mgr.14391) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:45:58.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:58 smithi136 bash[22214]: audit 2024-04-12T01:45:57.500346+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:58 smithi136 bash[22214]: audit 2024-04-12T01:45:57.513962+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:45:58.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:45:58 smithi136 bash[22214]: audit 2024-04-12T01:45:57.527409+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:00.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:00 smithi167 bash[22256]: cluster 2024-04-12T01:45:58.856221+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:00.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:00 smithi136 bash[22214]: cluster 2024-04-12T01:45:58.856221+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:00.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:00 smithi083 bash[21555]: cluster 2024-04-12T01:45:58.856221+0000 mgr.a (mgr.14391) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:02.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:02 smithi167 bash[22256]: cluster 2024-04-12T01:46:00.856681+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:02.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:02 smithi136 bash[22214]: cluster 2024-04-12T01:46:00.856681+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:02.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:02 smithi083 bash[21555]: cluster 2024-04-12T01:46:00.856681+0000 mgr.a (mgr.14391) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:04.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:04 smithi167 bash[22256]: cluster 2024-04-12T01:46:02.857226+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:04.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:04 smithi167 bash[22256]: audit 2024-04-12T01:46:03.261343+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:04 smithi167 bash[22256]: audit 2024-04-12T01:46:03.273684+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.649 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:04 smithi167 bash[22256]: audit 2024-04-12T01:46:03.286466+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:04 smithi136 bash[22214]: cluster 2024-04-12T01:46:02.857226+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:04.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:04 smithi136 bash[22214]: audit 2024-04-12T01:46:03.261343+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:04 smithi136 bash[22214]: audit 2024-04-12T01:46:03.273684+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:04 smithi136 bash[22214]: audit 2024-04-12T01:46:03.286466+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:04 smithi083 bash[21555]: cluster 2024-04-12T01:46:02.857226+0000 mgr.a (mgr.14391) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:04 smithi083 bash[21555]: audit 2024-04-12T01:46:03.261343+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:04 smithi083 bash[21555]: audit 2024-04-12T01:46:03.273684+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:04 smithi083 bash[21555]: audit 2024-04-12T01:46:03.286466+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:05.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:46:04 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:46:04] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-12T01:46:05.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:05 smithi167 bash[22256]: audit 2024-04-12T01:46:04.755449+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:46:05.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:05 smithi167 bash[22256]: audit 2024-04-12T01:46:04.761789+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:46:05.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:05 smithi167 bash[22256]: audit 2024-04-12T01:46:04.764009+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:46:05.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:05 smithi167 bash[22256]: audit 2024-04-12T01:46:04.778857+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:05.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:05 smithi136 bash[22214]: audit 2024-04-12T01:46:04.755449+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:46:05.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:05 smithi136 bash[22214]: audit 2024-04-12T01:46:04.761789+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:46:05.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:05 smithi136 bash[22214]: audit 2024-04-12T01:46:04.764009+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:46:05.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:05 smithi136 bash[22214]: audit 2024-04-12T01:46:04.778857+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:05.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:05 smithi083 bash[21555]: audit 2024-04-12T01:46:04.755449+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:46:05.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:05 smithi083 bash[21555]: audit 2024-04-12T01:46:04.761789+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:46:05.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:05 smithi083 bash[21555]: audit 2024-04-12T01:46:04.764009+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:46:05.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:05 smithi083 bash[21555]: audit 2024-04-12T01:46:04.778857+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:06.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:06 smithi167 bash[22256]: cluster 2024-04-12T01:46:04.857623+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:06.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:06 smithi136 bash[22214]: cluster 2024-04-12T01:46:04.857623+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:06.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:06 smithi083 bash[21555]: cluster 2024-04-12T01:46:04.857623+0000 mgr.a (mgr.14391) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:08.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:08 smithi167 bash[22256]: cluster 2024-04-12T01:46:06.858237+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:08.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:08 smithi136 bash[22214]: cluster 2024-04-12T01:46:06.858237+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:08.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:08 smithi083 bash[21555]: cluster 2024-04-12T01:46:06.858237+0000 mgr.a (mgr.14391) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:10.527 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:10 smithi083 bash[21555]: cluster 2024-04-12T01:46:08.858881+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:10.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:10 smithi167 bash[22256]: cluster 2024-04-12T01:46:08.858881+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:10.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:10 smithi136 bash[22214]: cluster 2024-04-12T01:46:08.858881+0000 mgr.a (mgr.14391) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:11.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:11 smithi167 bash[22256]: audit 2024-04-12T01:46:10.928119+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:11.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:11 smithi136 bash[22214]: audit 2024-04-12T01:46:10.928119+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:11.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:11 smithi083 bash[21555]: audit 2024-04-12T01:46:10.928119+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:12.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:12 smithi167 bash[22256]: cluster 2024-04-12T01:46:10.859535+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:12.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:12 smithi136 bash[22214]: cluster 2024-04-12T01:46:10.859535+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:12.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:12 smithi083 bash[21555]: cluster 2024-04-12T01:46:10.859535+0000 mgr.a (mgr.14391) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:14.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:13 smithi136 bash[22214]: cluster 2024-04-12T01:46:12.859985+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:14.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:13 smithi136 bash[22214]: audit 2024-04-12T01:46:12.926744+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:13 smithi136 bash[22214]: audit 2024-04-12T01:46:12.936790+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.228 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:13 smithi136 bash[22214]: audit 2024-04-12T01:46:12.949947+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:13 smithi083 bash[21555]: cluster 2024-04-12T01:46:12.859985+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:14.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:13 smithi083 bash[21555]: audit 2024-04-12T01:46:12.926744+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:13 smithi083 bash[21555]: audit 2024-04-12T01:46:12.936790+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:13 smithi083 bash[21555]: audit 2024-04-12T01:46:12.949947+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:13 smithi167 bash[22256]: cluster 2024-04-12T01:46:12.859985+0000 mgr.a (mgr.14391) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:14.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:13 smithi167 bash[22256]: audit 2024-04-12T01:46:12.926744+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:13 smithi167 bash[22256]: audit 2024-04-12T01:46:12.936790+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:14.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:13 smithi167 bash[22256]: audit 2024-04-12T01:46:12.949947+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:15.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:46:14 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:46:14] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-12T01:46:16.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:15 smithi136 bash[22214]: cluster 2024-04-12T01:46:14.860578+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:16.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:15 smithi083 bash[21555]: cluster 2024-04-12T01:46:14.860578+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:16.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:15 smithi167 bash[22256]: cluster 2024-04-12T01:46:14.860578+0000 mgr.a (mgr.14391) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:17.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:17 smithi136 bash[22214]: cluster 2024-04-12T01:46:16.861231+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:17.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:17 smithi136 bash[22214]: audit 2024-04-12T01:46:17.710952+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:17.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:17 smithi136 bash[22214]: audit 2024-04-12T01:46:17.723994+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:17.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:17 smithi136 bash[22214]: audit 2024-04-12T01:46:17.737117+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:18.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:17 smithi083 bash[21555]: cluster 2024-04-12T01:46:16.861231+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:18.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:17 smithi083 bash[21555]: audit 2024-04-12T01:46:17.710952+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:18.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:17 smithi083 bash[21555]: audit 2024-04-12T01:46:17.723994+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:18.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:17 smithi083 bash[21555]: audit 2024-04-12T01:46:17.737117+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:18.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:17 smithi167 bash[22256]: cluster 2024-04-12T01:46:16.861231+0000 mgr.a (mgr.14391) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:18.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:17 smithi167 bash[22256]: audit 2024-04-12T01:46:17.710952+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:18.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:17 smithi167 bash[22256]: audit 2024-04-12T01:46:17.723994+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:18.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:17 smithi167 bash[22256]: audit 2024-04-12T01:46:17.737117+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:20.009 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:19 smithi167 bash[22256]: cluster 2024-04-12T01:46:18.861864+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:20.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:19 smithi136 bash[22214]: cluster 2024-04-12T01:46:18.861864+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:20.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:19 smithi083 bash[21555]: cluster 2024-04-12T01:46:18.861864+0000 mgr.a (mgr.14391) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:22.217 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:21 smithi167 bash[22256]: cluster 2024-04-12T01:46:20.862521+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:22.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:21 smithi136 bash[22214]: cluster 2024-04-12T01:46:20.862521+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:22.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:21 smithi083 bash[21555]: cluster 2024-04-12T01:46:20.862521+0000 mgr.a (mgr.14391) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:24.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:24 smithi136 bash[22214]: cluster 2024-04-12T01:46:22.863191+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:24.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:24 smithi136 bash[22214]: audit 2024-04-12T01:46:23.435638+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:24 smithi136 bash[22214]: audit 2024-04-12T01:46:23.447895+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:24 smithi136 bash[22214]: audit 2024-04-12T01:46:23.460641+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:24 smithi083 bash[21555]: cluster 2024-04-12T01:46:22.863191+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:24.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:24 smithi083 bash[21555]: audit 2024-04-12T01:46:23.435638+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:24 smithi083 bash[21555]: audit 2024-04-12T01:46:23.447895+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:24 smithi083 bash[21555]: audit 2024-04-12T01:46:23.460641+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:24 smithi167 bash[22256]: cluster 2024-04-12T01:46:22.863191+0000 mgr.a (mgr.14391) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:24.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:24 smithi167 bash[22256]: audit 2024-04-12T01:46:23.435638+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:24 smithi167 bash[22256]: audit 2024-04-12T01:46:23.447895+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:24.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:24 smithi167 bash[22256]: audit 2024-04-12T01:46:23.460641+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:25.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:46:24 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:46:24] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-12T01:46:26.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:26 smithi136 bash[22214]: cluster 2024-04-12T01:46:24.863746+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:26.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:26 smithi136 bash[22214]: audit 2024-04-12T01:46:25.928735+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:26.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:26 smithi083 bash[21555]: cluster 2024-04-12T01:46:24.863746+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:26.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:26 smithi083 bash[21555]: audit 2024-04-12T01:46:25.928735+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:26.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:26 smithi167 bash[22256]: cluster 2024-04-12T01:46:24.863746+0000 mgr.a (mgr.14391) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:26.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:26 smithi167 bash[22256]: audit 2024-04-12T01:46:25.928735+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:28.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:28 smithi136 bash[22214]: cluster 2024-04-12T01:46:26.864308+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:28.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:28 smithi083 bash[21555]: cluster 2024-04-12T01:46:26.864308+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:28.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:28 smithi167 bash[22256]: cluster 2024-04-12T01:46:26.864308+0000 mgr.a (mgr.14391) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:30.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:30 smithi136 bash[22214]: cluster 2024-04-12T01:46:28.864879+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:30.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:30 smithi083 bash[21555]: cluster 2024-04-12T01:46:28.864879+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:30.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:30 smithi167 bash[22256]: cluster 2024-04-12T01:46:28.864879+0000 mgr.a (mgr.14391) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:32.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:32 smithi136 bash[22214]: cluster 2024-04-12T01:46:30.865399+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:32.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:32 smithi083 bash[21555]: cluster 2024-04-12T01:46:30.865399+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:32.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:32 smithi167 bash[22256]: cluster 2024-04-12T01:46:30.865399+0000 mgr.a (mgr.14391) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:34.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:34 smithi167 bash[22256]: cluster 2024-04-12T01:46:32.865964+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:34.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:34 smithi167 bash[22256]: audit 2024-04-12T01:46:33.146094+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:34 smithi167 bash[22256]: audit 2024-04-12T01:46:33.159812+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:34 smithi167 bash[22256]: audit 2024-04-12T01:46:33.173463+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:34 smithi136 bash[22214]: cluster 2024-04-12T01:46:32.865964+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:34.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:34 smithi136 bash[22214]: audit 2024-04-12T01:46:33.146094+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:34 smithi136 bash[22214]: audit 2024-04-12T01:46:33.159812+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:34 smithi136 bash[22214]: audit 2024-04-12T01:46:33.173463+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:34 smithi083 bash[21555]: cluster 2024-04-12T01:46:32.865964+0000 mgr.a (mgr.14391) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:34.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:34 smithi083 bash[21555]: audit 2024-04-12T01:46:33.146094+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:34 smithi083 bash[21555]: audit 2024-04-12T01:46:33.159812+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:34 smithi083 bash[21555]: audit 2024-04-12T01:46:33.173463+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:34.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:46:34 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:46:34] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-04-12T01:46:36.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:36 smithi167 bash[22256]: cluster 2024-04-12T01:46:34.866488+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:36.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:36 smithi136 bash[22214]: cluster 2024-04-12T01:46:34.866488+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:36.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:36 smithi083 bash[21555]: cluster 2024-04-12T01:46:34.866488+0000 mgr.a (mgr.14391) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:38.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:38 smithi136 bash[22214]: cluster 2024-04-12T01:46:36.867036+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:38.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:38 smithi136 bash[22214]: audit 2024-04-12T01:46:37.877053+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:38 smithi136 bash[22214]: audit 2024-04-12T01:46:37.890177+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:38 smithi136 bash[22214]: audit 2024-04-12T01:46:37.903154+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:38 smithi167 bash[22256]: cluster 2024-04-12T01:46:36.867036+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:38.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:38 smithi167 bash[22256]: audit 2024-04-12T01:46:37.877053+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:38 smithi167 bash[22256]: audit 2024-04-12T01:46:37.890177+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:38 smithi167 bash[22256]: audit 2024-04-12T01:46:37.903154+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:38 smithi083 bash[21555]: cluster 2024-04-12T01:46:36.867036+0000 mgr.a (mgr.14391) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:38.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:38 smithi083 bash[21555]: audit 2024-04-12T01:46:37.877053+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:38 smithi083 bash[21555]: audit 2024-04-12T01:46:37.890177+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:38.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:38 smithi083 bash[21555]: audit 2024-04-12T01:46:37.903154+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:40.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:40 smithi167 bash[22256]: cluster 2024-04-12T01:46:38.867642+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:40.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:40 smithi136 bash[22214]: cluster 2024-04-12T01:46:38.867642+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:40.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:40 smithi083 bash[21555]: cluster 2024-04-12T01:46:38.867642+0000 mgr.a (mgr.14391) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:41.398 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:41 smithi167 bash[22256]: audit 2024-04-12T01:46:40.929372+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:41.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:41 smithi136 bash[22214]: audit 2024-04-12T01:46:40.929372+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:41.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:41 smithi083 bash[21555]: audit 2024-04-12T01:46:40.929372+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:42.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:42 smithi136 bash[22214]: cluster 2024-04-12T01:46:40.868251+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:42.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:42 smithi083 bash[21555]: cluster 2024-04-12T01:46:40.868251+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:42.647 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:42 smithi167 bash[22256]: cluster 2024-04-12T01:46:40.868251+0000 mgr.a (mgr.14391) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:44 smithi167 bash[22256]: cluster 2024-04-12T01:46:42.868807+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:44 smithi167 bash[22256]: audit 2024-04-12T01:46:43.633228+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:44 smithi167 bash[22256]: audit 2024-04-12T01:46:43.644478+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:44 smithi167 bash[22256]: audit 2024-04-12T01:46:43.657500+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:44 smithi136 bash[22214]: cluster 2024-04-12T01:46:42.868807+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:44 smithi136 bash[22214]: audit 2024-04-12T01:46:43.633228+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:44 smithi136 bash[22214]: audit 2024-04-12T01:46:43.644478+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:44 smithi136 bash[22214]: audit 2024-04-12T01:46:43.657500+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:46:44 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:46:44] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-12T01:46:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:44 smithi083 bash[21555]: cluster 2024-04-12T01:46:42.868807+0000 mgr.a (mgr.14391) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:44 smithi083 bash[21555]: audit 2024-04-12T01:46:43.633228+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:44 smithi083 bash[21555]: audit 2024-04-12T01:46:43.644478+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:44 smithi083 bash[21555]: audit 2024-04-12T01:46:43.657500+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:46.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:46 smithi167 bash[22256]: cluster 2024-04-12T01:46:44.869459+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:46 smithi136 bash[22214]: cluster 2024-04-12T01:46:44.869459+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:46 smithi083 bash[21555]: cluster 2024-04-12T01:46:44.869459+0000 mgr.a (mgr.14391) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:48.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:48 smithi167 bash[22256]: cluster 2024-04-12T01:46:46.870104+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:48.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:48 smithi136 bash[22214]: cluster 2024-04-12T01:46:46.870104+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:48.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:48 smithi083 bash[21555]: cluster 2024-04-12T01:46:46.870104+0000 mgr.a (mgr.14391) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:50.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:50 smithi167 bash[22256]: cluster 2024-04-12T01:46:48.870656+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:50.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:50 smithi136 bash[22214]: cluster 2024-04-12T01:46:48.870656+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:50.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:50 smithi083 bash[21555]: cluster 2024-04-12T01:46:48.870656+0000 mgr.a (mgr.14391) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:52.888 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:52 smithi083 bash[21555]: cluster 2024-04-12T01:46:50.871212+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:52.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:52 smithi167 bash[22256]: cluster 2024-04-12T01:46:50.871212+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:52.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:52 smithi136 bash[22214]: cluster 2024-04-12T01:46:50.871212+0000 mgr.a (mgr.14391) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:54.647 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:54 smithi167 bash[22256]: cluster 2024-04-12T01:46:52.871642+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:54.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:54 smithi167 bash[22256]: audit 2024-04-12T01:46:53.356397+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:54 smithi167 bash[22256]: audit 2024-04-12T01:46:53.367337+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:54 smithi167 bash[22256]: audit 2024-04-12T01:46:53.377330+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.713 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:54 smithi136 bash[22214]: cluster 2024-04-12T01:46:52.871642+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:54.713 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:54 smithi136 bash[22214]: audit 2024-04-12T01:46:53.356397+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.713 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:54 smithi136 bash[22214]: audit 2024-04-12T01:46:53.367337+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.713 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:54 smithi136 bash[22214]: audit 2024-04-12T01:46:53.377330+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:54 smithi083 bash[21555]: cluster 2024-04-12T01:46:52.871642+0000 mgr.a (mgr.14391) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:54.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:54 smithi083 bash[21555]: audit 2024-04-12T01:46:53.356397+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:54 smithi083 bash[21555]: audit 2024-04-12T01:46:53.367337+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:54 smithi083 bash[21555]: audit 2024-04-12T01:46:53.377330+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:54.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:46:54 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:46:54] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-12T01:46:56.647 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:56 smithi167 bash[22256]: cluster 2024-04-12T01:46:54.872262+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:56.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:56 smithi167 bash[22256]: audit 2024-04-12T01:46:55.930030+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:56.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:56 smithi136 bash[22214]: cluster 2024-04-12T01:46:54.872262+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:56.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:56 smithi136 bash[22214]: audit 2024-04-12T01:46:55.930030+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:56.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:56 smithi083 bash[21555]: cluster 2024-04-12T01:46:54.872262+0000 mgr.a (mgr.14391) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:56.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:56 smithi083 bash[21555]: audit 2024-04-12T01:46:55.930030+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:46:58.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:58 smithi167 bash[22256]: cluster 2024-04-12T01:46:56.872894+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:58.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:58 smithi167 bash[22256]: audit 2024-04-12T01:46:58.063709+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:58 smithi167 bash[22256]: audit 2024-04-12T01:46:58.077474+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:46:58 smithi167 bash[22256]: audit 2024-04-12T01:46:58.091013+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:58 smithi136 bash[22214]: cluster 2024-04-12T01:46:56.872894+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:58.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:58 smithi136 bash[22214]: audit 2024-04-12T01:46:58.063709+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:58 smithi136 bash[22214]: audit 2024-04-12T01:46:58.077474+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:46:58 smithi136 bash[22214]: audit 2024-04-12T01:46:58.091013+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:58 smithi083 bash[21555]: cluster 2024-04-12T01:46:56.872894+0000 mgr.a (mgr.14391) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:46:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:58 smithi083 bash[21555]: audit 2024-04-12T01:46:58.063709+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:58 smithi083 bash[21555]: audit 2024-04-12T01:46:58.077474+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:46:58.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:46:58 smithi083 bash[21555]: audit 2024-04-12T01:46:58.091013+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:00.647 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:00 smithi167 bash[22256]: cluster 2024-04-12T01:46:58.873508+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:00.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:00 smithi136 bash[22214]: cluster 2024-04-12T01:46:58.873508+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:00.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:00 smithi083 bash[21555]: cluster 2024-04-12T01:46:58.873508+0000 mgr.a (mgr.14391) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:02.647 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:02 smithi167 bash[22256]: cluster 2024-04-12T01:47:00.874168+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:02.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:02 smithi136 bash[22214]: cluster 2024-04-12T01:47:00.874168+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:02.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:02 smithi083 bash[21555]: cluster 2024-04-12T01:47:00.874168+0000 mgr.a (mgr.14391) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:04.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:04 smithi167 bash[22256]: cluster 2024-04-12T01:47:02.874863+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:04.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:04 smithi167 bash[22256]: audit 2024-04-12T01:47:03.800690+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:04 smithi167 bash[22256]: audit 2024-04-12T01:47:03.816278+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.648 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:04 smithi167 bash[22256]: audit 2024-04-12T01:47:03.834066+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:04 smithi136 bash[22214]: cluster 2024-04-12T01:47:02.874863+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:04.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:04 smithi136 bash[22214]: audit 2024-04-12T01:47:03.800690+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:04 smithi136 bash[22214]: audit 2024-04-12T01:47:03.816278+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:04 smithi136 bash[22214]: audit 2024-04-12T01:47:03.834066+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:04 smithi083 bash[21555]: cluster 2024-04-12T01:47:02.874863+0000 mgr.a (mgr.14391) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:04 smithi083 bash[21555]: audit 2024-04-12T01:47:03.800690+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:04 smithi083 bash[21555]: audit 2024-04-12T01:47:03.816278+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:04.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:04 smithi083 bash[21555]: audit 2024-04-12T01:47:03.834066+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:05.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:04 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:47:04] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-04-12T01:47:05.647 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:05 smithi167 bash[22256]: audit 2024-04-12T01:47:04.900635+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:47:05.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:05 smithi136 bash[22214]: audit 2024-04-12T01:47:04.900635+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:47:05.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:05 smithi083 bash[21555]: audit 2024-04-12T01:47:04.900635+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:47:06.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:06 smithi136 bash[22214]: cluster 2024-04-12T01:47:04.875409+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:06.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:06 smithi136 bash[22214]: audit 2024-04-12T01:47:05.435991+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:06 smithi136 bash[22214]: audit 2024-04-12T01:47:05.446502+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:06 smithi136 bash[22214]: audit 2024-04-12T01:47:05.447226+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:47:06.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:06 smithi136 bash[22214]: audit 2024-04-12T01:47:05.449484+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:47:06.728 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:06 smithi136 bash[22214]: audit 2024-04-12T01:47:05.462687+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:06 smithi083 bash[21555]: cluster 2024-04-12T01:47:04.875409+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:06.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:06 smithi083 bash[21555]: audit 2024-04-12T01:47:05.435991+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:06 smithi083 bash[21555]: audit 2024-04-12T01:47:05.446502+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:06 smithi083 bash[21555]: audit 2024-04-12T01:47:05.447226+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:47:06.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:06 smithi083 bash[21555]: audit 2024-04-12T01:47:05.449484+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:47:06.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:06 smithi083 bash[21555]: audit 2024-04-12T01:47:05.462687+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:06 smithi167 bash[22256]: cluster 2024-04-12T01:47:04.875409+0000 mgr.a (mgr.14391) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:06.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:06 smithi167 bash[22256]: audit 2024-04-12T01:47:05.435991+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:06 smithi167 bash[22256]: audit 2024-04-12T01:47:05.446502+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:06.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:06 smithi167 bash[22256]: audit 2024-04-12T01:47:05.447226+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:47:06.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:06 smithi167 bash[22256]: audit 2024-04-12T01:47:05.449484+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:47:06.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:06 smithi167 bash[22256]: audit 2024-04-12T01:47:05.462687+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:08.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:08 smithi136 bash[22214]: cluster 2024-04-12T01:47:06.875946+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:08.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:08 smithi083 bash[21555]: cluster 2024-04-12T01:47:06.875946+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:08.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:08 smithi167 bash[22256]: cluster 2024-04-12T01:47:06.875946+0000 mgr.a (mgr.14391) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:10.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:10 smithi136 bash[22214]: cluster 2024-04-12T01:47:08.876602+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:10.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:10 smithi083 bash[21555]: cluster 2024-04-12T01:47:08.876602+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:10.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:10 smithi167 bash[22256]: cluster 2024-04-12T01:47:08.876602+0000 mgr.a (mgr.14391) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:11.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:11 smithi136 bash[22214]: audit 2024-04-12T01:47:10.930762+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:11.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:11 smithi083 bash[21555]: audit 2024-04-12T01:47:10.930762+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:11.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:11 smithi167 bash[22256]: audit 2024-04-12T01:47:10.930762+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:12.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:12 smithi136 bash[22214]: cluster 2024-04-12T01:47:10.877149+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:12.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:12 smithi083 bash[21555]: cluster 2024-04-12T01:47:10.877149+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:12.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:12 smithi167 bash[22256]: cluster 2024-04-12T01:47:10.877149+0000 mgr.a (mgr.14391) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:14.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:14 smithi167 bash[22256]: cluster 2024-04-12T01:47:12.877715+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:14.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:14 smithi167 bash[22256]: audit 2024-04-12T01:47:13.568524+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:14 smithi167 bash[22256]: audit 2024-04-12T01:47:13.580554+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:14 smithi167 bash[22256]: audit 2024-04-12T01:47:13.593452+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.903 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:14 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:47:14] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-04-12T01:47:14.903 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:14 smithi083 bash[21555]: cluster 2024-04-12T01:47:12.877715+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:14.903 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:14 smithi083 bash[21555]: audit 2024-04-12T01:47:13.568524+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.903 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:14 smithi083 bash[21555]: audit 2024-04-12T01:47:13.580554+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.903 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:14 smithi083 bash[21555]: audit 2024-04-12T01:47:13.593452+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:14 smithi136 bash[22214]: cluster 2024-04-12T01:47:12.877715+0000 mgr.a (mgr.14391) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:14.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:14 smithi136 bash[22214]: audit 2024-04-12T01:47:13.568524+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:14 smithi136 bash[22214]: audit 2024-04-12T01:47:13.580554+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:14.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:14 smithi136 bash[22214]: audit 2024-04-12T01:47:13.593452+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:16.670 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:16 smithi136 bash[22214]: cluster 2024-04-12T01:47:14.878209+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:16.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:16 smithi167 bash[22256]: cluster 2024-04-12T01:47:14.878209+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:16.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:16 smithi083 bash[21555]: cluster 2024-04-12T01:47:14.878209+0000 mgr.a (mgr.14391) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:18.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:18 smithi167 bash[22256]: cluster 2024-04-12T01:47:16.878768+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:18.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:18 smithi167 bash[22256]: audit 2024-04-12T01:47:18.251761+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:18 smithi167 bash[22256]: audit 2024-04-12T01:47:18.265332+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:18 smithi167 bash[22256]: audit 2024-04-12T01:47:18.278899+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:18 smithi136 bash[22214]: cluster 2024-04-12T01:47:16.878768+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:18.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:18 smithi136 bash[22214]: audit 2024-04-12T01:47:18.251761+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:18 smithi136 bash[22214]: audit 2024-04-12T01:47:18.265332+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:18 smithi136 bash[22214]: audit 2024-04-12T01:47:18.278899+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:18 smithi083 bash[21555]: cluster 2024-04-12T01:47:16.878768+0000 mgr.a (mgr.14391) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:18.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:18 smithi083 bash[21555]: audit 2024-04-12T01:47:18.251761+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:18 smithi083 bash[21555]: audit 2024-04-12T01:47:18.265332+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:18.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:18 smithi083 bash[21555]: audit 2024-04-12T01:47:18.278899+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:20.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:20 smithi167 bash[22256]: cluster 2024-04-12T01:47:18.879280+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:20.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:20 smithi136 bash[22214]: cluster 2024-04-12T01:47:18.879280+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:20.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:20 smithi083 bash[21555]: cluster 2024-04-12T01:47:18.879280+0000 mgr.a (mgr.14391) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:22.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:22 smithi167 bash[22256]: cluster 2024-04-12T01:47:20.879804+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:22.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:22 smithi136 bash[22214]: cluster 2024-04-12T01:47:20.879804+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:22.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:22 smithi083 bash[21555]: cluster 2024-04-12T01:47:20.879804+0000 mgr.a (mgr.14391) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:24.742 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:24 smithi167 bash[22256]: cluster 2024-04-12T01:47:22.880377+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:24.743 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:24 smithi167 bash[22256]: audit 2024-04-12T01:47:23.965430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.743 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:24 smithi167 bash[22256]: audit 2024-04-12T01:47:23.978286+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.743 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:24 smithi167 bash[22256]: audit 2024-04-12T01:47:23.991339+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:24 smithi136 bash[22214]: cluster 2024-04-12T01:47:22.880377+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:24.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:24 smithi136 bash[22214]: audit 2024-04-12T01:47:23.965430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:24 smithi136 bash[22214]: audit 2024-04-12T01:47:23.978286+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:24 smithi136 bash[22214]: audit 2024-04-12T01:47:23.991339+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:24 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:47:24] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.43.0" 2024-04-12T01:47:24.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:24 smithi083 bash[21555]: cluster 2024-04-12T01:47:22.880377+0000 mgr.a (mgr.14391) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:24.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:24 smithi083 bash[21555]: audit 2024-04-12T01:47:23.965430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:24 smithi083 bash[21555]: audit 2024-04-12T01:47:23.978286+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:24.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:24 smithi083 bash[21555]: audit 2024-04-12T01:47:23.991339+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:26.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:26 smithi167 bash[22256]: cluster 2024-04-12T01:47:24.880854+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:26.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:26 smithi167 bash[22256]: audit 2024-04-12T01:47:25.931511+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:26.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:26 smithi136 bash[22214]: cluster 2024-04-12T01:47:24.880854+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:26.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:26 smithi136 bash[22214]: audit 2024-04-12T01:47:25.931511+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:26.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:26 smithi083 bash[21555]: cluster 2024-04-12T01:47:24.880854+0000 mgr.a (mgr.14391) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:26.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:26 smithi083 bash[21555]: audit 2024-04-12T01:47:25.931511+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:28.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:28 smithi167 bash[22256]: cluster 2024-04-12T01:47:26.881384+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:28.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:28 smithi136 bash[22214]: cluster 2024-04-12T01:47:26.881384+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:28.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:28 smithi083 bash[21555]: cluster 2024-04-12T01:47:26.881384+0000 mgr.a (mgr.14391) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:30.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:30 smithi167 bash[22256]: cluster 2024-04-12T01:47:28.881903+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:30.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:30 smithi136 bash[22214]: cluster 2024-04-12T01:47:28.881903+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:30.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:30 smithi083 bash[21555]: cluster 2024-04-12T01:47:28.881903+0000 mgr.a (mgr.14391) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:32.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:32 smithi083 bash[21555]: cluster 2024-04-12T01:47:30.882442+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:32.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:32 smithi167 bash[22256]: cluster 2024-04-12T01:47:30.882442+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:32.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:32 smithi136 bash[22214]: cluster 2024-04-12T01:47:30.882442+0000 mgr.a (mgr.14391) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:34.842 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:34 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:47:34] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-12T01:47:34.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:34 smithi083 bash[21555]: cluster 2024-04-12T01:47:32.882880+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:34.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:34 smithi083 bash[21555]: audit 2024-04-12T01:47:33.763173+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:34 smithi083 bash[21555]: audit 2024-04-12T01:47:33.774947+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:34 smithi083 bash[21555]: audit 2024-04-12T01:47:33.786845+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:34 smithi167 bash[22256]: cluster 2024-04-12T01:47:32.882880+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:34.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:34 smithi167 bash[22256]: audit 2024-04-12T01:47:33.763173+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:34 smithi167 bash[22256]: audit 2024-04-12T01:47:33.774947+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:34 smithi167 bash[22256]: audit 2024-04-12T01:47:33.786845+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:34 smithi136 bash[22214]: cluster 2024-04-12T01:47:32.882880+0000 mgr.a (mgr.14391) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:34.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:34 smithi136 bash[22214]: audit 2024-04-12T01:47:33.763173+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:34 smithi136 bash[22214]: audit 2024-04-12T01:47:33.774947+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:34.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:34 smithi136 bash[22214]: audit 2024-04-12T01:47:33.786845+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:36.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:36 smithi167 bash[22256]: cluster 2024-04-12T01:47:34.883344+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:36.955 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:36 smithi136 bash[22214]: cluster 2024-04-12T01:47:34.883344+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:36.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:36 smithi083 bash[21555]: cluster 2024-04-12T01:47:34.883344+0000 mgr.a (mgr.14391) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:38.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:38 smithi136 bash[22214]: cluster 2024-04-12T01:47:36.883890+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:38.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:38 smithi136 bash[22214]: audit 2024-04-12T01:47:38.463517+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:38 smithi136 bash[22214]: audit 2024-04-12T01:47:38.478041+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:38 smithi136 bash[22214]: audit 2024-04-12T01:47:38.492112+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:38 smithi167 bash[22256]: cluster 2024-04-12T01:47:36.883890+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:38.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:38 smithi167 bash[22256]: audit 2024-04-12T01:47:38.463517+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:38 smithi167 bash[22256]: audit 2024-04-12T01:47:38.478041+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:38 smithi167 bash[22256]: audit 2024-04-12T01:47:38.492112+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:38 smithi083 bash[21555]: cluster 2024-04-12T01:47:36.883890+0000 mgr.a (mgr.14391) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:38.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:38 smithi083 bash[21555]: audit 2024-04-12T01:47:38.463517+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:38 smithi083 bash[21555]: audit 2024-04-12T01:47:38.478041+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:38.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:38 smithi083 bash[21555]: audit 2024-04-12T01:47:38.492112+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:40.886 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:40 smithi167 bash[22256]: cluster 2024-04-12T01:47:38.884449+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:40.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:40 smithi136 bash[22214]: cluster 2024-04-12T01:47:38.884449+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:40.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:40 smithi083 bash[21555]: cluster 2024-04-12T01:47:38.884449+0000 mgr.a (mgr.14391) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:41.033 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch ls 2024-04-12T01:47:41.380 INFO:teuthology.orchestra.run.smithi083.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-12T01:47:41.380 INFO:teuthology.orchestra.run.smithi083.stdout:agent 3/3 17s ago 3m * 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager ?:9093,9094 1/1 17s ago 4m count:1 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:grafana ?:3000 1/1 7s ago 4m count:1 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:mgr 2/2 7s ago 8m smithi083=a;smithi136=b;count:2 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:mon 3/3 17s ago 9m smithi083:172.21.15.83=a;smithi136:172.21.15.136=b;smithi167:172.21.15.167=c;count:3 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter ?:9100 3/3 17s ago 4m * 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:osd 3 17s ago - 2024-04-12T01:47:41.381 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus ?:9095 1/1 2s ago 4m count:1 2024-04-12T01:47:41.393 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch ps 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 7s ago 10m - - 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi136 smithi136 running 3s ago 9m - - 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi167 smithi167 running 17s ago 9m - - 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.smithi167 smithi167 *:9093,9094 running (2m) 17s ago 3m 14.0M - 0.25.0 c8568f914cd2 32b9bd541dd4 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.smithi083 smithi083 *:3000 running (2m) 7s ago 3m 73.8M - 9.4.12 2bacad6d85d8 b549bb51ab41 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.a smithi083 *:9283,8765 running (11m) 7s ago 11m 495M - 19.0.0-2838-ga5074d45 ffe3e7ac3788 ead27247b844 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.b smithi136 *:8443,8765 running (8m) 3s ago 8m 437M - 19.0.0-2838-ga5074d45 ffe3e7ac3788 f4a256a3ff49 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (11m) 7s ago 11m 45.7M 2048M 19.0.0-2838-ga5074d45 ffe3e7ac3788 0c7236f94c21 2024-04-12T01:47:41.748 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi136 running (9m) 3s ago 9m 34.4M 2048M 19.0.0-2838-ga5074d45 ffe3e7ac3788 6573d0b909b9 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi167 running (9m) 17s ago 9m 35.6M 2048M 19.0.0-2838-ga5074d45 ffe3e7ac3788 87042191146f 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.smithi083 smithi083 *:9100 running (3m) 7s ago 4m 8483k - 1.5.0 0da6a335fe13 fed5e5c05f4c 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.smithi136 smithi136 *:9100 running (3m) 3s ago 3m 7883k - 1.5.0 0da6a335fe13 67ee1179cdfa 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.smithi167 smithi167 *:9100 running (3m) 17s ago 3m 8036k - 1.5.0 0da6a335fe13 5c09d7b29768 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (7m) 7s ago 7m 46.4M 4096M 19.0.0-2838-ga5074d45 ffe3e7ac3788 7faf353c2920 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi136 running (6m) 3s ago 6m 46.3M 4096M 19.0.0-2838-ga5074d45 ffe3e7ac3788 481e4a9419f0 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi167 running (6m) 17s ago 6m 38.4M 4096M 19.0.0-2838-ga5074d45 ffe3e7ac3788 4e0df4b72c40 2024-04-12T01:47:41.749 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.smithi136 smithi136 *:9095 running (3m) 3s ago 3m 44.3M - 2.43.0 a07b618ecd1d 972eba2746a0 2024-04-12T01:47:41.761 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch host ls 2024-04-12T01:47:41.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:41 smithi167 bash[22256]: audit 2024-04-12T01:47:40.932018+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:41.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:41 smithi136 bash[22214]: audit 2024-04-12T01:47:40.932018+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:41.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:41 smithi083 bash[21555]: audit 2024-04-12T01:47:40.932018+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:47:42.103 INFO:teuthology.orchestra.run.smithi083.stdout:HOST ADDR LABELS STATUS 2024-04-12T01:47:42.103 INFO:teuthology.orchestra.run.smithi083.stdout:smithi083 172.21.15.83 2024-04-12T01:47:42.103 INFO:teuthology.orchestra.run.smithi083.stdout:smithi136 172.21.15.136 2024-04-12T01:47:42.103 INFO:teuthology.orchestra.run.smithi083.stdout:smithi167 172.21.15.167 2024-04-12T01:47:42.103 INFO:teuthology.orchestra.run.smithi083.stdout:3 hosts in cluster 2024-04-12T01:47:42.120 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-12T01:47:42.120 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r 'last | .daemon_name' 2024-04-12T01:47:42.472 INFO:teuthology.orchestra.run.smithi083.stderr:+ MON_DAEMON=mon.c 2024-04-12T01:47:42.473 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-12T01:47:42.473 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -e '.[]' 2024-04-12T01:47:42.473 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r .hostname 2024-04-12T01:47:42.843 INFO:teuthology.orchestra.run.smithi083.stderr:+ GRAFANA_HOST=smithi083 2024-04-12T01:47:42.844 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-12T01:47:42.844 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -e '.[]' 2024-04-12T01:47:42.844 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r .hostname 2024-04-12T01:47:42.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:42 smithi167 bash[22256]: cluster 2024-04-12T01:47:40.884976+0000 mgr.a (mgr.14391) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:42.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:42 smithi167 bash[22256]: audit 2024-04-12T01:47:41.393730+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:42.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:42 smithi136 bash[22214]: cluster 2024-04-12T01:47:40.884976+0000 mgr.a (mgr.14391) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:42.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:42 smithi136 bash[22214]: audit 2024-04-12T01:47:41.393730+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:42.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:42 smithi083 bash[21555]: cluster 2024-04-12T01:47:40.884976+0000 mgr.a (mgr.14391) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:42.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:42 smithi083 bash[21555]: audit 2024-04-12T01:47:41.393730+0000 mgr.a (mgr.14391) 119 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.185 INFO:teuthology.orchestra.run.smithi083.stderr:+ PROM_HOST=smithi136 2024-04-12T01:47:43.186 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-12T01:47:43.186 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -e '.[]' 2024-04-12T01:47:43.186 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r .hostname 2024-04-12T01:47:43.538 INFO:teuthology.orchestra.run.smithi083.stderr:+ ALERTM_HOST=smithi167 2024-04-12T01:47:43.539 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-04-12T01:47:43.539 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r --arg GRAFANA_HOST smithi083 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-12T01:47:43.879 INFO:teuthology.orchestra.run.smithi083.stderr:+ GRAFANA_IP=172.21.15.83 2024-04-12T01:47:43.879 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-04-12T01:47:43.880 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r --arg PROM_HOST smithi136 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-12T01:47:43.888 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:43 smithi167 bash[22256]: audit 2024-04-12T01:47:41.747263+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.888 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:43 smithi167 bash[22256]: audit 2024-04-12T01:47:42.120134+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.888 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:43 smithi167 bash[22256]: audit 2024-04-12T01:47:42.471144+0000 mgr.a (mgr.14391) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:43.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:43 smithi136 bash[22214]: audit 2024-04-12T01:47:41.747263+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:43 smithi136 bash[22214]: audit 2024-04-12T01:47:42.120134+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:43 smithi136 bash[22214]: audit 2024-04-12T01:47:42.471144+0000 mgr.a (mgr.14391) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:43.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:43 smithi083 bash[21555]: audit 2024-04-12T01:47:41.747263+0000 mgr.a (mgr.14391) 120 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:43 smithi083 bash[21555]: audit 2024-04-12T01:47:42.120134+0000 mgr.a (mgr.14391) 121 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:43.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:43 smithi083 bash[21555]: audit 2024-04-12T01:47:42.471144+0000 mgr.a (mgr.14391) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.221 INFO:teuthology.orchestra.run.smithi083.stderr:+ PROM_IP=172.21.15.136 2024-04-12T01:47:44.222 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-04-12T01:47:44.222 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r --arg ALERTM_HOST smithi167 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-12T01:47:44.555 INFO:teuthology.orchestra.run.smithi083.stderr:+ ALERTM_IP=172.21.15.167 2024-04-12T01:47:44.555 INFO:teuthology.orchestra.run.smithi083.stderr:++ ceph orch host ls -f json 2024-04-12T01:47:44.556 INFO:teuthology.orchestra.run.smithi083.stderr:++ jq -r '.[] | .addr' 2024-04-12T01:47:44.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: audit 2024-04-12T01:47:42.834547+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: cluster 2024-04-12T01:47:42.885330+0000 mgr.a (mgr.14391) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:44.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: audit 2024-04-12T01:47:43.186491+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: audit 2024-04-12T01:47:43.533383+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: audit 2024-04-12T01:47:44.176456+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: audit 2024-04-12T01:47:44.188683+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:44 smithi167 bash[22256]: audit 2024-04-12T01:47:44.200914+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.905 INFO:teuthology.orchestra.run.smithi083.stderr:+ ALL_HOST_IPS='172.21.15.83 2024-04-12T01:47:44.905 INFO:teuthology.orchestra.run.smithi083.stderr:172.21.15.136 2024-04-12T01:47:44.905 INFO:teuthology.orchestra.run.smithi083.stderr:172.21.15.167' 2024-04-12T01:47:44.905 INFO:teuthology.orchestra.run.smithi083.stderr:+ for ip in $ALL_HOST_IPS 2024-04-12T01:47:44.905 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.83:9100/metric 2024-04-12T01:47:44.909 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.909 INFO:teuthology.orchestra.run.smithi083.stdout: Node Exporter 2024-04-12T01:47:44.909 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.909 INFO:teuthology.orchestra.run.smithi083.stdout:

Node Exporter

2024-04-12T01:47:44.909 INFO:teuthology.orchestra.run.smithi083.stdout:

Metrics

2024-04-12T01:47:44.910 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.910 INFO:teuthology.orchestra.run.smithi083.stderr:+ for ip in $ALL_HOST_IPS 2024-04-12T01:47:44.910 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.136:9100/metric 2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stdout: Node Exporter 2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stdout:

Node Exporter

2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stdout:

Metrics

2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stderr:+ for ip in $ALL_HOST_IPS 2024-04-12T01:47:44.914 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.167:9100/metric 2024-04-12T01:47:44.918 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.918 INFO:teuthology.orchestra.run.smithi083.stdout: Node Exporter 2024-04-12T01:47:44.918 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.918 INFO:teuthology.orchestra.run.smithi083.stdout:

Node Exporter

2024-04-12T01:47:44.918 INFO:teuthology.orchestra.run.smithi083.stdout:

Metrics

2024-04-12T01:47:44.918 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-04-12T01:47:44.919 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -k -s https://172.21.15.83:3000/api/health 2024-04-12T01:47:44.934 INFO:teuthology.orchestra.run.smithi083.stdout: { 2024-04-12T01:47:44.934 INFO:teuthology.orchestra.run.smithi083.stdout: "commit": "37ee25ba46", 2024-04-12T01:47:44.934 INFO:teuthology.orchestra.run.smithi083.stdout: "database": "ok", 2024-04-12T01:47:44.934 INFO:teuthology.orchestra.run.smithi083.stdout: "version": "9.4.12" 2024-04-12T01:47:44.935 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -k -s https://172.21.15.83:3000/api/health 2024-04-12T01:47:44.935 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.database == "ok"' 2024-04-12T01:47:44.950 INFO:teuthology.orchestra.run.smithi083.stdout:}true 2024-04-12T01:47:44.950 INFO:teuthology.orchestra.run.smithi083.stderr:+ ceph orch daemon stop mon.c 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: audit 2024-04-12T01:47:42.834547+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: cluster 2024-04-12T01:47:42.885330+0000 mgr.a (mgr.14391) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: audit 2024-04-12T01:47:43.186491+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: audit 2024-04-12T01:47:43.533383+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: audit 2024-04-12T01:47:44.176456+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: audit 2024-04-12T01:47:44.188683+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:44 smithi136 bash[22214]: audit 2024-04-12T01:47:44.200914+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.982 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:47:44] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: audit 2024-04-12T01:47:42.834547+0000 mgr.a (mgr.14391) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: cluster 2024-04-12T01:47:42.885330+0000 mgr.a (mgr.14391) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: audit 2024-04-12T01:47:43.186491+0000 mgr.a (mgr.14391) 125 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: audit 2024-04-12T01:47:43.533383+0000 mgr.a (mgr.14391) 126 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: audit 2024-04-12T01:47:44.176456+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: audit 2024-04-12T01:47:44.188683+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:44.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:44 smithi083 bash[21555]: audit 2024-04-12T01:47:44.200914+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.308 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled to stop mon.c on host 'smithi167' 2024-04-12T01:47:45.321 INFO:teuthology.orchestra.run.smithi083.stderr:+ sleep 120 2024-04-12T01:47:45.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:45 smithi167 bash[22256]: audit 2024-04-12T01:47:43.882858+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:45 smithi167 bash[22256]: audit 2024-04-12T01:47:44.225808+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:45 smithi167 bash[22256]: audit 2024-04-12T01:47:44.559159+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:45 smithi167 bash[22256]: audit 2024-04-12T01:47:45.310080+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:45 smithi167 bash[22256]: audit 2024-04-12T01:47:45.321928+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:45 smithi167 bash[22256]: audit 2024-04-12T01:47:45.355039+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:47:45.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:45 smithi136 bash[22214]: audit 2024-04-12T01:47:43.882858+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:45 smithi136 bash[22214]: audit 2024-04-12T01:47:44.225808+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:45 smithi136 bash[22214]: audit 2024-04-12T01:47:44.559159+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:45 smithi136 bash[22214]: audit 2024-04-12T01:47:45.310080+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:45 smithi136 bash[22214]: audit 2024-04-12T01:47:45.321928+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:45 smithi136 bash[22214]: audit 2024-04-12T01:47:45.355039+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:47:45.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:45 smithi083 bash[21555]: audit 2024-04-12T01:47:43.882858+0000 mgr.a (mgr.14391) 127 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:45 smithi083 bash[21555]: audit 2024-04-12T01:47:44.225808+0000 mgr.a (mgr.14391) 128 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:45 smithi083 bash[21555]: audit 2024-04-12T01:47:44.559159+0000 mgr.a (mgr.14391) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:45.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:45 smithi083 bash[21555]: audit 2024-04-12T01:47:45.310080+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:45 smithi083 bash[21555]: audit 2024-04-12T01:47:45.321928+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:45.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:45 smithi083 bash[21555]: audit 2024-04-12T01:47:45.355039+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:47:46.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: cluster 2024-04-12T01:47:44.885842+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:46.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:44.909101+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:46.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:45.301406+0000 mgr.a (mgr.14391) 132 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:46.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: cephadm 2024-04-12T01:47:45.302191+0000 mgr.a (mgr.14391) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-04-12T01:47:46.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:45.887013+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:45.900681+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:45.902337+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:47:46.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:45.904636+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:47:46.898 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:46 smithi167 bash[22256]: audit 2024-04-12T01:47:45.917779+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: cluster 2024-04-12T01:47:44.885842+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:44.909101+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:45.301406+0000 mgr.a (mgr.14391) 132 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: cephadm 2024-04-12T01:47:45.302191+0000 mgr.a (mgr.14391) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:45.887013+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:45.900681+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:45.902337+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:45.904636+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:47:46.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:46 smithi136 bash[22214]: audit 2024-04-12T01:47:45.917779+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: cluster 2024-04-12T01:47:44.885842+0000 mgr.a (mgr.14391) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:44.909101+0000 mgr.a (mgr.14391) 131 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:45.301406+0000 mgr.a (mgr.14391) 132 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: cephadm 2024-04-12T01:47:45.302191+0000 mgr.a (mgr.14391) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:45.887013+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:45.900681+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:45.902337+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:47:46.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:45.904636+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:47:46.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:46 smithi083 bash[21555]: audit 2024-04-12T01:47:45.917779+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14391 ' entity='mgr.a' 2024-04-12T01:47:48.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:48 smithi167 bash[22256]: cluster 2024-04-12T01:47:46.886386+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:48.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:48 smithi136 bash[22214]: cluster 2024-04-12T01:47:46.886386+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:48.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:48 smithi083 bash[21555]: cluster 2024-04-12T01:47:46.886386+0000 mgr.a (mgr.14391) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:50.897 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:50 smithi167 bash[22256]: cluster 2024-04-12T01:47:48.886908+0000 mgr.a (mgr.14391) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:50.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:47:50 smithi136 bash[22214]: cluster 2024-04-12T01:47:48.886908+0000 mgr.a (mgr.14391) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:50.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:47:50 smithi083 bash[21555]: cluster 2024-04-12T01:47:48.886908+0000 mgr.a (mgr.14391) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:47:51.255 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 systemd[1]: Stopping Ceph mon.c for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:47:51.255 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 bash[22256]: debug 2024-04-12T01:47:51.147+0000 7f31978cb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T01:47:51.255 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 bash[22256]: debug 2024-04-12T01:47:51.147+0000 7f31978cb700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-12T01:47:51.483 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:51 smithi083 bash[21811]: [12/Apr/2024:01:47:51] ENGINE Bus STOPPING 2024-04-12T01:47:51.483 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:51 smithi083 bash[21811]: [12/Apr/2024:01:47:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T01:47:51.483 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:51 smithi083 bash[21811]: [12/Apr/2024:01:47:51] ENGINE Bus STOPPED 2024-04-12T01:47:51.483 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:51 smithi083 bash[21811]: [12/Apr/2024:01:47:51] ENGINE Bus STARTING 2024-04-12T01:47:51.484 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:51 smithi083 bash[21811]: [12/Apr/2024:01:47:51] ENGINE Serving on http://:::9283 2024-04-12T01:47:51.484 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:51 smithi083 bash[21811]: [12/Apr/2024:01:47:51] ENGINE Bus STARTED 2024-04-12T01:47:52.147 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 bash[34998]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-mon-c 2024-04-12T01:47:52.147 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 bash[35058]: Error response from daemon: No such container: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-mon-c 2024-04-12T01:47:52.147 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 systemd[1]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-12T01:47:52.147 INFO:journalctl@ceph.mon.c.smithi167.stdout:Apr 12 01:47:51 smithi167 systemd[1]: Stopped Ceph mon.c for c857fb20-f86c-11ee-bc8c-c7b262605968. 2024-04-12T01:47:54.898 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:47:54 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:47:54] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-04-12T01:48:05.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:48:04 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:48:04] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:47:52.887957+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:47:54.888547+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:47:55.934676+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:47:56.889046+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:47:58.889601+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:00.667719+0000 mon.b (mon.2) 12 : cluster [INF] mon.b calling monitor election 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:00.669571+0000 mon.a (mon.0) 934 : cluster [INF] mon.a calling monitor election 2024-04-12T01:48:06.978 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:00.890092+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:02.890704+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:04.891358+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.693583+0000 mon.a (mon.0) 935 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702212+0000 mon.a (mon.0) 936 : cluster [DBG] monmap epoch 3 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702254+0000 mon.a (mon.0) 937 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702280+0000 mon.a (mon.0) 938 : cluster [DBG] last_changed 2024-04-12T01:38:40.443187+0000 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702302+0000 mon.a (mon.0) 939 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702331+0000 mon.a (mon.0) 940 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702359+0000 mon.a (mon.0) 941 : cluster [DBG] election_strategy: 1 2024-04-12T01:48:06.979 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702387+0000 mon.a (mon.0) 942 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702418+0000 mon.a (mon.0) 943 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.702448+0000 mon.a (mon.0) 944 : cluster [DBG] 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.721069+0000 mon.a (mon.0) 945 : cluster [DBG] fsmap 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.721127+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.722699+0000 mon.a (mon.0) 947 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.723018+0000 mon.a (mon.0) 948 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.741288+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.742402+0000 mon.a (mon.0) 950 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.742478+0000 mon.a (mon.0) 951 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: cluster 2024-04-12T01:48:05.742525+0000 mon.a (mon.0) 952 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] is down (out of quorum) 2024-04-12T01:48:06.980 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.749477+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.758137+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.765565+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.774390+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.783435+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.790779+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.797921+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.804566+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.806793+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.810911+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.816686+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.817422+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.819498+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:48:06.981 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:05.828407+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:06.074490+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:06.083714+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.982 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:06 smithi136 bash[22214]: audit 2024-04-12T01:48:06.094030+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:47:52.887957+0000 mgr.a (mgr.14391) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:47:54.888547+0000 mgr.a (mgr.14391) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:47:55.934676+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:47:56.889046+0000 mgr.a (mgr.14391) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:47:58.889601+0000 mgr.a (mgr.14391) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:00.667719+0000 mon.b (mon.2) 12 : cluster [INF] mon.b calling monitor election 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:00.669571+0000 mon.a (mon.0) 934 : cluster [INF] mon.a calling monitor election 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:00.890092+0000 mgr.a (mgr.14391) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:02.890704+0000 mgr.a (mgr.14391) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:04.891358+0000 mgr.a (mgr.14391) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.693583+0000 mon.a (mon.0) 935 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702212+0000 mon.a (mon.0) 936 : cluster [DBG] monmap epoch 3 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702254+0000 mon.a (mon.0) 937 : cluster [DBG] fsid c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702280+0000 mon.a (mon.0) 938 : cluster [DBG] last_changed 2024-04-12T01:38:40.443187+0000 2024-04-12T01:48:06.984 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702302+0000 mon.a (mon.0) 939 : cluster [DBG] created 2024-04-12T01:35:46.154516+0000 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702331+0000 mon.a (mon.0) 940 : cluster [DBG] min_mon_release 19 (squid) 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702359+0000 mon.a (mon.0) 941 : cluster [DBG] election_strategy: 1 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702387+0000 mon.a (mon.0) 942 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702418+0000 mon.a (mon.0) 943 : cluster [DBG] 1: [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] mon.c 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.702448+0000 mon.a (mon.0) 944 : cluster [DBG] 2: [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon.b 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.721069+0000 mon.a (mon.0) 945 : cluster [DBG] fsmap 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.721127+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.722699+0000 mon.a (mon.0) 947 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.723018+0000 mon.a (mon.0) 948 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-12T01:48:06.985 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.741288+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.742402+0000 mon.a (mon.0) 950 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.742478+0000 mon.a (mon.0) 951 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: cluster 2024-04-12T01:48:05.742525+0000 mon.a (mon.0) 952 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.167:3300/0,v1:172.21.15.167:6789/0] is down (out of quorum) 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.749477+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.758137+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.765565+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.774390+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.783435+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.790779+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.797921+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.804566+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.986 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.806793+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.810911+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.816686+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.817422+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.819498+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:05.828407+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:06.074490+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:06.083714+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:06.987 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:06 smithi083 bash[21555]: audit 2024-04-12T01:48:06.094030+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:07.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:07 smithi136 bash[22214]: cluster 2024-04-12T01:48:06.891946+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:07.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:07 smithi083 bash[21555]: cluster 2024-04-12T01:48:06.891946+0000 mgr.a (mgr.14391) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:10.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:09 smithi136 bash[22214]: cluster 2024-04-12T01:48:08.892557+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:10.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:09 smithi083 bash[21555]: cluster 2024-04-12T01:48:08.892557+0000 mgr.a (mgr.14391) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:12.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:11 smithi136 bash[22214]: cluster 2024-04-12T01:48:10.893084+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:12.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:11 smithi136 bash[22214]: audit 2024-04-12T01:48:10.941156+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:12.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:11 smithi136 bash[22214]: audit 2024-04-12T01:48:10.943064+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:12.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:11 smithi083 bash[21555]: cluster 2024-04-12T01:48:10.893084+0000 mgr.a (mgr.14391) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:12.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:11 smithi083 bash[21555]: audit 2024-04-12T01:48:10.941156+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:12.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:11 smithi083 bash[21555]: audit 2024-04-12T01:48:10.943064+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:14.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:13 smithi136 bash[22214]: cluster 2024-04-12T01:48:12.893575+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:14.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:13 smithi083 bash[21555]: cluster 2024-04-12T01:48:12.893575+0000 mgr.a (mgr.14391) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:15.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:48:14 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:48:14] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T01:48:16.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:15 smithi136 bash[22214]: cluster 2024-04-12T01:48:14.893949+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:16.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:15 smithi083 bash[21555]: cluster 2024-04-12T01:48:14.893949+0000 mgr.a (mgr.14391) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:18.186 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:17 smithi136 bash[22214]: cluster 2024-04-12T01:48:16.894395+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:18.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:17 smithi083 bash[21555]: cluster 2024-04-12T01:48:16.894395+0000 mgr.a (mgr.14391) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:20.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:19 smithi136 bash[22214]: cluster 2024-04-12T01:48:18.894969+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:20.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:19 smithi083 bash[21555]: cluster 2024-04-12T01:48:18.894969+0000 mgr.a (mgr.14391) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:22.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:22 smithi136 bash[22214]: cluster 2024-04-12T01:48:20.895495+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:22.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:22 smithi136 bash[22214]: audit 2024-04-12T01:48:21.101915+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:22.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:22 smithi136 bash[22214]: audit 2024-04-12T01:48:21.112230+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:22.478 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:22 smithi136 bash[22214]: audit 2024-04-12T01:48:21.124036+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:22.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:22 smithi083 bash[21555]: cluster 2024-04-12T01:48:20.895495+0000 mgr.a (mgr.14391) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:22.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:22 smithi083 bash[21555]: audit 2024-04-12T01:48:21.101915+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:22.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:22 smithi083 bash[21555]: audit 2024-04-12T01:48:21.112230+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:22.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:22 smithi083 bash[21555]: audit 2024-04-12T01:48:21.124036+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:24.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:24 smithi136 bash[22214]: cluster 2024-04-12T01:48:22.896016+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:24.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:24 smithi136 bash[22214]: audit 2024-04-12T01:48:24.013214+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:24.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:24 smithi136 bash[22214]: audit 2024-04-12T01:48:24.023131+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:24.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:24 smithi136 bash[22214]: audit 2024-04-12T01:48:24.034022+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:24 smithi083 bash[21555]: cluster 2024-04-12T01:48:22.896016+0000 mgr.a (mgr.14391) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:24 smithi083 bash[21555]: audit 2024-04-12T01:48:24.013214+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:24 smithi083 bash[21555]: audit 2024-04-12T01:48:24.023131+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:24.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:24 smithi083 bash[21555]: audit 2024-04-12T01:48:24.034022+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:25.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:48:24 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:48:24] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T01:48:25.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:25 smithi136 bash[22214]: audit 2024-04-12T01:48:24.675370+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:25.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:25 smithi136 bash[22214]: audit 2024-04-12T01:48:24.684757+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:25.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:25 smithi136 bash[22214]: audit 2024-04-12T01:48:24.695023+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:25.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:25 smithi083 bash[21555]: audit 2024-04-12T01:48:24.675370+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:25.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:25 smithi083 bash[21555]: audit 2024-04-12T01:48:24.684757+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:25.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:25 smithi083 bash[21555]: audit 2024-04-12T01:48:24.695023+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:26.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:26 smithi136 bash[22214]: cluster 2024-04-12T01:48:24.896622+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:26.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:26 smithi136 bash[22214]: audit 2024-04-12T01:48:25.935497+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:26.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:26 smithi083 bash[21555]: cluster 2024-04-12T01:48:24.896622+0000 mgr.a (mgr.14391) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:26.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:26 smithi083 bash[21555]: audit 2024-04-12T01:48:25.935497+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:28.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:28 smithi136 bash[22214]: cluster 2024-04-12T01:48:26.897138+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:28.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:28 smithi083 bash[21555]: cluster 2024-04-12T01:48:26.897138+0000 mgr.a (mgr.14391) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:30.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:30 smithi136 bash[22214]: cluster 2024-04-12T01:48:28.897773+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:30.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:30 smithi083 bash[21555]: cluster 2024-04-12T01:48:28.897773+0000 mgr.a (mgr.14391) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:31.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:31 smithi136 bash[22214]: cluster 2024-04-12T01:48:30.898374+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:31.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:31 smithi083 bash[21555]: cluster 2024-04-12T01:48:30.898374+0000 mgr.a (mgr.14391) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:34.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:33 smithi136 bash[22214]: cluster 2024-04-12T01:48:32.898928+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:34.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:33 smithi083 bash[21555]: cluster 2024-04-12T01:48:32.898928+0000 mgr.a (mgr.14391) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:35.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:48:34 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:48:34] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-12T01:48:36.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:35 smithi136 bash[22214]: cluster 2024-04-12T01:48:34.899447+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:36.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:35 smithi083 bash[21555]: cluster 2024-04-12T01:48:34.899447+0000 mgr.a (mgr.14391) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:38.087 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:37 smithi136 bash[22214]: cluster 2024-04-12T01:48:36.899949+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:38.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:37 smithi083 bash[21555]: cluster 2024-04-12T01:48:36.899949+0000 mgr.a (mgr.14391) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:39.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:39 smithi136 bash[22214]: audit 2024-04-12T01:48:38.316663+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:39.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:39 smithi136 bash[22214]: audit 2024-04-12T01:48:38.325815+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:39.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:39 smithi136 bash[22214]: audit 2024-04-12T01:48:38.335844+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:39.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:39 smithi083 bash[21555]: audit 2024-04-12T01:48:38.316663+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:39.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:39 smithi083 bash[21555]: audit 2024-04-12T01:48:38.325815+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:39.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:39 smithi083 bash[21555]: audit 2024-04-12T01:48:38.335844+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:40.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:40 smithi136 bash[22214]: cluster 2024-04-12T01:48:38.900438+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:40.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:40 smithi083 bash[21555]: cluster 2024-04-12T01:48:38.900438+0000 mgr.a (mgr.14391) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:41.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:41 smithi136 bash[22214]: audit 2024-04-12T01:48:40.940251+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:41.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:41 smithi083 bash[21555]: audit 2024-04-12T01:48:40.940251+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:42.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:42 smithi136 bash[22214]: cluster 2024-04-12T01:48:40.900914+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:42.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:42 smithi136 bash[22214]: audit 2024-04-12T01:48:42.210866+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:42.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:42 smithi136 bash[22214]: audit 2024-04-12T01:48:42.220448+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:42.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:42 smithi136 bash[22214]: audit 2024-04-12T01:48:42.230847+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:42.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:42 smithi083 bash[21555]: cluster 2024-04-12T01:48:40.900914+0000 mgr.a (mgr.14391) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:42.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:42 smithi083 bash[21555]: audit 2024-04-12T01:48:42.210866+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:42.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:42 smithi083 bash[21555]: audit 2024-04-12T01:48:42.220448+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:42.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:42 smithi083 bash[21555]: audit 2024-04-12T01:48:42.230847+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:44.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:44 smithi136 bash[22214]: cluster 2024-04-12T01:48:42.901440+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:44.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:44 smithi083 bash[21555]: cluster 2024-04-12T01:48:42.901440+0000 mgr.a (mgr.14391) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:45.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:48:44 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:48:44] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T01:48:46.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:45 smithi136 bash[22214]: cluster 2024-04-12T01:48:44.901929+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:46.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:45 smithi136 bash[22214]: audit 2024-04-12T01:48:44.905889+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:46.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:45 smithi136 bash[22214]: audit 2024-04-12T01:48:44.915027+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:46.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:45 smithi136 bash[22214]: audit 2024-04-12T01:48:44.925177+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:46.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:45 smithi083 bash[21555]: cluster 2024-04-12T01:48:44.901929+0000 mgr.a (mgr.14391) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:46.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:45 smithi083 bash[21555]: audit 2024-04-12T01:48:44.905889+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:46.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:45 smithi083 bash[21555]: audit 2024-04-12T01:48:44.915027+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:46.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:45 smithi083 bash[21555]: audit 2024-04-12T01:48:44.925177+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:48.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:47 smithi136 bash[22214]: cluster 2024-04-12T01:48:46.902455+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:48.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:47 smithi083 bash[21555]: cluster 2024-04-12T01:48:46.902455+0000 mgr.a (mgr.14391) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:50.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:49 smithi136 bash[22214]: cluster 2024-04-12T01:48:48.902973+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:50.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:49 smithi083 bash[21555]: cluster 2024-04-12T01:48:48.902973+0000 mgr.a (mgr.14391) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:52.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:51 smithi136 bash[22214]: cluster 2024-04-12T01:48:50.903515+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:52.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:51 smithi083 bash[21555]: cluster 2024-04-12T01:48:50.903515+0000 mgr.a (mgr.14391) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:54.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:53 smithi136 bash[22214]: cluster 2024-04-12T01:48:52.904122+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:54.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:53 smithi083 bash[21555]: cluster 2024-04-12T01:48:52.904122+0000 mgr.a (mgr.14391) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:55.031 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:48:54 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:48:54] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T01:48:56.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:56 smithi136 bash[22214]: cluster 2024-04-12T01:48:54.904509+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:56.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:56 smithi136 bash[22214]: audit 2024-04-12T01:48:55.514366+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:56.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:56 smithi136 bash[22214]: audit 2024-04-12T01:48:55.523213+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:56.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:56 smithi136 bash[22214]: audit 2024-04-12T01:48:55.530261+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:56.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:56 smithi136 bash[22214]: audit 2024-04-12T01:48:55.940631+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:56.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:56 smithi083 bash[21555]: cluster 2024-04-12T01:48:54.904509+0000 mgr.a (mgr.14391) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:56 smithi083 bash[21555]: audit 2024-04-12T01:48:55.514366+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:56 smithi083 bash[21555]: audit 2024-04-12T01:48:55.523213+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:56 smithi083 bash[21555]: audit 2024-04-12T01:48:55.530261+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:48:56.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:56 smithi083 bash[21555]: audit 2024-04-12T01:48:55.940631+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:48:58.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:48:58 smithi136 bash[22214]: cluster 2024-04-12T01:48:56.905033+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:48:58.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:48:58 smithi083 bash[21555]: cluster 2024-04-12T01:48:56.905033+0000 mgr.a (mgr.14391) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:00.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:00 smithi136 bash[22214]: cluster 2024-04-12T01:48:58.905514+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:00.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:00 smithi083 bash[21555]: cluster 2024-04-12T01:48:58.905514+0000 mgr.a (mgr.14391) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:01.772 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:01 smithi136 bash[22214]: audit 2024-04-12T01:49:00.533668+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:01.773 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:01 smithi136 bash[22214]: audit 2024-04-12T01:49:00.548463+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:01.773 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:01 smithi136 bash[22214]: audit 2024-04-12T01:49:00.562645+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:01.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:01 smithi083 bash[21555]: audit 2024-04-12T01:49:00.533668+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:01.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:01 smithi083 bash[21555]: audit 2024-04-12T01:49:00.548463+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:01.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:01 smithi083 bash[21555]: audit 2024-04-12T01:49:00.562645+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:02.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:02 smithi136 bash[22214]: cluster 2024-04-12T01:49:00.906058+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:02.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:02 smithi083 bash[21555]: cluster 2024-04-12T01:49:00.906058+0000 mgr.a (mgr.14391) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:04.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:04 smithi136 bash[22214]: cluster 2024-04-12T01:49:02.906599+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:04.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:04 smithi083 bash[21555]: cluster 2024-04-12T01:49:02.906599+0000 mgr.a (mgr.14391) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:04.983 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:04 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:49:04] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-04-12T01:49:06.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:06 smithi136 bash[22214]: cluster 2024-04-12T01:49:04.907107+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:06.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:06 smithi136 bash[22214]: audit 2024-04-12T01:49:05.128393+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:06.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:06 smithi136 bash[22214]: audit 2024-04-12T01:49:05.137905+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:06.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:06 smithi136 bash[22214]: audit 2024-04-12T01:49:05.148652+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:06.477 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:06 smithi136 bash[22214]: audit 2024-04-12T01:49:05.952457+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:49:06.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:06 smithi083 bash[21555]: cluster 2024-04-12T01:49:04.907107+0000 mgr.a (mgr.14391) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:06.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:06 smithi083 bash[21555]: audit 2024-04-12T01:49:05.128393+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:06.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:06 smithi083 bash[21555]: audit 2024-04-12T01:49:05.137905+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:06.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:06 smithi083 bash[21555]: audit 2024-04-12T01:49:05.148652+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:06.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:06 smithi083 bash[21555]: audit 2024-04-12T01:49:05.952457+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T01:49:07.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:07 smithi136 bash[22214]: audit 2024-04-12T01:49:06.433047+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:07.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:07 smithi136 bash[22214]: audit 2024-04-12T01:49:06.442338+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:07.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:07 smithi136 bash[22214]: audit 2024-04-12T01:49:06.444600+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:49:07.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:07 smithi136 bash[22214]: audit 2024-04-12T01:49:06.446404+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:49:07.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:07 smithi136 bash[22214]: audit 2024-04-12T01:49:06.456103+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:07.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:07 smithi083 bash[21555]: audit 2024-04-12T01:49:06.433047+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:07.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:07 smithi083 bash[21555]: audit 2024-04-12T01:49:06.442338+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:07.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:07 smithi083 bash[21555]: audit 2024-04-12T01:49:06.444600+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T01:49:07.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:07 smithi083 bash[21555]: audit 2024-04-12T01:49:06.446404+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T01:49:07.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:07 smithi083 bash[21555]: audit 2024-04-12T01:49:06.456103+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:08.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:08 smithi136 bash[22214]: cluster 2024-04-12T01:49:06.907643+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:08.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:08 smithi083 bash[21555]: cluster 2024-04-12T01:49:06.907643+0000 mgr.a (mgr.14391) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:10.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:10 smithi136 bash[22214]: cluster 2024-04-12T01:49:08.908192+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:10.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:10 smithi083 bash[21555]: cluster 2024-04-12T01:49:08.908192+0000 mgr.a (mgr.14391) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:11.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:11 smithi136 bash[22214]: audit 2024-04-12T01:49:10.941183+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:49:11.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:11 smithi083 bash[21555]: audit 2024-04-12T01:49:10.941183+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:49:12.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:12 smithi136 bash[22214]: cluster 2024-04-12T01:49:10.908657+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:12.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:12 smithi083 bash[21555]: cluster 2024-04-12T01:49:10.908657+0000 mgr.a (mgr.14391) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:14.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:14 smithi136 bash[22214]: cluster 2024-04-12T01:49:12.909236+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:14.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:14 smithi083 bash[21555]: cluster 2024-04-12T01:49:12.909236+0000 mgr.a (mgr.14391) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:15.037 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:14 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:49:14] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T01:49:16.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:16 smithi136 bash[22214]: cluster 2024-04-12T01:49:14.909808+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:16.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:16 smithi136 bash[22214]: audit 2024-04-12T01:49:15.683740+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:16.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:16 smithi136 bash[22214]: audit 2024-04-12T01:49:15.689592+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:16.977 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:16 smithi136 bash[22214]: audit 2024-04-12T01:49:15.695944+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:16.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:16 smithi083 bash[21555]: cluster 2024-04-12T01:49:14.909808+0000 mgr.a (mgr.14391) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:16.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:16 smithi083 bash[21555]: audit 2024-04-12T01:49:15.683740+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:16.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:16 smithi083 bash[21555]: audit 2024-04-12T01:49:15.689592+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:16.983 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:16 smithi083 bash[21555]: audit 2024-04-12T01:49:15.695944+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:18.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:18 smithi136 bash[22214]: cluster 2024-04-12T01:49:16.910348+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:18.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:18 smithi083 bash[21555]: cluster 2024-04-12T01:49:16.910348+0000 mgr.a (mgr.14391) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:20.976 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:20 smithi136 bash[22214]: cluster 2024-04-12T01:49:18.910902+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:20.982 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:20 smithi083 bash[21555]: cluster 2024-04-12T01:49:18.910902+0000 mgr.a (mgr.14391) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:22.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:21 smithi136 bash[22214]: audit 2024-04-12T01:49:20.795726+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:22.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:21 smithi136 bash[22214]: audit 2024-04-12T01:49:20.805052+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:22.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:21 smithi136 bash[22214]: audit 2024-04-12T01:49:20.815237+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:22.227 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:21 smithi136 bash[22214]: cluster 2024-04-12T01:49:20.911444+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:22.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:21 smithi083 bash[21555]: audit 2024-04-12T01:49:20.795726+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:22.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:21 smithi083 bash[21555]: audit 2024-04-12T01:49:20.805052+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:22.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:21 smithi083 bash[21555]: audit 2024-04-12T01:49:20.815237+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:22.233 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:21 smithi083 bash[21555]: cluster 2024-04-12T01:49:20.911444+0000 mgr.a (mgr.14391) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:24.226 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:23 smithi136 bash[22214]: cluster 2024-04-12T01:49:22.911987+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:24.232 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:23 smithi083 bash[21555]: cluster 2024-04-12T01:49:22.911987+0000 mgr.a (mgr.14391) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:25.233 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:24 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:49:24] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-04-12T01:49:26.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:26 smithi136 bash[22214]: cluster 2024-04-12T01:49:24.912475+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:26.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:26 smithi136 bash[22214]: audit 2024-04-12T01:49:25.358733+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:26.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:26 smithi136 bash[22214]: audit 2024-04-12T01:49:25.369129+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:26.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:26 smithi136 bash[22214]: audit 2024-04-12T01:49:25.379465+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:26.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:26 smithi136 bash[22214]: audit 2024-04-12T01:49:25.941557+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:49:26.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:26 smithi083 bash[21555]: cluster 2024-04-12T01:49:24.912475+0000 mgr.a (mgr.14391) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:26.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:26 smithi083 bash[21555]: audit 2024-04-12T01:49:25.358733+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:26.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:26 smithi083 bash[21555]: audit 2024-04-12T01:49:25.369129+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:26.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:26 smithi083 bash[21555]: audit 2024-04-12T01:49:25.379465+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:26.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:26 smithi083 bash[21555]: audit 2024-04-12T01:49:25.941557+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:49:28.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:28 smithi136 bash[22214]: cluster 2024-04-12T01:49:26.912966+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:28.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:28 smithi083 bash[21555]: cluster 2024-04-12T01:49:26.912966+0000 mgr.a (mgr.14391) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:30.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:30 smithi136 bash[22214]: cluster 2024-04-12T01:49:28.913487+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:30.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:30 smithi083 bash[21555]: cluster 2024-04-12T01:49:28.913487+0000 mgr.a (mgr.14391) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:32.694 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:32 smithi083 bash[21555]: cluster 2024-04-12T01:49:30.914039+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:32.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:32 smithi136 bash[22214]: cluster 2024-04-12T01:49:30.914039+0000 mgr.a (mgr.14391) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:34.482 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:34 smithi083 bash[21555]: cluster 2024-04-12T01:49:32.914624+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:34.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:34 smithi136 bash[22214]: cluster 2024-04-12T01:49:32.914624+0000 mgr.a (mgr.14391) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:35.050 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:34 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:49:34] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-12T01:49:36.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:36 smithi136 bash[22214]: cluster 2024-04-12T01:49:34.915098+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:36.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:36 smithi136 bash[22214]: audit 2024-04-12T01:49:35.866009+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:36.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:36 smithi136 bash[22214]: audit 2024-04-12T01:49:35.874580+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:36.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:36 smithi136 bash[22214]: audit 2024-04-12T01:49:35.882962+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:36.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:36 smithi083 bash[21555]: cluster 2024-04-12T01:49:34.915098+0000 mgr.a (mgr.14391) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:36.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:36 smithi083 bash[21555]: audit 2024-04-12T01:49:35.866009+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:36.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:36 smithi083 bash[21555]: audit 2024-04-12T01:49:35.874580+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:36.733 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:36 smithi083 bash[21555]: audit 2024-04-12T01:49:35.882962+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:38.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:38 smithi136 bash[22214]: cluster 2024-04-12T01:49:36.915635+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:38.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:38 smithi083 bash[21555]: cluster 2024-04-12T01:49:36.915635+0000 mgr.a (mgr.14391) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:40.634 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:40 smithi136 bash[22214]: cluster 2024-04-12T01:49:38.916247+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:40.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:40 smithi083 bash[21555]: cluster 2024-04-12T01:49:38.916247+0000 mgr.a (mgr.14391) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:41.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:41 smithi136 bash[22214]: audit 2024-04-12T01:49:40.942182+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:49:41.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:41 smithi136 bash[22214]: audit 2024-04-12T01:49:40.976615+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:41.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:41 smithi136 bash[22214]: audit 2024-04-12T01:49:40.991039+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:41.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:41 smithi136 bash[22214]: audit 2024-04-12T01:49:41.001788+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:41.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:41 smithi083 bash[21555]: audit 2024-04-12T01:49:40.942182+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T01:49:41.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:41 smithi083 bash[21555]: audit 2024-04-12T01:49:40.976615+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:41.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:41 smithi083 bash[21555]: audit 2024-04-12T01:49:40.991039+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:41.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:41 smithi083 bash[21555]: audit 2024-04-12T01:49:41.001788+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:42.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:42 smithi136 bash[22214]: cluster 2024-04-12T01:49:40.916800+0000 mgr.a (mgr.14391) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:42.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:42 smithi083 bash[21555]: cluster 2024-04-12T01:49:40.916800+0000 mgr.a (mgr.14391) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:44.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:44 smithi136 bash[22214]: cluster 2024-04-12T01:49:42.917358+0000 mgr.a (mgr.14391) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:44.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:44 smithi083 bash[21555]: cluster 2024-04-12T01:49:42.917358+0000 mgr.a (mgr.14391) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:45.232 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:44 smithi083 bash[21811]: ::ffff:172.21.15.136 - - [12/Apr/2024:01:49:44] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-12T01:49:45.323 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.136:9095/api/v1/status/config 2024-04-12T01:49:45.331 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.136:9095/api/v1/status/config 2024-04-12T01:49:45.331 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.status == "success"' 2024-04-12T01:49:45.338 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: c857fb20-f86c-11ee-bc8c-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83: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: c857fb20-f86c-11ee-bc8c-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83: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: c857fb20-f86c-11ee-bc8c-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83: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: c857fb20-f86c-11ee-bc8c-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.83: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.83:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-12T01:49:45.338 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.136:9095/api/v1/alerts 2024-04-12T01:49:45.344 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.136:9095/api/v1/alerts 2024-04-12T01:49:45.344 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-12T01:49:45.349 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"c857fb20-f86c-11ee-bc8c-c7b262605968","instance":"smithi083:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-04-12T01:48:20.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 smithi167","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-12T01:48:20.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 smithi167\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-12T01:48:20.084118673Z","value":"1e+00"}]}}true 2024-04-12T01:49:45.350 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.167:9093/api/v1/status 2024-04-12T01:49:45.358 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.167:9093/api/v1/alerts 2024-04-12T01:49:45.365 INFO:teuthology.orchestra.run.smithi083.stderr:+ curl -s http://172.21.15.167:9093/api/v1/alerts 2024-04-12T01:49:45.365 INFO:teuthology.orchestra.run.smithi083.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-12T01:49:45.369 INFO:teuthology.orchestra.run.smithi083.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://smithi083.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://smithi136.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://smithi083.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://smithi136.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-12T01:44:58.049794862Z","clusterStatus":{"name":"01HV7ZNDE0E831G7X0SPVHX8BN","status":"ready","peers":[{"name":"01HV7ZNDE0E831G7X0SPVHX8BN","address":"172.21.15.167:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"c857fb20-f86c-11ee-bc8c-c7b262605968","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi167\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-12T01:48:50.084Z","endsAt":"2024-04-12T01:52:50.084Z","generatorURL":"http://smithi136.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":"43ae206eb376b4fd"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"c857fb20-f86c-11ee-bc8c-c7b262605968","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi167","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-12T01:48:50.084Z","endsAt":"2024-04-12T01:52:50.084Z","generatorURL":"http://smithi136.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":"5a73b35ec430459c"}]}true 2024-04-12T01:49:46.283 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-12T01:49:46.294 INFO:tasks.cephadm:Teardown begin 2024-04-12T01:49:46.295 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:49:46.307 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:49:46.322 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:49:46.336 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-12T01:49:46.336 DEBUG:teuthology.orchestra.run.smithi083:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T01:49:46.353 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T01:49:46.370 DEBUG:teuthology.orchestra.run.smithi167:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T01:49:46.382 INFO:tasks.cephadm:Stopping all daemons... 2024-04-12T01:49:46.382 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-12T01:49:46.382 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a 2024-04-12T01:49:46.539 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 systemd[1]: Stopping Ceph mon.a for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21555]: cluster 2024-04-12T01:49:44.917878+0000 mgr.a (mgr.14391) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21555]: audit 2024-04-12T01:49:45.561193+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21555]: audit 2024-04-12T01:49:45.570466+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21555]: audit 2024-04-12T01:49:45.581298+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21555]: debug 2024-04-12T01:49:46.559+0000 7fe10c08f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21555]: debug 2024-04-12T01:49:46.559+0000 7fe10c08f700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21811]: [12/Apr/2024:01:49:46] ENGINE Bus STOPPING 2024-04-12T01:49:46.670 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21811]: [12/Apr/2024:01:49:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-12T01:49:46.671 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21811]: [12/Apr/2024:01:49:46] ENGINE Bus STOPPED 2024-04-12T01:49:46.671 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21811]: [12/Apr/2024:01:49:46] ENGINE Bus STARTING 2024-04-12T01:49:46.671 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21811]: [12/Apr/2024:01:49:46] ENGINE Serving on http://:::9283 2024-04-12T01:49:46.671 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:46 smithi083 bash[21811]: [12/Apr/2024:01:49:46] ENGINE Bus STARTED 2024-04-12T01:49:46.726 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:46 smithi136 bash[22214]: cluster 2024-04-12T01:49:44.917878+0000 mgr.a (mgr.14391) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-12T01:49:46.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:46 smithi136 bash[22214]: audit 2024-04-12T01:49:45.561193+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:46.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:46 smithi136 bash[22214]: audit 2024-04-12T01:49:45.570466+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:46.727 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:46 smithi136 bash[22214]: audit 2024-04-12T01:49:45.581298+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14391 172.21.15.83:0/523297150' entity='mgr.a' 2024-04-12T01:49:47.668 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.a.service' 2024-04-12T01:49:47.692 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:49:47.692 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-12T01:49:47.692 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-12T01:49:47.692 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.b 2024-04-12T01:49:47.966 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:47 smithi136 systemd[1]: Stopping Ceph mon.b for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:49:47.967 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:47 smithi136 bash[22214]: debug 2024-04-12T01:49:47.859+0000 7f389597c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-12T01:49:47.967 INFO:journalctl@ceph.mon.b.smithi136.stdout:Apr 12 01:49:47 smithi136 bash[22214]: debug 2024-04-12T01:49:47.859+0000 7f389597c700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-12T01:49:48.671 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.b.service' 2024-04-12T01:49:48.701 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:49:48.701 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-12T01:49:48.701 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-12T01:49:48.702 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.c 2024-04-12T01:49:48.722 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mon.c.service' 2024-04-12T01:49:48.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:49:48.820 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-12T01:49:48.820 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-12T01:49:48.820 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a 2024-04-12T01:49:49.190 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:48 smithi083 systemd[1]: Stopping Ceph mgr.a for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:49:49.190 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:48 smithi083 bash[21811]: debug 2024-04-12T01:49:48.967+0000 7f18caf1d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T01:49:49.190 INFO:journalctl@ceph.mgr.a.smithi083.stdout:Apr 12 01:49:48 smithi083 bash[21811]: debug 2024-04-12T01:49:48.967+0000 7f18caf1d700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-12T01:49:49.755 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.a.service' 2024-04-12T01:49:49.776 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:49:49.776 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-12T01:49:49.776 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-12T01:49:49.777 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.b 2024-04-12T01:49:50.109 INFO:journalctl@ceph.mgr.b.smithi136.stdout:Apr 12 01:49:49 smithi136 systemd[1]: Stopping Ceph mgr.b for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:49:50.646 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@mgr.b.service' 2024-04-12T01:49:50.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:49:50.668 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-12T01:49:50.668 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-12T01:49:50.668 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.0 2024-04-12T01:49:50.983 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:49:50 smithi083 systemd[1]: Stopping Ceph osd.0 for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:49:50.983 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:49:50 smithi083 bash[31786]: debug 2024-04-12T01:49:50.843+0000 7f59d92a6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T01:49:50.983 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:49:50 smithi083 bash[31786]: debug 2024-04-12T01:49:50.843+0000 7f59d92a6700 -1 osd.0 23 *** Got signal Terminated *** 2024-04-12T01:49:50.983 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:49:50 smithi083 bash[31786]: debug 2024-04-12T01:49:50.843+0000 7f59d92a6700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T01:49:56.963 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:49:56 smithi083 bash[46373]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-osd-0 2024-04-12T01:49:57.232 INFO:journalctl@ceph.osd.0.smithi083.stdout:Apr 12 01:49:56 smithi083 bash[46695]: Error response from daemon: No such container: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-osd-0 2024-04-12T01:49:58.862 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.0.service' 2024-04-12T01:49:58.906 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:49:58.906 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-12T01:49:58.907 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-12T01:49:58.907 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.1 2024-04-12T01:49:59.226 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:49:58 smithi136 systemd[1]: Stopping Ceph osd.1 for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:49:59.227 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:49:59 smithi136 bash[26974]: debug 2024-04-12T01:49:59.079+0000 7f57d6fa2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T01:49:59.227 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:49:59 smithi136 bash[26974]: debug 2024-04-12T01:49:59.079+0000 7f57d6fa2700 -1 osd.1 23 *** Got signal Terminated *** 2024-04-12T01:49:59.227 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:49:59 smithi136 bash[26974]: debug 2024-04-12T01:49:59.079+0000 7f57d6fa2700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T01:50:05.307 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:50:05 smithi136 bash[36126]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-osd-1 2024-04-12T01:50:05.307 INFO:journalctl@ceph.osd.1.smithi136.stdout:Apr 12 01:50:05 smithi136 bash[36581]: Error response from daemon: No such container: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-osd-1 2024-04-12T01:50:06.981 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.1.service' 2024-04-12T01:50:07.014 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:50:07.014 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-12T01:50:07.014 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-12T01:50:07.014 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.2 2024-04-12T01:50:07.371 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:50:07 smithi167 systemd[1]: Stopping Ceph osd.2 for c857fb20-f86c-11ee-bc8c-c7b262605968... 2024-04-12T01:50:07.371 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:50:07 smithi167 bash[27632]: debug 2024-04-12T01:50:07.192+0000 7f76c099f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-12T01:50:07.371 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:50:07 smithi167 bash[27632]: debug 2024-04-12T01:50:07.192+0000 7f76c099f700 -1 osd.2 23 *** Got signal Terminated *** 2024-04-12T01:50:07.371 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:50:07 smithi167 bash[27632]: debug 2024-04-12T01:50:07.192+0000 7f76c099f700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T01:50:13.342 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:50:13 smithi167 bash[36906]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-osd-2 2024-04-12T01:50:13.342 INFO:journalctl@ceph.osd.2.smithi167.stdout:Apr 12 01:50:13 smithi167 bash[37149]: ceph-c857fb20-f86c-11ee-bc8c-c7b262605968-osd-2 2024-04-12T01:50:15.168 DEBUG:teuthology.orchestra.run.smithi167:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c857fb20-f86c-11ee-bc8c-c7b262605968@osd.2.service' 2024-04-12T01:50:15.199 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T01:50:15.199 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-12T01:50:15.199 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T01:50:15.417 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:50:23.739 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T01:50:24.852 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:50:32.772 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T01:50:32.940 INFO:teuthology.orchestra.run.smithi167.stdout:Deleting cluster with fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:50:40.985 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:50:41.000 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:50:41.014 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T01:50:41.026 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-12T01:50:41.028 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi083/crash 2024-04-12T01:50:41.029 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T01:50:41.053 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T01:50:41.053 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2024-04-12T01:50:41.055 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi136/crash 2024-04-12T01:50:41.056 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T01:50:41.067 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T01:50:41.067 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-04-12T01:50:41.069 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi167/crash 2024-04-12T01:50:41.070 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T01:50:41.080 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T01:50:41.080 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-04-12T01:50:41.081 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-12T01:50:41.081 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T01:50:41.110 INFO:teuthology.orchestra.run.smithi083.stdout:2024-04-12T01:39:58.206716+0000 mon.a (mon.0) 425 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:50:41.111 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-12T01:50:41.111 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[SEC\]' /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T01:50:41.167 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[ERR\]' /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T01:50:41.221 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[WRN\]' /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-12T01:50:41.276 INFO:teuthology.orchestra.run.smithi083.stdout:2024-04-12T01:39:58.206716+0000 mon.a (mon.0) 425 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T01:50:41.277 INFO:tasks.cephadm:Compressing logs... 2024-04-12T01:50:41.277 DEBUG:teuthology.orchestra.run.smithi083:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-12T01:50:41.322 DEBUG:teuthology.orchestra.run.smithi136:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-12T01:50:41.325 DEBUG:teuthology.orchestra.run.smithi167:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-12T01:50:41.330 INFO:teuthology.orchestra.run.smithi083.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-12T01:50:41.336 INFO:teuthology.orchestra.run.smithi136.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-12T01:50:41.337 INFO:teuthology.orchestra.run.smithi167.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-12T01:50:41.344 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T01:50:41.345 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.0.log 2024-04-12T01:50:41.345 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.a.log 2024-04-12T01:50:41.346 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log 2024-04-12T01:50:41.346 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.0.log: /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log 2024-04-12T01:50:41.346 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log 2024-04-12T01:50:41.346 INFO:teuthology.orchestra.run.smithi083.stderr: 83.8% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log.gz 2024-04-12T01:50:41.347 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log 2024-04-12T01:50:41.347 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mgr.a.log 2024-04-12T01:50:41.349 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log: /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log: /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mgr.a.log: 87.9% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log.gz 2024-04-12T01:50:41.349 INFO:teuthology.orchestra.run.smithi083.stderr: 90.1% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log.gz 2024-04-12T01:50:41.350 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T01:50:41.350 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.2.log 2024-04-12T01:50:41.351 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log 2024-04-12T01:50:41.351 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log 2024-04-12T01:50:41.352 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log 2024-04-12T01:50:41.352 INFO:teuthology.orchestra.run.smithi167.stderr: 83.1% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log.gz 2024-04-12T01:50:41.352 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.c.log 2024-04-12T01:50:41.353 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log 2024-04-12T01:50:41.353 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log: /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.c.log: 88.0% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log.gz 2024-04-12T01:50:41.355 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T01:50:41.355 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-12T01:50:41.355 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log 2024-04-12T01:50:41.355 INFO:teuthology.orchestra.run.smithi167.stderr: 90.1% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log.gz 2024-04-12T01:50:41.356 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.1.log 2024-04-12T01:50:41.356 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log 2024-04-12T01:50:41.356 INFO:teuthology.orchestra.run.smithi136.stderr: 83.1% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.cephadm.log.gz 2024-04-12T01:50:41.356 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log 2024-04-12T01:50:41.357 INFO:teuthology.orchestra.run.smithi136.stderr:gzip/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log: -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mgr.b.log 2024-04-12T01:50:41.357 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log 2024-04-12T01:50:41.358 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.b.log 2024-04-12T01:50:41.358 INFO:teuthology.orchestra.run.smithi136.stderr: 87.9% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.log.gz 2024-04-12T01:50:41.360 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log: /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.b.log: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T01:50:41.361 INFO:teuthology.orchestra.run.smithi136.stderr: 90.3% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph.audit.log.gz 2024-04-12T01:50:41.367 INFO:teuthology.orchestra.run.smithi136.stderr: 91.1% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mgr.b.log.gz 2024-04-12T01:50:41.372 INFO:teuthology.orchestra.run.smithi083.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-12T01:50:41.379 INFO:teuthology.orchestra.run.smithi167.stderr: 91.9% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log.gz 2024-04-12T01:50:41.379 INFO:teuthology.orchestra.run.smithi083.stderr: 91.8% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log.gz 2024-04-12T01:50:41.385 INFO:teuthology.orchestra.run.smithi136.stderr: 91.9% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-volume.log.gz 2024-04-12T01:50:41.395 INFO:teuthology.orchestra.run.smithi167.stderr: 93.7% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.2.log.gz 2024-04-12T01:50:41.398 INFO:teuthology.orchestra.run.smithi083.stderr: 93.6% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.0.log.gz 2024-04-12T01:50:41.447 INFO:teuthology.orchestra.run.smithi136.stderr: 93.9% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-osd.1.log.gz 2024-04-12T01:50:41.473 INFO:teuthology.orchestra.run.smithi167.stderr: 92.9% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.c.log.gz 2024-04-12T01:50:41.475 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-04-12T01:50:41.475 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m0.146s 2024-04-12T01:50:41.475 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m0.204s 2024-04-12T01:50:41.475 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.020s 2024-04-12T01:50:41.481 INFO:teuthology.orchestra.run.smithi136.stderr: 93.1% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.b.log.gz 2024-04-12T01:50:41.483 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-12T01:50:41.483 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.156s 2024-04-12T01:50:41.483 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.255s 2024-04-12T01:50:41.483 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.034s 2024-04-12T01:50:41.523 INFO:teuthology.orchestra.run.smithi083.stderr: 88.0% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mgr.a.log.gz 2024-04-12T01:50:41.733 INFO:teuthology.orchestra.run.smithi083.stderr: 91.4% -- replaced with /var/log/ceph/c857fb20-f86c-11ee-bc8c-c7b262605968/ceph-mon.a.log.gz 2024-04-12T01:50:41.734 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-04-12T01:50:41.734 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m0.410s 2024-04-12T01:50:41.734 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m0.657s 2024-04-12T01:50:41.734 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.042s 2024-04-12T01:50:41.735 INFO:tasks.cephadm:Archiving logs... 2024-04-12T01:50:41.735 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi083/log 2024-04-12T01:50:41.736 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T01:50:41.893 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi136/log 2024-04-12T01:50:41.894 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T01:50:41.945 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi167/log 2024-04-12T01:50:41.946 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T01:50:41.987 INFO:tasks.cephadm:Removing cluster... 2024-04-12T01:50:41.987 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --force 2024-04-12T01:50:42.143 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:50:43.464 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --force 2024-04-12T01:50:43.630 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:50:44.979 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c857fb20-f86c-11ee-bc8c-c7b262605968 --force 2024-04-12T01:50:45.141 INFO:teuthology.orchestra.run.smithi167.stdout:Deleting cluster with fsid: c857fb20-f86c-11ee-bc8c-c7b262605968 2024-04-12T01:50:46.469 INFO:tasks.cephadm:Removing cephadm ... 2024-04-12T01:50:46.470 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T01:50:46.477 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T01:50:46.483 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T01:50:46.489 INFO:tasks.cephadm:Teardown complete 2024-04-12T01:50:46.489 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-12T01:50:46.499 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-12T01:50:46.499 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T01:50:46.523 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T01:50:46.526 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-12T01:50:46.639 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-12T01:50:46.651 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-12T01:50:46.651 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T01:50:46.654 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T01:50:46.656 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T01:50:46.664 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T01:50:46.664 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-04-12T01:50:46.665 INFO:teuthology.orchestra.run.smithi083.stdout:*hv01.front.sepi 44.4.53.2 2 u 46 64 377 0.088 -7.028 0.897 2024-04-12T01:50:46.665 INFO:teuthology.orchestra.run.smithi083.stdout:+hv02.front.sepi 155.248.196.28 3 u 61 64 377 0.090 -4.732 0.904 2024-04-12T01:50:46.665 INFO:teuthology.orchestra.run.smithi083.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.097 -9.519 1.650 2024-04-12T01:50:46.665 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-12T01:50:46.667 INFO:teuthology.orchestra.run.smithi136.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T01:50:46.667 INFO:teuthology.orchestra.run.smithi136.stdout:============================================================================== 2024-04-12T01:50:46.667 INFO:teuthology.orchestra.run.smithi136.stdout:+hv01.front.sepi 44.4.53.2 2 u 54 64 377 0.083 -4.927 1.954 2024-04-12T01:50:46.667 INFO:teuthology.orchestra.run.smithi136.stdout:+hv02.front.sepi 155.248.196.28 3 u 57 64 377 0.115 -4.851 1.586 2024-04-12T01:50:46.667 INFO:teuthology.orchestra.run.smithi136.stdout:*hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.103 -8.044 1.871 2024-04-12T01:50:46.668 INFO:teuthology.orchestra.run.smithi136.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-12T01:50:46.669 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2024-04-12T01:50:46.669 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2024-04-12T01:50:46.669 INFO:teuthology.orchestra.run.smithi167.stdout:*hv01.front.sepi 44.4.53.2 2 u 52 64 377 0.090 -4.483 0.993 2024-04-12T01:50:46.669 INFO:teuthology.orchestra.run.smithi167.stdout:+hv02.front.sepi 155.248.196.28 3 u 55 64 377 0.065 -2.395 1.139 2024-04-12T01:50:46.669 INFO:teuthology.orchestra.run.smithi167.stdout:+hv03.front.sepi 74.6.168.72 3 u 59 64 377 0.081 -5.535 1.400 2024-04-12T01:50:46.669 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-12T01:50:46.670 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-12T01:50:46.685 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-12T01:50:46.685 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-12T01:50:46.694 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-12T01:50:46.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-12T01:50:46.717 INFO:teuthology.task.internal:Duration was 1532.912837 seconds 2024-04-12T01:50:46.718 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-12T01:50:46.728 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-12T01:50:46.728 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T01:50:46.731 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T01:50:46.733 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T01:50:46.769 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-12T01:50:46.769 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2024-04-12T01:50:46.770 DEBUG:teuthology.orchestra.run.smithi083:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-12T01:50:46.815 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-04-12T01:50:46.815 DEBUG:teuthology.orchestra.run.smithi136:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-12T01:50:46.825 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-04-12T01:50:46.825 DEBUG:teuthology.orchestra.run.smithi167:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-12T01:50:46.835 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-12T01:50:46.835 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T01:50:46.859 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T01:50:46.869 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T01:50:46.913 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-12T01:50:46.913 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T01:50:46.947 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T01:50:46.949 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T01:50:47.044 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-12T01:50:47.054 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-12T01:50:47.054 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T01:50:47.066 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T01:50:47.079 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T01:50:47.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-12T01:50:47.099 DEBUG:teuthology.orchestra.run.smithi083:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-12T01:50:47.111 DEBUG:teuthology.orchestra.run.smithi136:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-12T01:50:47.117 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2024-04-12T01:50:47.122 DEBUG:teuthology.orchestra.run.smithi167:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-12T01:50:47.131 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-04-12T01:50:47.138 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-04-12T01:50:47.161 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T01:50:47.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T01:50:47.189 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T01:50:47.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T01:50:47.204 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T01:50:47.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T01:50:47.210 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-12T01:50:47.220 INFO:teuthology.task.internal:Transferring archived files... 2024-04-12T01:50:47.221 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi083 2024-04-12T01:50:47.221 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T01:50:47.251 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi136 2024-04-12T01:50:47.251 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T01:50:47.273 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492/remote/smithi167 2024-04-12T01:50:47.273 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T01:50:47.296 INFO:teuthology.task.internal:Removing archive directory... 2024-04-12T01:50:47.296 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T01:50:47.298 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T01:50:47.311 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T01:50:47.343 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-12T01:50:47.355 INFO:teuthology.task.internal:Not uploading archives. 2024-04-12T01:50:47.355 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-12T01:50:47.365 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-12T01:50:47.365 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T01:50:47.367 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T01:50:47.369 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T01:50:47.371 INFO:teuthology.orchestra.run.smithi083.stdout: 655429 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 01:50 /home/ubuntu/cephtest 2024-04-12T01:50:47.373 INFO:teuthology.orchestra.run.smithi136.stdout: 658643 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 01:50 /home/ubuntu/cephtest 2024-04-12T01:50:47.391 INFO:teuthology.orchestra.run.smithi167.stdout: 658459 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 01:50 /home/ubuntu/cephtest 2024-04-12T01:50:47.392 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-12T01:50:47.403 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-12T01:50:47.426 INFO:teuthology.nuke:Checking targets against current locks 2024-04-12T01:50:47.458 DEBUG:teuthology.nuke:shortname: smithi083 2024-04-12T01:50:47.458 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T01:50:47.502 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-12 01:15:56.087304', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG0+otHIb5gVmjqChJUU6bLi7i0kYtVRrodtlhoNVjh3wyJEcjeon5VlRMyEwLzx/1poL/jBTWO6Q86EO+nwXJs='} 2024-04-12T01:50:47.514 DEBUG:teuthology.nuke:shortname: smithi136 2024-04-12T01:50:47.515 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T01:50:47.571 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-12 01:15:56.089115', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHHcIs26d4e+uAzyPY0raJOjOpwWr01TbcUTW1t4+HblehDV23eN9bzgV8V/ttuT9RC/nHB11WUWxb/ia2BEWpc='} 2024-04-12T01:50:47.572 DEBUG:teuthology.nuke:shortname: smithi167 2024-04-12T01:50:47.572 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T01:50:47.619 INFO:teuthology.orchestra.console.smithi083:Power off 2024-04-12T01:50:47.619 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T01:50:47.629 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_17:03:54-rados-wip-yuri6-testing-2024-04-02-1310-distro-default-smithi/7652492', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-12 01:15:56.090175', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNCip5w497peIAkF6uQLzEN+zMrGNlMbYlL1JZpWnivKEO/rQrmuf7C5awbDQAqRSGEtYC5zhFPdENp3Je4tx8o='} 2024-04-12T01:50:47.670 DEBUG:teuthology.orchestra.console.smithi083:power off output: Chassis Power Control: Down/Off 2024-04-12T01:50:47.670 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:47.687 INFO:teuthology.orchestra.console.smithi136:Power off 2024-04-12T01:50:47.688 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T01:50:47.719 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-04-12T01:50:47.732 INFO:teuthology.orchestra.console.smithi167:Power off 2024-04-12T01:50:47.732 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T01:50:47.742 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2024-04-12T01:50:47.742 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:47.774 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-12T01:50:47.783 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-04-12T01:50:47.784 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:47.832 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-12T01:50:51.720 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:51.775 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:51.831 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-04-12T01:50:51.832 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:51.885 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-12T01:50:51.943 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-12T01:50:55.836 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:55.886 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:55.943 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:50:55.952 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is off 2024-04-12T01:50:55.996 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-12T01:50:56.052 INFO:teuthology.orchestra.console.smithi083:Power off completed 2024-04-12T01:50:56.053 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-12T01:50:59.998 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:51:00.053 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T01:51:00.110 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2024-04-12T01:51:00.164 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-04-12T01:51:00.211 INFO:teuthology.orchestra.console.smithi136:Power off completed 2024-04-12T01:51:00.264 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-04-12T01:51:00.369 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: 1532.9128365516663 failure_reason: '"2024-04-12T01:39:58.206716+0000 mon.a (mon.0) 425 : 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-04-12T01:51:00.369 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T01:51:00.483 INFO:teuthology.run:FAIL