2024-05-20T21:51:24.713 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-20T21:51:24.713 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694 --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --name adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi -- /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/orig.config.yaml 2024-05-20T21:51:24.745 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-20T21:51:24.827 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694 branch: squid-release description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7716694' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid-release ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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 log-only-match: - CEPHADM_ sha1: 4ea7251640d7dc85322163e97efba46b50b07648 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 install: ceph: flavor: default sha1: 4ea7251640d7dc85322163e97efba46b50b07648 workunit: branch: squid-release sha1: 200b27799814c89893ec6700f852fc40163e03d5 owner: scheduled_adking@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4887 sha1: 4ea7251640d7dc85322163e97efba46b50b07648 sleep_before_teardown: 0 subset: 1/18 suite: orch:cephadm suite_branch: squid-release suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_200b27799814c89893ec6700f852fc40163e03d5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 200b27799814c89893ec6700f852fc40163e03d5 targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBL9/3GxJxddPYoCD4yWdsszLA/vE+t1E4EkZNOkQamxmhfgEeIWakUPYaFkbhkf/9L3EYBAl7QjTlIOT9eB2TQ= smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI/+TUoj5Z7vXhOC8ehEk3JYmpiqlkZ/hlYtc7LNNOVWA1HvA200KQ6wJI3x2EuiQUiva+kM8AELJV7SxfZQU60= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD/9u6l7b4luIPmjrdvKojhU3/J8GAGsdV3IB7+boQCBVvo/EwKtd2DdawCSMqAACnpsZQ8z6+s/H8VpUILJYlc= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-20_20:47:35 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-20T21:51:24.828 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_200b27799814c89893ec6700f852fc40163e03d5/qa; will attempt to use it 2024-05-20T21:51:24.828 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_200b27799814c89893ec6700f852fc40163e03d5/qa/tasks 2024-05-20T21:51:24.828 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-20T21:51:24.830 INFO:teuthology.task.internal:Checking packages... 2024-05-20T21:51:24.851 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '4ea7251640d7dc85322163e97efba46b50b07648' 2024-05-20T21:51:24.851 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-20T21:51:24.851 INFO:teuthology.packaging:ref: None 2024-05-20T21:51:24.852 INFO:teuthology.packaging:tag: None 2024-05-20T21:51:24.852 INFO:teuthology.packaging:branch: squid-release 2024-05-20T21:51:24.852 INFO:teuthology.packaging:sha1: 4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T21:51:24.852 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid-release 2024-05-20T21:51:25.075 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2536-g200b2779-1jammy 2024-05-20T21:51:25.076 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-20T21:51:25.088 INFO:teuthology.task.internal:no buildpackages task found 2024-05-20T21:51:25.088 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-20T21:51:25.102 INFO:teuthology.task.internal:Saving configuration 2024-05-20T21:51:25.115 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-20T21:51:25.122 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-20T21:51:25.148 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694', '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-05-20 21:45:42.469720', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHpXoRMSrE7aUdq+IQpuDEzRX+qSJ4tF0fSLG0TyavZq'} 2024-05-20T21:51:25.173 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694', '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-05-20 21:45:42.467203', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUQ6c2TVNiCEnNCtDQ95j4qG47LcwV70b3s0cUCzPAZ'} 2024-05-20T21:51:25.195 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694', '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-05-20 21:45:42.468584', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDFY1tqK2Nm5m/vN2AwsX+IOpjtwxyZ7FXDjzyeJ+aMl'} 2024-05-20T21:51:25.195 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-20T21:51:25.201 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-20T21:51:25.201 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-20T21:51:25.201 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-20T21:51:25.201 INFO:teuthology.run_tasks:Running task console_log... 2024-05-20T21:51:25.287 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f95ad583ac0>, signals=[15]) 2024-05-20T21:51:25.287 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-20T21:51:25.293 INFO:teuthology.task.internal:Opening connections... 2024-05-20T21:51:25.293 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-05-20T21:51:25.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:51:25.378 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-05-20T21:51:25.379 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:51:25.458 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-05-20T21:51:25.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:51:25.561 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-20T21:51:25.567 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-05-20T21:51:25.573 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-05-20T21:51:25.573 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="22.04" 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=jammy 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-20T21:51:25.619 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-20T21:51:25.620 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-20T21:51:25.620 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-20T21:51:25.620 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=jammy 2024-05-20T21:51:25.620 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-05-20T21:51:25.647 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-05-20T21:51:25.653 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-05-20T21:51:25.653 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="Ubuntu" 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="22.04" 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_CODENAME=jammy 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:ID=ubuntu 2024-05-20T21:51:25.700 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE=debian 2024-05-20T21:51:25.701 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-20T21:51:25.701 INFO:teuthology.orchestra.run.smithi053.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-20T21:51:25.701 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-20T21:51:25.701 INFO:teuthology.orchestra.run.smithi053.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-20T21:51:25.701 INFO:teuthology.orchestra.run.smithi053.stdout:UBUNTU_CODENAME=jammy 2024-05-20T21:51:25.701 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-05-20T21:51:25.722 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-05-20T21:51:25.727 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-05-20T21:51:25.727 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Ubuntu" 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="22.04" 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_CODENAME=jammy 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:ID=ubuntu 2024-05-20T21:51:25.773 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE=debian 2024-05-20T21:51:25.774 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-20T21:51:25.774 INFO:teuthology.orchestra.run.smithi169.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-20T21:51:25.774 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-20T21:51:25.774 INFO:teuthology.orchestra.run.smithi169.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-20T21:51:25.774 INFO:teuthology.orchestra.run.smithi169.stdout:UBUNTU_CODENAME=jammy 2024-05-20T21:51:25.774 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-05-20T21:51:25.788 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-20T21:51:25.796 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-20T21:51:25.801 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-20T21:51:25.801 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-05-20T21:51:25.806 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-05-20T21:51:25.809 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-05-20T21:51:25.820 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-20T21:51:25.826 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-20T21:51:25.826 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-05-20T21:51:25.852 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-05-20T21:51:25.858 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-05-20T21:51:25.876 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-20T21:51:25.954 INFO:teuthology.run_tasks:Running task kernel... 2024-05-20T21:51:25.968 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-20T21:51:25.969 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-05-20T21:51:25.969 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-20T21:51:25.970 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-20T21:51:25.970 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-20T21:51:25.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-20T21:51:25.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-20T21:51:25.975 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-05-20T21:51:25.976 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-05-20T21:51:25.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-20T21:51:25.977 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-05-20T21:51:26.023 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-56-generic 2024-05-20T21:51:26.023 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.15.0-56-generic 2024-05-20T21:51:26.024 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-05-20T21:51:26.024 INFO:teuthology.orchestra.run.smithi053.stdout:5.15.0-56-generic 2024-05-20T21:51:26.025 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.15.0-56-generic 2024-05-20T21:51:26.025 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get clean 2024-05-20T21:51:26.026 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-56-generic 2024-05-20T21:51:26.026 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.15.0-56-generic 2024-05-20T21:51:26.026 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-05-20T21:51:26.142 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-05-20T21:51:26.151 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-05-20T21:51:26.177 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-05-20T21:51:26.328 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T21:51:26.328 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-20T21:51:26.328 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-20T21:51:26.333 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-20T21:51:26.419 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-20T21:51:26.425 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T21:51:26.425 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-20T21:51:26.433 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T21:51:26.463 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-20T21:51:26.514 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-20T21:51:26.578 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-20T21:51:26.588 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-20T21:51:26.676 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,681 kB] 2024-05-20T21:51:26.691 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,468 kB] 2024-05-20T21:51:26.707 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,468 kB] 2024-05-20T21:51:26.801 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-20T21:51:26.808 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-20T21:51:26.808 INFO:teuthology.orchestra.run.smithi053.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-20T21:51:26.812 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-20T21:51:26.833 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-20T21:51:26.833 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-20T21:51:26.834 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-20T21:51:26.835 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-20T21:51:26.867 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-20T21:51:26.975 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,681 kB] 2024-05-20T21:51:26.976 INFO:teuthology.orchestra.run.smithi053.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-20T21:51:26.977 INFO:teuthology.orchestra.run.smithi053.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-20T21:51:26.984 INFO:teuthology.orchestra.run.smithi053.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-20T21:51:26.986 INFO:teuthology.orchestra.run.smithi053.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-20T21:51:27.005 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,681 kB] 2024-05-20T21:51:27.021 INFO:teuthology.orchestra.run.smithi053.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-05-20T21:51:27.024 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-20T21:51:27.024 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-20T21:51:27.028 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-20T21:51:27.028 INFO:teuthology.orchestra.run.smithi169.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-05-20T21:51:27.036 INFO:teuthology.orchestra.run.smithi053.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-20T21:51:27.052 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-20T21:51:27.058 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-20T21:51:27.060 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-20T21:51:27.060 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-20T21:51:27.060 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-20T21:51:27.061 INFO:teuthology.orchestra.run.smithi053.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-20T21:51:27.061 INFO:teuthology.orchestra.run.smithi053.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [631 kB] 2024-05-20T21:51:27.061 INFO:teuthology.orchestra.run.smithi053.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-20T21:51:27.062 INFO:teuthology.orchestra.run.smithi053.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-20T21:51:27.063 INFO:teuthology.orchestra.run.smithi053.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-20T21:51:27.063 INFO:teuthology.orchestra.run.smithi053.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-20T21:51:27.073 INFO:teuthology.orchestra.run.smithi053.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [311 kB] 2024-05-20T21:51:27.081 INFO:teuthology.orchestra.run.smithi053.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-20T21:51:27.081 INFO:teuthology.orchestra.run.smithi053.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,928 kB] 2024-05-20T21:51:27.110 INFO:teuthology.orchestra.run.smithi169.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-20T21:51:27.111 INFO:teuthology.orchestra.run.smithi169.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-20T21:51:27.123 INFO:teuthology.orchestra.run.smithi053.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-20T21:51:27.124 INFO:teuthology.orchestra.run.smithi053.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [327 kB] 2024-05-20T21:51:27.125 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,468 kB] 2024-05-20T21:51:27.130 INFO:teuthology.orchestra.run.smithi053.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-20T21:51:27.130 INFO:teuthology.orchestra.run.smithi053.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-05-20T21:51:27.144 INFO:teuthology.orchestra.run.smithi053.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-20T21:51:27.151 INFO:teuthology.orchestra.run.smithi053.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-20T21:51:27.154 INFO:teuthology.orchestra.run.smithi053.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-20T21:51:27.154 INFO:teuthology.orchestra.run.smithi053.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-20T21:51:27.155 INFO:teuthology.orchestra.run.smithi053.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-20T21:51:27.155 INFO:teuthology.orchestra.run.smithi053.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-20T21:51:27.167 INFO:teuthology.orchestra.run.smithi053.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-20T21:51:27.168 INFO:teuthology.orchestra.run.smithi053.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-20T21:51:27.169 INFO:teuthology.orchestra.run.smithi053.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-20T21:51:27.169 INFO:teuthology.orchestra.run.smithi053.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-20T21:51:27.190 INFO:teuthology.orchestra.run.smithi053.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-20T21:51:27.191 INFO:teuthology.orchestra.run.smithi053.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-20T21:51:27.191 INFO:teuthology.orchestra.run.smithi053.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-20T21:51:27.191 INFO:teuthology.orchestra.run.smithi053.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-20T21:51:27.191 INFO:teuthology.orchestra.run.smithi053.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-20T21:51:27.294 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [631 kB] 2024-05-20T21:51:27.295 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-20T21:51:27.308 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-20T21:51:27.308 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-20T21:51:27.310 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-20T21:51:27.320 INFO:teuthology.orchestra.run.smithi169.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [631 kB] 2024-05-20T21:51:27.332 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [311 kB] 2024-05-20T21:51:27.348 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-20T21:51:27.348 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-20T21:51:27.350 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,928 kB] 2024-05-20T21:51:27.358 INFO:teuthology.orchestra.run.smithi169.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [311 kB] 2024-05-20T21:51:27.374 INFO:teuthology.orchestra.run.smithi169.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-20T21:51:27.374 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,928 kB] 2024-05-20T21:51:27.393 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-20T21:51:27.401 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-20T21:51:27.401 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-20T21:51:27.437 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-20T21:51:27.438 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [327 kB] 2024-05-20T21:51:27.446 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-20T21:51:27.452 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [327 kB] 2024-05-20T21:51:27.452 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-05-20T21:51:27.458 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-20T21:51:27.610 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-05-20T21:51:27.622 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-20T21:51:27.631 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-20T21:51:28.037 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-20T21:51:28.042 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-20T21:51:28.057 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-20T21:51:28.057 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-20T21:51:28.063 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-20T21:51:28.206 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-05-20T21:51:28.244 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-20T21:51:28.282 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-20T21:51:28.294 INFO:teuthology.orchestra.run.smithi169.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-20T21:51:28.295 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-20T21:51:28.298 INFO:teuthology.orchestra.run.smithi169.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-20T21:51:28.298 INFO:teuthology.orchestra.run.smithi169.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-20T21:51:28.300 INFO:teuthology.orchestra.run.smithi169.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-20T21:51:28.300 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-20T21:51:28.318 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-20T21:51:28.325 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-20T21:51:28.328 INFO:teuthology.orchestra.run.smithi169.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-20T21:51:28.338 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-20T21:51:28.339 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-20T21:51:28.340 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-20T21:51:28.342 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-20T21:51:28.343 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-20T21:51:28.344 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-20T21:51:28.347 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-20T21:51:28.352 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-20T21:51:28.493 INFO:teuthology.orchestra.run.smithi169.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-20T21:51:28.577 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-20T21:51:28.658 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-20T21:51:28.740 INFO:teuthology.orchestra.run.smithi169.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-20T21:51:28.771 INFO:teuthology.orchestra.run.smithi169.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-20T21:51:28.845 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-20T21:51:28.928 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-20T21:51:29.036 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-20T21:51:29.092 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-20T21:51:29.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-20T21:51:33.013 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 13.7 MB in 2s (6,470 kB/s) 2024-05-20T21:51:33.040 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 13.7 MB in 3s (5,427 kB/s) 2024-05-20T21:51:33.619 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 13.7 MB in 3s (4,675 kB/s) 2024-05-20T21:51:34.402 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-05-20T21:51:34.419 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-20T21:51:34.441 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-05-20T21:51:34.461 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-20T21:51:34.484 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-05-20T21:51:34.513 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-05-20T21:51:34.689 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-05-20T21:51:34.689 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-05-20T21:51:34.692 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-05-20T21:51:34.693 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-05-20T21:51:34.851 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T21:51:34.851 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T21:51:34.851 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T21:51:34.852 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T21:51:34.852 INFO:teuthology.orchestra.run.smithi169.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-20T21:51:34.852 INFO:teuthology.orchestra.run.smithi169.stdout: python2.7-minimal 2024-05-20T21:51:34.852 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T21:51:34.853 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-05-20T21:51:34.853 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-20T21:51:34.853 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-20T21:51:34.853 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-20T21:51:34.854 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-05-20T21:51:34.855 INFO:teuthology.orchestra.run.smithi169.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-20T21:51:34.855 INFO:teuthology.orchestra.run.smithi169.stdout:Recommended packages: 2024-05-20T21:51:34.855 INFO:teuthology.orchestra.run.smithi169.stdout: thermald 2024-05-20T21:51:34.876 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T21:51:34.876 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T21:51:34.876 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T21:51:34.877 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T21:51:34.877 INFO:teuthology.orchestra.run.smithi053.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-20T21:51:34.877 INFO:teuthology.orchestra.run.smithi053.stdout: python2.7-minimal 2024-05-20T21:51:34.877 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T21:51:34.878 INFO:teuthology.orchestra.run.smithi053.stdout:The following additional packages will be installed: 2024-05-20T21:51:34.878 INFO:teuthology.orchestra.run.smithi053.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-20T21:51:34.878 INFO:teuthology.orchestra.run.smithi053.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-20T21:51:34.879 INFO:teuthology.orchestra.run.smithi053.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-20T21:51:34.880 INFO:teuthology.orchestra.run.smithi053.stdout:Suggested packages: 2024-05-20T21:51:34.880 INFO:teuthology.orchestra.run.smithi053.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-20T21:51:34.880 INFO:teuthology.orchestra.run.smithi053.stdout:Recommended packages: 2024-05-20T21:51:34.880 INFO:teuthology.orchestra.run.smithi053.stdout: thermald 2024-05-20T21:51:34.901 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-05-20T21:51:34.901 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-20T21:51:34.901 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-20T21:51:34.902 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-20T21:51:34.903 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages will be upgraded: 2024-05-20T21:51:34.903 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-20T21:51:34.911 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-05-20T21:51:34.928 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-20T21:51:34.936 INFO:teuthology.orchestra.run.smithi053.stdout:The following NEW packages will be installed: 2024-05-20T21:51:34.937 INFO:teuthology.orchestra.run.smithi053.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-20T21:51:34.937 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-20T21:51:34.937 INFO:teuthology.orchestra.run.smithi053.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-20T21:51:34.939 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages will be upgraded: 2024-05-20T21:51:34.939 INFO:teuthology.orchestra.run.smithi053.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-20T21:51:34.991 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-05-20T21:51:35.084 INFO:teuthology.orchestra.run.smithi169.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-20T21:51:35.084 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 113 MB of archives. 2024-05-20T21:51:35.084 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-20T21:51:35.084 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-20T21:51:35.121 INFO:teuthology.orchestra.run.smithi053.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-20T21:51:35.121 INFO:teuthology.orchestra.run.smithi053.stdout:Need to get 113 MB of archives. 2024-05-20T21:51:35.121 INFO:teuthology.orchestra.run.smithi053.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-20T21:51:35.121 INFO:teuthology.orchestra.run.smithi053.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-20T21:51:35.190 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-05-20T21:51:35.191 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-05-20T21:51:35.373 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T21:51:35.374 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T21:51:35.374 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T21:51:35.375 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T21:51:35.375 INFO:teuthology.orchestra.run.smithi046.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-20T21:51:35.375 INFO:teuthology.orchestra.run.smithi046.stdout: python2.7-minimal 2024-05-20T21:51:35.376 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T21:51:35.376 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-05-20T21:51:35.376 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-20T21:51:35.376 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-20T21:51:35.376 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-20T21:51:35.377 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-05-20T21:51:35.377 INFO:teuthology.orchestra.run.smithi046.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-20T21:51:35.378 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-05-20T21:51:35.378 INFO:teuthology.orchestra.run.smithi046.stdout: thermald 2024-05-20T21:51:35.431 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-05-20T21:51:35.431 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-20T21:51:35.432 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-20T21:51:35.432 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-20T21:51:35.433 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages will be upgraded: 2024-05-20T21:51:35.434 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-20T21:51:35.616 INFO:teuthology.orchestra.run.smithi046.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-20T21:51:35.616 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 113 MB of archives. 2024-05-20T21:51:35.616 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-20T21:51:35.617 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-20T21:51:36.508 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-20T21:51:36.516 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-20T21:51:36.845 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-20T21:51:36.870 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-20T21:51:37.021 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-20T21:51:37.361 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-20T21:51:38.982 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-20T21:51:38.982 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-20T21:51:38.982 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-20T21:51:39.132 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-20T21:51:39.133 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-20T21:51:39.133 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-20T21:51:39.527 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-20T21:51:39.576 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-20T21:51:39.578 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-20T21:51:39.580 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-20T21:51:39.665 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-20T21:51:39.890 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-20T21:51:39.980 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-20T21:51:40.063 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 113 MB in 5s (24.0 MB/s) 2024-05-20T21:51:40.243 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-20T21:51:40.393 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 113 MB in 5s (22.4 MB/s) 2024-05-20T21:51:40.497 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-20T21:51:40.570 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-20T21:51:40.631 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-20T21:51:41.038 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 113 MB in 5s (21.8 MB/s) 2024-05-20T21:51:41.211 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-20T21:51:42.221 INFO:teuthology.orchestra.run.smithi053.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-05-20T21:51:42.225 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:42.291 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:42.558 INFO:teuthology.orchestra.run.smithi169.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-05-20T21:51:42.562 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:42.678 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:43.131 INFO:teuthology.orchestra.run.smithi046.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-05-20T21:51:43.136 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:43.201 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:44.393 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-20T21:51:44.406 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:44.487 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:44.945 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-20T21:51:44.955 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-20T21:51:44.966 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:44.976 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:45.013 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:45.045 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:45.294 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-20T21:51:45.316 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:45.404 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:45.540 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-20T21:51:45.561 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:45.599 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:45.830 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-20T21:51:45.850 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:45.888 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:52.060 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:51:52.169 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:51:52.478 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:51:52.502 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:51:52.588 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:51:52.630 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:51:52.815 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:51:52.921 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:51:52.933 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:51:52.934 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-20T21:51:52.956 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-20T21:51:52.994 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-20T21:51:53.049 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:51:53.249 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:51:53.336 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-20T21:51:53.359 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-20T21:51:53.370 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:51:53.402 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-20T21:51:53.706 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-20T21:51:53.717 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-20T21:51:53.756 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-20T21:51:58.749 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-20T21:51:58.785 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:58.813 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-20T21:51:58.823 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:58.850 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:58.887 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:51:59.766 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-20T21:51:59.802 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-20T21:51:59.840 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:01.507 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:52:01.547 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:52:01.633 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:52:02.589 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:52:02.775 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-20T21:52:02.896 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:03.022 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-20T21:52:03.143 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:03.273 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-20T21:52:03.394 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:03.473 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-20T21:52:03.520 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-20T21:52:03.587 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-20T21:52:03.666 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:03.961 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-20T21:52:04.083 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:04.226 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-20T21:52:04.364 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:04.520 INFO:teuthology.orchestra.run.smithi053.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:04.520 INFO:teuthology.orchestra.run.smithi053.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:04.520 INFO:teuthology.orchestra.run.smithi053.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:04.520 INFO:teuthology.orchestra.run.smithi053.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:04.671 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:05.007 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:05.008 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:05.008 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:05.008 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:05.168 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:05.679 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:05.679 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:05.679 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:05.679 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:05.875 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:06.097 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:06.593 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:07.308 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:07.642 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-20T21:52:08.312 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-20T21:52:08.416 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-20T21:52:08.534 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:08.593 INFO:teuthology.orchestra.run.smithi053.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-20T21:52:08.593 INFO:teuthology.orchestra.run.smithi053.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:08.785 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-20T21:52:08.838 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-20T21:52:08.911 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-20T21:52:08.964 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:09.032 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-20T21:52:09.032 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:09.037 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-20T21:52:09.092 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-20T21:52:09.092 INFO:teuthology.orchestra.run.smithi169.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:22.981 INFO:teuthology.orchestra.run.smithi053.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-20T21:52:22.982 INFO:teuthology.orchestra.run.smithi053.stdout:Sourcing file `/etc/default/grub' 2024-05-20T21:52:22.993 INFO:teuthology.orchestra.run.smithi053.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-20T21:52:23.021 INFO:teuthology.orchestra.run.smithi053.stdout:Generating grub configuration file ... 2024-05-20T21:52:23.130 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-20T21:52:23.130 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub' 2024-05-20T21:52:23.149 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-20T21:52:23.164 INFO:teuthology.orchestra.run.smithi169.stdout:Generating grub configuration file ... 2024-05-20T21:52:23.265 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-20T21:52:23.265 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2024-05-20T21:52:23.293 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-20T21:52:23.309 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2024-05-20T21:52:23.337 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:23.360 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:23.442 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:23.463 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:23.626 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:23.631 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:23.669 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:23.694 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:23.697 INFO:teuthology.orchestra.run.smithi053.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-20T21:52:23.703 INFO:teuthology.orchestra.run.smithi053.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-20T21:52:23.793 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:23.799 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:23.865 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-20T21:52:23.866 INFO:teuthology.orchestra.run.smithi053.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-20T21:52:23.866 INFO:teuthology.orchestra.run.smithi053.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-20T21:52:23.866 INFO:teuthology.orchestra.run.smithi053.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-20T21:52:23.871 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-20T21:52:23.905 INFO:teuthology.orchestra.run.smithi053.stdout:done 2024-05-20T21:52:24.051 INFO:teuthology.orchestra.run.smithi169.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-20T21:52:24.051 INFO:teuthology.orchestra.run.smithi169.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-20T21:52:24.052 INFO:teuthology.orchestra.run.smithi169.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-20T21:52:24.068 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:24.073 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:24.097 INFO:teuthology.orchestra.run.smithi169.stdout:done 2024-05-20T21:52:24.133 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-20T21:52:24.138 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-20T21:52:24.309 INFO:teuthology.orchestra.run.smithi046.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-20T21:52:24.309 INFO:teuthology.orchestra.run.smithi046.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-20T21:52:24.309 INFO:teuthology.orchestra.run.smithi046.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-20T21:52:24.353 INFO:teuthology.orchestra.run.smithi046.stdout:done 2024-05-20T21:52:24.379 DEBUG:teuthology.orchestra.run.smithi053:> dpkg -s linux-image-generic 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Package: linux-image-generic 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Status: install ok installed 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Priority: optional 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Section: kernel 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Installed-Size: 21 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Maintainer: Ubuntu Kernel Team 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: amd64 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Source: linux-meta 2024-05-20T21:52:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:Version: 5.15.0.107.107 2024-05-20T21:52:24.400 INFO:teuthology.orchestra.run.smithi053.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-20T21:52:24.400 INFO:teuthology.orchestra.run.smithi053.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-20T21:52:24.400 INFO:teuthology.orchestra.run.smithi053.stdout:Recommends: thermald 2024-05-20T21:52:24.400 INFO:teuthology.orchestra.run.smithi053.stdout:Description: Generic Linux kernel image 2024-05-20T21:52:24.400 INFO:teuthology.orchestra.run.smithi053.stdout: This package will always depend on the latest generic kernel image 2024-05-20T21:52:24.400 INFO:teuthology.orchestra.run.smithi053.stdout: available. 2024-05-20T21:52:24.401 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-20T21:52:24.401 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-20T21:52:24.401 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-20T21:52:24.401 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-20T21:52:24.401 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-05-20T21:52:24.402 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get clean 2024-05-20T21:52:24.602 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-05-20T21:52:24.611 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-05-20T21:52:24.679 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.107.107 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-05-20T21:52:24.680 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-05-20T21:52:24.680 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-20T21:52:24.680 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-20T21:52:24.680 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-20T21:52:24.681 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-20T21:52:24.681 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-05-20T21:52:24.681 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-05-20T21:52:24.728 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-20T21:52:24.728 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T21:52:24.742 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-20T21:52:24.766 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-20T21:52:24.798 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-05-20T21:52:24.820 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.107.107 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-20T21:52:24.821 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-05-20T21:52:24.822 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-05-20T21:52:24.822 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-05-20T21:52:24.822 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-05-20T21:52:24.822 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-20T21:52:24.822 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-20T21:52:24.822 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-20T21:52:24.822 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-20T21:52:24.823 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-05-20T21:52:24.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-05-20T21:52:24.856 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-05-20T21:52:24.974 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T21:52:24.986 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-20T21:52:25.006 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-20T21:52:25.011 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-05-20T21:52:25.088 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-20T21:52:25.137 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-20T21:52:25.137 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T21:52:25.150 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-20T21:52:25.170 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-20T21:52:26.183 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-05-20T21:52:26.201 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-20T21:52:26.253 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-05-20T21:52:26.357 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-05-20T21:52:26.375 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-20T21:52:26.426 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-05-20T21:52:26.436 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-05-20T21:52:26.436 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-05-20T21:52:26.530 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-05-20T21:52:26.549 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-20T21:52:26.601 INFO:teuthology.orchestra.run.smithi053.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-20T21:52:26.601 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T21:52:26.602 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T21:52:26.602 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T21:52:26.602 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T21:52:26.602 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-20T21:52:26.602 INFO:teuthology.orchestra.run.smithi053.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-20T21:52:26.603 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T21:52:26.605 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-05-20T21:52:26.606 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-05-20T21:52:26.612 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-05-20T21:52:26.641 INFO:teuthology.orchestra.run.smithi053.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-20T21:52:26.643 DEBUG:teuthology.orchestra.run.smithi053:> dpkg -s linux-image-generic 2024-05-20T21:52:26.702 INFO:teuthology.orchestra.run.smithi053.stdout:Package: linux-image-generic 2024-05-20T21:52:26.702 INFO:teuthology.orchestra.run.smithi053.stdout:Status: install ok installed 2024-05-20T21:52:26.702 INFO:teuthology.orchestra.run.smithi053.stdout:Priority: optional 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Section: kernel 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Installed-Size: 21 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Maintainer: Ubuntu Kernel Team 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: amd64 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Source: linux-meta 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Version: 5.15.0.107.107 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Recommends: thermald 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout:Description: Generic Linux kernel image 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout: This package will always depend on the latest generic kernel image 2024-05-20T21:52:26.703 INFO:teuthology.orchestra.run.smithi053.stdout: available. 2024-05-20T21:52:26.704 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-05-20T21:52:26.751 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.E8Ln0GUldC 2024-05-20T21:52:26.752 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub/grub.cfg /tmp/tmp.E8Ln0GUldC 2024-05-20T21:52:26.762 INFO:teuthology.orchestra.run.smithi169.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-20T21:52:26.763 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T21:52:26.803 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-20T21:52:26.805 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-05-20T21:52:26.807 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.E8Ln0GUldC 2024-05-20T21:52:26.817 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-05-20T21:52:26.818 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-05-20T21:52:26.860 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.107.107 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-05-20T21:52:26.861 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-05-20T21:52:26.861 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-05-20T21:52:26.908 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.Ell76NhQbY 2024-05-20T21:52:26.908 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Ell76NhQbY 2024-05-20T21:52:26.920 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.E8Ln0GUldC is 10KB 2024-05-20T21:52:26.933 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.E8Ln0GUldC 2024-05-20T21:52:26.938 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-20T21:52:26.964 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.Ell76NhQbY 2024-05-20T21:52:26.991 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T21:52:26.991 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-20T21:52:26.991 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.003 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-20T21:52:27.003 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T21:52:27.003 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T21:52:27.003 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T21:52:27.004 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T21:52:27.004 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-20T21:52:27.004 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-20T21:52:27.004 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T21:52:27.046 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-20T21:52:27.048 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-05-20T21:52:27.064 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.107.107 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-05-20T21:52:27.065 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-05-20T21:52:27.066 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-05-20T21:52:27.066 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-05-20T21:52:27.066 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-05-20T21:52:27.071 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-20T21:52:27.071 DEBUG:teuthology.orchestra.run.smithi053:> sudo update-grub 2024-05-20T21:52:27.081 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.Ell76NhQbY is 10KB 2024-05-20T21:52:27.093 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.Ell76NhQbY 2024-05-20T21:52:27.099 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.110 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.A5QsBNv816 2024-05-20T21:52:27.110 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.A5QsBNv816 2024-05-20T21:52:27.151 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T21:52:27.151 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.151 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.167 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.A5QsBNv816 2024-05-20T21:52:27.212 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-20T21:52:27.213 DEBUG:teuthology.orchestra.run.smithi169:> sudo update-grub 2024-05-20T21:52:27.283 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.A5QsBNv816 is 10KB 2024-05-20T21:52:27.296 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.A5QsBNv816 2024-05-20T21:52:27.302 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.355 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T21:52:27.355 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.355 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-20T21:52:27.431 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-20T21:52:27.431 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2024-05-20T21:52:28.291 INFO:teuthology.orchestra.run.smithi053.stderr:Sourcing file `/etc/default/grub' 2024-05-20T21:52:28.292 INFO:teuthology.orchestra.run.smithi053.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-20T21:52:28.295 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-05-20T21:52:28.478 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:28.480 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub' 2024-05-20T21:52:28.482 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-20T21:52:28.484 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:28.485 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-05-20T21:52:28.582 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2024-05-20T21:52:28.583 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-20T21:52:28.586 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-05-20T21:52:28.661 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:28.669 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:28.715 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:28.720 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:28.759 INFO:teuthology.orchestra.run.smithi053.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-20T21:52:28.764 INFO:teuthology.orchestra.run.smithi053.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-20T21:52:28.851 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-20T21:52:28.857 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-20T21:52:28.875 INFO:teuthology.orchestra.run.smithi053.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-20T21:52:28.875 INFO:teuthology.orchestra.run.smithi053.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-20T21:52:28.875 INFO:teuthology.orchestra.run.smithi053.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-20T21:52:28.901 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-05-20T21:52:28.922 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-05-20T21:52:28.941 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:28.945 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:28.981 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-20T21:52:28.985 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-20T21:52:29.101 INFO:teuthology.orchestra.run.smithi169.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-20T21:52:29.101 INFO:teuthology.orchestra.run.smithi169.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-20T21:52:29.101 INFO:teuthology.orchestra.run.smithi169.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-20T21:52:29.111 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-05-20T21:52:29.112 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-05-20T21:52:29.170 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-20T21:52:29.177 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-20T21:52:29.222 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-20T21:52:29.228 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-20T21:52:29.394 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-20T21:52:29.394 INFO:teuthology.orchestra.run.smithi046.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-20T21:52:29.394 INFO:teuthology.orchestra.run.smithi046.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-20T21:52:29.406 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-05-20T21:52:29.424 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-05-20T21:52:58.954 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-20T21:52:58.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T21:52:58.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:52:59.115 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-20T21:52:59.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T21:52:59.116 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:52:59.429 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-20T21:52:59.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T21:52:59.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:53:17.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-05-20T21:53:17.602 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-05-20T21:53:26.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T21:53:26.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:53:26.604 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T21:53:26.604 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:53:29.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-05-20T21:53:33.986 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-05-20T21:53:41.670 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T21:53:41.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:53:42.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T21:53:42.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:53:44.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-05-20T21:53:56.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T21:53:56.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:53:56.753 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-05-20T21:54:01.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-05-20T21:54:11.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T21:54:11.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:54:11.984 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-05-20T21:54:12.634 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T21:54:12.634 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-107-generic"... 2024-05-20T21:54:12.634 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-05-20T21:54:12.680 INFO:teuthology.orchestra.run.smithi053.stdout:5.15.0-107-generic 2024-05-20T21:54:12.680 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-20T21:54:12.680 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-20T21:54:12.680 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-20T21:54:13.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T21:54:13.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:54:13.681 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-20T21:54:13.681 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-20T21:54:13.766 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-05-20T21:54:13.793 DEBUG:teuthology.parallel:result is None 2024-05-20T21:54:16.450 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-05-20T21:54:31.451 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T21:54:31.453 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:54:31.639 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-05-20T21:54:32.312 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T21:54:32.312 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-107-generic"... 2024-05-20T21:54:32.312 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-05-20T21:54:32.358 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-107-generic 2024-05-20T21:54:32.358 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-20T21:54:32.358 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-20T21:54:32.358 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-20T21:54:33.359 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-20T21:54:33.360 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-20T21:54:33.427 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-05-20T21:54:33.447 DEBUG:teuthology.parallel:result is None 2024-05-20T21:54:41.674 DEBUG:teuthology.orchestra.remote:timed out 2024-05-20T21:54:56.675 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T21:54:56.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T21:54:56.916 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-05-20T21:54:57.508 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T21:54:57.509 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-107-generic"... 2024-05-20T21:54:57.509 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-05-20T21:54:57.554 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-107-generic 2024-05-20T21:54:57.554 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-20T21:54:57.554 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-20T21:54:57.554 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-20T21:54:58.555 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-20T21:54:58.556 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-20T21:54:58.868 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-05-20T21:54:58.899 DEBUG:teuthology.parallel:result is None 2024-05-20T21:54:58.900 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-20T21:54:58.906 INFO:teuthology.task.internal:Creating test directory... 2024-05-20T21:54:58.906 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-20T21:54:58.909 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-20T21:54:58.911 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-20T21:54:58.917 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-20T21:54:58.925 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-20T21:54:58.933 INFO:teuthology.task.internal:Creating archive directory... 2024-05-20T21:54:58.933 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-20T21:54:58.955 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-20T21:54:58.960 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-20T21:54:58.987 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-20T21:54:58.997 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-20T21:54:58.997 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-20T21:54:59.015 DEBUG:teuthology.orchestra.run.smithi053:> 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-05-20T21:54:59.020 DEBUG:teuthology.orchestra.run.smithi169:> 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-05-20T21:54:59.031 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-20T21:54:59.038 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-20T21:54:59.039 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-20T21:54:59.046 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-20T21:54:59.047 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-20T21:54:59.055 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-20T21:54:59.057 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-20T21:54:59.065 INFO:teuthology.task.internal:Configuring sudo... 2024-05-20T21:54:59.065 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-20T21:54:59.087 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-20T21:54:59.092 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-20T21:54:59.117 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-20T21:54:59.126 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-20T21:54:59.126 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-20T21:54:59.143 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-20T21:54:59.148 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-20T21:54:59.162 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-20T21:54:59.197 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-20T21:54:59.242 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T21:54:59.242 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-20T21:54:59.302 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-20T21:54:59.308 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-20T21:54:59.355 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T21:54:59.356 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-20T21:54:59.418 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-20T21:54:59.424 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-20T21:54:59.470 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T21:54:59.471 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-20T21:54:59.536 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-05-20T21:54:59.539 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-05-20T21:54:59.542 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-05-20T21:54:59.611 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-20T21:54:59.618 INFO:teuthology.task.internal:Starting timer... 2024-05-20T21:54:59.619 INFO:teuthology.run_tasks:Running task pcp... 2024-05-20T21:54:59.638 INFO:teuthology.run_tasks:Running task selinux... 2024-05-20T21:54:59.647 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2024-05-20T21:54:59.648 DEBUG:teuthology.task.selinux:Excluding smithi053: OS 'ubuntu' does not support SELinux 2024-05-20T21:54:59.648 DEBUG:teuthology.task.selinux:Excluding smithi169: OS 'ubuntu' does not support SELinux 2024-05-20T21:54:59.648 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-20T21:54:59.648 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-20T21:54:59.648 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-20T21:54:59.648 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-20T21:54:59.656 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-20T21:54:59.669 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-05-20T21:54:59.671 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi053.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-20T22:02:05.541 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-05-20T22:02:05.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T22:02:05.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T22:02:05.626 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-05-20T22:02:05.702 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-20T22:02:05.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T22:02:05.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T22:02:05.806 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-05-20T22:02:05.887 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-20T22:02:05.887 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T22:02:05.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-20T22:02:05.970 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-05-20T22:02:06.051 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-05-20T22:02:06.052 INFO:teuthology.run_tasks:Running task clock... 2024-05-20T22:02:06.063 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-20T22:02:06.063 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-20T22:02:06.064 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-20T22:02:06.066 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-20T22:02:06.066 DEBUG:teuthology.orchestra.run.smithi053:> 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-05-20T22:02:06.068 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-20T22:02:06.069 DEBUG:teuthology.orchestra.run.smithi169:> 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-05-20T22:02:06.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-20T22:02:06.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Command line: ntpd -gq 2024-05-20T22:02:06.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: ---------------------------------------------------- 2024-05-20T22:02:06.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: ntp-4 is maintained by Network Time Foundation, 2024-05-20T22:02:06.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-20T22:02:06.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: corporation. Support and training for ntp-4 are 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: available at https://www.nwtime.org/support 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: ---------------------------------------------------- 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: proto: precision = 0.045 usec (-24) 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: basedate set to 2022-02-04 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: gps base set to 2022-02-06 (week 2196) 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Command line: ntpd -gq 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: ---------------------------------------------------- 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: ntp-4 is maintained by Network Time Foundation, 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-20T22:02:06.097 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: corporation. Support and training for ntp-4 are 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: available at https://www.nwtime.org/support 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: ---------------------------------------------------- 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: proto: precision = 0.047 usec (-24) 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: basedate set to 2022-02-04 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: gps base set to 2022-02-06 (week 2196) 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi053.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-20T22:02:06.098 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-20T22:02:06.099 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-20T22:02:06.099 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-20T22:02:06.099 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: restrict ::: KOD does nothing without LIMITED. 2024-05-20T22:02:06.099 INFO:teuthology.orchestra.run.smithi053.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: restrict ::: KOD does nothing without LIMITED. 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listen and drop on 0 v6wildcard [::]:123 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listen normally on 2 lo 127.0.0.1:123 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listen normally on 3 ens1f0 172.21.15.46:123 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listen normally on 4 lo [::1]:123 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%4]:123 2024-05-20T22:02:06.101 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:06 ntpd[17518]: Listening on routing socket on fd #22 for interface updates 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listen and drop on 0 v6wildcard [::]:123 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listen normally on 2 lo 127.0.0.1:123 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listen normally on 3 ens1f0 172.21.15.53:123 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listen normally on 4 lo [::1]:123 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:3718%4]:123 2024-05-20T22:02:06.102 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:06 ntpd[17462]: Listening on routing socket on fd #22 for interface updates 2024-05-20T22:02:06.118 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-20T22:02:06.118 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Command line: ntpd -gq 2024-05-20T22:02:06.119 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: ---------------------------------------------------- 2024-05-20T22:02:06.119 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: ntp-4 is maintained by Network Time Foundation, 2024-05-20T22:02:06.119 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-20T22:02:06.119 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: corporation. Support and training for ntp-4 are 2024-05-20T22:02:06.119 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: available at https://www.nwtime.org/support 2024-05-20T22:02:06.119 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: ---------------------------------------------------- 2024-05-20T22:02:06.120 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: proto: precision = 0.045 usec (-24) 2024-05-20T22:02:06.120 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: basedate set to 2022-02-04 2024-05-20T22:02:06.120 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: gps base set to 2022-02-06 (week 2196) 2024-05-20T22:02:06.120 INFO:teuthology.orchestra.run.smithi169.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-20T22:02:06.120 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-20T22:02:06.121 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: restrict ::: KOD does nothing without LIMITED. 2024-05-20T22:02:06.121 INFO:teuthology.orchestra.run.smithi169.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listen and drop on 0 v6wildcard [::]:123 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listen normally on 2 lo 127.0.0.1:123 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listen normally on 3 enp3s0f1 172.21.15.169:123 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listen normally on 4 lo [::1]:123 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f4d%5]:123 2024-05-20T22:02:06.122 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:06 ntpd[17575]: Listening on routing socket on fd #22 for interface updates 2024-05-20T22:02:07.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:07 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:07.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:07 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:07.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:07 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:07.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:07 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:07.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:07 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:07.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:07 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:08.095 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:08 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:08.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:08 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:08.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:08 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:08.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:08 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:08.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:08 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:08.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:08 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:08.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:08 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:08.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:08 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:08.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:08 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:08.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:08 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:08.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:08 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:08.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:08 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:09.094 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:09 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:09 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:09 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:09 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:09 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:09.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:09 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:09.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:09.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:09.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:09 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:09.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:09 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:09 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:09 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:09.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:09 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:09.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:09 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:09.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:09 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:10.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:10 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:10.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:10.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:10 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:10.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:10 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:10 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:10 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:10.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:10 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:10.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:10 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:10.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:10 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:11.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:11.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:11.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:11 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:11.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:11.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:11.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:11.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:11 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:11.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:11.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:11 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:12.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:12 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:12.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:12 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:12.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:12 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:12.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:12 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:12.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:12 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:12.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:12 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:12.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:12 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:12.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:12 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:12.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:12 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:12.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:12 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:12.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:12 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:12.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:12 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:12.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:12 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:12.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:12 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:12.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:12 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:12.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:12 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:12.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:12 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:12.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:12 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:13.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:13.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:13 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:13.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:13.098 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:13 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:13.119 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:13.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:13.120 INFO:teuthology.orchestra.run.smithi169.stdout:20 May 22:02:13 ntpd[17575]: ntpd: time slew +0.000335 s 2024-05-20T22:02:13.120 INFO:teuthology.orchestra.run.smithi169.stdout:ntpd: time slew +0.000335s 2024-05-20T22:02:13.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-20T22:02:13.120 INFO:teuthology.orchestra.run.smithi169.stderr:20 May 22:02:13 ntpd[17575]: can't open /var/log/ntpstats/loopstats.20240520: Permission denied 2024-05-20T22:02:13.173 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-05-20T22:02:13.174 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-05-20T22:02:13.174 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:13.174 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:13.174 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:13.174 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:14.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:14 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:14.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:14 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:14.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:14 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:14.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:14 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:14.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:14 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:14.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:14 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:14.096 INFO:teuthology.orchestra.run.smithi046.stdout:20 May 22:02:14 ntpd[17518]: ntpd: time slew -0.000221 s 2024-05-20T22:02:14.097 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew -0.000221s 2024-05-20T22:02:14.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-20T22:02:14.097 INFO:teuthology.orchestra.run.smithi046.stderr:20 May 22:02:14 ntpd[17518]: can't open /var/log/ntpstats/loopstats.20240520: Permission denied 2024-05-20T22:02:14.148 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-05-20T22:02:14.148 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-05-20T22:02:14.148 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:14.148 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:14.148 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:14.148 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: can't open /var/log/ntpstats/rawstats.20240520: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-20T22:02:15.095 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: can't open /var/log/ntpstats/peerstats.20240520: Permission denied 2024-05-20T22:02:15.096 INFO:teuthology.orchestra.run.smithi053.stdout:20 May 22:02:15 ntpd[17462]: ntpd: time slew +0.000214 s 2024-05-20T22:02:15.096 INFO:teuthology.orchestra.run.smithi053.stdout:ntpd: time slew +0.000214s 2024-05-20T22:02:15.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-20T22:02:15.096 INFO:teuthology.orchestra.run.smithi053.stderr:20 May 22:02:15 ntpd[17462]: can't open /var/log/ntpstats/loopstats.20240520: Permission denied 2024-05-20T22:02:15.141 INFO:teuthology.orchestra.run.smithi053.stdout: remote refid st t when poll reach delay offset jitter 2024-05-20T22:02:15.142 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================== 2024-05-20T22:02:15.142 INFO:teuthology.orchestra.run.smithi053.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:15.142 INFO:teuthology.orchestra.run.smithi053.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:15.142 INFO:teuthology.orchestra.run.smithi053.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:15.142 INFO:teuthology.orchestra.run.smithi053.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-20T22:02:15.143 INFO:teuthology.run_tasks:Running task install... 2024-05-20T22:02:15.151 DEBUG:teuthology.task.install:project ceph 2024-05-20T22:02:15.151 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '4ea7251640d7dc85322163e97efba46b50b07648'}} 2024-05-20T22:02:15.151 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '4ea7251640d7dc85322163e97efba46b50b07648'} 2024-05-20T22:02:15.152 INFO:teuthology.task.install:Using flavor: default 2024-05-20T22:02:15.157 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-05-20T22:02:15.157 INFO:teuthology.task.install:extra packages: [] 2024-05-20T22:02:15.158 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-key list | grep Ceph 2024-05-20T22:02:15.158 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-key list | grep Ceph 2024-05-20T22:02:15.159 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-key list | grep Ceph 2024-05-20T22:02:15.221 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-20T22:02:15.225 INFO:teuthology.orchestra.run.smithi169.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-20T22:02:15.237 INFO:teuthology.orchestra.run.smithi053.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-20T22:02:15.250 INFO:teuthology.orchestra.run.smithi046.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-20T22:02:15.251 INFO:teuthology.orchestra.run.smithi046.stdout:uid [ unknown] Ceph.com (release key) 2024-05-20T22:02:15.252 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-05-20T22:02:15.252 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:02:15.257 INFO:teuthology.orchestra.run.smithi169.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-20T22:02:15.257 INFO:teuthology.orchestra.run.smithi169.stdout:uid [ unknown] Ceph.com (release key) 2024-05-20T22:02:15.257 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-05-20T22:02:15.257 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:02:15.260 INFO:teuthology.orchestra.run.smithi053.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-20T22:02:15.261 INFO:teuthology.orchestra.run.smithi053.stdout:uid [ unknown] Ceph.com (release key) 2024-05-20T22:02:15.261 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-05-20T22:02:15.261 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:02:15.402 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default/ 2024-05-20T22:02:15.402 INFO:teuthology.task.install.deb:Package version is 19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:02:15.407 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default/ 2024-05-20T22:02:15.407 INFO:teuthology.task.install.deb:Package version is 19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:02:15.469 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default/ 2024-05-20T22:02:15.469 INFO:teuthology.task.install.deb:Package version is 19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:02:15.522 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:02:15.522 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-20T22:02:15.537 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-05-20T22:02:15.577 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:02:15.578 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-20T22:02:15.581 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:02:15.581 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-20T22:02:15.595 DEBUG:teuthology.orchestra.run.smithi053:> sudo apt-get update 2024-05-20T22:02:15.596 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-05-20T22:02:15.721 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T22:02:15.733 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-20T22:02:15.735 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-20T22:02:15.754 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-20T22:02:15.765 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-20T22:02:15.767 INFO:teuthology.orchestra.run.smithi046.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy InRelease 2024-05-20T22:02:15.771 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T22:02:15.771 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-20T22:02:15.783 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-20T22:02:15.789 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-05-20T22:02:15.804 INFO:teuthology.orchestra.run.smithi053.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-20T22:02:15.811 INFO:teuthology.orchestra.run.smithi046.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-20T22:02:15.815 INFO:teuthology.orchestra.run.smithi169.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy InRelease 2024-05-20T22:02:15.832 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-05-20T22:02:15.836 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-05-20T22:02:15.858 INFO:teuthology.orchestra.run.smithi169.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-20T22:02:15.859 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-05-20T22:02:15.877 INFO:teuthology.orchestra.run.smithi053.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy InRelease 2024-05-20T22:02:15.879 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-05-20T22:02:15.886 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-20T22:02:15.907 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-05-20T22:02:15.914 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-05-20T22:02:15.951 INFO:teuthology.orchestra.run.smithi053.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-20T22:02:15.967 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-20T22:02:15.987 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-05-20T22:02:16.032 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-05-20T22:02:16.046 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-20T22:02:16.093 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 28.3 kB in 0s (76.7 kB/s) 2024-05-20T22:02:16.134 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 28.3 kB in 0s (78.6 kB/s) 2024-05-20T22:02:16.189 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 28.3 kB in 0s (67.9 kB/s) 2024-05-20T22:02:17.082 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-05-20T22:02:17.098 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2535-g4ea72516-1jammy cephadm=19.0.0-2535-g4ea72516-1jammy ceph-mds=19.0.0-2535-g4ea72516-1jammy ceph-mgr=19.0.0-2535-g4ea72516-1jammy ceph-common=19.0.0-2535-g4ea72516-1jammy ceph-fuse=19.0.0-2535-g4ea72516-1jammy ceph-test=19.0.0-2535-g4ea72516-1jammy ceph-volume=19.0.0-2535-g4ea72516-1jammy radosgw=19.0.0-2535-g4ea72516-1jammy python3-rados=19.0.0-2535-g4ea72516-1jammy python3-rgw=19.0.0-2535-g4ea72516-1jammy python3-cephfs=19.0.0-2535-g4ea72516-1jammy python3-rbd=19.0.0-2535-g4ea72516-1jammy libcephfs2=19.0.0-2535-g4ea72516-1jammy libcephfs-dev=19.0.0-2535-g4ea72516-1jammy librados2=19.0.0-2535-g4ea72516-1jammy librbd1=19.0.0-2535-g4ea72516-1jammy rbd-fuse=19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:02:17.112 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-05-20T22:02:17.128 DEBUG:teuthology.orchestra.run.smithi053:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2535-g4ea72516-1jammy cephadm=19.0.0-2535-g4ea72516-1jammy ceph-mds=19.0.0-2535-g4ea72516-1jammy ceph-mgr=19.0.0-2535-g4ea72516-1jammy ceph-common=19.0.0-2535-g4ea72516-1jammy ceph-fuse=19.0.0-2535-g4ea72516-1jammy ceph-test=19.0.0-2535-g4ea72516-1jammy ceph-volume=19.0.0-2535-g4ea72516-1jammy radosgw=19.0.0-2535-g4ea72516-1jammy python3-rados=19.0.0-2535-g4ea72516-1jammy python3-rgw=19.0.0-2535-g4ea72516-1jammy python3-cephfs=19.0.0-2535-g4ea72516-1jammy python3-rbd=19.0.0-2535-g4ea72516-1jammy libcephfs2=19.0.0-2535-g4ea72516-1jammy libcephfs-dev=19.0.0-2535-g4ea72516-1jammy librados2=19.0.0-2535-g4ea72516-1jammy librbd1=19.0.0-2535-g4ea72516-1jammy rbd-fuse=19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:02:17.150 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-05-20T22:02:17.164 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-05-20T22:02:17.166 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2535-g4ea72516-1jammy cephadm=19.0.0-2535-g4ea72516-1jammy ceph-mds=19.0.0-2535-g4ea72516-1jammy ceph-mgr=19.0.0-2535-g4ea72516-1jammy ceph-common=19.0.0-2535-g4ea72516-1jammy ceph-fuse=19.0.0-2535-g4ea72516-1jammy ceph-test=19.0.0-2535-g4ea72516-1jammy ceph-volume=19.0.0-2535-g4ea72516-1jammy radosgw=19.0.0-2535-g4ea72516-1jammy python3-rados=19.0.0-2535-g4ea72516-1jammy python3-rgw=19.0.0-2535-g4ea72516-1jammy python3-cephfs=19.0.0-2535-g4ea72516-1jammy python3-rbd=19.0.0-2535-g4ea72516-1jammy libcephfs2=19.0.0-2535-g4ea72516-1jammy libcephfs-dev=19.0.0-2535-g4ea72516-1jammy librados2=19.0.0-2535-g4ea72516-1jammy librbd1=19.0.0-2535-g4ea72516-1jammy rbd-fuse=19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:02:17.183 INFO:teuthology.orchestra.run.smithi053.stdout:Reading package lists... 2024-05-20T22:02:17.226 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-05-20T22:02:17.366 INFO:teuthology.orchestra.run.smithi053.stdout:Building dependency tree... 2024-05-20T22:02:17.366 INFO:teuthology.orchestra.run.smithi053.stdout:Reading state information... 2024-05-20T22:02:17.368 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-05-20T22:02:17.369 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-05-20T22:02:17.424 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-05-20T22:02:17.425 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-05-20T22:02:17.546 INFO:teuthology.orchestra.run.smithi053.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T22:02:17.546 INFO:teuthology.orchestra.run.smithi053.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T22:02:17.546 INFO:teuthology.orchestra.run.smithi053.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T22:02:17.546 INFO:teuthology.orchestra.run.smithi053.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T22:02:17.546 INFO:teuthology.orchestra.run.smithi053.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-20T22:02:17.547 INFO:teuthology.orchestra.run.smithi053.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-20T22:02:17.547 INFO:teuthology.orchestra.run.smithi053.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout:The following additional packages will be installed: 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-20T22:02:17.548 INFO:teuthology.orchestra.run.smithi053.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-20T22:02:17.549 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-20T22:02:17.550 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet zip 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout:Suggested packages: 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout:Recommended packages: 2024-05-20T22:02:17.551 INFO:teuthology.orchestra.run.smithi053.stdout: btrfs-tools 2024-05-20T22:02:17.576 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T22:02:17.576 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T22:02:17.577 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T22:02:17.577 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T22:02:17.577 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-20T22:02:17.577 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-20T22:02:17.577 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T22:02:17.578 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-05-20T22:02:17.578 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-20T22:02:17.578 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-20T22:02:17.578 INFO:teuthology.orchestra.run.smithi046.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-20T22:02:17.578 INFO:teuthology.orchestra.run.smithi046.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-20T22:02:17.579 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-20T22:02:17.580 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet zip 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-20T22:02:17.581 INFO:teuthology.orchestra.run.smithi046.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-20T22:02:17.582 INFO:teuthology.orchestra.run.smithi046.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-20T22:02:17.582 INFO:teuthology.orchestra.run.smithi046.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-20T22:02:17.582 INFO:teuthology.orchestra.run.smithi046.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-20T22:02:17.582 INFO:teuthology.orchestra.run.smithi046.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-20T22:02:17.582 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-05-20T22:02:17.582 INFO:teuthology.orchestra.run.smithi046.stdout: btrfs-tools 2024-05-20T22:02:17.622 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-05-20T22:02:17.623 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-20T22:02:17.623 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-20T22:02:17.623 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-20T22:02:17.623 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-20T22:02:17.623 INFO:teuthology.orchestra.run.smithi169.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-20T22:02:17.623 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-20T22:02:17.624 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-05-20T22:02:17.624 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-20T22:02:17.624 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-20T22:02:17.625 INFO:teuthology.orchestra.run.smithi169.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-20T22:02:17.625 INFO:teuthology.orchestra.run.smithi169.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-20T22:02:17.626 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-20T22:02:17.627 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet zip 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout:Recommended packages: 2024-05-20T22:02:17.628 INFO:teuthology.orchestra.run.smithi169.stdout: btrfs-tools 2024-05-20T22:02:17.652 INFO:teuthology.orchestra.run.smithi053.stdout:The following NEW packages will be installed: 2024-05-20T22:02:17.652 INFO:teuthology.orchestra.run.smithi053.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-20T22:02:17.652 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-20T22:02:17.652 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-20T22:02:17.653 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-20T22:02:17.653 INFO:teuthology.orchestra.run.smithi053.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-20T22:02:17.654 INFO:teuthology.orchestra.run.smithi053.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-20T22:02:17.655 INFO:teuthology.orchestra.run.smithi053.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-20T22:02:17.688 INFO:teuthology.orchestra.run.smithi046.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-20T22:02:17.689 INFO:teuthology.orchestra.run.smithi046.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-20T22:02:17.689 INFO:teuthology.orchestra.run.smithi046.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-20T22:02:17.690 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-20T22:02:17.691 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-20T22:02:17.691 INFO:teuthology.orchestra.run.smithi046.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-20T22:02:17.691 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-20T22:02:17.691 INFO:teuthology.orchestra.run.smithi046.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-20T22:02:17.691 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-20T22:02:17.691 INFO:teuthology.orchestra.run.smithi046.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-20T22:02:17.727 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-05-20T22:02:17.727 INFO:teuthology.orchestra.run.smithi169.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-20T22:02:17.727 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-20T22:02:17.727 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-20T22:02:17.728 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-20T22:02:17.728 INFO:teuthology.orchestra.run.smithi169.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-20T22:02:17.728 INFO:teuthology.orchestra.run.smithi169.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-20T22:02:17.729 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-20T22:02:17.730 INFO:teuthology.orchestra.run.smithi169.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-20T22:02:17.756 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-20T22:02:17.756 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 180 MB of archives. 2024-05-20T22:02:17.756 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 822 MB of additional disk space will be used. 2024-05-20T22:02:17.756 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-20T22:02:17.834 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2535-g4ea72516-1jammy [3,547 kB] 2024-05-20T22:02:17.841 INFO:teuthology.orchestra.run.smithi053.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-20T22:02:17.841 INFO:teuthology.orchestra.run.smithi053.stdout:Need to get 180 MB of archives. 2024-05-20T22:02:17.841 INFO:teuthology.orchestra.run.smithi053.stdout:After this operation, 822 MB of additional disk space will be used. 2024-05-20T22:02:17.841 INFO:teuthology.orchestra.run.smithi053.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-20T22:02:17.870 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-20T22:02:17.870 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 180 MB of archives. 2024-05-20T22:02:17.870 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 822 MB of additional disk space will be used. 2024-05-20T22:02:17.870 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2535-g4ea72516-1jammy [3,547 kB] 2024-05-20T22:02:17.874 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-20T22:02:17.878 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-20T22:02:17.889 INFO:teuthology.orchestra.run.smithi053.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2535-g4ea72516-1jammy [3,547 kB] 2024-05-20T22:02:17.911 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-20T22:02:17.927 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-20T22:02:18.032 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-20T22:02:18.039 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-20T22:02:18.063 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-20T22:02:18.070 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-20T22:02:18.071 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-20T22:02:18.072 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-20T22:02:18.085 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-20T22:02:18.089 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-20T22:02:18.090 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2535-g4ea72516-1jammy [3,216 kB] 2024-05-20T22:02:18.093 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-20T22:02:18.095 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-20T22:02:18.117 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-20T22:02:18.120 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-20T22:02:18.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-20T22:02:18.126 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-20T22:02:18.126 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-20T22:02:18.152 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-20T22:02:18.153 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-20T22:02:18.153 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-20T22:02:18.154 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-20T22:02:18.154 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-20T22:02:18.184 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-20T22:02:18.185 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-20T22:02:18.185 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-20T22:02:18.190 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-20T22:02:18.191 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-20T22:02:18.217 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-20T22:02:18.219 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-20T22:02:18.221 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-20T22:02:18.223 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-20T22:02:18.224 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-20T22:02:18.251 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-20T22:02:18.253 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-20T22:02:18.254 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-20T22:02:18.263 INFO:teuthology.orchestra.run.smithi053.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-20T22:02:18.265 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-20T22:02:18.265 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-20T22:02:18.276 INFO:teuthology.orchestra.run.smithi053.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-20T22:02:18.277 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2535-g4ea72516-1jammy [711 kB] 2024-05-20T22:02:18.284 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-20T22:02:18.285 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-20T22:02:18.288 INFO:teuthology.orchestra.run.smithi046.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-20T22:02:18.292 INFO:teuthology.orchestra.run.smithi046.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-20T22:02:18.292 INFO:teuthology.orchestra.run.smithi046.stdout:Get:47 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2535-g4ea72516-1jammy [356 kB] 2024-05-20T22:02:18.293 INFO:teuthology.orchestra.run.smithi046.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-20T22:02:18.300 INFO:teuthology.orchestra.run.smithi046.stdout:Get:49 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2535-g4ea72516-1jammy [32.8 kB] 2024-05-20T22:02:18.301 INFO:teuthology.orchestra.run.smithi046.stdout:Get:50 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2535-g4ea72516-1jammy [180 kB] 2024-05-20T22:02:18.304 INFO:teuthology.orchestra.run.smithi046.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-20T22:02:18.305 INFO:teuthology.orchestra.run.smithi046.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2535-g4ea72516-1jammy [67.1 kB] 2024-05-20T22:02:18.305 INFO:teuthology.orchestra.run.smithi046.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-20T22:02:18.307 INFO:teuthology.orchestra.run.smithi046.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2535-g4ea72516-1jammy [330 kB] 2024-05-20T22:02:18.310 INFO:teuthology.orchestra.run.smithi046.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-20T22:02:18.311 INFO:teuthology.orchestra.run.smithi046.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-20T22:02:18.312 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2535-g4ea72516-1jammy [3,216 kB] 2024-05-20T22:02:18.313 INFO:teuthology.orchestra.run.smithi046.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2535-g4ea72516-1jammy [6,780 kB] 2024-05-20T22:02:18.313 INFO:teuthology.orchestra.run.smithi046.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-20T22:02:18.324 INFO:teuthology.orchestra.run.smithi046.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-20T22:02:18.357 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-20T22:02:18.361 INFO:teuthology.orchestra.run.smithi053.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-20T22:02:18.369 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-20T22:02:18.403 INFO:teuthology.orchestra.run.smithi046.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-20T22:02:18.403 INFO:teuthology.orchestra.run.smithi046.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-20T22:02:18.405 INFO:teuthology.orchestra.run.smithi046.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-20T22:02:18.405 INFO:teuthology.orchestra.run.smithi046.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-20T22:02:18.406 INFO:teuthology.orchestra.run.smithi046.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-20T22:02:18.426 INFO:teuthology.orchestra.run.smithi046.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-20T22:02:18.427 INFO:teuthology.orchestra.run.smithi046.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-20T22:02:18.428 INFO:teuthology.orchestra.run.smithi046.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-20T22:02:18.443 INFO:teuthology.orchestra.run.smithi046.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-20T22:02:18.443 INFO:teuthology.orchestra.run.smithi046.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-20T22:02:18.447 INFO:teuthology.orchestra.run.smithi046.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-20T22:02:18.448 INFO:teuthology.orchestra.run.smithi046.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-20T22:02:18.448 INFO:teuthology.orchestra.run.smithi046.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-20T22:02:18.448 INFO:teuthology.orchestra.run.smithi046.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-20T22:02:18.451 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-20T22:02:18.466 INFO:teuthology.orchestra.run.smithi046.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-20T22:02:18.467 INFO:teuthology.orchestra.run.smithi046.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-20T22:02:18.470 INFO:teuthology.orchestra.run.smithi046.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-20T22:02:18.472 INFO:teuthology.orchestra.run.smithi046.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-20T22:02:18.473 INFO:teuthology.orchestra.run.smithi046.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-20T22:02:18.474 INFO:teuthology.orchestra.run.smithi046.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-20T22:02:18.486 INFO:teuthology.orchestra.run.smithi046.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-20T22:02:18.489 INFO:teuthology.orchestra.run.smithi046.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-20T22:02:18.489 INFO:teuthology.orchestra.run.smithi046.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-20T22:02:18.490 INFO:teuthology.orchestra.run.smithi046.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-20T22:02:18.506 INFO:teuthology.orchestra.run.smithi046.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-20T22:02:18.507 INFO:teuthology.orchestra.run.smithi046.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-20T22:02:18.510 INFO:teuthology.orchestra.run.smithi046.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-20T22:02:18.510 INFO:teuthology.orchestra.run.smithi046.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-20T22:02:18.510 INFO:teuthology.orchestra.run.smithi046.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-20T22:02:18.511 INFO:teuthology.orchestra.run.smithi046.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-20T22:02:18.525 INFO:teuthology.orchestra.run.smithi046.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-20T22:02:18.526 INFO:teuthology.orchestra.run.smithi046.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-20T22:02:18.534 INFO:teuthology.orchestra.run.smithi046.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-20T22:02:18.534 INFO:teuthology.orchestra.run.smithi046.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-20T22:02:18.545 INFO:teuthology.orchestra.run.smithi046.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-20T22:02:18.548 INFO:teuthology.orchestra.run.smithi046.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-20T22:02:18.548 INFO:teuthology.orchestra.run.smithi046.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-20T22:02:18.585 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2535-g4ea72516-1jammy [711 kB] 2024-05-20T22:02:18.590 INFO:teuthology.orchestra.run.smithi053.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-20T22:02:18.601 INFO:teuthology.orchestra.run.smithi053.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-20T22:02:18.631 INFO:teuthology.orchestra.run.smithi053.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-20T22:02:18.640 INFO:teuthology.orchestra.run.smithi053.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-20T22:02:18.641 INFO:teuthology.orchestra.run.smithi053.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-20T22:02:18.642 INFO:teuthology.orchestra.run.smithi053.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-20T22:02:18.661 INFO:teuthology.orchestra.run.smithi053.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-20T22:02:18.663 INFO:teuthology.orchestra.run.smithi046.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2535-g4ea72516-1jammy [112 kB] 2024-05-20T22:02:18.666 INFO:teuthology.orchestra.run.smithi046.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2535-g4ea72516-1jammy [466 kB] 2024-05-20T22:02:18.681 INFO:teuthology.orchestra.run.smithi046.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2535-g4ea72516-1jammy [25.6 MB] 2024-05-20T22:02:18.682 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-20T22:02:18.686 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2535-g4ea72516-1jammy [356 kB] 2024-05-20T22:02:18.694 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-20T22:02:18.701 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2535-g4ea72516-1jammy [32.8 kB] 2024-05-20T22:02:18.703 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2535-g4ea72516-1jammy [180 kB] 2024-05-20T22:02:18.708 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2535-g4ea72516-1jammy [67.1 kB] 2024-05-20T22:02:18.711 INFO:teuthology.orchestra.run.smithi169.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2535-g4ea72516-1jammy [330 kB] 2024-05-20T22:02:18.723 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-20T22:02:18.733 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-20T22:02:18.734 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-20T22:02:18.735 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-20T22:02:18.754 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-20T22:02:18.765 INFO:teuthology.orchestra.run.smithi169.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2535-g4ea72516-1jammy [6,780 kB] 2024-05-20T22:02:18.829 INFO:teuthology.orchestra.run.smithi053.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-20T22:02:18.923 INFO:teuthology.orchestra.run.smithi169.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-20T22:02:19.232 INFO:teuthology.orchestra.run.smithi053.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-20T22:02:19.270 INFO:teuthology.orchestra.run.smithi053.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-20T22:02:19.270 INFO:teuthology.orchestra.run.smithi053.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-20T22:02:19.333 INFO:teuthology.orchestra.run.smithi169.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-20T22:02:19.348 INFO:teuthology.orchestra.run.smithi053.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-20T22:02:19.366 INFO:teuthology.orchestra.run.smithi169.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-20T22:02:19.368 INFO:teuthology.orchestra.run.smithi169.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-20T22:02:19.392 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2535-g4ea72516-1jammy [112 kB] 2024-05-20T22:02:19.399 INFO:teuthology.orchestra.run.smithi053.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-20T22:02:19.422 INFO:teuthology.orchestra.run.smithi053.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-20T22:02:19.427 INFO:teuthology.orchestra.run.smithi053.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-20T22:02:19.429 INFO:teuthology.orchestra.run.smithi053.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-05-20T22:02:19.438 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2535-g4ea72516-1jammy [466 kB] 2024-05-20T22:02:19.440 INFO:teuthology.orchestra.run.smithi053.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-20T22:02:19.441 INFO:teuthology.orchestra.run.smithi053.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-20T22:02:19.449 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-20T22:02:19.454 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2535-g4ea72516-1jammy [25.6 MB] 2024-05-20T22:02:19.500 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-20T22:02:19.522 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-20T22:02:19.529 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-20T22:02:19.530 INFO:teuthology.orchestra.run.smithi169.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-20T22:02:19.541 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-20T22:02:19.542 INFO:teuthology.orchestra.run.smithi169.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-20T22:02:19.607 INFO:teuthology.orchestra.run.smithi053.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-20T22:02:19.691 INFO:teuthology.orchestra.run.smithi053.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-20T22:02:19.707 INFO:teuthology.orchestra.run.smithi169.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-20T22:02:19.720 INFO:teuthology.orchestra.run.smithi053.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-20T22:02:19.738 INFO:teuthology.orchestra.run.smithi053.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-20T22:02:19.783 INFO:teuthology.orchestra.run.smithi053.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-20T22:02:19.792 INFO:teuthology.orchestra.run.smithi169.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-20T22:02:19.820 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-20T22:02:19.837 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-20T22:02:19.882 INFO:teuthology.orchestra.run.smithi169.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-20T22:02:19.998 INFO:teuthology.orchestra.run.smithi053.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-20T22:02:20.013 INFO:teuthology.orchestra.run.smithi053.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-20T22:02:20.020 INFO:teuthology.orchestra.run.smithi053.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-20T22:02:20.025 INFO:teuthology.orchestra.run.smithi053.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-05-20T22:02:20.047 INFO:teuthology.orchestra.run.smithi053.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-20T22:02:20.050 INFO:teuthology.orchestra.run.smithi053.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-20T22:02:20.089 INFO:teuthology.orchestra.run.smithi169.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-20T22:02:20.105 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-20T22:02:20.112 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-20T22:02:20.117 INFO:teuthology.orchestra.run.smithi169.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-05-20T22:02:20.138 INFO:teuthology.orchestra.run.smithi169.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-20T22:02:20.141 INFO:teuthology.orchestra.run.smithi169.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-20T22:02:20.172 INFO:teuthology.orchestra.run.smithi046.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2535-g4ea72516-1jammy [5,085 kB] 2024-05-20T22:02:20.216 INFO:teuthology.orchestra.run.smithi053.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-20T22:02:20.308 INFO:teuthology.orchestra.run.smithi169.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-20T22:02:20.407 INFO:teuthology.orchestra.run.smithi046.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2535-g4ea72516-1jammy [244 kB] 2024-05-20T22:02:20.412 INFO:teuthology.orchestra.run.smithi046.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2535-g4ea72516-1jammy [124 kB] 2024-05-20T22:02:20.415 INFO:teuthology.orchestra.run.smithi046.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2535-g4ea72516-1jammy [1,526 kB] 2024-05-20T22:02:20.462 INFO:teuthology.orchestra.run.smithi046.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2535-g4ea72516-1jammy [6,246 kB] 2024-05-20T22:02:20.470 INFO:teuthology.orchestra.run.smithi053.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2535-g4ea72516-1jammy [3,216 kB] 2024-05-20T22:02:20.549 INFO:teuthology.orchestra.run.smithi053.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-20T22:02:20.584 INFO:teuthology.orchestra.run.smithi053.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-20T22:02:20.601 INFO:teuthology.orchestra.run.smithi053.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-20T22:02:20.639 INFO:teuthology.orchestra.run.smithi169.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-20T22:02:20.679 INFO:teuthology.orchestra.run.smithi169.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-20T22:02:20.692 INFO:teuthology.orchestra.run.smithi169.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-20T22:02:20.797 INFO:teuthology.orchestra.run.smithi053.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-20T22:02:20.797 INFO:teuthology.orchestra.run.smithi053.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-20T22:02:20.803 INFO:teuthology.orchestra.run.smithi053.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-20T22:02:20.810 INFO:teuthology.orchestra.run.smithi053.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-20T22:02:20.824 INFO:teuthology.orchestra.run.smithi053.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-20T22:02:20.846 INFO:teuthology.orchestra.run.smithi053.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-20T22:02:20.852 INFO:teuthology.orchestra.run.smithi053.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-20T22:02:20.873 INFO:teuthology.orchestra.run.smithi046.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2535-g4ea72516-1jammy [22.7 MB] 2024-05-20T22:02:20.900 INFO:teuthology.orchestra.run.smithi169.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-20T22:02:20.900 INFO:teuthology.orchestra.run.smithi169.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-20T22:02:20.906 INFO:teuthology.orchestra.run.smithi169.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-20T22:02:20.912 INFO:teuthology.orchestra.run.smithi169.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-20T22:02:20.927 INFO:teuthology.orchestra.run.smithi169.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-20T22:02:20.949 INFO:teuthology.orchestra.run.smithi169.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-20T22:02:20.955 INFO:teuthology.orchestra.run.smithi169.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-05-20T22:02:21.028 INFO:teuthology.orchestra.run.smithi053.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-20T22:02:21.130 INFO:teuthology.orchestra.run.smithi169.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-05-20T22:02:21.304 INFO:teuthology.orchestra.run.smithi053.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-20T22:02:21.330 INFO:teuthology.orchestra.run.smithi053.stdout:Get:49 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2535-g4ea72516-1jammy [711 kB] 2024-05-20T22:02:21.384 INFO:teuthology.orchestra.run.smithi169.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-05-20T22:02:21.486 INFO:teuthology.orchestra.run.smithi053.stdout:Get:50 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2535-g4ea72516-1jammy [356 kB] 2024-05-20T22:02:21.562 INFO:teuthology.orchestra.run.smithi053.stdout:Get:51 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2535-g4ea72516-1jammy [32.8 kB] 2024-05-20T22:02:21.570 INFO:teuthology.orchestra.run.smithi053.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2535-g4ea72516-1jammy [180 kB] 2024-05-20T22:02:21.573 INFO:teuthology.orchestra.run.smithi169.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-20T22:02:21.588 INFO:teuthology.orchestra.run.smithi169.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-20T22:02:21.608 INFO:teuthology.orchestra.run.smithi169.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-20T22:02:21.622 INFO:teuthology.orchestra.run.smithi053.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2535-g4ea72516-1jammy [67.1 kB] 2024-05-20T22:02:21.629 INFO:teuthology.orchestra.run.smithi053.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2535-g4ea72516-1jammy [330 kB] 2024-05-20T22:02:21.661 INFO:teuthology.orchestra.run.smithi053.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-20T22:02:21.669 INFO:teuthology.orchestra.run.smithi169.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-05-20T22:02:21.694 INFO:teuthology.orchestra.run.smithi053.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2535-g4ea72516-1jammy [6,780 kB] 2024-05-20T22:02:21.745 INFO:teuthology.orchestra.run.smithi053.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-20T22:02:21.829 INFO:teuthology.orchestra.run.smithi169.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2535-g4ea72516-1jammy [5,085 kB] 2024-05-20T22:02:21.865 INFO:teuthology.orchestra.run.smithi053.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-20T22:02:21.958 INFO:teuthology.orchestra.run.smithi169.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-20T22:02:21.960 INFO:teuthology.orchestra.run.smithi169.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-20T22:02:21.963 INFO:teuthology.orchestra.run.smithi169.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-20T22:02:21.963 INFO:teuthology.orchestra.run.smithi169.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-20T22:02:21.966 INFO:teuthology.orchestra.run.smithi169.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-20T22:02:22.198 INFO:teuthology.orchestra.run.smithi169.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-20T22:02:22.279 INFO:teuthology.orchestra.run.smithi169.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2535-g4ea72516-1jammy [244 kB] 2024-05-20T22:02:22.282 INFO:teuthology.orchestra.run.smithi053.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-20T22:02:22.287 INFO:teuthology.orchestra.run.smithi169.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2535-g4ea72516-1jammy [124 kB] 2024-05-20T22:02:22.291 INFO:teuthology.orchestra.run.smithi169.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2535-g4ea72516-1jammy [1,526 kB] 2024-05-20T22:02:22.469 INFO:teuthology.orchestra.run.smithi169.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2535-g4ea72516-1jammy [6,246 kB] 2024-05-20T22:02:22.494 INFO:teuthology.orchestra.run.smithi046.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2535-g4ea72516-1jammy [14.1 kB] 2024-05-20T22:02:22.494 INFO:teuthology.orchestra.run.smithi046.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2535-g4ea72516-1jammy [869 kB] 2024-05-20T22:02:22.512 INFO:teuthology.orchestra.run.smithi046.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2535-g4ea72516-1jammy [2,437 kB] 2024-05-20T22:02:22.618 INFO:teuthology.orchestra.run.smithi046.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2535-g4ea72516-1jammy [791 kB] 2024-05-20T22:02:22.636 INFO:teuthology.orchestra.run.smithi169.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-20T22:02:22.642 INFO:teuthology.orchestra.run.smithi169.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-20T22:02:22.670 INFO:teuthology.orchestra.run.smithi046.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2535-g4ea72516-1jammy [148 kB] 2024-05-20T22:02:22.679 INFO:teuthology.orchestra.run.smithi046.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2535-g4ea72516-1jammy [2,331 kB] 2024-05-20T22:02:22.818 INFO:teuthology.orchestra.run.smithi046.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2535-g4ea72516-1jammy [8,625 kB] 2024-05-20T22:02:22.944 INFO:teuthology.orchestra.run.smithi169.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-20T22:02:22.945 INFO:teuthology.orchestra.run.smithi169.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-20T22:02:22.947 INFO:teuthology.orchestra.run.smithi169.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-20T22:02:22.949 INFO:teuthology.orchestra.run.smithi169.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-20T22:02:22.952 INFO:teuthology.orchestra.run.smithi169.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-20T22:02:22.954 INFO:teuthology.orchestra.run.smithi169.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-20T22:02:22.955 INFO:teuthology.orchestra.run.smithi169.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-20T22:02:22.959 INFO:teuthology.orchestra.run.smithi169.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-20T22:02:23.041 INFO:teuthology.orchestra.run.smithi053.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2535-g4ea72516-1jammy [112 kB] 2024-05-20T22:02:23.060 INFO:teuthology.orchestra.run.smithi053.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2535-g4ea72516-1jammy [466 kB] 2024-05-20T22:02:23.112 INFO:teuthology.orchestra.run.smithi169.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2535-g4ea72516-1jammy [22.7 MB] 2024-05-20T22:02:23.150 INFO:teuthology.orchestra.run.smithi053.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2535-g4ea72516-1jammy [25.6 MB] 2024-05-20T22:02:23.155 INFO:teuthology.orchestra.run.smithi169.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-20T22:02:23.347 INFO:teuthology.orchestra.run.smithi046.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2535-g4ea72516-1jammy [14.2 kB] 2024-05-20T22:02:23.348 INFO:teuthology.orchestra.run.smithi046.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2535-g4ea72516-1jammy [50.7 MB] 2024-05-20T22:02:23.643 INFO:teuthology.orchestra.run.smithi169.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-20T22:02:23.703 INFO:teuthology.orchestra.run.smithi169.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-20T22:02:23.728 INFO:teuthology.orchestra.run.smithi169.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-20T22:02:24.646 INFO:teuthology.orchestra.run.smithi169.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-20T22:02:25.343 INFO:teuthology.orchestra.run.smithi169.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-20T22:02:25.553 INFO:teuthology.orchestra.run.smithi169.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2535-g4ea72516-1jammy [14.1 kB] 2024-05-20T22:02:25.554 INFO:teuthology.orchestra.run.smithi169.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2535-g4ea72516-1jammy [869 kB] 2024-05-20T22:02:25.571 INFO:teuthology.orchestra.run.smithi169.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2535-g4ea72516-1jammy [2,437 kB] 2024-05-20T22:02:25.579 INFO:teuthology.orchestra.run.smithi169.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-20T22:02:25.667 INFO:teuthology.orchestra.run.smithi169.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-20T22:02:25.776 INFO:teuthology.orchestra.run.smithi169.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2535-g4ea72516-1jammy [791 kB] 2024-05-20T22:02:25.863 INFO:teuthology.orchestra.run.smithi169.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2535-g4ea72516-1jammy [148 kB] 2024-05-20T22:02:25.869 INFO:teuthology.orchestra.run.smithi169.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2535-g4ea72516-1jammy [2,331 kB] 2024-05-20T22:02:26.088 INFO:teuthology.orchestra.run.smithi169.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2535-g4ea72516-1jammy [8,625 kB] 2024-05-20T22:02:26.802 INFO:teuthology.orchestra.run.smithi169.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-20T22:02:26.889 INFO:teuthology.orchestra.run.smithi169.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2535-g4ea72516-1jammy [14.2 kB] 2024-05-20T22:02:26.890 INFO:teuthology.orchestra.run.smithi169.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2535-g4ea72516-1jammy [50.7 MB] 2024-05-20T22:02:26.949 INFO:teuthology.orchestra.run.smithi169.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-20T22:02:27.035 INFO:teuthology.orchestra.run.smithi046.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2535-g4ea72516-1jammy [121 kB] 2024-05-20T22:02:27.037 INFO:teuthology.orchestra.run.smithi046.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2535-g4ea72516-1jammy [38.9 kB] 2024-05-20T22:02:27.038 INFO:teuthology.orchestra.run.smithi046.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2535-g4ea72516-1jammy [13.4 MB] 2024-05-20T22:02:27.680 INFO:teuthology.orchestra.run.smithi053.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2535-g4ea72516-1jammy [5,085 kB] 2024-05-20T22:02:27.777 INFO:teuthology.orchestra.run.smithi169.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-20T22:02:27.886 INFO:teuthology.orchestra.run.smithi046.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2535-g4ea72516-1jammy [91.2 kB] 2024-05-20T22:02:27.981 INFO:teuthology.orchestra.run.smithi169.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-20T22:02:28.168 INFO:teuthology.orchestra.run.smithi053.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2535-g4ea72516-1jammy [244 kB] 2024-05-20T22:02:28.188 INFO:teuthology.orchestra.run.smithi053.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2535-g4ea72516-1jammy [124 kB] 2024-05-20T22:02:28.200 INFO:teuthology.orchestra.run.smithi053.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2535-g4ea72516-1jammy [1,526 kB] 2024-05-20T22:02:28.322 INFO:teuthology.orchestra.run.smithi169.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-20T22:02:28.345 INFO:teuthology.orchestra.run.smithi053.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2535-g4ea72516-1jammy [6,246 kB] 2024-05-20T22:02:28.347 INFO:teuthology.orchestra.run.smithi169.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-20T22:02:28.475 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 180 MB in 10s (17.6 MB/s) 2024-05-20T22:02:28.511 INFO:teuthology.orchestra.run.smithi169.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-20T22:02:28.544 INFO:teuthology.orchestra.run.smithi169.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-20T22:02:28.604 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-20T22:02:28.705 INFO:teuthology.orchestra.run.smithi046.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-20T22:02:28.710 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-20T22:02:28.786 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-20T22:02:28.938 INFO:teuthology.orchestra.run.smithi053.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2535-g4ea72516-1jammy [22.7 MB] 2024-05-20T22:02:29.125 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-20T22:02:29.157 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-20T22:02:29.192 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-20T22:02:29.553 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-20T22:02:29.580 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-20T22:02:29.619 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-20T22:02:29.658 INFO:teuthology.orchestra.run.smithi169.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-20T22:02:29.779 INFO:teuthology.orchestra.run.smithi169.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-20T22:02:29.783 INFO:teuthology.orchestra.run.smithi169.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-20T22:02:30.024 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-20T22:02:30.052 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:30.071 INFO:teuthology.orchestra.run.smithi169.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2535-g4ea72516-1jammy [121 kB] 2024-05-20T22:02:30.073 INFO:teuthology.orchestra.run.smithi169.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2535-g4ea72516-1jammy [38.9 kB] 2024-05-20T22:02:30.074 INFO:teuthology.orchestra.run.smithi169.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2535-g4ea72516-1jammy [13.4 MB] 2024-05-20T22:02:30.106 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:30.323 INFO:teuthology.orchestra.run.smithi169.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-20T22:02:30.501 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-20T22:02:30.529 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:30.568 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:30.620 INFO:teuthology.orchestra.run.smithi169.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-20T22:02:30.637 INFO:teuthology.orchestra.run.smithi169.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2535-g4ea72516-1jammy [91.2 kB] 2024-05-20T22:02:30.904 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-20T22:02:30.932 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:30.971 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:31.166 INFO:teuthology.orchestra.run.smithi053.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2535-g4ea72516-1jammy [14.1 kB] 2024-05-20T22:02:31.166 INFO:teuthology.orchestra.run.smithi053.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2535-g4ea72516-1jammy [869 kB] 2024-05-20T22:02:31.183 INFO:teuthology.orchestra.run.smithi053.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2535-g4ea72516-1jammy [2,437 kB] 2024-05-20T22:02:31.266 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-20T22:02:31.293 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-20T22:02:31.323 INFO:teuthology.orchestra.run.smithi053.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2535-g4ea72516-1jammy [791 kB] 2024-05-20T22:02:31.332 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-20T22:02:31.390 INFO:teuthology.orchestra.run.smithi053.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2535-g4ea72516-1jammy [148 kB] 2024-05-20T22:02:31.394 INFO:teuthology.orchestra.run.smithi053.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2535-g4ea72516-1jammy [2,331 kB] 2024-05-20T22:02:31.426 INFO:teuthology.orchestra.run.smithi053.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-20T22:02:31.503 INFO:teuthology.orchestra.run.smithi053.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-20T22:02:31.558 INFO:teuthology.orchestra.run.smithi053.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2535-g4ea72516-1jammy [8,625 kB] 2024-05-20T22:02:31.591 INFO:teuthology.orchestra.run.smithi053.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-20T22:02:31.599 INFO:teuthology.orchestra.run.smithi053.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-20T22:02:31.643 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librados2. 2024-05-20T22:02:31.663 INFO:teuthology.orchestra.run.smithi053.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-20T22:02:31.671 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../007-librados2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:31.710 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librados2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:32.163 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librbd1. 2024-05-20T22:02:32.190 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../008-librbd1_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:32.229 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librbd1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:32.291 INFO:teuthology.orchestra.run.smithi053.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2535-g4ea72516-1jammy [14.2 kB] 2024-05-20T22:02:32.330 INFO:teuthology.orchestra.run.smithi053.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2535-g4ea72516-1jammy [50.7 MB] 2024-05-20T22:02:32.641 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libcephfs2. 2024-05-20T22:02:32.666 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:32.699 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libcephfs2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:33.151 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rados. 2024-05-20T22:02:33.179 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:33.218 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rados (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:33.537 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-20T22:02:33.565 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:33.629 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-ceph-argparse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:33.890 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cephfs. 2024-05-20T22:02:33.906 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:33.948 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cephfs (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:34.192 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-20T22:02:34.209 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:34.242 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:34.512 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-20T22:02:34.540 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-20T22:02:34.578 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-20T22:02:34.907 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-prettytable. 2024-05-20T22:02:34.934 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-20T22:02:34.973 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-20T22:02:35.226 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rbd. 2024-05-20T22:02:35.254 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:35.292 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rbd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:35.587 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-20T22:02:35.589 INFO:teuthology.orchestra.run.smithi053.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2535-g4ea72516-1jammy [121 kB] 2024-05-20T22:02:35.592 INFO:teuthology.orchestra.run.smithi053.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2535-g4ea72516-1jammy [38.9 kB] 2024-05-20T22:02:35.593 INFO:teuthology.orchestra.run.smithi053.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2535-g4ea72516-1jammy [13.4 MB] 2024-05-20T22:02:35.604 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-20T22:02:35.637 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-20T22:02:35.693 INFO:teuthology.orchestra.run.smithi053.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-20T22:02:35.898 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-20T22:02:35.914 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-20T22:02:35.956 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-20T22:02:36.137 INFO:teuthology.orchestra.run.smithi053.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2535-g4ea72516-1jammy [91.2 kB] 2024-05-20T22:02:36.201 INFO:teuthology.orchestra.run.smithi053.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-20T22:02:36.216 INFO:teuthology.orchestra.run.smithi053.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-20T22:02:36.267 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-20T22:02:36.284 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-20T22:02:36.325 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-20T22:02:36.620 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua5.1. 2024-05-20T22:02:36.648 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-20T22:02:36.678 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-20T22:02:36.990 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-any. 2024-05-20T22:02:37.007 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-20T22:02:37.057 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-20T22:02:37.326 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package zip. 2024-05-20T22:02:37.354 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-20T22:02:37.393 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking zip (3.0-12build2) ... 2024-05-20T22:02:37.696 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package unzip. 2024-05-20T22:02:37.723 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-20T22:02:37.762 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-20T22:02:37.950 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 180 MB in 20s (9,137 kB/s) 2024-05-20T22:02:38.111 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-20T22:02:38.133 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package luarocks. 2024-05-20T22:02:38.160 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-20T22:02:38.211 INFO:teuthology.orchestra.run.smithi169.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-20T22:02:38.216 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-20T22:02:38.301 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-20T22:02:38.318 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-20T22:02:38.630 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-20T22:02:38.656 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-20T22:02:38.696 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-20T22:02:38.774 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librgw2. 2024-05-20T22:02:38.802 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../025-librgw2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:38.840 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librgw2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:38.965 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-20T22:02:38.992 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-20T22:02:39.024 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-20T22:02:39.360 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rgw. 2024-05-20T22:02:39.376 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:39.409 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:39.452 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-20T22:02:39.479 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:39.528 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:39.729 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-20T22:02:39.757 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-20T22:02:39.795 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-20T22:02:39.939 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-20T22:02:39.965 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:40.005 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:40.082 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libradosstriper1. 2024-05-20T22:02:40.109 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:40.148 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libradosstriper1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:40.300 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-20T22:02:40.326 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:40.358 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:40.552 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-common. 2024-05-20T22:02:40.579 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:40.618 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:40.728 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-20T22:02:40.754 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-20T22:02:40.795 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-20T22:02:41.098 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librados2. 2024-05-20T22:02:41.124 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../007-librados2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:41.164 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librados2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:41.346 INFO:teuthology.orchestra.run.smithi053.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-20T22:02:41.393 INFO:teuthology.orchestra.run.smithi053.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-20T22:02:41.576 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librbd1. 2024-05-20T22:02:41.583 INFO:teuthology.orchestra.run.smithi053.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-20T22:02:41.602 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../008-librbd1_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:41.642 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librbd1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:41.723 INFO:teuthology.orchestra.run.smithi053.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-20T22:02:41.771 INFO:teuthology.orchestra.run.smithi053.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-20T22:02:41.867 INFO:teuthology.orchestra.run.smithi053.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-20T22:02:41.961 INFO:teuthology.orchestra.run.smithi053.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-20T22:02:42.019 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libcephfs2. 2024-05-20T22:02:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:42.057 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-base. 2024-05-20T22:02:42.070 INFO:teuthology.orchestra.run.smithi053.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-20T22:02:42.084 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:42.086 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libcephfs2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:42.133 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-base (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:42.367 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rados. 2024-05-20T22:02:42.378 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:42.422 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rados (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:42.703 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-20T22:02:42.730 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-20T22:02:42.769 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-20T22:02:42.892 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-20T22:02:42.918 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:42.958 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-ceph-argparse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:43.031 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cheroot. 2024-05-20T22:02:43.058 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-20T22:02:43.089 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-20T22:02:43.202 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cephfs. 2024-05-20T22:02:43.217 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:43.252 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cephfs (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:43.298 INFO:teuthology.orchestra.run.smithi053.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-20T22:02:43.392 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-20T22:02:43.420 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-20T22:02:43.458 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-20T22:02:43.522 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-20T22:02:43.548 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:43.588 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:43.712 INFO:teuthology.orchestra.run.smithi053.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-20T22:02:43.813 INFO:teuthology.orchestra.run.smithi053.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-20T22:02:43.832 INFO:teuthology.orchestra.run.smithi053.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-20T22:02:43.895 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-20T22:02:43.908 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-20T22:02:43.922 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-20T22:02:43.929 INFO:teuthology.orchestra.run.smithi053.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-20T22:02:43.934 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-20T22:02:43.961 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-20T22:02:43.965 INFO:teuthology.orchestra.run.smithi053.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-20T22:02:43.974 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-20T22:02:43.975 INFO:teuthology.orchestra.run.smithi053.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-20T22:02:43.980 INFO:teuthology.orchestra.run.smithi053.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-20T22:02:44.028 INFO:teuthology.orchestra.run.smithi053.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-20T22:02:44.032 INFO:teuthology.orchestra.run.smithi053.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-20T22:02:44.053 INFO:teuthology.orchestra.run.smithi053.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-20T22:02:44.217 INFO:teuthology.orchestra.run.smithi053.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-20T22:02:44.264 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-20T22:02:44.292 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-20T22:02:44.302 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-prettytable. 2024-05-20T22:02:44.329 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-20T22:02:44.331 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-20T22:02:44.369 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-20T22:02:44.482 INFO:teuthology.orchestra.run.smithi053.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-20T22:02:44.501 INFO:teuthology.orchestra.run.smithi053.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-20T22:02:44.630 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rbd. 2024-05-20T22:02:44.656 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:44.659 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-tempora. 2024-05-20T22:02:44.686 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-20T22:02:44.697 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rbd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:44.725 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-20T22:02:44.829 INFO:teuthology.orchestra.run.smithi053.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-20T22:02:44.978 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-portend. 2024-05-20T22:02:44.989 INFO:teuthology.orchestra.run.smithi053.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-20T22:02:45.006 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-20T22:02:45.037 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-20T22:02:45.041 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-20T22:02:45.067 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-20T22:02:45.108 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-20T22:02:45.331 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-20T22:02:45.359 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-20T22:02:45.398 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-20T22:02:45.410 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-20T22:02:45.425 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-20T22:02:45.469 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-20T22:02:45.697 INFO:teuthology.orchestra.run.smithi053.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-20T22:02:45.709 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-20T22:02:45.737 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-20T22:02:45.742 INFO:teuthology.orchestra.run.smithi053.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-20T22:02:45.771 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-20T22:02:45.775 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-20T22:02:45.787 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-20T22:02:45.830 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-20T22:02:45.841 INFO:teuthology.orchestra.run.smithi053.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-20T22:02:46.113 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-natsort. 2024-05-20T22:02:46.125 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua5.1. 2024-05-20T22:02:46.140 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-20T22:02:46.151 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-20T22:02:46.179 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-20T22:02:46.183 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-20T22:02:46.329 INFO:teuthology.orchestra.run.smithi053.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-20T22:02:46.399 INFO:teuthology.orchestra.run.smithi053.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-20T22:02:46.469 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua-any. 2024-05-20T22:02:46.474 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-logutils. 2024-05-20T22:02:46.484 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-20T22:02:46.501 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-20T22:02:46.527 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-20T22:02:46.540 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-20T22:02:46.763 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package zip. 2024-05-20T22:02:46.779 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-20T22:02:46.818 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-20T22:02:46.821 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking zip (3.0-12build2) ... 2024-05-20T22:02:46.846 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-20T22:02:46.885 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-20T22:02:47.138 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-mako. 2024-05-20T22:02:47.141 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package unzip. 2024-05-20T22:02:47.165 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-20T22:02:47.168 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-20T22:02:47.204 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-20T22:02:47.208 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-20T22:02:47.532 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-20T22:02:47.560 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-20T22:02:47.570 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package luarocks. 2024-05-20T22:02:47.586 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-20T22:02:47.608 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-20T22:02:47.620 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-20T22:02:47.894 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-20T22:02:47.921 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-20T22:02:47.985 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-20T22:02:48.170 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package librgw2. 2024-05-20T22:02:48.196 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../025-librgw2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:48.236 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking librgw2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:48.271 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-webob. 2024-05-20T22:02:48.299 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-20T22:02:48.338 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-20T22:02:48.649 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-waitress. 2024-05-20T22:02:48.677 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-20T22:02:48.719 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-20T22:02:48.789 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rgw. 2024-05-20T22:02:48.804 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:48.847 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:48.985 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-tempita. 2024-05-20T22:02:49.002 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-20T22:02:49.035 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-20T22:02:49.313 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-paste. 2024-05-20T22:02:49.341 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-20T22:02:49.380 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-20T22:02:49.683 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-20T22:02:49.699 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-20T22:02:49.733 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-20T22:02:49.967 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-20T22:02:49.994 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-20T22:02:50.042 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-20T22:02:50.320 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libradosstriper1. 2024-05-20T22:02:50.335 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:50.370 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libradosstriper1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:50.570 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-20T22:02:50.598 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-20T22:02:50.773 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-common. 2024-05-20T22:02:50.800 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:50.839 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:50.953 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-20T22:02:51.256 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-webtest. 2024-05-20T22:02:51.282 INFO:teuthology.orchestra.run.smithi053.stdout:Fetched 180 MB in 33s (5,444 kB/s) 2024-05-20T22:02:51.284 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-20T22:02:51.323 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-20T22:02:51.659 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pecan. 2024-05-20T22:02:51.687 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-20T22:02:51.725 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-20T22:02:51.915 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-20T22:02:52.020 INFO:teuthology.orchestra.run.smithi053.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-20T22:02:52.026 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-20T22:02:52.089 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-certifi. 2024-05-20T22:02:52.116 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-20T22:02:52.122 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-20T22:02:52.155 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-20T22:02:52.195 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-base. 2024-05-20T22:02:52.222 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:52.271 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-base (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:52.450 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-20T22:02:52.477 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-20T22:02:52.483 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-idna. 2024-05-20T22:02:52.511 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-20T22:02:52.517 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-20T22:02:52.558 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-20T22:02:52.819 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-urllib3. 2024-05-20T22:02:52.820 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-20T22:02:52.835 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-20T22:02:52.841 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-20T22:02:52.847 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-20T22:02:52.868 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-20T22:02:52.869 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-20T22:02:52.887 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-20T22:02:52.907 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-20T22:02:53.139 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-requests. 2024-05-20T22:02:53.167 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-20T22:02:53.204 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cheroot. 2024-05-20T22:02:53.205 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-20T22:02:53.230 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-20T22:02:53.324 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-20T22:02:53.350 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:53.352 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-20T22:02:53.398 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:53.508 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-20T22:02:53.536 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-20T22:02:53.583 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-20T22:02:53.630 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-20T22:02:53.657 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-20T22:02:53.696 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-20T22:02:53.760 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-20T22:02:53.776 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:53.810 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:53.886 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-20T22:02:53.903 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:53.944 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:53.999 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-20T22:02:54.025 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-20T22:02:54.066 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-20T22:02:54.130 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-20T22:02:54.157 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-20T22:02:54.197 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:02:54.316 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-20T22:02:54.344 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:54.369 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-20T22:02:54.382 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:54.395 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-20T22:02:54.435 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-20T22:02:54.635 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-20T22:02:54.663 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-20T22:02:54.680 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-tempora. 2024-05-20T22:02:54.693 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-20T22:02:54.706 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-20T22:02:54.708 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-20T22:02:54.735 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-20T22:02:54.738 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-20T22:02:54.775 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-20T22:02:54.996 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-openssl. 2024-05-20T22:02:55.024 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-20T22:02:55.063 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-20T22:02:55.066 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-portend. 2024-05-20T22:02:55.078 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librados2. 2024-05-20T22:02:55.093 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-20T22:02:55.093 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../007-librados2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:55.132 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-20T22:02:55.136 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librados2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:55.383 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr. 2024-05-20T22:02:55.410 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:55.435 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-20T22:02:55.441 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:55.462 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-20T22:02:55.502 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-20T22:02:55.564 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librbd1. 2024-05-20T22:02:55.591 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../008-librbd1_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:55.631 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librbd1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:55.772 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-20T22:02:55.798 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-20T22:02:55.802 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mon. 2024-05-20T22:02:55.829 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-20T22:02:55.830 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:55.869 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mon (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:56.059 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libcephfs2. 2024-05-20T22:02:56.085 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:56.125 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libcephfs2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:56.175 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-natsort. 2024-05-20T22:02:56.202 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-20T22:02:56.241 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-20T22:02:56.411 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rados. 2024-05-20T22:02:56.438 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:56.473 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-osd. 2024-05-20T22:02:56.500 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:56.503 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rados (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:56.539 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-osd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:56.553 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-logutils. 2024-05-20T22:02:56.580 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-20T22:02:56.620 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-20T22:02:56.765 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-20T22:02:56.780 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:56.814 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-ceph-argparse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:56.872 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-20T22:02:56.899 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-20T22:02:56.931 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-20T22:02:57.067 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cephfs. 2024-05-20T22:02:57.082 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:57.125 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cephfs (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:57.233 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-mako. 2024-05-20T22:02:57.260 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-20T22:02:57.300 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-20T22:02:57.436 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-20T22:02:57.463 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:02:57.503 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:57.629 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-20T22:02:57.655 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-20T22:02:57.695 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-20T22:02:57.717 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph. 2024-05-20T22:02:57.734 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../066-ceph_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:57.775 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:57.814 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-20T22:02:57.841 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-20T22:02:57.881 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-20T22:02:57.998 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-20T22:02:58.024 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-20T22:02:58.062 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-fuse. 2024-05-20T22:02:58.064 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-20T22:02:58.089 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:58.128 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:58.184 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-prettytable. 2024-05-20T22:02:58.211 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-20T22:02:58.251 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-20T22:02:58.317 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-webob. 2024-05-20T22:02:58.343 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-20T22:02:58.375 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-20T22:02:58.490 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mds. 2024-05-20T22:02:58.503 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rbd. 2024-05-20T22:02:58.517 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:58.519 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:58.556 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mds (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:58.570 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rbd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:58.737 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-waitress. 2024-05-20T22:02:58.764 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-20T22:02:58.807 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-20T22:02:58.915 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-20T22:02:58.941 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-20T22:02:58.951 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package cephadm. 2024-05-20T22:02:58.968 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../069-cephadm_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:02:58.981 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-20T22:02:59.000 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:02:59.140 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-tempita. 2024-05-20T22:02:59.166 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-20T22:02:59.206 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-20T22:02:59.225 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-20T22:02:59.241 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-20T22:02:59.275 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-20T22:02:59.462 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-20T22:02:59.490 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-20T22:02:59.509 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-paste. 2024-05-20T22:02:59.528 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-20T22:02:59.536 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-20T22:02:59.584 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-20T22:02:59.661 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-20T22:02:59.688 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-20T22:02:59.728 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-20T22:02:59.798 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-20T22:02:59.814 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-20T22:02:59.847 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-20T22:02:59.912 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-20T22:02:59.939 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-20T22:02:59.979 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-20T22:03:00.057 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua5.1. 2024-05-20T22:03:00.083 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-20T22:03:00.123 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-20T22:03:00.282 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-20T22:03:00.309 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-20T22:03:00.348 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-20T22:03:00.401 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-any. 2024-05-20T22:03:00.417 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-20T22:03:00.451 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-20T22:03:00.651 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-webtest. 2024-05-20T22:03:00.662 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package zip. 2024-05-20T22:03:00.678 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-20T22:03:00.678 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-20T22:03:00.718 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-20T22:03:00.720 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking zip (3.0-12build2) ... 2024-05-20T22:03:00.869 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-babel. 2024-05-20T22:03:00.898 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-20T22:03:00.936 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:00.979 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pecan. 2024-05-20T22:03:00.994 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-20T22:03:01.029 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-20T22:03:01.057 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package unzip. 2024-05-20T22:03:01.084 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-20T22:03:01.124 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-20T22:03:01.289 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jinja2. 2024-05-20T22:03:01.317 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-20T22:03:01.355 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-20T22:03:01.384 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-certifi. 2024-05-20T22:03:01.411 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-20T22:03:01.450 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-20T22:03:01.503 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package luarocks. 2024-05-20T22:03:01.529 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-20T22:03:01.569 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-20T22:03:01.692 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-20T22:03:01.720 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:01.758 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:01.763 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-idna. 2024-05-20T22:03:01.779 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-20T22:03:01.813 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-20T22:03:01.961 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package librgw2. 2024-05-20T22:03:01.988 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../025-librgw2_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:02.029 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking librgw2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:02.074 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-urllib3. 2024-05-20T22:03:02.090 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-20T22:03:02.095 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-20T22:03:02.123 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-20T22:03:02.158 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-20T22:03:02.161 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-20T22:03:02.439 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-routes. 2024-05-20T22:03:02.453 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-requests. 2024-05-20T22:03:02.455 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-20T22:03:02.480 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-20T22:03:02.489 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-20T22:03:02.519 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-20T22:03:02.572 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rgw. 2024-05-20T22:03:02.599 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:02.638 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:02.809 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-20T22:03:02.837 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:02.839 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-20T22:03:02.866 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-20T22:03:02.884 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:02.906 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-20T22:03:02.924 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-20T22:03:02.951 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-20T22:03:02.983 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-20T22:03:03.176 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-20T22:03:03.202 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:03.242 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:03.269 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libradosstriper1. 2024-05-20T22:03:03.296 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:03.336 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libradosstriper1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:03.739 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-20T22:03:03.758 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-common. 2024-05-20T22:03:03.766 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:03.785 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:03.805 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:03.824 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:04.066 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-20T22:03:04.082 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-20T22:03:04.089 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-20T22:03:04.106 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-20T22:03:04.125 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-20T22:03:04.147 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-20T22:03:04.428 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-openssl. 2024-05-20T22:03:04.454 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-20T22:03:04.494 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-20T22:03:04.651 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-joblib. 2024-05-20T22:03:04.679 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-20T22:03:04.717 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-20T22:03:04.831 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr. 2024-05-20T22:03:04.858 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:04.897 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:05.079 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-20T22:03:05.096 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-20T22:03:05.137 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-20T22:03:05.255 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-base. 2024-05-20T22:03:05.259 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mon. 2024-05-20T22:03:05.282 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:05.286 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:05.317 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mon (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:05.330 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-base (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:05.440 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-sklearn. 2024-05-20T22:03:05.468 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-20T22:03:05.506 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-20T22:03:05.893 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-20T22:03:05.919 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-20T22:03:05.938 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-osd. 2024-05-20T22:03:05.959 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-20T22:03:05.964 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:06.004 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-osd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:06.223 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-20T22:03:06.236 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cheroot. 2024-05-20T22:03:06.241 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:06.252 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-20T22:03:06.286 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-20T22:03:06.359 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:06.540 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-20T22:03:06.555 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-20T22:03:06.598 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-20T22:03:06.901 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-20T22:03:06.928 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-20T22:03:06.967 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-20T22:03:07.041 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph. 2024-05-20T22:03:07.056 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../066-ceph_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:07.099 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:07.264 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cachetools. 2024-05-20T22:03:07.292 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-20T22:03:07.295 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-20T22:03:07.322 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-20T22:03:07.323 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-20T22:03:07.362 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-20T22:03:07.418 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-fuse. 2024-05-20T22:03:07.445 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:07.485 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:07.600 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-20T22:03:07.628 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-20T22:03:07.664 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-tempora. 2024-05-20T22:03:07.666 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-20T22:03:07.692 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-20T22:03:07.740 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-20T22:03:07.880 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mds. 2024-05-20T22:03:07.907 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:07.946 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mds (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:07.987 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-20T22:03:07.992 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-portend. 2024-05-20T22:03:08.008 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-20T22:03:08.015 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-20T22:03:08.042 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-20T22:03:08.053 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-20T22:03:08.324 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package cephadm. 2024-05-20T22:03:08.339 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../069-cephadm_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:08.345 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-20T22:03:08.364 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rsa. 2024-05-20T22:03:08.372 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-20T22:03:08.374 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:08.394 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-20T22:03:08.412 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-20T22:03:08.431 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-20T22:03:08.652 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-20T22:03:08.679 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-20T22:03:08.715 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-20T22:03:08.718 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-20T22:03:08.742 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-20T22:03:08.743 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-google-auth. 2024-05-20T22:03:08.771 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-20T22:03:08.789 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-20T22:03:08.809 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-20T22:03:09.006 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-20T22:03:09.020 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-20T22:03:09.054 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:09.126 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-natsort. 2024-05-20T22:03:09.129 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-20T22:03:09.154 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-20T22:03:09.157 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-20T22:03:09.193 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-20T22:03:09.195 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-20T22:03:09.457 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-websocket. 2024-05-20T22:03:09.473 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-20T22:03:09.504 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-logutils. 2024-05-20T22:03:09.506 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-20T22:03:09.532 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-20T22:03:09.571 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-20T22:03:09.874 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-20T22:03:09.901 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-20T22:03:09.940 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-20T22:03:10.010 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-20T22:03:10.038 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-20T22:03:10.043 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-babel. 2024-05-20T22:03:10.071 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-20T22:03:10.076 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-20T22:03:10.110 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:10.201 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-mako. 2024-05-20T22:03:10.218 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-20T22:03:10.368 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-20T22:03:10.546 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-jinja2. 2024-05-20T22:03:10.573 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-20T22:03:10.612 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-20T22:03:10.663 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-20T22:03:10.690 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-20T22:03:10.729 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-20T22:03:10.882 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-20T22:03:10.899 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:10.940 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:10.958 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-20T22:03:10.984 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:11.016 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-20T22:03:11.024 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:11.043 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-20T22:03:11.082 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-20T22:03:11.268 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-20T22:03:11.296 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-20T22:03:11.334 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-20T22:03:11.361 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-20T22:03:11.385 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-webob. 2024-05-20T22:03:11.387 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-20T22:03:11.412 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-20T22:03:11.427 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-20T22:03:11.451 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-20T22:03:11.604 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-20T22:03:11.632 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-20T22:03:11.662 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-20T22:03:11.739 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-routes. 2024-05-20T22:03:11.765 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-20T22:03:11.796 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-waitress. 2024-05-20T22:03:11.805 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-20T22:03:11.823 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-20T22:03:11.866 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-20T22:03:11.923 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package jq. 2024-05-20T22:03:11.940 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-20T22:03:11.981 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-20T22:03:12.142 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-20T22:03:12.157 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-tempita. 2024-05-20T22:03:12.168 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:12.174 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-20T22:03:12.207 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-20T22:03:12.208 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:12.233 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package socat. 2024-05-20T22:03:12.250 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-20T22:03:12.291 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-20T22:03:12.485 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-paste. 2024-05-20T22:03:12.512 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-20T22:03:12.552 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-20T22:03:12.595 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package xmlstarlet. 2024-05-20T22:03:12.623 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-20T22:03:12.661 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-20T22:03:12.871 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-20T22:03:12.887 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-20T22:03:12.921 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-20T22:03:13.007 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-test. 2024-05-20T22:03:13.025 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:13.065 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-test (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:13.199 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-20T22:03:13.226 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-20T22:03:13.266 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-20T22:03:13.430 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-20T22:03:13.446 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-20T22:03:13.480 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-20T22:03:13.586 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-webtest. 2024-05-20T22:03:13.613 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-20T22:03:13.652 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-20T22:03:13.947 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pecan. 2024-05-20T22:03:13.973 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-20T22:03:14.013 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-20T22:03:14.167 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-joblib. 2024-05-20T22:03:14.194 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-20T22:03:14.233 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-20T22:03:14.384 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-certifi. 2024-05-20T22:03:14.411 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-20T22:03:14.451 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-20T22:03:14.604 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-20T22:03:14.630 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-20T22:03:14.670 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-20T22:03:14.779 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-idna. 2024-05-20T22:03:14.806 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-20T22:03:14.853 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-20T22:03:14.973 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-sklearn. 2024-05-20T22:03:15.000 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-20T22:03:15.039 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-20T22:03:15.365 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-urllib3. 2024-05-20T22:03:15.392 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-20T22:03:15.431 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-20T22:03:15.528 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-volume. 2024-05-20T22:03:15.557 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:15.594 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-volume (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:15.751 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-requests. 2024-05-20T22:03:15.756 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-20T22:03:15.778 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-20T22:03:15.784 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:15.818 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-20T22:03:15.898 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-20T22:03:15.908 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:15.927 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:15.964 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libcephfs-dev (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:16.129 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-20T22:03:16.156 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-20T22:03:16.195 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-20T22:03:16.225 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-20T22:03:16.254 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-20T22:03:16.283 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-20T22:03:16.523 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-20T22:03:16.550 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:16.588 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-20T22:03:16.590 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:16.617 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-20T22:03:16.654 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-20T22:03:16.879 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-cachetools. 2024-05-20T22:03:16.906 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-20T22:03:16.954 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-20T22:03:16.961 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-20T22:03:16.985 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:17.020 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:17.050 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package nvme-cli. 2024-05-20T22:03:17.079 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-20T22:03:17.116 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-20T22:03:17.273 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-20T22:03:17.300 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-20T22:03:17.306 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-20T22:03:17.333 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-20T22:03:17.340 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-20T22:03:17.372 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-20T22:03:17.538 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package pkg-config. 2024-05-20T22:03:17.567 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-20T22:03:17.604 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-20T22:03:17.627 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-20T22:03:17.654 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-20T22:03:17.667 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-openssl. 2024-05-20T22:03:17.685 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-20T22:03:17.694 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-20T22:03:17.733 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-20T22:03:17.849 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-20T22:03:17.866 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-20T22:03:17.899 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-20T22:03:17.980 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-rsa. 2024-05-20T22:03:18.007 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-20T22:03:18.046 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-20T22:03:18.070 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr. 2024-05-20T22:03:18.097 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:18.136 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:18.310 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-20T22:03:18.339 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-20T22:03:18.367 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-google-auth. 2024-05-20T22:03:18.376 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-20T22:03:18.394 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-20T22:03:18.433 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-20T22:03:18.489 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mon. 2024-05-20T22:03:18.505 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:18.539 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mon (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:18.654 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pastescript. 2024-05-20T22:03:18.671 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-20T22:03:18.704 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-20T22:03:18.753 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-20T22:03:18.780 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-20T22:03:18.819 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-20T22:03:18.974 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pluggy. 2024-05-20T22:03:19.003 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-20T22:03:19.040 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-20T22:03:19.118 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-osd. 2024-05-20T22:03:19.139 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-websocket. 2024-05-20T22:03:19.145 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:19.167 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-20T22:03:19.184 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-osd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:19.206 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-20T22:03:19.352 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-psutil. 2024-05-20T22:03:19.380 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-20T22:03:19.418 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-20T22:03:19.518 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-20T22:03:19.545 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-20T22:03:19.584 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-20T22:03:19.713 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-py. 2024-05-20T22:03:19.742 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-20T22:03:19.779 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-20T22:03:20.083 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pygments. 2024-05-20T22:03:20.111 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-20T22:03:20.149 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-20T22:03:20.249 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-20T22:03:20.300 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:20.301 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph. 2024-05-20T22:03:20.301 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../066-ceph_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:20.314 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:20.320 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:20.598 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-fuse. 2024-05-20T22:03:20.601 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-20T22:03:20.625 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:20.628 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-20T22:03:20.656 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:20.667 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-20T22:03:20.845 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-20T22:03:20.873 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-20T22:03:20.911 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-20T22:03:21.002 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mds. 2024-05-20T22:03:21.004 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-20T22:03:21.029 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:21.031 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-20T22:03:21.068 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mds (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:21.079 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-20T22:03:21.197 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-toml. 2024-05-20T22:03:21.226 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-20T22:03:21.264 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-20T22:03:21.332 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package jq. 2024-05-20T22:03:21.347 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-20T22:03:21.390 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-20T22:03:21.512 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package cephadm. 2024-05-20T22:03:21.540 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../069-cephadm_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:21.566 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pytest. 2024-05-20T22:03:21.579 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:21.595 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-20T22:03:21.632 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-20T22:03:21.642 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package socat. 2024-05-20T22:03:21.658 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-20T22:03:21.701 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-20T22:03:21.890 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-20T22:03:21.917 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-20T22:03:21.956 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-20T22:03:21.969 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-simplejson. 2024-05-20T22:03:21.987 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package xmlstarlet. 2024-05-20T22:03:21.998 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-20T22:03:22.003 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-20T22:03:22.035 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-20T22:03:22.054 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-20T22:03:22.276 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-20T22:03:22.292 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-20T22:03:22.305 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-20T22:03:22.322 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-20T22:03:22.334 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:22.363 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-20T22:03:22.417 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-test. 2024-05-20T22:03:22.444 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:22.483 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-test (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:23.067 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package radosgw. 2024-05-20T22:03:23.096 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../116-radosgw_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:23.133 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking radosgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:23.397 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-babel. 2024-05-20T22:03:23.425 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-20T22:03:23.464 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:23.742 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-jinja2. 2024-05-20T22:03:23.769 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-20T22:03:23.800 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-20T22:03:24.061 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package rbd-fuse. 2024-05-20T22:03:24.078 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:24.095 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-20T22:03:24.111 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:24.119 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking rbd-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:24.145 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:24.450 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-20T22:03:24.456 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-20T22:03:24.472 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-20T22:03:24.506 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-20T22:03:24.699 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-20T22:03:24.768 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-routes. 2024-05-20T22:03:24.779 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package ceph-volume. 2024-05-20T22:03:24.794 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-20T22:03:24.807 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:24.825 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-20T22:03:24.833 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-20T22:03:24.846 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking ceph-volume (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:25.088 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-20T22:03:25.116 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-20T22:03:25.132 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:25.136 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-20T22:03:25.153 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:25.166 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libcephfs-dev (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:25.443 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-20T22:03:25.503 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-20T22:03:25.530 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-20T22:03:25.569 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-20T22:03:25.840 INFO:teuthology.orchestra.run.smithi046.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-20T22:03:25.891 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-20T22:03:25.910 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:25.918 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-20T22:03:25.957 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-20T22:03:26.278 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package nvme-cli. 2024-05-20T22:03:26.305 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-20T22:03:26.336 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-20T22:03:26.393 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user cephadm....done 2024-05-20T22:03:26.541 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-20T22:03:26.600 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-20T22:03:26.616 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-20T22:03:26.658 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-20T22:03:26.699 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package pkg-config. 2024-05-20T22:03:26.716 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-20T22:03:26.758 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-20T22:03:26.859 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-20T22:03:26.986 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-20T22:03:27.001 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-20T22:03:27.044 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-20T22:03:27.102 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-20T22:03:27.111 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-joblib. 2024-05-20T22:03:27.139 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-20T22:03:27.178 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-20T22:03:27.203 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-20T22:03:27.446 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-20T22:03:27.447 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-20T22:03:27.478 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-20T22:03:27.481 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-20T22:03:27.505 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-20T22:03:27.509 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-20T22:03:27.548 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-20T22:03:27.714 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-20T22:03:27.809 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pastescript. 2024-05-20T22:03:27.836 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-20T22:03:27.839 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-20T22:03:27.842 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-sklearn. 2024-05-20T22:03:27.870 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-20T22:03:27.875 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-20T22:03:27.909 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-20T22:03:28.166 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-20T22:03:28.195 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pluggy. 2024-05-20T22:03:28.223 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-20T22:03:28.262 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-20T22:03:28.535 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-20T22:03:28.573 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-psutil. 2024-05-20T22:03:28.601 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-20T22:03:28.639 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-20T22:03:28.667 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-20T22:03:28.695 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:28.786 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-20T22:03:28.819 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:28.968 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-py. 2024-05-20T22:03:28.995 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-20T22:03:29.026 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-20T22:03:29.045 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-20T22:03:29.289 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-20T22:03:29.314 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pygments. 2024-05-20T22:03:29.341 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-20T22:03:29.379 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-20T22:03:29.548 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-20T22:03:29.773 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-cachetools. 2024-05-20T22:03:29.800 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-20T22:03:29.815 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-20T22:03:29.834 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-20T22:03:29.839 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-20T22:03:29.861 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-20T22:03:29.900 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-20T22:03:30.075 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-ceph-argparse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:30.143 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-20T22:03:30.170 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-20T22:03:30.186 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-toml. 2024-05-20T22:03:30.202 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-20T22:03:30.209 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-20T22:03:30.244 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-20T22:03:30.343 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-20T22:03:30.460 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-20T22:03:30.495 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-20T22:03:30.512 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-20T22:03:30.522 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-pytest. 2024-05-20T22:03:30.545 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-20T22:03:30.550 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-20T22:03:30.561 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-20T22:03:30.589 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-20T22:03:30.679 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-20T22:03:30.857 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-rsa. 2024-05-20T22:03:30.885 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-20T22:03:30.923 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-20T22:03:30.934 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package python3-simplejson. 2024-05-20T22:03:30.950 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-20T22:03:30.963 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-20T22:03:30.993 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-20T22:03:31.185 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-google-auth. 2024-05-20T22:03:31.214 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-20T22:03:31.243 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-20T22:03:31.246 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-20T22:03:31.274 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-20T22:03:31.312 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-20T22:03:31.337 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-20T22:03:31.369 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-20T22:03:31.433 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-20T22:03:31.496 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-20T22:03:31.509 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-20T22:03:31.538 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-20T22:03:31.559 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-20T22:03:31.841 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-websocket. 2024-05-20T22:03:31.869 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-20T22:03:31.907 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-20T22:03:31.927 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:32.027 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-20T22:03:32.066 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package radosgw. 2024-05-20T22:03:32.094 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../116-radosgw_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:32.132 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking radosgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:32.219 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-20T22:03:32.247 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-20T22:03:32.285 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-20T22:03:32.287 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-20T22:03:32.571 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-20T22:03:32.881 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up zip (3.0-12build2) ... 2024-05-20T22:03:32.919 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package rbd-fuse. 2024-05-20T22:03:32.924 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-20T22:03:32.947 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:32.953 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:32.985 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking rbd-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:32.991 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:33.007 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-20T22:03:33.273 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-20T22:03:33.310 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-20T22:03:33.338 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-20T22:03:33.377 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-20T22:03:33.524 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-20T22:03:33.650 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-20T22:03:33.663 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-20T22:03:33.679 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-20T22:03:33.713 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-20T22:03:33.717 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-20T22:03:33.909 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-20T22:03:33.957 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package jq. 2024-05-20T22:03:33.974 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-20T22:03:33.976 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-20T22:03:34.015 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-20T22:03:34.077 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-20T22:03:34.178 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-20T22:03:34.217 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-20T22:03:34.268 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package socat. 2024-05-20T22:03:34.296 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-20T22:03:34.335 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-20T22:03:34.462 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-20T22:03:34.646 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package xmlstarlet. 2024-05-20T22:03:34.651 INFO:teuthology.orchestra.run.smithi169.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-20T22:03:34.663 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-20T22:03:34.704 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-20T22:03:34.710 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:34.856 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-20T22:03:35.042 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-test. 2024-05-20T22:03:35.058 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:35.100 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-test (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:35.106 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-20T22:03:35.210 INFO:teuthology.orchestra.run.smithi169.stdout:Adding system user cephadm....done 2024-05-20T22:03:35.358 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-20T22:03:35.491 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-20T22:03:35.634 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-20T22:03:35.809 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-20T22:03:35.885 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-20T22:03:36.011 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-20T22:03:36.279 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-20T22:03:36.336 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-20T22:03:36.506 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-20T22:03:36.570 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-20T22:03:36.615 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-20T22:03:36.679 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:36.908 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-20T22:03:36.989 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-idna (3.3-1) ... 2024-05-20T22:03:37.268 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-20T22:03:37.307 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-20T22:03:37.429 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package ceph-volume. 2024-05-20T22:03:37.458 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2535-g4ea72516-1jammy_all.deb ... 2024-05-20T22:03:37.496 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking ceph-volume (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:37.520 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-20T22:03:37.800 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-20T22:03:37.812 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-20T22:03:37.828 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:37.891 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking libcephfs-dev (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:38.073 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-20T22:03:38.211 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-20T22:03:38.239 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-20T22:03:38.277 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-20T22:03:38.307 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-20T22:03:38.479 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-20T22:03:38.566 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-20T22:03:38.598 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-20T22:03:38.626 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-20T22:03:38.665 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-20T22:03:38.722 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:03:38.817 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-ceph-argparse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:38.856 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-20T22:03:38.977 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package nvme-cli. 2024-05-20T22:03:39.005 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-20T22:03:39.035 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-20T22:03:39.110 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-20T22:03:39.141 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-20T22:03:39.244 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-20T22:03:39.266 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-20T22:03:39.371 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-20T22:03:39.393 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-20T22:03:39.398 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package pkg-config. 2024-05-20T22:03:39.427 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-20T22:03:39.465 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-20T22:03:39.480 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-20T22:03:39.677 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-20T22:03:39.706 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-20T22:03:39.726 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-20T22:03:39.755 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-20T22:03:39.793 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-20T22:03:39.920 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-20T22:03:40.073 INFO:teuthology.orchestra.run.smithi169.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-20T22:03:40.104 INFO:teuthology.orchestra.run.smithi169.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-20T22:03:40.160 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-20T22:03:40.171 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:03:40.238 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-20T22:03:40.266 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-20T22:03:40.286 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-20T22:03:40.297 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-20T22:03:40.304 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-20T22:03:40.607 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pastescript. 2024-05-20T22:03:40.623 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-20T22:03:40.635 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-20T22:03:40.645 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:40.673 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-20T22:03:40.755 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-20T22:03:40.882 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-20T22:03:41.006 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-20T22:03:41.029 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pluggy. 2024-05-20T22:03:41.057 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-20T22:03:41.095 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-20T22:03:41.142 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-20T22:03:41.249 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-20T22:03:41.385 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-20T22:03:41.406 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-psutil. 2024-05-20T22:03:41.434 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-20T22:03:41.472 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-20T22:03:41.583 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up zip (3.0-12build2) ... 2024-05-20T22:03:41.619 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-20T22:03:41.709 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-20T22:03:41.792 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-py. 2024-05-20T22:03:41.820 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-20T22:03:41.858 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-20T22:03:41.861 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-20T22:03:41.971 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-20T22:03:42.187 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pygments. 2024-05-20T22:03:42.216 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-20T22:03:42.253 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-20T22:03:42.264 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-20T22:03:42.390 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-20T22:03:42.394 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-20T22:03:42.654 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-20T22:03:42.699 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-20T22:03:42.741 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-20T22:03:42.770 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-20T22:03:42.772 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-20T22:03:42.807 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-20T22:03:42.873 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-20T22:03:43.017 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-20T22:03:43.102 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-toml. 2024-05-20T22:03:43.119 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-20T22:03:43.157 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-20T22:03:43.159 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-20T22:03:43.268 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-20T22:03:43.369 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-20T22:03:43.413 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-pytest. 2024-05-20T22:03:43.430 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-20T22:03:43.463 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-20T22:03:43.470 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:43.533 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-20T22:03:43.550 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-20T22:03:43.783 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package python3-simplejson. 2024-05-20T22:03:43.784 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-20T22:03:43.788 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-20T22:03:43.811 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-20T22:03:43.849 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-20T22:03:43.914 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-20T22:03:44.152 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-20T22:03:44.161 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-20T22:03:44.180 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-20T22:03:44.218 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-20T22:03:44.316 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-20T22:03:44.446 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-20T22:03:44.592 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-20T22:03:44.718 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-20T22:03:44.881 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package radosgw. 2024-05-20T22:03:44.910 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../116-radosgw_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:44.947 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking radosgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:44.974 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-20T22:03:44.985 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:03:45.086 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-20T22:03:45.225 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-20T22:03:45.351 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:45.395 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-20T22:03:45.652 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-idna (3.3-1) ... 2024-05-20T22:03:45.680 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-20T22:03:45.716 INFO:teuthology.orchestra.run.smithi053.stdout:Selecting previously unselected package rbd-fuse. 2024-05-20T22:03:45.733 INFO:teuthology.orchestra.run.smithi053.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2535-g4ea72516-1jammy_amd64.deb ... 2024-05-20T22:03:45.766 INFO:teuthology.orchestra.run.smithi053.stdout:Unpacking rbd-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:45.965 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-20T22:03:45.978 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-20T22:03:46.047 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-20T22:03:46.124 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-20T22:03:46.296 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-20T22:03:46.400 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-20T22:03:46.422 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-20T22:03:46.690 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-20T22:03:46.701 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-20T22:03:47.036 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-20T22:03:47.054 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-20T22:03:47.068 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-20T22:03:47.302 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:03:47.431 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-20T22:03:47.437 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-20T22:03:47.451 INFO:teuthology.orchestra.run.smithi053.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-20T22:03:47.633 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:47.696 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-20T22:03:47.724 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-20T22:03:47.797 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-20T22:03:47.915 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-20T22:03:48.068 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-20T22:03:48.166 INFO:teuthology.orchestra.run.smithi053.stdout:Adding system user cephadm....done 2024-05-20T22:03:48.194 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librados2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:48.199 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-20T22:03:48.303 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:48.321 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-20T22:03:48.413 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-20T22:03:48.450 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-20T22:03:48.598 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-20T22:03:48.718 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:03:48.749 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libcephfs2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:48.849 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-20T22:03:48.861 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-20T22:03:48.875 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libradosstriper1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:48.950 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-20T22:03:49.001 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-20T22:03:49.170 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-20T22:03:49.192 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-20T22:03:49.277 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librbd1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:49.386 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-modules-core (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:49.405 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-20T22:03:49.512 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:49.561 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-20T22:03:49.648 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-20T22:03:49.687 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-20T22:03:49.732 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-20T22:03:49.733 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-20T22:03:49.899 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-20T22:03:49.997 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-20T22:03:50.150 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-20T22:03:50.247 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libcephfs-dev (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:50.365 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-20T22:03:50.373 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rados (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:50.418 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-20T22:03:50.499 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librgw2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:50.543 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-20T22:03:50.608 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-20T22:03:50.625 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-20T22:03:50.819 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-20T22:03:50.876 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-20T22:03:50.945 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-20T22:03:51.136 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-20T22:03:51.230 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-20T22:03:51.396 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-20T22:03:51.506 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-20T22:03:51.655 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-20T22:03:51.749 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-20T22:03:51.837 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rbd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:51.883 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-20T22:03:51.914 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-ceph-argparse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:51.955 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up rbd-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:52.009 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:52.081 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:52.098 INFO:teuthology.orchestra.run.smithi169.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-20T22:03:52.173 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-20T22:03:52.207 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cephfs (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:52.283 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-20T22:03:52.333 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:52.344 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-20T22:03:52.383 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-20T22:03:52.470 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-20T22:03:52.493 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-20T22:03:52.761 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-20T22:03:52.842 INFO:teuthology.orchestra.run.smithi046.stdout:Adding group ceph....done 2024-05-20T22:03:52.872 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-20T22:03:53.107 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-20T22:03:53.114 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-20T22:03:53.142 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-20T22:03:53.197 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-20T22:03:53.224 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-20T22:03:53.227 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user ceph....done 2024-05-20T22:03:53.340 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-20T22:03:53.395 INFO:teuthology.orchestra.run.smithi046.stdout:Setting system user ceph properties....done 2024-05-20T22:03:53.414 INFO:teuthology.orchestra.run.smithi046.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-20T22:03:53.475 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:03:53.557 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-20T22:03:53.601 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-20T22:03:53.716 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-20T22:03:53.817 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-20T22:03:53.863 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-20T22:03:53.919 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-20T22:03:54.068 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-20T22:03:54.219 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-20T22:03:54.333 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-test (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:54.336 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-20T22:03:54.443 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up radosgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:54.496 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-20T22:03:54.597 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-20T22:03:54.662 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up zip (3.0-12build2) ... 2024-05-20T22:03:54.788 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-20T22:03:54.848 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-20T22:03:54.895 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-20T22:03:54.896 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-20T22:03:55.107 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-20T22:03:55.336 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-base (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:55.435 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-20T22:03:55.498 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-20T22:03:55.697 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-20T22:03:55.766 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-20T22:03:55.829 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-20T22:03:55.867 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-20T22:03:55.968 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-20T22:03:56.122 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-20T22:03:56.157 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mds (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:56.260 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-20T22:03:56.419 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-20T22:03:56.419 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-20T22:03:56.449 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-20T22:03:56.575 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librados2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:56.687 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-20T22:03:56.702 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:56.827 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-20T22:03:56.892 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:56.938 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-20T22:03:57.120 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-20T22:03:57.120 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-20T22:03:57.130 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libcephfs2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:57.240 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libradosstriper1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:57.315 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-20T22:03:57.366 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-20T22:03:57.601 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-osd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:57.633 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-20T22:03:57.642 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librbd1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:57.769 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-modules-core (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:57.894 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:57.899 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-20T22:03:57.899 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-20T22:03:57.976 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-20T22:03:58.104 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-20T22:03:58.104 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-20T22:03:58.210 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-20T22:03:58.336 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.369 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.470 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.579 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libcephfs-dev (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.596 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mon (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.654 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-idna (3.3-1) ... 2024-05-20T22:03:58.680 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rados (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.781 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up librgw2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:58.816 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-20T22:03:58.816 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-20T22:03:58.890 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-20T22:03:58.988 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-20T22:03:59.306 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:59.465 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:59.591 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-dashboard (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:03:59.742 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-volume (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:00.103 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-20T22:04:00.152 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rbd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:00.160 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-20T22:04:00.286 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up rbd-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:00.312 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-20T22:04:00.404 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-rgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:00.421 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:04:00.448 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-20T22:04:00.505 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up python3-cephfs (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:00.555 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-20T22:04:00.606 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:00.823 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-20T22:04:00.949 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-20T22:04:01.075 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-20T22:04:01.149 INFO:teuthology.orchestra.run.smithi169.stdout:Adding group ceph....done 2024-05-20T22:04:01.376 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-20T22:04:01.490 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-20T22:04:01.517 INFO:teuthology.orchestra.run.smithi169.stdout:Adding system user ceph....done 2024-05-20T22:04:01.652 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-20T22:04:01.694 INFO:teuthology.orchestra.run.smithi169.stdout:Setting system user ceph properties....done 2024-05-20T22:04:01.705 INFO:teuthology.orchestra.run.smithi169.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-20T22:04:01.845 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-20T22:04:01.903 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:04:02.029 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-20T22:04:02.148 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-20T22:04:02.170 INFO:teuthology.orchestra.run.smithi046.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-20T22:04:02.176 DEBUG:teuthology.parallel:result is None 2024-05-20T22:04:02.347 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-20T22:04:02.624 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-20T22:04:02.624 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-test (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:02.750 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up radosgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:02.899 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-20T22:04:03.142 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-20T22:04:03.245 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-20T22:04:03.245 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-20T22:04:03.376 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-20T22:04:03.644 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-20T22:04:03.779 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-20T22:04:03.976 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-base (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:04.072 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-20T22:04:04.198 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-20T22:04:04.332 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-20T22:04:04.507 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-20T22:04:04.804 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mds (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:04.808 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-20T22:04:05.014 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-20T22:04:05.014 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-20T22:04:05.051 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-20T22:04:05.160 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-20T22:04:05.303 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-20T22:04:05.393 INFO:teuthology.orchestra.run.smithi053.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-20T22:04:05.638 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-20T22:04:05.764 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-20T22:04:05.868 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:06.081 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-20T22:04:06.081 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-20T22:04:06.157 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-20T22:04:06.424 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-20T22:04:06.534 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-20T22:04:06.569 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-osd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:06.776 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-20T22:04:06.864 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-20T22:04:06.864 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-20T22:04:06.903 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-20T22:04:07.237 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-20T22:04:07.329 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:07.430 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:07.555 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-20T22:04:07.556 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mon (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:07.760 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-20T22:04:07.760 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-20T22:04:07.831 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-20T22:04:07.957 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-20T22:04:08.233 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-20T22:04:08.240 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:08.383 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:08.492 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-20T22:04:08.509 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-mgr-dashboard (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:08.660 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up ceph-volume (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:08.829 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-20T22:04:09.188 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-20T22:04:09.230 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-20T22:04:09.297 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-20T22:04:09.433 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-20T22:04:09.532 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-20T22:04:09.876 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-20T22:04:09.985 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librados2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:10.120 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:10.246 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-20T22:04:10.534 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-20T22:04:10.582 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libcephfs2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:10.708 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libradosstriper1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:10.809 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-20T22:04:11.060 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librbd1 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:11.174 INFO:teuthology.orchestra.run.smithi169.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-20T22:04:11.180 DEBUG:teuthology.parallel:result is None 2024-05-20T22:04:11.186 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-modules-core (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:11.312 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:11.533 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-20T22:04:11.533 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-20T22:04:12.014 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up libcephfs-dev (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:12.140 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rados (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:12.266 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up librgw2 (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:12.392 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-20T22:04:13.704 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rbd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:13.830 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up rbd-fuse (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:13.956 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-rgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:14.082 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up python3-cephfs (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:14.200 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-common (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:14.709 INFO:teuthology.orchestra.run.smithi053.stdout:Adding group ceph....done 2024-05-20T22:04:15.061 INFO:teuthology.orchestra.run.smithi053.stdout:Adding system user ceph....done 2024-05-20T22:04:15.187 INFO:teuthology.orchestra.run.smithi053.stdout:Setting system user ceph properties....done 2024-05-20T22:04:15.206 INFO:teuthology.orchestra.run.smithi053.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-20T22:04:15.354 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-20T22:04:15.725 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-20T22:04:16.209 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-test (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:16.352 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up radosgw (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:16.843 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-20T22:04:16.843 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-20T22:04:17.371 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-base (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:17.756 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-20T22:04:18.215 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mds (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:18.535 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-20T22:04:18.536 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-20T22:04:19.000 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:19.210 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-20T22:04:19.210 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-20T22:04:19.793 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-osd (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:20.102 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-20T22:04:20.102 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-20T22:04:20.554 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:20.679 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:20.822 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mon (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:21.065 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-20T22:04:21.066 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-20T22:04:21.498 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-cephadm (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:21.649 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:21.775 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-mgr-dashboard (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:21.926 INFO:teuthology.orchestra.run.smithi053.stdout:Setting up ceph-volume (19.0.0-2535-g4ea72516-1jammy) ... 2024-05-20T22:04:22.270 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-20T22:04:22.371 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-20T22:04:22.523 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-20T22:04:23.658 INFO:teuthology.orchestra.run.smithi053.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-20T22:04:24.389 INFO:teuthology.orchestra.run.smithi053.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-20T22:04:24.394 DEBUG:teuthology.parallel:result is None 2024-05-20T22:04:24.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:04:24.629 DEBUG:teuthology.orchestra.run.smithi046:> dpkg-query -W -f '${Version}' ceph 2024-05-20T22:04:24.649 INFO:teuthology.orchestra.run.smithi046.stdout:19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:04:24.650 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:04:24.650 INFO:teuthology.task.install:The correct ceph version 19.0.0-2535-g4ea72516-1jammy is installed. 2024-05-20T22:04:24.652 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:04:24.957 DEBUG:teuthology.orchestra.run.smithi053:> dpkg-query -W -f '${Version}' ceph 2024-05-20T22:04:24.977 INFO:teuthology.orchestra.run.smithi053.stdout:19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:04:24.977 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:04:24.977 INFO:teuthology.task.install:The correct ceph version 19.0.0-2535-g4ea72516-1jammy is installed. 2024-05-20T22:04:24.979 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:04:25.116 DEBUG:teuthology.orchestra.run.smithi169:> dpkg-query -W -f '${Version}' ceph 2024-05-20T22:04:25.135 INFO:teuthology.orchestra.run.smithi169.stdout:19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:04:25.136 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2535-g4ea72516-1jammy 2024-05-20T22:04:25.136 INFO:teuthology.task.install:The correct ceph version 19.0.0-2535-g4ea72516-1jammy is installed. 2024-05-20T22:04:25.137 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-20T22:04:25.138 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:04:25.138 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-20T22:04:25.153 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:04:25.153 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-20T22:04:25.167 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:04:25.167 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-20T22:04:25.191 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-20T22:04:25.191 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:04:25.191 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/daemon-helper 2024-05-20T22:04:25.208 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-20T22:04:25.263 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:04:25.263 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2024-05-20T22:04:25.277 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-20T22:04:25.333 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:04:25.333 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/daemon-helper 2024-05-20T22:04:25.347 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-20T22:04:25.401 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-20T22:04:25.401 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:04:25.402 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-20T22:04:25.415 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-20T22:04:25.471 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:04:25.471 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-20T22:04:25.485 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-20T22:04:25.540 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:04:25.540 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-20T22:04:25.552 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-20T22:04:25.606 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-20T22:04:25.606 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:04:25.606 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/stdin-killer 2024-05-20T22:04:25.621 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-20T22:04:25.675 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:04:25.675 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2024-05-20T22:04:25.689 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-20T22:04:25.744 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:04:25.744 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/stdin-killer 2024-05-20T22:04:25.758 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-20T22:04:25.814 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-20T22:04:25.903 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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'], 'log-only-match': ['CEPHADM_'], 'sha1': '4ea7251640d7dc85322163e97efba46b50b07648', 'image': 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9'} 2024-05-20T22:04:25.903 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 2024-05-20T22:04:25.903 INFO:tasks.cephadm:Cluster fsid is ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:04:25.903 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-20T22:04:25.904 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.46', 'mon.b': '172.21.15.53', 'mon.c': '172.21.15.169'} 2024-05-20T22:04:25.904 INFO:tasks.cephadm:First mon is mon.a on smithi046 2024-05-20T22:04:25.904 INFO:tasks.cephadm:First mgr is a 2024-05-20T22:04:25.904 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-20T22:04:25.904 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-05-20T22:04:25.919 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-05-20T22:04:25.933 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-05-20T22:04:25.947 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-20T22:04:25.947 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:04:26.089 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '4ea7251640d7dc85322163e97efba46b50b07648', '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/79352/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2535-g4ea72516', '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-2535-g4ea72516-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-13 21:50:24.309271', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid-release', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-20T22:04:26.224 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid-release, sha1 4ea7251640d7dc85322163e97efba46b50b07648 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=4ea7251640d7dc85322163e97efba46b50b07648 2024-05-20T22:04:26.226 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-20T22:04:26.226 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:26.778 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789190 May 20 22:04 /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:26.779 DEBUG:teuthology.orchestra.run.smithi053:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:27.497 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789190 May 20 22:04 /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:27.497 DEBUG:teuthology.orchestra.run.smithi169:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid-release/4ea7251640d7dc85322163e97efba46b50b07648/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:28.208 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789190 May 20 22:04 /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:28.209 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:28.217 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:28.225 DEBUG:teuthology.orchestra.run.smithi169:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-20T22:04:28.242 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 on all hosts... 2024-05-20T22:04:28.242 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 pull 2024-05-20T22:04:28.260 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 pull 2024-05-20T22:04:28.269 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 pull 2024-05-20T22:04:28.431 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9... 2024-05-20T22:04:28.438 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9... 2024-05-20T22:04:28.439 INFO:teuthology.orchestra.run.smithi169.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9... 2024-05-20T22:05:26.329 INFO:teuthology.orchestra.run.smithi169.stdout:{ 2024-05-20T22:05:26.330 INFO:teuthology.orchestra.run.smithi169.stdout: "ceph_version": "ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev)", 2024-05-20T22:05:26.330 INFO:teuthology.orchestra.run.smithi169.stdout: "image_id": "6942493d5398ba1744ec8e88f25d807fc19e2b31cf4130189ef0c0c152e311c4", 2024-05-20T22:05:26.330 INFO:teuthology.orchestra.run.smithi169.stdout: "repo_digests": [ 2024-05-20T22:05:26.330 INFO:teuthology.orchestra.run.smithi169.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a5c9170c7ae3d9f617155d284e34bb385be5567892107c64d3eb2a0bbcaa9278" 2024-05-20T22:05:26.330 INFO:teuthology.orchestra.run.smithi169.stdout: ] 2024-05-20T22:05:26.330 INFO:teuthology.orchestra.run.smithi169.stdout:} 2024-05-20T22:05:27.876 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-05-20T22:05:27.876 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev)", 2024-05-20T22:05:27.877 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "6942493d5398ba1744ec8e88f25d807fc19e2b31cf4130189ef0c0c152e311c4", 2024-05-20T22:05:27.877 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-05-20T22:05:27.877 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a5c9170c7ae3d9f617155d284e34bb385be5567892107c64d3eb2a0bbcaa9278" 2024-05-20T22:05:27.877 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-05-20T22:05:27.877 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-05-20T22:05:40.321 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-05-20T22:05:40.321 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev)", 2024-05-20T22:05:40.321 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "6942493d5398ba1744ec8e88f25d807fc19e2b31cf4130189ef0c0c152e311c4", 2024-05-20T22:05:40.321 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2024-05-20T22:05:40.322 INFO:teuthology.orchestra.run.smithi046.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a5c9170c7ae3d9f617155d284e34bb385be5567892107c64d3eb2a0bbcaa9278" 2024-05-20T22:05:40.322 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2024-05-20T22:05:40.322 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-05-20T22:05:40.371 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-05-20T22:05:40.385 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-05-20T22:05:40.400 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /etc/ceph 2024-05-20T22:05:40.415 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-05-20T22:05:40.438 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-05-20T22:05:40.455 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 777 /etc/ceph 2024-05-20T22:05:40.469 INFO:tasks.cephadm:Writing seed config... 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-20T22:05:40.471 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-20T22:05:40.472 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:05:40.472 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-20T22:05:40.487 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 = ec001fca-16f4-11ef-bc9a-c7b262605968 mon election default strategy = 1 [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 = False [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-05-20T22:05:40.488 DEBUG:teuthology.orchestra.run.smithi046:mon.a> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a.service 2024-05-20T22:05:40.533 DEBUG:teuthology.orchestra.run.smithi046:mgr.a> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a.service 2024-05-20T22:05:40.576 INFO:tasks.cephadm:Bootstrapping... 2024-05-20T22:05:40.576 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 -v bootstrap --fsid ec001fca-16f4-11ef-bc9a-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.46 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:05:40.789 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-20T22:05:40.789 INFO:teuthology.orchestra.run.smithi046.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9', '-v', 'bootstrap', '--fsid', 'ec001fca-16f4-11ef-bc9a-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.46', '--skip-admin-label'] 2024-05-20T22:05:40.790 INFO:teuthology.orchestra.run.smithi046.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-20T22:05:40.790 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying podman|docker is present... 2024-05-20T22:05:40.790 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying lvm2 is present... 2024-05-20T22:05:40.790 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying time synchronization is in place... 2024-05-20T22:05:40.795 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-20T22:05:40.795 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-20T22:05:40.799 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-20T22:05:40.799 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.803 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-20T22:05:40.803 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-20T22:05:40.807 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-20T22:05:40.807 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.811 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-20T22:05:40.811 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout masked 2024-05-20T22:05:40.815 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-20T22:05:40.815 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.819 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-20T22:05:40.819 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-20T22:05:40.823 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-20T22:05:40.823 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.828 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout enabled 2024-05-20T22:05:40.834 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout active 2024-05-20T22:05:40.834 INFO:teuthology.orchestra.run.smithi046.stdout:Unit ntp.service is enabled and running 2024-05-20T22:05:40.835 INFO:teuthology.orchestra.run.smithi046.stdout:Repeating the final host check... 2024-05-20T22:05:40.835 INFO:teuthology.orchestra.run.smithi046.stdout:docker (/usr/bin/docker) is present 2024-05-20T22:05:40.835 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl is present 2024-05-20T22:05:40.835 INFO:teuthology.orchestra.run.smithi046.stdout:lvcreate is present 2024-05-20T22:05:40.835 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-20T22:05:40.835 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-20T22:05:40.839 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-20T22:05:40.839 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.843 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-20T22:05:40.843 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-20T22:05:40.847 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-20T22:05:40.847 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.851 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-20T22:05:40.851 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout masked 2024-05-20T22:05:40.855 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-20T22:05:40.855 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.859 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-20T22:05:40.859 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-20T22:05:40.862 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-20T22:05:40.862 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-05-20T22:05:40.866 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout enabled 2024-05-20T22:05:40.870 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout active 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Unit ntp.service is enabled and running 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Host looks OK 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Cluster fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Acquiring lock 139945506223152 on /run/cephadm/ec001fca-16f4-11ef-bc9a-c7b262605968.lock 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Lock 139945506223152 acquired on /run/cephadm/ec001fca-16f4-11ef-bc9a-c7b262605968.lock 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying IP 172.21.15.46 port 3300 ... 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying IP 172.21.15.46 port 6789 ... 2024-05-20T22:05:40.871 INFO:teuthology.orchestra.run.smithi046.stdout:Base mon IP(s) is [172.21.15.46:3300, 172.21.15.46:6789], mon addrv is [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-05-20T22:05:40.873 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-20T22:05:40.874 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-20T22:05:40.874 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 2024-05-20T22:05:40.876 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-20T22:05:40.876 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-20T22:05:40.876 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15f8/64 scope link 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-05-20T22:05:40.879 INFO:teuthology.orchestra.run.smithi046.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-20T22:05:40.880 INFO:teuthology.orchestra.run.smithi046.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-20T22:05:40.880 INFO:teuthology.orchestra.run.smithi046.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9... 2024-05-20T22:05:41.143 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout 200b27799814c89893ec6700f852fc40163e03d5-centos9: Pulling from ceph-ci/ceph 2024-05-20T22:05:41.144 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout Digest: sha256:a5c9170c7ae3d9f617155d284e34bb385be5567892107c64d3eb2a0bbcaa9278 2024-05-20T22:05:41.144 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 2024-05-20T22:05:41.144 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 2024-05-20T22:05:42.657 INFO:teuthology.orchestra.run.smithi046.stdout:ceph: stdout ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev) 2024-05-20T22:05:42.657 INFO:teuthology.orchestra.run.smithi046.stdout:Ceph version: ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev) 2024-05-20T22:05:42.657 INFO:teuthology.orchestra.run.smithi046.stdout:Extracting ceph user uid/gid from container image... 2024-05-20T22:05:43.836 INFO:teuthology.orchestra.run.smithi046.stdout:stat: stdout 167 167 2024-05-20T22:05:43.836 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial keys... 2024-05-20T22:05:45.091 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQA4yUtmTPbEIRAA6pCUhK5BYitVUXyvN+xidw== 2024-05-20T22:05:46.270 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQA5yUtmKX6PMBAAt7OJ37zAk0AKdabScvu9wA== 2024-05-20T22:05:47.617 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQA7yUtmJ525AxAA/sxhJu5r2mgI211sYXyY9A== 2024-05-20T22:05:47.618 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial monmap... 2024-05-20T22:05:48.963 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:monmaptool for a [v2:172.21.15.46:3300,v1:172.21.15.46:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:setting min_mon_release = quincy 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: set fsid to ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-20T22:05:48.964 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:05:48.965 INFO:teuthology.orchestra.run.smithi046.stdout:Creating mon... 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.623+0000 7fe3b1f26b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.623+0000 7fe3b1f26b00 1 imported monmap: 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-20T22:05:48.344830+0000 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-20T22:05:50.163 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-20T22:05:50.164 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:05:50.164 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.164 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.623+0000 7fe3b1f26b00 0 /usr/bin/ceph-mon: set fsid to ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:50.164 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: RocksDB version: 7.9.2 2024-05-20T22:05:50.164 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.164 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Git sha 0 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Compile date 2024-05-20 18:35:26 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: DB SUMMARY 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: DB Session ID: E83GKQ7C6Z9PC76SGZR8 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.193 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-20T22:05:50.194 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.194 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.error_if_exists: 0 2024-05-20T22:05:50.194 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.create_if_missing: 1 2024-05-20T22:05:50.194 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.paranoid_checks: 1 2024-05-20T22:05:50.194 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-20T22:05:50.194 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.env: 0x55e9fff6a740 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.fs: PosixFileSystem 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.info_log: 0x55ea00aea5a0 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.statistics: (nil) 2024-05-20T22:05:50.195 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.use_fsync: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_log_file_size: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.allow_fallocate: 1 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.use_direct_reads: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.create_missing_column_families: 0 2024-05-20T22:05:50.196 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.db_log_dir: 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.wal_dir: 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.advise_random_on_open: 1 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.write_buffer_manager: 0x55ea00af15e0 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-20T22:05:50.197 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.rate_limiter: (nil) 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.unordered_write: 0 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.row_cache: None 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.wal_filter: None 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-20T22:05:50.198 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.two_write_queues: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.manual_wal_flush: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.wal_compression: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.atomic_flush: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.log_readahead_size: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-20T22:05:50.199 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_background_jobs: 2 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_background_compactions: -1 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_subcompactions: 1 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_total_wal_size: 0 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-20T22:05:50.200 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_open_files: -1 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bytes_per_sync: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_background_flushes: -1 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Compression algorithms supported: 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kZSTD supported: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kXpressCompression supported: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kBZip2Compression supported: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kLZ4Compression supported: 1 2024-05-20T22:05:50.201 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kZlibCompression supported: 1 2024-05-20T22:05:50.202 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-20T22:05:50.202 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: kSnappyCompression supported: 1 2024-05-20T22:05:50.202 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-20T22:05:50.202 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-20T22:05:50.202 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-20T22:05:50.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-20T22:05:50.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-20T22:05:50.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.203 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.merge_operator: 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_filter: None 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_filter_factory: None 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-20T22:05:50.204 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ea00aea2a0) 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-20T22:05:50.205 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55ea00ad9090 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-20T22:05:50.206 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-20T22:05:50.207 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-20T22:05:50.207 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-20T22:05:50.207 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-20T22:05:50.207 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-20T22:05:50.207 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-20T22:05:50.207 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-20T22:05:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-20T22:05:50.209 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-20T22:05:50.209 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-20T22:05:50.209 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-20T22:05:50.209 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-20T22:05:50.209 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-20T22:05:50.209 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression: NoCompression 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.num_levels: 7 2024-05-20T22:05:50.210 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-20T22:05:50.211 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.level: 32767 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.enabled: false 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-20T22:05:50.212 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-20T22:05:50.213 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.arena_block_size: 1048576 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-20T22:05:50.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.table_properties_collectors: 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.inplace_update_support: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.bloom_locality: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.max_successive_merges: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.force_consistency_checks: 1 2024-05-20T22:05:50.215 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.ttl: 2592000 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.enable_blob_files: false 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.min_blob_size: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.blob_file_size: 268435456 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-20T22:05:50.216 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 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-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7a0fde80-0f72-490e-98a5-e167e4e3afcd 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.627+0000 7fe3b1f26b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3b1f26b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ea00b04e00 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3b1f26b00 4 rocksdb: DB pointer 0x55ea00bd8000 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3a96b1640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3a96b1640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-20T22:05:50.217 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.218 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-20T22:05:50.219 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.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-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55ea00ad9090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3b1f26b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3b1f26b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-20T22:05:49.631+0000 7fe3b1f26b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-20T22:05:50.220 INFO:teuthology.orchestra.run.smithi046.stdout:create mon.a on 2024-05-20T22:05:50.486 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-20T22:05:50.688 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-20T22:05:50.920 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968.target -> /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968.target. 2024-05-20T22:05:50.920 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968.target -> /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968.target. 2024-05-20T22:05:51.244 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a 2024-05-20T22:05:51.244 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a.service: Unit ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a.service not loaded. 2024-05-20T22:05:51.446 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968.target.wants/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@.service. 2024-05-20T22:05:51.454 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-05-20T22:05:51.455 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to enable service . firewalld.service is not available 2024-05-20T22:05:51.455 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mon to start... 2024-05-20T22:05:51.455 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mon... 2024-05-20T22:05:53.347 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:53 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.137274+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-05-20T22:05:54.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout cluster: 2024-05-20T22:05:54.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout id: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:54.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-20T22:05:54.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:05:54.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout services: 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.178862s) 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout data: 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout pgs: 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:mon is available 2024-05-20T22:05:54.033 INFO:teuthology.orchestra.run.smithi046.stdout:Assimilating anything we can from ceph.conf... 2024-05-20T22:05:54.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157260+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-05-20T22:05:54.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157463+0000 mon.a (mon.0) 3 : cluster 0 monmap epoch 1 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157474+0000 mon.a (mon.0) 4 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157481+0000 mon.a (mon.0) 5 : cluster 0 last_changed 2024-05-20T22:05:48.344830+0000 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157488+0000 mon.a (mon.0) 6 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157496+0000 mon.a (mon.0) 7 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157502+0000 mon.a (mon.0) 8 : cluster 0 election_strategy: 1 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.157509+0000 mon.a (mon.0) 9 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.159849+0000 mon.a (mon.0) 10 : cluster 0 fsmap 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.162046+0000 mon.a (mon.0) 11 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: cluster 2024-05-20T22:05:53.162507+0000 mon.a (mon.0) 12 : cluster 0 mgrmap e1: no daemons active 2024-05-20T22:05:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:54 smithi046 bash[21352]: audit 2024-05-20T22:05:53.336081+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.46:0/2501985626' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-20T22:05:55.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:55 smithi046 bash[21352]: audit 2024-05-20T22:05:54.984532+0000 mon.a (mon.0) 14 : audit 1 from='client.? 172.21.15.46:0/528088770' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-20T22:05:55.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:55 smithi046 bash[21352]: audit 2024-05-20T22:05:54.988565+0000 mon.a (mon.0) 15 : audit 1 from='client.? 172.21.15.46:0/528088770' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-20T22:05:55.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [global] 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout fsid = ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-20T22:05:55.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-20T22:05:55.555 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:05:55.555 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [osd] 2024-05-20T22:05:55.555 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-20T22:05:55.555 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-20T22:05:55.555 INFO:teuthology.orchestra.run.smithi046.stdout:Generating new minimal ceph.conf... 2024-05-20T22:05:56.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:56 smithi046 bash[21352]: audit 2024-05-20T22:05:56.512251+0000 mon.a (mon.0) 16 : audit 0 from='client.? 172.21.15.46:0/1209572767' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:05:57.074 INFO:teuthology.orchestra.run.smithi046.stdout:Restarting the monitor... 2024-05-20T22:05:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 systemd[1]: Stopping Ceph mon.a for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:05:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 bash[21352]: debug 2024-05-20T22:05:57.179+0000 7f96efb4e640 -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-05-20T22:05:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 bash[21352]: debug 2024-05-20T22:05:57.179+0000 7f96efb4e640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-20T22:05:57.965 INFO:teuthology.orchestra.run.smithi046.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-20T22:05:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 bash[21735]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-mon-a 2024-05-20T22:05:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 bash[21796]: Error response from daemon: No such container: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-mon-a 2024-05-20T22:05:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 systemd[1]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-20T22:05:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 systemd[1]: Stopped Ceph mon.a for ec001fca-16f4-11ef-bc9a-c7b262605968. 2024-05-20T22:05:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:57 smithi046 systemd[1]: Started Ceph mon.a for ec001fca-16f4-11ef-bc9a-c7b262605968. 2024-05-20T22:05:59.242 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.047+0000 7f3c4f59db00 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-20T22:05:59.242 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.047+0000 7f3c4f59db00 0 ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev), process ceph-mon, pid 7 2024-05-20T22:05:59.242 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.047+0000 7f3c4f59db00 0 pidfile_write: ignore empty --pid-file 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 0 load: jerasure load: lrc 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: RocksDB version: 7.9.2 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Git sha 0 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Compile date 2024-05-20 18:35:26 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: DB SUMMARY 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: DB Session ID: Y1OMG55UGY7U4RMNWKBZ 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: CURRENT file: CURRENT 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: IDENTITY file: IDENTITY 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88837 ; 2024-05-20T22:05:59.243 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.error_if_exists: 0 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.create_if_missing: 0 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.paranoid_checks: 1 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.env: 0x55cfcb392740 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.fs: PosixFileSystem 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.info_log: 0x55cfcd50f0c0 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.statistics: (nil) 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.use_fsync: 0 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_log_file_size: 0 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-20T22:05:59.244 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.allow_fallocate: 1 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.use_direct_reads: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.create_missing_column_families: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.db_log_dir: 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.wal_dir: 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-20T22:05:59.245 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.advise_random_on_open: 1 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.write_buffer_manager: 0x55cfcd51e1e0 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.rate_limiter: (nil) 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-20T22:05:59.246 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.unordered_write: 0 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.row_cache: None 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.wal_filter: None 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-20T22:05:59.248 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.two_write_queues: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.manual_wal_flush: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.wal_compression: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.atomic_flush: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.log_readahead_size: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-20T22:05:59.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_background_jobs: 2 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_background_compactions: -1 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_subcompactions: 1 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_total_wal_size: 0 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-20T22:05:59.250 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_open_files: -1 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bytes_per_sync: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_background_flushes: -1 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Compression algorithms supported: 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kZSTD supported: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kXpressCompression supported: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kBZip2Compression supported: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kLZ4Compression supported: 1 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kZlibCompression supported: 1 2024-05-20T22:05:59.251 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: kSnappyCompression supported: 1 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.merge_operator: 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_filter: None 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_filter_factory: None 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cfcd50ed20) 2024-05-20T22:05:59.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: cache_index_and_filter_blocks: 1 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: pin_top_level_index_and_filter: 1 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: index_type: 0 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: data_block_index_type: 0 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: index_shortening: 1 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: data_block_hash_table_util_ratio: 0.750000 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: checksum: 4 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: no_block_cache: 0 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_cache: 0x55cfcd507090 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_cache_name: BinnedLRUCache 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_cache_options: 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: capacity : 536870912 2024-05-20T22:05:59.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: num_shard_bits : 4 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: strict_capacity_limit : 0 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: high_pri_pool_ratio: 0.000 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_cache_compressed: (nil) 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: persistent_cache: (nil) 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_size: 4096 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_size_deviation: 10 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_restart_interval: 16 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: index_block_restart_interval: 1 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: metadata_block_size: 4096 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: partition_filters: 0 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: use_delta_encoding: 1 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: filter_policy: bloomfilter 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: whole_key_filtering: 1 2024-05-20T22:05:59.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: verify_compression: 0 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: read_amp_bytes_per_bit: 0 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: format_version: 5 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: enable_index_compression: 1 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: block_align: 0 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: max_auto_readahead_size: 262144 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: prepopulate_block_cache: 0 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: initial_auto_readahead_size: 8192 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: num_file_reads_for_auto_readahead: 2 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression: NoCompression 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-20T22:05:59.255 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.num_levels: 7 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-20T22:05:59.256 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.level: 32767 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.enabled: false 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-20T22:05:59.257 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-20T22:05:59.258 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.arena_block_size: 1048576 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-20T22:05:59.259 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.table_properties_collectors: 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.inplace_update_support: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.bloom_locality: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.max_successive_merges: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.force_consistency_checks: 1 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.ttl: 2592000 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-20T22:05:59.260 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.enable_blob_files: false 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.min_blob_size: 0 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.blob_file_size: 268435456 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.051+0000 7f3c4f59db00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 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-05-20T22:05:59.261 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7a0fde80-0f72-490e-98a5-e167e4e3afcd 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716242759057424, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716242759058439, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85461, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83634, "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": 77808, "raw_average_value_size": 358, "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": "[]", "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": 1716242759, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7a0fde80-0f72-490e-98a5-e167e4e3afcd", "db_session_id": "Y1OMG55UGY7U4RMNWKBZ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716242759058563, "job": 1, "event": "recovery_finished"} 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 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-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cfcd530e00 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 4 rocksdb: DB pointer 0x55cfcd62a000 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c45366640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c45366640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: ** DB Stats ** 2024-05-20T22:05:59.262 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: ** Compaction Stats [default] ** 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: 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-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: L0 2/0 85.29 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Sum 2/0 85.29 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: ** Compaction Stats [default] ** 2024-05-20T22:05:59.263 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: 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-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: AddFile(Total Files): cumulative 0, interval 0 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: AddFile(Keys): cumulative 0, interval 0 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Cumulative compaction: 0.00 GB write, 22.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Interval compaction: 0.00 GB write, 22.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: 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-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: Block cache BinnedLRUCache@0x55cfcd507090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-05-20T22:05:59.264 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: 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-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: ** File Read Latency Histogram By Level [default] ** 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.055+0000 7f3c4f59db00 0 starting mon.a rank 0 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 1 mon.a@-1(???) e1 preinit fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 0 mon.a@-1(???).mds e1 new map 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 0 mon.a@-1(???).mds e1 print_map 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: e1 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: 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-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: legacy client fscid: -1 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: No filesystems configured 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-20T22:05:59.265 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-20T22:05:59.266 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-20T22:05:59.266 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:05:59 smithi046 bash[21835]: debug 2024-05-20T22:05:59.059+0000 7f3c4f59db00 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-20T22:05:59.800 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-20T22:05:59.826 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:05:59.826 INFO:teuthology.orchestra.run.smithi046.stdout:Creating mgr... 2024-05-20T22:05:59.826 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-20T22:05:59.826 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-20T22:06:00.165 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:06:00.165 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085259+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-05-20T22:06:00.165 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085322+0000 mon.a (mon.0) 2 : cluster 0 monmap epoch 1 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085343+0000 mon.a (mon.0) 3 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085357+0000 mon.a (mon.0) 4 : cluster 0 last_changed 2024-05-20T22:05:48.344830+0000 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085372+0000 mon.a (mon.0) 5 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085387+0000 mon.a (mon.0) 6 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085393+0000 mon.a (mon.0) 7 : cluster 0 election_strategy: 1 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085400+0000 mon.a (mon.0) 8 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085802+0000 mon.a (mon.0) 9 : cluster 0 fsmap 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.085827+0000 mon.a (mon.0) 10 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: cluster 2024-05-20T22:05:59.086282+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e1: no daemons active 2024-05-20T22:06:00.166 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 bash[21835]: audit 2024-05-20T22:05:59.231972+0000 mon.a (mon.0) 12 : audit 1 from='client.? 172.21.15.46:0/2585234748' entity='client.admin' 2024-05-20T22:06:00.173 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a 2024-05-20T22:06:00.174 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a.service: Unit ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a.service not loaded. 2024-05-20T22:06:00.358 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968.target.wants/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@.service. 2024-05-20T22:06:00.366 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-05-20T22:06:00.367 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to enable service . firewalld.service is not available 2024-05-20T22:06:00.367 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-05-20T22:06:00.367 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-20T22:06:00.367 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr to start... 2024-05-20T22:06:00.367 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr... 2024-05-20T22:06:00.615 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:00 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:06:01.789 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:01 smithi046 bash[22089]: debug 2024-05-20T22:06:01.655+0000 7f184c2b0040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-20T22:06:02.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:01 smithi046 bash[21835]: audit 2024-05-20T22:06:01.779742+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.46:0/382078024' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "ec001fca-16f4-11ef-bc9a-c7b262605968", 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-20T22:06:02.386 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "a" 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.387 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-20T22:06:02.388 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-20T22:06:02.391 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.391 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-20T22:06:02.391 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-20T22:06:02.391 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-20T22:06:02.391 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-20T22:06:02.392 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-05-20T22:05:53.158713+0000", 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:02.393 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (1/15)... 2024-05-20T22:06:03.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:02 smithi046 bash[22089]: debug 2024-05-20T22:06:02.947+0000 7f184c2b0040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-20T22:06:03.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:03 smithi046 bash[22089]: debug 2024-05-20T22:06:03.015+0000 7f184c2b0040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-20T22:06:03.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:03 smithi046 bash[22089]: debug 2024-05-20T22:06:03.179+0000 7f184c2b0040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-20T22:06:04.222 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:03 smithi046 bash[22089]: debug 2024-05-20T22:06:03.871+0000 7f184c2b0040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-20T22:06:04.223 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:03 smithi046 bash[22089]: debug 2024-05-20T22:06:03.947+0000 7f184c2b0040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-20T22:06:04.223 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.023+0000 7f184c2b0040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-20T22:06:04.223 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.219+0000 7f184c2b0040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-20T22:06:04.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.303+0000 7f184c2b0040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-20T22:06:04.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.375+0000 7f184c2b0040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-20T22:06:04.941 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.651+0000 7f184c2b0040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-20T22:06:04.941 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.727+0000 7f184c2b0040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-20T22:06:05.316 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:04 smithi046 bash[22089]: debug 2024-05-20T22:06:04.939+0000 7f184c2b0040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-20T22:06:05.316 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[22089]: debug 2024-05-20T22:06:05.023+0000 7f184c2b0040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-20T22:06:05.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[21835]: audit 2024-05-20T22:06:05.337163+0000 mon.a (mon.0) 14 : audit 0 from='client.? 172.21.15.46:0/1507662948' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-20T22:06:05.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[22089]: debug 2024-05-20T22:06:05.315+0000 7f184c2b0040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-20T22:06:05.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[22089]: debug 2024-05-20T22:06:05.511+0000 7f184c2b0040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:06:05.883 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:06:05.883 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:05.883 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "ec001fca-16f4-11ef-bc9a-c7b262605968", 2024-05-20T22:06:05.883 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-05-20T22:06:05.883 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "a" 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:05.884 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-20T22:06:05.885 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-20T22:06:05.888 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.888 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:05.889 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-20T22:06:05.890 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-05-20T22:05:53.158713+0000", 2024-05-20T22:06:05.891 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-20T22:06:05.892 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:05.892 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-20T22:06:05.892 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:05.892 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (2/15)... 2024-05-20T22:06:05.967 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[22089]: debug 2024-05-20T22:06:05.687+0000 7f184c2b0040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-20T22:06:05.967 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[22089]: debug 2024-05-20T22:06:05.771+0000 7f184c2b0040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-20T22:06:07.113 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:05 smithi046 bash[22089]: debug 2024-05-20T22:06:05.963+0000 7f184c2b0040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:06:07.113 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:06 smithi046 bash[22089]: debug 2024-05-20T22:06:06.819+0000 7f184c2b0040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-20T22:06:07.113 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:06 smithi046 bash[22089]: debug 2024-05-20T22:06:06.899+0000 7f184c2b0040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-20T22:06:07.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[22089]: debug 2024-05-20T22:06:07.143+0000 7f184c2b0040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-20T22:06:07.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[22089]: debug 2024-05-20T22:06:07.219+0000 7f184c2b0040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-20T22:06:07.904 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[22089]: debug 2024-05-20T22:06:07.635+0000 7f184c2b0040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[22089]: debug 2024-05-20T22:06:07.723+0000 7f184c2b0040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: cluster 2024-05-20T22:06:07.747330+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon a 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: cluster 2024-05-20T22:06:07.754780+0000 mon.a (mon.0) 16 : cluster 0 mgrmap e2: a(active, starting, since 0.00770172s) 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.755976+0000 mon.a (mon.0) 17 : audit 0 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.756181+0000 mon.a (mon.0) 18 : audit 0 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.756354+0000 mon.a (mon.0) 19 : audit 0 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.756511+0000 mon.a (mon.0) 20 : audit 0 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:06:07.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.757976+0000 mon.a (mon.0) 21 : audit 0 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-20T22:06:07.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: cluster 2024-05-20T22:06:07.783687+0000 mon.a (mon.0) 22 : cluster 1 Manager daemon a is now available 2024-05-20T22:06:07.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.794990+0000 mon.a (mon.0) 23 : audit 1 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-20T22:06:07.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:07 smithi046 bash[21835]: audit 2024-05-20T22:06:07.797472+0000 mon.a (mon.0) 24 : audit 1 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-20T22:06:09.051 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:08 smithi046 bash[21835]: audit 2024-05-20T22:06:07.800003+0000 mon.a (mon.0) 25 : audit 1 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' 2024-05-20T22:06:09.051 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:08 smithi046 bash[21835]: audit 2024-05-20T22:06:07.804056+0000 mon.a (mon.0) 26 : audit 1 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' 2024-05-20T22:06:09.051 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:08 smithi046 bash[21835]: audit 2024-05-20T22:06:07.807140+0000 mon.a (mon.0) 27 : audit 1 from='mgr.14100 172.21.15.46:0/1120216618' entity='mgr.a' 2024-05-20T22:06:09.051 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:08 smithi046 bash[21835]: cluster 2024-05-20T22:06:08.757089+0000 mon.a (mon.0) 28 : cluster 0 mgrmap e3: a(active, since 1.01002s) 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "ec001fca-16f4-11ef-bc9a-c7b262605968", 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-20T22:06:09.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-20T22:06:09.416 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-20T22:06:09.416 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-05-20T22:06:09.416 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:09.416 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-20T22:06:09.416 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "a" 2024-05-20T22:06:09.416 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-20T22:06:09.417 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-20T22:06:09.418 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-20T22:06:09.418 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-20T22:06:09.418 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-20T22:06:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.422 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-05-20T22:05:53.158713+0000", 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-20T22:06:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-05-20T22:06:09.424 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-20T22:06:09.424 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:09.424 INFO:teuthology.orchestra.run.smithi046.stdout:mgr is available 2024-05-20T22:06:10.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:09 smithi046 bash[21835]: audit 2024-05-20T22:06:08.834380+0000 mon.a (mon.0) 29 : audit 0 from='client.? 172.21.15.46:0/3854083656' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-20T22:06:10.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:10 smithi046 bash[21835]: cluster 2024-05-20T22:06:09.808549+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e4: a(active, since 2s) 2024-05-20T22:06:10.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:10 smithi046 bash[21835]: audit 2024-05-20T22:06:10.549453+0000 mon.a (mon.0) 31 : audit 1 from='client.? 172.21.15.46:0/831568291' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-20T22:06:10.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:10 smithi046 bash[21835]: audit 2024-05-20T22:06:10.554143+0000 mon.a (mon.0) 32 : audit 1 from='client.? 172.21.15.46:0/831568291' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-20T22:06:11.092 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:06:11.092 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [global] 2024-05-20T22:06:11.092 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout fsid = ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:06:11.092 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [osd] 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-20T22:06:11.094 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-20T22:06:11.095 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling cephadm module... 2024-05-20T22:06:12.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:12 smithi046 bash[21835]: audit 2024-05-20T22:06:12.361614+0000 mon.a (mon.0) 33 : audit 1 from='client.? 172.21.15.46:0/1724735084' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-20T22:06:12.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:12 smithi046 bash[22089]: ignoring --setuser ceph since I am not root 2024-05-20T22:06:12.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:12 smithi046 bash[22089]: ignoring --setgroup ceph since I am not root 2024-05-20T22:06:12.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:12 smithi046 bash[22089]: debug 2024-05-20T22:06:12.570+0000 7f4c5f09c040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-20T22:06:13.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:13 smithi046 bash[21835]: audit 2024-05-20T22:06:12.413445+0000 mon.a (mon.0) 34 : audit 1 from='client.? 172.21.15.46:0/1724735084' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-20T22:06:13.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:13 smithi046 bash[21835]: cluster 2024-05-20T22:06:12.418301+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e5: a(active, since 4s) 2024-05-20T22:06:14.139 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:13 smithi046 bash[22089]: debug 2024-05-20T22:06:13.862+0000 7f4c5f09c040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-20T22:06:14.139 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:13 smithi046 bash[22089]: debug 2024-05-20T22:06:13.930+0000 7f4c5f09c040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-20T22:06:14.139 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:14 smithi046 bash[22089]: debug 2024-05-20T22:06:14.094+0000 7f4c5f09c040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-20T22:06:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-20T22:06:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-20T22:06:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-20T22:06:14.751 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-20T22:06:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for the mgr to restart... 2024-05-20T22:06:14.752 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr epoch 5... 2024-05-20T22:06:14.769 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:14 smithi046 bash[21835]: audit 2024-05-20T22:06:14.127546+0000 mon.a (mon.0) 36 : audit 0 from='client.? 172.21.15.46:0/3224243402' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-20T22:06:15.113 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:14 smithi046 bash[22089]: debug 2024-05-20T22:06:14.794+0000 7f4c5f09c040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-20T22:06:15.113 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:14 smithi046 bash[22089]: debug 2024-05-20T22:06:14.870+0000 7f4c5f09c040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-20T22:06:15.113 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:14 smithi046 bash[22089]: debug 2024-05-20T22:06:14.942+0000 7f4c5f09c040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-20T22:06:15.445 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.142+0000 7f4c5f09c040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-20T22:06:15.445 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.226+0000 7f4c5f09c040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-20T22:06:15.445 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.302+0000 7f4c5f09c040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-20T22:06:15.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.586+0000 7f4c5f09c040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-20T22:06:15.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.658+0000 7f4c5f09c040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-20T22:06:16.224 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.870+0000 7f4c5f09c040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-20T22:06:16.224 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:15 smithi046 bash[22089]: debug 2024-05-20T22:06:15.954+0000 7f4c5f09c040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-20T22:06:16.225 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:16 smithi046 bash[22089]: debug 2024-05-20T22:06:16.222+0000 7f4c5f09c040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-20T22:06:16.591 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:16 smithi046 bash[22089]: debug 2024-05-20T22:06:16.410+0000 7f4c5f09c040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:06:16.591 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:16 smithi046 bash[22089]: debug 2024-05-20T22:06:16.586+0000 7f4c5f09c040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-20T22:06:16.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:16 smithi046 bash[22089]: debug 2024-05-20T22:06:16.670+0000 7f4c5f09c040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-20T22:06:17.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:16 smithi046 bash[22089]: debug 2024-05-20T22:06:16.862+0000 7f4c5f09c040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:06:18.090 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:17 smithi046 bash[22089]: debug 2024-05-20T22:06:17.750+0000 7f4c5f09c040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-20T22:06:18.090 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:17 smithi046 bash[22089]: debug 2024-05-20T22:06:17.838+0000 7f4c5f09c040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-20T22:06:18.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[22089]: debug 2024-05-20T22:06:18.086+0000 7f4c5f09c040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-20T22:06:18.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[22089]: debug 2024-05-20T22:06:18.166+0000 7f4c5f09c040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-20T22:06:18.747 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[22089]: debug 2024-05-20T22:06:18.586+0000 7f4c5f09c040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-20T22:06:18.747 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[22089]: debug 2024-05-20T22:06:18.670+0000 7f4c5f09c040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-20T22:06:18.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: cluster 2024-05-20T22:06:18.694772+0000 mon.a (mon.0) 37 : cluster 1 Active manager daemon a restarted 2024-05-20T22:06:18.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: cluster 2024-05-20T22:06:18.695496+0000 mon.a (mon.0) 38 : cluster 1 Activating manager daemon a 2024-05-20T22:06:18.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: cluster 2024-05-20T22:06:18.700860+0000 mon.a (mon.0) 39 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-05-20T22:06:18.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: cluster 2024-05-20T22:06:18.701041+0000 mon.a (mon.0) 40 : cluster 0 mgrmap e6: a(active, starting, since 0.00588309s) 2024-05-20T22:06:18.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: audit 2024-05-20T22:06:18.705010+0000 mon.a (mon.0) 41 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:06:18.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: audit 2024-05-20T22:06:18.707315+0000 mon.a (mon.0) 42 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-20T22:06:18.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: audit 2024-05-20T22:06:18.708431+0000 mon.a (mon.0) 43 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-20T22:06:18.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: audit 2024-05-20T22:06:18.708612+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-20T22:06:18.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: audit 2024-05-20T22:06:18.708790+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-20T22:06:18.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:18 smithi046 bash[21835]: cluster 2024-05-20T22:06:18.735749+0000 mon.a (mon.0) 46 : cluster 1 Manager daemon a is now available 2024-05-20T22:06:20.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: cephadm 2024-05-20T22:06:18.753396+0000 mgr.a (mgr.14118) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-05-20T22:06:20.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: audit 2024-05-20T22:06:18.755233+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:20.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: audit 2024-05-20T22:06:18.757619+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: audit 2024-05-20T22:06:18.763072+0000 mon.a (mon.0) 49 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:06:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: audit 2024-05-20T22:06:18.766483+0000 mon.a (mon.0) 50 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:06:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: audit 2024-05-20T22:06:18.774495+0000 mon.a (mon.0) 51 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-20T22:06:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: audit 2024-05-20T22:06:18.776848+0000 mon.a (mon.0) 52 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-20T22:06:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:19 smithi046 bash[21835]: cluster 2024-05-20T22:06:19.707660+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e7: a(active, since 1.0125s) 2024-05-20T22:06:20.323 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:20.323 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-20T22:06:20.323 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-20T22:06:20.323 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:20.323 INFO:teuthology.orchestra.run.smithi046.stdout:mgr epoch 5 is available 2024-05-20T22:06:20.323 INFO:teuthology.orchestra.run.smithi046.stdout:Setting orchestrator backend to cephadm... 2024-05-20T22:06:21.336 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[21835]: audit 2024-05-20T22:06:19.705562+0000 mgr.a (mgr.14118) 2 : audit 0 from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-20T22:06:21.337 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[21835]: audit 2024-05-20T22:06:19.717660+0000 mgr.a (mgr.14118) 3 : audit 0 from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-20T22:06:21.337 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[21835]: audit 2024-05-20T22:06:20.003918+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:21.337 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[21835]: audit 2024-05-20T22:06:20.008726+0000 mon.a (mon.0) 55 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:21.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: debug 2024-05-20T22:06:21.334+0000 7f4bcc6eb640 -1 log_channel(cephadm) log [ERR] : [20/May/2024:22:06:21] ENGINE Error in HTTPServer.serve 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: Traceback (most recent call last): 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: self._connections.run(self.expiration_interval) 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: self._run(expiration_interval) 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: new_conn = self._from_server_socket(self.server.socket) 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: s = self.context.wrap_socket( 2024-05-20T22:06:21.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-05-20T22:06:21.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: return self.sslsocket_class._create( 2024-05-20T22:06:21.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-05-20T22:06:21.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: self.do_handshake() 2024-05-20T22:06:21.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-05-20T22:06:21.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: self._sslobj.do_handshake() 2024-05-20T22:06:21.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:21 smithi046 bash[22089]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: cluster 2024-05-20T22:06:21.009133+0000 mon.a (mon.0) 56 : cluster 0 mgrmap e8: a(active, since 2s) 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: cephadm 2024-05-20T22:06:21.210703+0000 mgr.a (mgr.14118) 4 : cephadm 1 [20/May/2024:22:06:21] ENGINE Bus STARTING 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: cephadm 2024-05-20T22:06:21.334896+0000 mgr.a (mgr.14118) 5 : cephadm 1 [20/May/2024:22:06:21] ENGINE Serving on https://172.21.15.46:7150 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: cephadm 2024-05-20T22:06:21.338022+0000 mgr.a (mgr.14118) 6 : cephadm 4 [20/May/2024:22:06:21] ENGINE Error in HTTPServer.serve 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: Traceback (most recent call last): 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-05-20T22:06:22.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: self._connections.run(self.expiration_interval) 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: self._run(expiration_interval) 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: new_conn = self._from_server_socket(self.server.socket) 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: s = self.context.wrap_socket( 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: return self.sslsocket_class._create( 2024-05-20T22:06:22.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: self.do_handshake() 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: self._sslobj.do_handshake() 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: cephadm 2024-05-20T22:06:21.436009+0000 mgr.a (mgr.14118) 7 : cephadm 1 [20/May/2024:22:06:21] ENGINE Serving on http://172.21.15.46:8765 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: cephadm 2024-05-20T22:06:21.436150+0000 mgr.a (mgr.14118) 8 : cephadm 1 [20/May/2024:22:06:21] ENGINE Bus STARTED 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: audit 2024-05-20T22:06:21.437413+0000 mon.a (mon.0) 57 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: audit 2024-05-20T22:06:21.449018+0000 mgr.a (mgr.14118) 9 : audit 0 from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: audit 2024-05-20T22:06:21.454175+0000 mon.a (mon.0) 58 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:22.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:22 smithi046 bash[21835]: audit 2024-05-20T22:06:21.469590+0000 mon.a (mon.0) 59 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:06:23.686 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-20T22:06:23.687 INFO:teuthology.orchestra.run.smithi046.stdout:Generating ssh key... 2024-05-20T22:06:23.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:23 smithi046 bash[21835]: audit 2024-05-20T22:06:23.144797+0000 mgr.a (mgr.14118) 10 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:25.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: Generating public/private rsa key pair. 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: Your identification has been saved in /tmp/tmpe_2cen44/key 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: Your public key has been saved in /tmp/tmpe_2cen44/key.pub 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: The key fingerprint is: 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: SHA256:oOry8ELt+JE9rId55oNANO93s/lNjllyA4SXsTw04q0 ceph-ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: The key's randomart image is: 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: +---[RSA 3072]----+ 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: | . + | 2024-05-20T22:06:25.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: | o . * = | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: |. o .o O | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: | . . . .+ . | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: |. o . ES. | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: | o ++. o . | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: |o =o=+. +. = | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: |o= =o=.o X . | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: | +=o=.. .+ o | 2024-05-20T22:06:25.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:25 smithi046 bash[22089]: +----[SHA256]-----+ 2024-05-20T22:06:26.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:26 smithi046 bash[21835]: audit 2024-05-20T22:06:24.825196+0000 mgr.a (mgr.14118) 11 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:26.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:26 smithi046 bash[21835]: cephadm 2024-05-20T22:06:24.825571+0000 mgr.a (mgr.14118) 12 : cephadm 1 Generating ssh key... 2024-05-20T22:06:26.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:26 smithi046 bash[21835]: audit 2024-05-20T22:06:25.087508+0000 mon.a (mon.0) 60 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:26.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:26 smithi046 bash[21835]: audit 2024-05-20T22:06:25.091885+0000 mon.a (mon.0) 61 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:27.260 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:06:27.261 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-20T22:06:27.261 INFO:teuthology.orchestra.run.smithi046.stdout:Adding key to root@localhost authorized_keys... 2024-05-20T22:06:27.261 INFO:teuthology.orchestra.run.smithi046.stdout:Adding host smithi046... 2024-05-20T22:06:27.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:27 smithi046 bash[21835]: audit 2024-05-20T22:06:26.751366+0000 mgr.a (mgr.14118) 13 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:28.862 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:28 smithi046 bash[21835]: audit 2024-05-20T22:06:28.395082+0000 mgr.a (mgr.14118) 14 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:30.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:30 smithi046 bash[21835]: cephadm 2024-05-20T22:06:29.722970+0000 mgr.a (mgr.14118) 15 : cephadm 1 Deploying cephadm binary to smithi046 2024-05-20T22:06:34.092 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Added host 'smithi046' with addr '172.21.15.46' 2024-05-20T22:06:34.092 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying unmanaged mon service... 2024-05-20T22:06:34.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:34 smithi046 bash[21835]: audit 2024-05-20T22:06:33.310737+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:34.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:34 smithi046 bash[21835]: cephadm 2024-05-20T22:06:33.311321+0000 mgr.a (mgr.14118) 16 : cephadm 1 Added host smithi046 2024-05-20T22:06:34.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:34 smithi046 bash[21835]: audit 2024-05-20T22:06:33.311720+0000 mon.a (mon.0) 63 : audit 0 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:06:36.343 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-20T22:06:36.343 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying unmanaged mgr service... 2024-05-20T22:06:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:36 smithi046 bash[21835]: audit 2024-05-20T22:06:35.736365+0000 mgr.a (mgr.14118) 17 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:36 smithi046 bash[21835]: cephadm 2024-05-20T22:06:35.739182+0000 mgr.a (mgr.14118) 18 : cephadm 1 Saving service mon spec with placement count:5 2024-05-20T22:06:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:36 smithi046 bash[21835]: audit 2024-05-20T22:06:35.743878+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:36 smithi046 bash[21835]: audit 2024-05-20T22:06:35.941028+0000 mon.a (mon.0) 65 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:36 smithi046 bash[21835]: audit 2024-05-20T22:06:36.434683+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:38.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-20T22:06:38.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:38 smithi046 bash[21835]: audit 2024-05-20T22:06:37.464739+0000 mgr.a (mgr.14118) 19 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:38.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:38 smithi046 bash[21835]: cephadm 2024-05-20T22:06:37.466973+0000 mgr.a (mgr.14118) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-05-20T22:06:38.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:38 smithi046 bash[21835]: audit 2024-05-20T22:06:37.469845+0000 mon.a (mon.0) 67 : audit 1 from='mgr.14118 172.21.15.46:0/1951842896' entity='mgr.a' 2024-05-20T22:06:40.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:40 smithi046 bash[21835]: cluster 2024-05-20T22:06:38.709894+0000 mgr.a (mgr.14118) 21 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:06:40.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:40 smithi046 bash[21835]: audit 2024-05-20T22:06:39.180916+0000 mon.a (mon.0) 68 : audit 1 from='client.? 172.21.15.46:0/3200580164' entity='client.admin' 2024-05-20T22:06:41.502 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling the dashboard module... 2024-05-20T22:06:42.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:41 smithi046 bash[21835]: cluster 2024-05-20T22:06:40.710335+0000 mgr.a (mgr.14118) 22 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:06:42.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:41 smithi046 bash[21835]: audit 2024-05-20T22:06:40.901142+0000 mon.a (mon.0) 69 : audit 1 from='client.? 172.21.15.46:0/3558550549' entity='client.admin' 2024-05-20T22:06:43.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:42 smithi046 bash[21835]: audit 2024-05-20T22:06:42.708409+0000 mon.a (mon.0) 70 : audit 1 from='client.? 172.21.15.46:0/403032092' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-20T22:06:43.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:42 smithi046 bash[22089]: ignoring --setuser ceph since I am not root 2024-05-20T22:06:43.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:42 smithi046 bash[22089]: ignoring --setgroup ceph since I am not root 2024-05-20T22:06:43.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:43 smithi046 bash[22089]: debug 2024-05-20T22:06:43.074+0000 7ff6773d4040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-20T22:06:44.163 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:43 smithi046 bash[21835]: audit 2024-05-20T22:06:42.907126+0000 mon.a (mon.0) 71 : audit 1 from='client.? 172.21.15.46:0/403032092' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-20T22:06:44.163 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:43 smithi046 bash[21835]: cluster 2024-05-20T22:06:42.911262+0000 mon.a (mon.0) 72 : cluster 0 mgrmap e9: a(active, since 24s) 2024-05-20T22:06:44.447 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:44 smithi046 bash[22089]: debug 2024-05-20T22:06:44.374+0000 7ff6773d4040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-20T22:06:44.776 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:44 smithi046 bash[22089]: debug 2024-05-20T22:06:44.442+0000 7ff6773d4040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-20T22:06:44.777 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:44 smithi046 bash[22089]: debug 2024-05-20T22:06:44.606+0000 7ff6773d4040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-20T22:06:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:44 smithi046 bash[21835]: audit 2024-05-20T22:06:44.764639+0000 mon.a (mon.0) 73 : audit 0 from='client.? 172.21.15.46:0/50865186' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-20T22:06:45.345 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:45.345 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-20T22:06:45.345 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-20T22:06:45.345 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-20T22:06:45.345 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-20T22:06:45.345 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:45.346 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for the mgr to restart... 2024-05-20T22:06:45.346 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr epoch 9... 2024-05-20T22:06:45.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:45 smithi046 bash[22089]: debug 2024-05-20T22:06:45.302+0000 7ff6773d4040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-20T22:06:45.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:45 smithi046 bash[22089]: debug 2024-05-20T22:06:45.382+0000 7ff6773d4040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-20T22:06:45.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:45 smithi046 bash[22089]: debug 2024-05-20T22:06:45.454+0000 7ff6773d4040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-20T22:06:46.088 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:45 smithi046 bash[22089]: debug 2024-05-20T22:06:45.654+0000 7ff6773d4040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-20T22:06:46.089 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:45 smithi046 bash[22089]: debug 2024-05-20T22:06:45.738+0000 7ff6773d4040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-20T22:06:46.089 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:45 smithi046 bash[22089]: debug 2024-05-20T22:06:45.810+0000 7ff6773d4040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-20T22:06:46.089 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:46 smithi046 bash[22089]: debug 2024-05-20T22:06:46.086+0000 7ff6773d4040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-20T22:06:46.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:46 smithi046 bash[22089]: debug 2024-05-20T22:06:46.166+0000 7ff6773d4040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-20T22:06:46.734 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:46 smithi046 bash[22089]: debug 2024-05-20T22:06:46.378+0000 7ff6773d4040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-20T22:06:46.734 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:46 smithi046 bash[22089]: debug 2024-05-20T22:06:46.462+0000 7ff6773d4040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-20T22:06:47.098 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:46 smithi046 bash[22089]: debug 2024-05-20T22:06:46.730+0000 7ff6773d4040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-20T22:06:47.098 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:46 smithi046 bash[22089]: debug 2024-05-20T22:06:46.918+0000 7ff6773d4040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:06:47.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:47 smithi046 bash[22089]: debug 2024-05-20T22:06:47.094+0000 7ff6773d4040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-20T22:06:47.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:47 smithi046 bash[22089]: debug 2024-05-20T22:06:47.178+0000 7ff6773d4040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-20T22:06:47.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:47 smithi046 bash[22089]: debug 2024-05-20T22:06:47.370+0000 7ff6773d4040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:06:48.556 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:48 smithi046 bash[22089]: debug 2024-05-20T22:06:48.230+0000 7ff6773d4040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-20T22:06:48.557 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:48 smithi046 bash[22089]: debug 2024-05-20T22:06:48.314+0000 7ff6773d4040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-20T22:06:48.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:48 smithi046 bash[22089]: debug 2024-05-20T22:06:48.554+0000 7ff6773d4040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-20T22:06:48.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:48 smithi046 bash[22089]: debug 2024-05-20T22:06:48.630+0000 7ff6773d4040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[22089]: debug 2024-05-20T22:06:49.046+0000 7ff6773d4040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[22089]: debug 2024-05-20T22:06:49.134+0000 7ff6773d4040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: cluster 2024-05-20T22:06:49.158925+0000 mon.a (mon.0) 74 : cluster 1 Active manager daemon a restarted 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: cluster 2024-05-20T22:06:49.159678+0000 mon.a (mon.0) 75 : cluster 1 Activating manager daemon a 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: cluster 2024-05-20T22:06:49.166896+0000 mon.a (mon.0) 76 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: cluster 2024-05-20T22:06:49.167110+0000 mon.a (mon.0) 77 : cluster 0 mgrmap e10: a(active, starting, since 0.00777513s) 2024-05-20T22:06:49.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: audit 2024-05-20T22:06:49.169042+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:06:49.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: audit 2024-05-20T22:06:49.170735+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-20T22:06:49.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: audit 2024-05-20T22:06:49.171835+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-20T22:06:49.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: audit 2024-05-20T22:06:49.172126+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-20T22:06:49.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: audit 2024-05-20T22:06:49.172298+0000 mon.a (mon.0) 82 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-20T22:06:49.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:49 smithi046 bash[21835]: cluster 2024-05-20T22:06:49.199093+0000 mon.a (mon.0) 83 : cluster 1 Manager daemon a is now available 2024-05-20T22:06:50.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:50 smithi046 bash[21835]: audit 2024-05-20T22:06:49.217853+0000 mon.a (mon.0) 84 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:06:50.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:50 smithi046 bash[21835]: audit 2024-05-20T22:06:49.234968+0000 mon.a (mon.0) 85 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-20T22:06:50.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:50 smithi046 bash[21835]: audit 2024-05-20T22:06:49.238246+0000 mon.a (mon.0) 86 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-20T22:06:50.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:50 smithi046 bash[21835]: cluster 2024-05-20T22:06:50.168642+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e11: a(active, since 1.00931s) 2024-05-20T22:06:50.807 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-05-20T22:06:50.807 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-20T22:06:50.807 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-20T22:06:50.807 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-05-20T22:06:50.808 INFO:teuthology.orchestra.run.smithi046.stdout:mgr epoch 9 is available 2024-05-20T22:06:50.808 INFO:teuthology.orchestra.run.smithi046.stdout:Generating a dashboard self-signed certificate... 2024-05-20T22:06:51.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[21835]: audit 2024-05-20T22:06:50.171166+0000 mgr.a (mgr.14150) 1 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-20T22:06:51.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[21835]: audit 2024-05-20T22:06:50.185174+0000 mgr.a (mgr.14150) 2 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-20T22:06:51.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: debug 2024-05-20T22:06:51.394+0000 7ff5dd995640 -1 log_channel(cephadm) log [ERR] : [20/May/2024:22:06:51] ENGINE Error in HTTPServer.serve 2024-05-20T22:06:51.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: Traceback (most recent call last): 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: self._connections.run(self.expiration_interval) 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: self._run(expiration_interval) 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: new_conn = self._from_server_socket(self.server.socket) 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: s = self.context.wrap_socket( 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: return self.sslsocket_class._create( 2024-05-20T22:06:51.614 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-05-20T22:06:51.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: self.do_handshake() 2024-05-20T22:06:51.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-05-20T22:06:51.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: self._sslobj.do_handshake() 2024-05-20T22:06:51.615 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:06:51 smithi046 bash[22089]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: cephadm 2024-05-20T22:06:51.170867+0000 mgr.a (mgr.14150) 3 : cephadm 1 [20/May/2024:22:06:51] ENGINE Bus STARTING 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: cluster 2024-05-20T22:06:51.217051+0000 mon.a (mon.0) 88 : cluster 0 mgrmap e12: a(active, since 2s) 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: cephadm 2024-05-20T22:06:51.272762+0000 mgr.a (mgr.14150) 4 : cephadm 1 [20/May/2024:22:06:51] ENGINE Serving on http://172.21.15.46:8765 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: cephadm 2024-05-20T22:06:51.397005+0000 mgr.a (mgr.14150) 5 : cephadm 1 [20/May/2024:22:06:51] ENGINE Serving on https://172.21.15.46:7150 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: cephadm 2024-05-20T22:06:51.397189+0000 mgr.a (mgr.14150) 6 : cephadm 1 [20/May/2024:22:06:51] ENGINE Bus STARTED 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: cephadm 2024-05-20T22:06:51.398504+0000 mgr.a (mgr.14150) 7 : cephadm 4 [20/May/2024:22:06:51] ENGINE Error in HTTPServer.serve 2024-05-20T22:06:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: Traceback (most recent call last): 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: self._connections.run(self.expiration_interval) 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: self._run(expiration_interval) 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: new_conn = self._from_server_socket(self.server.socket) 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: s = self.context.wrap_socket( 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: return self.sslsocket_class._create( 2024-05-20T22:06:52.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: self.do_handshake() 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: self._sslobj.do_handshake() 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: audit 2024-05-20T22:06:51.896415+0000 mgr.a (mgr.14150) 8 : audit 0 from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: audit 2024-05-20T22:06:52.088102+0000 mon.a (mon.0) 89 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:06:52.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:52 smithi046 bash[21835]: audit 2024-05-20T22:06:52.090946+0000 mon.a (mon.0) 90 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:06:52.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-20T22:06:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial admin user... 2024-05-20T22:06:54.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:54 smithi046 bash[21835]: audit 2024-05-20T22:06:53.770541+0000 mgr.a (mgr.14150) 9 : audit 0 from='client.14164 -' 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-05-20T22:06:54.643 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$YM30a.4PXEXPjABqsTlZpu2V6hHYab7z50twoF2TxBtVl4ZXlSL46", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1716242814, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-20T22:06:54.644 INFO:teuthology.orchestra.run.smithi046.stdout:Fetching dashboard port number... 2024-05-20T22:06:55.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:55 smithi046 bash[21835]: audit 2024-05-20T22:06:54.039146+0000 mon.a (mon.0) 91 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:06:56.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:56 smithi046 bash[21835]: audit 2024-05-20T22:06:55.786763+0000 mon.a (mon.0) 92 : audit 0 from='client.? 172.21.15.46:0/3842823411' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-20T22:06:56.324 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 8443 2024-05-20T22:06:56.324 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld does not appear to be present 2024-05-20T22:06:56.324 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-20T22:06:56.326 INFO:teuthology.orchestra.run.smithi046.stdout:Ceph Dashboard is now available at: 2024-05-20T22:06:56.326 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:56.326 INFO:teuthology.orchestra.run.smithi046.stdout: URL: https://smithi046.front.sepia.ceph.com:8443/ 2024-05-20T22:06:56.326 INFO:teuthology.orchestra.run.smithi046.stdout: User: admin 2024-05-20T22:06:56.326 INFO:teuthology.orchestra.run.smithi046.stdout: Password: 9gh1zhhk4q 2024-05-20T22:06:56.326 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:56.327 INFO:teuthology.orchestra.run.smithi046.stdout:Saving cluster configuration to /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config directory 2024-05-20T22:06:56.327 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling autotune for osd_memory_target 2024-05-20T22:06:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:57 smithi046 bash[21835]: cluster 2024-05-20T22:06:56.044148+0000 mon.a (mon.0) 93 : cluster 0 mgrmap e13: a(active, since 6s) 2024-05-20T22:06:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:57 smithi046 bash[21835]: audit 2024-05-20T22:06:56.997130+0000 mon.a (mon.0) 94 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:06:59.306 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:06:58 smithi046 bash[21835]: audit 2024-05-20T22:06:57.982174+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:06:59.811 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-20T22:06:59.811 INFO:teuthology.orchestra.run.smithi046.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-20T22:06:59.811 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.811 INFO:teuthology.orchestra.run.smithi046.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:06:59.811 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout:Or, if you are only running a single cluster on this host: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout: ceph telemetry on 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.812 INFO:teuthology.orchestra.run.smithi046.stdout:For more information see: 2024-05-20T22:06:59.813 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.813 INFO:teuthology.orchestra.run.smithi046.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-20T22:06:59.813 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:06:59.813 INFO:teuthology.orchestra.run.smithi046.stdout:Bootstrap complete. 2024-05-20T22:06:59.873 INFO:tasks.cephadm:Fetching config... 2024-05-20T22:06:59.873 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:06:59.873 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-20T22:06:59.879 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-20T22:06:59.879 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:06:59.879 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-20T22:06:59.928 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-20T22:06:59.929 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:06:59.929 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-20T22:06:59.984 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-20T22:06:59.984 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:06:59.984 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-20T22:07:00.032 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-20T22:07:00.033 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-20T22:07:00.095 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:07:00.104 DEBUG:teuthology.orchestra.run.smithi053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-20T22:07:00.126 INFO:teuthology.orchestra.run.smithi053.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:07:00.134 DEBUG:teuthology.orchestra.run.smithi169:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-20T22:07:00.157 INFO:teuthology.orchestra.run.smithi169.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKY9XqI93bdUwtF8cBW2fD3B0xbAGWuima3Bv4b4OJyzNcjuxzzTdMzShsT0BYwn1dZOMasn4KldpsJXPBLpaQRyBGRnW5w9UHInYrn1TBIpzg+qX8SZnBWjtw8qrUybZOeV5qw8gH27zunTDaOeyUnQrWFCDEbfk2Zi6Z7WboHWKP3iC/Bco7bUZT47hwzUCJKOG3cTuB50uzqGVugN9BDXaab+tsT41Xm+tR1MqKPnEt9erCZzfMQebNMtk6S1L8TKOJOTbuttnbG2g5YtLnwNBdJphsOKGEqZJs3HhG8Hm6xi91B8kKdJjih7gv3mQ48yF+i9ZPCfjKkce2L00VCKg8kME+NGzgX0Ifq0tQPEbUPlMUZkhYdmN7I8v+DqT1qB12b71O8YUzrbNqLHAvhTuoLxPR66ZUDChw8y6f2HqsTWozlfChYHazl5kqROCYb9kwaOu4Z+boKeoy+9nBKLKckShLfuc6nSJCJO48OU/ireXIwslWMnjouSafsDk= ceph-ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:07:00.166 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-20T22:07:00.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:00 smithi046 bash[21835]: audit 2024-05-20T22:06:59.294669+0000 mon.a (mon.0) 96 : audit 1 from='client.? 172.21.15.46:0/4187640217' entity='client.admin' 2024-05-20T22:07:04.329 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:07:08.116 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-20T22:07:08.117 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-20T22:07:08.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:07.404438+0000 mon.a (mon.0) 97 : audit 1 from='client.? 172.21.15.46:0/1640249531' entity='client.admin' 2024-05-20T22:07:08.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:08.076259+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:08.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:08.081409+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:08.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:08.082926+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:07:08.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:08.089308+0000 mon.a (mon.0) 101 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:08.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:08.113880+0000 mon.a (mon.0) 102 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:07:08.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:08 smithi046 bash[21835]: audit 2024-05-20T22:07:08.119865+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:10.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:10 smithi046 bash[21835]: cluster 2024-05-20T22:07:09.173318+0000 mgr.a (mgr.14150) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:12.826 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:07:12.849 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:12 smithi046 bash[21835]: cluster 2024-05-20T22:07:11.173757+0000 mgr.a (mgr.14150) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:14.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:14 smithi046 bash[21835]: cluster 2024-05-20T22:07:13.174214+0000 mgr.a (mgr.14150) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:15.943 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi053 2024-05-20T22:07:15.943 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:07:15.943 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/etc/ceph/ceph.conf 2024-05-20T22:07:15.950 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:07:15.950 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:07:15.998 INFO:tasks.cephadm:Adding host smithi053 to orchestrator... 2024-05-20T22:07:15.999 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch host add smithi053 2024-05-20T22:07:16.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: cluster 2024-05-20T22:07:15.174607+0000 mgr.a (mgr.14150) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.311502+0000 mgr.a (mgr.14150) 14 : audit 0 from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.316483+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.317546+0000 mon.a (mon.0) 105 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.319424+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.320164+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: cephadm 2024-05-20T22:07:15.321491+0000 mgr.a (mgr.14150) 15 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: cephadm 2024-05-20T22:07:15.414222+0000 mgr.a (mgr.14150) 16 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: cephadm 2024-05-20T22:07:15.500933+0000 mgr.a (mgr.14150) 17 : cephadm 1 Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: cephadm 2024-05-20T22:07:15.595887+0000 mgr.a (mgr.14150) 18 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.694457+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.699222+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:16.615 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:16 smithi046 bash[21835]: audit 2024-05-20T22:07:15.704416+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:18.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:18 smithi046 bash[21835]: cluster 2024-05-20T22:07:17.175011+0000 mgr.a (mgr.14150) 19 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:20.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:20 smithi046 bash[21835]: cluster 2024-05-20T22:07:19.175427+0000 mgr.a (mgr.14150) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:20.709 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:07:22.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:22 smithi046 bash[21835]: cluster 2024-05-20T22:07:21.175879+0000 mgr.a (mgr.14150) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:24.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:24 smithi046 bash[21835]: audit 2024-05-20T22:07:23.163892+0000 mgr.a (mgr.14150) 22 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:07:24.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:24 smithi046 bash[21835]: cluster 2024-05-20T22:07:23.176184+0000 mgr.a (mgr.14150) 23 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:25.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:25 smithi046 bash[21835]: cephadm 2024-05-20T22:07:24.469803+0000 mgr.a (mgr.14150) 24 : cephadm 1 Deploying cephadm binary to smithi053 2024-05-20T22:07:26.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:26 smithi046 bash[21835]: cluster 2024-05-20T22:07:25.176513+0000 mgr.a (mgr.14150) 25 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:28.188 INFO:teuthology.orchestra.run.smithi046.stdout:Added host 'smithi053' with addr '172.21.15.53' 2024-05-20T22:07:28.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:28 smithi046 bash[21835]: cluster 2024-05-20T22:07:27.176915+0000 mgr.a (mgr.14150) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:28.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:28 smithi046 bash[21835]: audit 2024-05-20T22:07:28.186954+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:28.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:28 smithi046 bash[21835]: audit 2024-05-20T22:07:28.188718+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:07:28.825 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch host ls --format=json 2024-05-20T22:07:30.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:29 smithi046 bash[21835]: cephadm 2024-05-20T22:07:28.187834+0000 mgr.a (mgr.14150) 27 : cephadm 1 Added host smithi053 2024-05-20T22:07:30.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:29 smithi046 bash[21835]: audit 2024-05-20T22:07:28.658579+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:31.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:30 smithi046 bash[21835]: cluster 2024-05-20T22:07:29.177287+0000 mgr.a (mgr.14150) 28 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:31.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:30 smithi046 bash[21835]: audit 2024-05-20T22:07:30.176148+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:32.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:32 smithi046 bash[21835]: cluster 2024-05-20T22:07:31.177719+0000 mgr.a (mgr.14150) 29 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:32.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:32 smithi046 bash[21835]: audit 2024-05-20T22:07:31.309975+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:33.542 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:07:34.564 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:34 smithi046 bash[21835]: cluster 2024-05-20T22:07:33.178125+0000 mgr.a (mgr.14150) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:35.928 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:07:35.929 INFO:teuthology.orchestra.run.smithi046.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}] 2024-05-20T22:07:36.517 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi169 2024-05-20T22:07:36.517 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:07:36.518 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.conf 2024-05-20T22:07:36.524 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:07:36.524 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:07:36.573 INFO:tasks.cephadm:Adding host smithi169 to orchestrator... 2024-05-20T22:07:36.573 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch host add smithi169 2024-05-20T22:07:36.584 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:36 smithi046 bash[21835]: cluster 2024-05-20T22:07:35.178542+0000 mgr.a (mgr.14150) 31 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:36.584 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:36 smithi046 bash[21835]: audit 2024-05-20T22:07:35.928484+0000 mgr.a (mgr.14150) 32 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:07:38.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.782030+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.783944+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.786247+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.788084+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.788617+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.789428+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:36.790068+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: cephadm 2024-05-20T22:07:36.791028+0000 mgr.a (mgr.14150) 33 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: cephadm 2024-05-20T22:07:36.925938+0000 mgr.a (mgr.14150) 34 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:37.362278+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:37.367323+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:38.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:37 smithi046 bash[21835]: audit 2024-05-20T22:07:37.372799+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:39.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:38 smithi046 bash[21835]: cephadm 2024-05-20T22:07:37.073324+0000 mgr.a (mgr.14150) 35 : cephadm 1 Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:07:39.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:38 smithi046 bash[21835]: cluster 2024-05-20T22:07:37.178979+0000 mgr.a (mgr.14150) 36 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:39.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:38 smithi046 bash[21835]: cephadm 2024-05-20T22:07:37.217287+0000 mgr.a (mgr.14150) 37 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:07:41.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:40 smithi046 bash[21835]: cluster 2024-05-20T22:07:39.179473+0000 mgr.a (mgr.14150) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:41.293 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:07:43.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:42 smithi046 bash[21835]: cluster 2024-05-20T22:07:41.179924+0000 mgr.a (mgr.14150) 39 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:44 smithi046 bash[21835]: cluster 2024-05-20T22:07:43.180343+0000 mgr.a (mgr.14150) 40 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:44 smithi046 bash[21835]: audit 2024-05-20T22:07:43.762898+0000 mgr.a (mgr.14150) 41 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:07:47.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:46 smithi046 bash[21835]: cephadm 2024-05-20T22:07:45.073363+0000 mgr.a (mgr.14150) 42 : cephadm 1 Deploying cephadm binary to smithi169 2024-05-20T22:07:47.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:46 smithi046 bash[21835]: cluster 2024-05-20T22:07:45.180816+0000 mgr.a (mgr.14150) 43 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:48.766 INFO:teuthology.orchestra.run.smithi046.stdout:Added host 'smithi169' with addr '172.21.15.169' 2024-05-20T22:07:49.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:48 smithi046 bash[21835]: cluster 2024-05-20T22:07:47.181255+0000 mgr.a (mgr.14150) 44 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:49.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:48 smithi046 bash[21835]: audit 2024-05-20T22:07:48.765010+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:49.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:48 smithi046 bash[21835]: audit 2024-05-20T22:07:48.766712+0000 mon.a (mon.0) 127 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:07:49.446 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch host ls --format=json 2024-05-20T22:07:50.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:49 smithi046 bash[21835]: cephadm 2024-05-20T22:07:48.765850+0000 mgr.a (mgr.14150) 45 : cephadm 1 Added host smithi169 2024-05-20T22:07:50.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:49 smithi046 bash[21835]: audit 2024-05-20T22:07:49.221655+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:51.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:50 smithi046 bash[21835]: cluster 2024-05-20T22:07:49.181699+0000 mgr.a (mgr.14150) 46 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:51.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:50 smithi046 bash[21835]: audit 2024-05-20T22:07:50.697317+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:53.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:52 smithi046 bash[21835]: cluster 2024-05-20T22:07:51.182145+0000 mgr.a (mgr.14150) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:53.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:52 smithi046 bash[21835]: audit 2024-05-20T22:07:51.804028+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:54.201 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:07:55.083 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:54 smithi046 bash[21835]: cluster 2024-05-20T22:07:53.182555+0000 mgr.a (mgr.14150) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:56.626 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:07:56.627 INFO:teuthology.orchestra.run.smithi046.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.53", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "172.21.15.169", "hostname": "smithi169", "labels": [], "status": ""}] 2024-05-20T22:07:57.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:56 smithi046 bash[21835]: cluster 2024-05-20T22:07:55.182968+0000 mgr.a (mgr.14150) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:57.183 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-20T22:07:57.183 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd crush tunables default 2024-05-20T22:07:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:56.627062+0000 mgr.a (mgr.14150) 50 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:07:58.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.109163+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.114297+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.120305+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.125430+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.127099+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.129459+0000 mon.a (mon.0) 136 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.131344+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.667426+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.672379+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:58.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:57 smithi046 bash[21835]: audit 2024-05-20T22:07:57.677890+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:07:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:58 smithi046 bash[21835]: cephadm 2024-05-20T22:07:57.134143+0000 mgr.a (mgr.14150) 51 : cephadm 1 Updating smithi169:/etc/ceph/ceph.conf 2024-05-20T22:07:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:58 smithi046 bash[21835]: cluster 2024-05-20T22:07:57.183395+0000 mgr.a (mgr.14150) 52 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:07:59.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:58 smithi046 bash[21835]: cephadm 2024-05-20T22:07:57.316086+0000 mgr.a (mgr.14150) 53 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:07:59.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:58 smithi046 bash[21835]: cephadm 2024-05-20T22:07:57.442297+0000 mgr.a (mgr.14150) 54 : cephadm 1 Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:07:59.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:07:58 smithi046 bash[21835]: cephadm 2024-05-20T22:07:57.552313+0000 mgr.a (mgr.14150) 55 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:08:01.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:00 smithi046 bash[21835]: cluster 2024-05-20T22:07:59.183834+0000 mgr.a (mgr.14150) 56 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:01.901 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:08:02.962 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:02 smithi046 bash[21835]: cluster 2024-05-20T22:08:01.184230+0000 mgr.a (mgr.14150) 57 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:04.816 INFO:teuthology.orchestra.run.smithi046.stderr:adjusted tunables profile to default 2024-05-20T22:08:05.062 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:04 smithi046 bash[21835]: cluster 2024-05-20T22:08:03.184615+0000 mgr.a (mgr.14150) 58 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:05.062 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:04 smithi046 bash[21835]: audit 2024-05-20T22:08:04.343199+0000 mon.a (mon.0) 141 : audit 1 from='client.? 172.21.15.46:0/2837172120' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-20T22:08:05.508 INFO:tasks.cephadm:Adding mon.a on smithi046 2024-05-20T22:08:05.508 INFO:tasks.cephadm:Adding mon.b on smithi053 2024-05-20T22:08:05.508 INFO:tasks.cephadm:Adding mon.c on smithi169 2024-05-20T22:08:05.508 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch apply mon '3;smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;smithi169:172.21.15.169=c' 2024-05-20T22:08:06.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:05 smithi046 bash[21835]: audit 2024-05-20T22:08:04.816950+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.46:0/2837172120' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-20T22:08:06.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:05 smithi046 bash[21835]: cluster 2024-05-20T22:08:04.820958+0000 mon.a (mon.0) 143 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:06.718 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:06 smithi046 bash[21835]: cluster 2024-05-20T22:08:05.185031+0000 mgr.a (mgr.14150) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:09.054 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled mon update... 2024-05-20T22:08:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:08 smithi046 bash[21835]: cluster 2024-05-20T22:08:07.185414+0000 mgr.a (mgr.14150) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:09.598 DEBUG:teuthology.orchestra.run.smithi053:mon.b> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.b.service 2024-05-20T22:08:09.602 DEBUG:teuthology.orchestra.run.smithi169:mon.c> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.c.service 2024-05-20T22:08:09.604 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-20T22:08:09.604 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-20T22:08:10.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.043275+0000 mgr.a (mgr.14150) 61 : audit 0 from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;smithi169:172.21.15.169=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: cephadm 2024-05-20T22:08:09.048521+0000 mgr.a (mgr.14150) 62 : cephadm 1 Saving service mon spec with placement smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;smithi169:172.21.15.169=c;count:3 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.053632+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.055200+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: cluster 2024-05-20T22:08:09.185831+0000 mgr.a (mgr.14150) 63 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.690201+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.691832+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.698788+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.701293+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: audit 2024-05-20T22:08:09.702999+0000 mon.a (mon.0) 150 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:10.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:10 smithi046 bash[21835]: cephadm 2024-05-20T22:08:09.704615+0000 mgr.a (mgr.14150) 64 : cephadm 1 Deploying daemon mon.c on smithi169 2024-05-20T22:08:10.860 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:12.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:12 smithi046 bash[21835]: cluster 2024-05-20T22:08:11.186267+0000 mgr.a (mgr.14150) 65 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:14.529 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-05-20T22:08:14.529 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-20T22:08:14.529 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"ec001fca-16f4-11ef-bc9a-c7b262605968","modified":"2024-05-20T22:05:48.344830Z","created":"2024-05-20T22:05:48.344830Z","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.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-20T22:08:14.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:14 smithi046 bash[21835]: cluster 2024-05-20T22:08:13.186655+0000 mgr.a (mgr.14150) 66 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:14.871 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:14 smithi169 systemd[1]: Started Ceph mon.c for ec001fca-16f4-11ef-bc9a-c7b262605968. 2024-05-20T22:08:15.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: audit 2024-05-20T22:08:14.529733+0000 mon.a (mon.0) 151 : audit 0 from='client.? 172.21.15.169:0/939549631' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-20T22:08:15.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: audit 2024-05-20T22:08:14.873933+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:15.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: audit 2024-05-20T22:08:14.879599+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:15.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: audit 2024-05-20T22:08:14.885830+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:15.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: audit 2024-05-20T22:08:14.887250+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:15.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: audit 2024-05-20T22:08:14.888891+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:15.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:15 smithi046 bash[21835]: cephadm 2024-05-20T22:08:14.890683+0000 mgr.a (mgr.14150) 67 : cephadm 1 Deploying daemon mon.b on smithi053 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.876+0000 7faf6e1a1b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.876+0000 7faf6e1a1b00 0 ceph version 19.0.0-2536-g200b2779 (200b27799814c89893ec6700f852fc40163e03d5) squid (dev), process ceph-mon, pid 7 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.876+0000 7faf6e1a1b00 0 pidfile_write: ignore empty --pid-file 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.880+0000 7faf6e1a1b00 0 load: jerasure load: lrc 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: RocksDB version: 7.9.2 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Git sha 0 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Compile date 2024-05-20 18:35:26 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: DB SUMMARY 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: DB Session ID: IDMP214KF8GK4P77RRU2 2024-05-20T22:08:16.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: CURRENT file: CURRENT 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: IDENTITY file: IDENTITY 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.error_if_exists: 0 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.create_if_missing: 0 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.paranoid_checks: 1 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.env: 0x556a85e14740 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.fs: PosixFileSystem 2024-05-20T22:08:16.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.info_log: 0x556a879730c0 2024-05-20T22:08:16.163 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-20T22:08:16.163 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.statistics: (nil) 2024-05-20T22:08:16.163 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.use_fsync: 0 2024-05-20T22:08:16.163 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_log_file_size: 0 2024-05-20T22:08:16.163 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.allow_fallocate: 1 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.use_direct_reads: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.create_missing_column_families: 0 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.db_log_dir: 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.wal_dir: 2024-05-20T22:08:16.164 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.advise_random_on_open: 1 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.write_buffer_manager: 0x556a879821e0 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-20T22:08:16.165 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.rate_limiter: (nil) 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.unordered_write: 0 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.row_cache: None 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.wal_filter: None 2024-05-20T22:08:16.166 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.two_write_queues: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.manual_wal_flush: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.wal_compression: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.atomic_flush: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.log_readahead_size: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-20T22:08:16.167 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_background_jobs: 2 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_background_compactions: -1 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_subcompactions: 1 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_total_wal_size: 0 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-20T22:08:16.168 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_open_files: -1 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bytes_per_sync: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_background_flushes: -1 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Compression algorithms supported: 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kZSTD supported: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kXpressCompression supported: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kBZip2Compression supported: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kLZ4Compression supported: 1 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kZlibCompression supported: 1 2024-05-20T22:08:16.169 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-20T22:08:16.170 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: kSnappyCompression supported: 1 2024-05-20T22:08:16.170 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-20T22:08:16.170 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-20T22:08:16.170 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-20T22:08:16.170 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.merge_operator: 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_filter: None 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_filter_factory: None 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556a87972d20) 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cache_index_and_filter_blocks: 1 2024-05-20T22:08:16.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: pin_top_level_index_and_filter: 1 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: index_type: 0 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: data_block_index_type: 0 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: index_shortening: 1 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: data_block_hash_table_util_ratio: 0.750000 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: checksum: 4 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: no_block_cache: 0 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_cache: 0x556a8796b090 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_cache_name: BinnedLRUCache 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_cache_options: 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: capacity : 536870912 2024-05-20T22:08:16.173 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: num_shard_bits : 4 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: strict_capacity_limit : 0 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: high_pri_pool_ratio: 0.000 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_cache_compressed: (nil) 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: persistent_cache: (nil) 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_size: 4096 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_size_deviation: 10 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_restart_interval: 16 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: index_block_restart_interval: 1 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: metadata_block_size: 4096 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: partition_filters: 0 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: use_delta_encoding: 1 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: filter_policy: bloomfilter 2024-05-20T22:08:16.174 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: whole_key_filtering: 1 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: verify_compression: 0 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: read_amp_bytes_per_bit: 0 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: format_version: 5 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: enable_index_compression: 1 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: block_align: 0 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: max_auto_readahead_size: 262144 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: prepopulate_block_cache: 0 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: initial_auto_readahead_size: 8192 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: num_file_reads_for_auto_readahead: 2 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression: NoCompression 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-20T22:08:16.175 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.num_levels: 7 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-20T22:08:16.176 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.level: 32767 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.enabled: false 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-20T22:08:16.177 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-20T22:08:16.178 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.arena_block_size: 1048576 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-20T22:08:16.179 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.table_properties_collectors: 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.inplace_update_support: 0 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-20T22:08:16.180 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.bloom_locality: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.max_successive_merges: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.force_consistency_checks: 1 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.ttl: 2592000 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.enable_blob_files: false 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.min_blob_size: 0 2024-05-20T22:08:16.181 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.blob_file_size: 268435456 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ba92b1e4-3d9a-4c01-85f9-288a51253d9f 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716242895887262, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-20T22:08:16.182 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716242895887899, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1716242895, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ba92b1e4-3d9a-4c01-85f9-288a51253d9f", "db_session_id": "IDMP214KF8GK4P77RRU2", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716242895888056, "job": 1, "event": "recovery_finished"} 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.884+0000 7faf6e1a1b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556a87994e00 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 4 rocksdb: DB pointer 0x556a87a8e000 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf63f6a640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf63f6a640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: ** DB Stats ** 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-20T22:08:16.183 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: ** Compaction Stats [default] ** 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: ** Compaction Stats [default] ** 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-20T22:08:16.184 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: AddFile(Total Files): cumulative 0, interval 0 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: AddFile(Keys): cumulative 0, interval 0 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Cumulative compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Interval compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: Block cache BinnedLRUCache@0x556a8796b090#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-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: ** File Read Latency Histogram By Level [default] ** 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-20T22:08:16.185 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 0 using public_addr v2:172.21.15.169:0/0 -> [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 0 starting mon.c rank -1 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.888+0000 7faf6e1a1b00 1 mon.c@-1(???) e0 preinit fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 0 mon.c@-1(synchronizing).mds e1 new map 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: e1 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 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-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: legacy client fscid: -1 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: No filesystems configured 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-20T22:08:16.186 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.916+0000 7faf66f70640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:24.469803+0000 mgr.a (mgr.14150) 24 : cephadm 1 Deploying cephadm binary to smithi053 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:25.176513+0000 mgr.a (mgr.14150) 25 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:27.176915+0000 mgr.a (mgr.14150) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:28.186954+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:28.188718+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:16.187 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:28.187834+0000 mgr.a (mgr.14150) 27 : cephadm 1 Added host smithi053 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:28.658579+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:29.177287+0000 mgr.a (mgr.14150) 28 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:30.176148+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:31.177719+0000 mgr.a (mgr.14150) 29 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:31.309975+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:33.178125+0000 mgr.a (mgr.14150) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:35.178542+0000 mgr.a (mgr.14150) 31 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:35.928484+0000 mgr.a (mgr.14150) 32 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.782030+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.783944+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.786247+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.788084+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.788617+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi053", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:08:16.188 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.789428+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:36.790068+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:36.791028+0000 mgr.a (mgr.14150) 33 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:36.925938+0000 mgr.a (mgr.14150) 34 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:37.362278+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:37.367323+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:37.372799+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:37.073324+0000 mgr.a (mgr.14150) 35 : cephadm 1 Updating smithi053:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:37.178979+0000 mgr.a (mgr.14150) 36 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:37.217287+0000 mgr.a (mgr.14150) 37 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:39.179473+0000 mgr.a (mgr.14150) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:41.179924+0000 mgr.a (mgr.14150) 39 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:43.180343+0000 mgr.a (mgr.14150) 40 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.189 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:43.762898+0000 mgr.a (mgr.14150) 41 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:45.073363+0000 mgr.a (mgr.14150) 42 : cephadm 1 Deploying cephadm binary to smithi169 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:45.180816+0000 mgr.a (mgr.14150) 43 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:47.181255+0000 mgr.a (mgr.14150) 44 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:48.765010+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:48.766712+0000 mon.a (mon.0) 127 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:48.765850+0000 mgr.a (mgr.14150) 45 : cephadm 1 Added host smithi169 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:49.221655+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:49.181699+0000 mgr.a (mgr.14150) 46 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:50.697317+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:51.182145+0000 mgr.a (mgr.14150) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:51.804028+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:53.182555+0000 mgr.a (mgr.14150) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:55.182968+0000 mgr.a (mgr.14150) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.190 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:56.627062+0000 mgr.a (mgr.14150) 50 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.109163+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.114297+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.120305+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.125430+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.127099+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.129459+0000 mon.a (mon.0) 136 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.131344+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.667426+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.672379+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:07:57.677890+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:57.134143+0000 mgr.a (mgr.14150) 51 : cephadm 1 Updating smithi169:/etc/ceph/ceph.conf 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:57.183395+0000 mgr.a (mgr.14150) 52 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.191 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:57.316086+0000 mgr.a (mgr.14150) 53 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:57.442297+0000 mgr.a (mgr.14150) 54 : cephadm 1 Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:07:57.552313+0000 mgr.a (mgr.14150) 55 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:07:59.183834+0000 mgr.a (mgr.14150) 56 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:01.184230+0000 mgr.a (mgr.14150) 57 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:03.184615+0000 mgr.a (mgr.14150) 58 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:04.343199+0000 mon.a (mon.0) 141 : audit 1 from='client.? 172.21.15.46:0/2837172120' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:04.816950+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.46:0/2837172120' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:04.820958+0000 mon.a (mon.0) 143 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:05.185031+0000 mgr.a (mgr.14150) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:07.185414+0000 mgr.a (mgr.14150) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.043275+0000 mgr.a (mgr.14150) 61 : audit 0 from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;smithi169:172.21.15.169=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:08:09.048521+0000 mgr.a (mgr.14150) 62 : cephadm 1 Saving service mon spec with placement smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;smithi169:172.21.15.169=c;count:3 2024-05-20T22:08:16.192 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.053632+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.055200+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:09.185831+0000 mgr.a (mgr.14150) 63 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.690201+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.691832+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.698788+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.701293+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:09.702999+0000 mon.a (mon.0) 150 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:08:09.704615+0000 mgr.a (mgr.14150) 64 : cephadm 1 Deploying daemon mon.c on smithi169 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:11.186267+0000 mgr.a (mgr.14150) 65 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cluster 2024-05-20T22:08:13.186655+0000 mgr.a (mgr.14150) 66 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:14.529733+0000 mon.a (mon.0) 151 : audit 0 from='client.? 172.21.15.169:0/939549631' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:14.873933+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:14.879599+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:14.885830+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:14.887250+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: audit 2024-05-20T22:08:14.888891+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: cephadm 2024-05-20T22:08:14.890683+0000 mgr.a (mgr.14150) 67 : cephadm 1 Deploying daemon mon.b on smithi053 2024-05-20T22:08:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:15 smithi169 bash[24234]: debug 2024-05-20T22:08:15.920+0000 7faf66f70640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-20T22:08:16.546 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-20T22:08:16.546 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-20T22:08:20.248 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.c/config 2024-05-20T22:08:20.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:20 smithi053 bash[23747]: debug 2024-05-20T22:08:20.257+0000 7f55d95a2640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-20T22:08:21.312 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:15.187058+0000 mgr.a (mgr.14150) 68 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:21.312 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:15.933458+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:08:21.312 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:15.933768+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:15.954025+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:16.928493+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:17.187459+0000 mgr.a (mgr.14150) 69 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:17.928696+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:17.929891+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:18.928849+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:19.187828+0000 mgr.a (mgr.14150) 70 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:19.928909+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:20.267653+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:20.929001+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.975908+0000 mon.a (mon.0) 167 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.981953+0000 mon.a (mon.0) 168 : cluster 0 monmap epoch 2 2024-05-20T22:08:21.313 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.981989+0000 mon.a (mon.0) 169 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.982026+0000 mon.a (mon.0) 170 : cluster 0 last_changed 2024-05-20T22:08:15.928060+0000 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.982060+0000 mon.a (mon.0) 171 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.982094+0000 mon.a (mon.0) 172 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.982129+0000 mon.a (mon.0) 173 : cluster 0 election_strategy: 1 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.982162+0000 mon.a (mon.0) 174 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:20.982193+0000 mon.a (mon.0) 175 : cluster 0 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:21.001716+0000 mon.a (mon.0) 176 : cluster 0 fsmap 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:21.001788+0000 mon.a (mon.0) 177 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:21.002073+0000 mon.a (mon.0) 178 : cluster 0 mgrmap e13: a(active, since 91s) 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: cluster 2024-05-20T22:08:21.002340+0000 mon.a (mon.0) 179 : cluster 1 overall HEALTH_OK 2024-05-20T22:08:21.314 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:21.008637+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.315 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:21.015083+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.315 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:21.022736+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.315 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:21 smithi169 bash[24234]: audit 2024-05-20T22:08:21.029664+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:15.187058+0000 mgr.a (mgr.14150) 68 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:21.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:15.933458+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:08:21.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:15.933768+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2024-05-20T22:08:21.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:15.954025+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:16.928493+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:17.187459+0000 mgr.a (mgr.14150) 69 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:17.928696+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:17.929891+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:18.928849+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:19.187828+0000 mgr.a (mgr.14150) 70 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:19.928909+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:20.267653+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:20.929001+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.975908+0000 mon.a (mon.0) 167 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-20T22:08:21.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.981953+0000 mon.a (mon.0) 168 : cluster 0 monmap epoch 2 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.981989+0000 mon.a (mon.0) 169 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.982026+0000 mon.a (mon.0) 170 : cluster 0 last_changed 2024-05-20T22:08:15.928060+0000 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.982060+0000 mon.a (mon.0) 171 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.982094+0000 mon.a (mon.0) 172 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.982129+0000 mon.a (mon.0) 173 : cluster 0 election_strategy: 1 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.982162+0000 mon.a (mon.0) 174 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:20.982193+0000 mon.a (mon.0) 175 : cluster 0 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:21.001716+0000 mon.a (mon.0) 176 : cluster 0 fsmap 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:21.001788+0000 mon.a (mon.0) 177 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:21.366 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:21.002073+0000 mon.a (mon.0) 178 : cluster 0 mgrmap e13: a(active, since 91s) 2024-05-20T22:08:21.367 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: cluster 2024-05-20T22:08:21.002340+0000 mon.a (mon.0) 179 : cluster 1 overall HEALTH_OK 2024-05-20T22:08:21.367 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:21.008637+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.367 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:21.015083+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.367 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:21.022736+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:21.367 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:21 smithi046 bash[21835]: audit 2024-05-20T22:08:21.029664+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:22.070 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:22 smithi169 bash[24234]: audit 2024-05-20T22:08:21.134870+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:22.071 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:22 smithi169 bash[24234]: cluster 2024-05-20T22:08:21.188168+0000 mgr.a (mgr.14150) 71 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:22.071 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:22 smithi169 bash[24234]: audit 2024-05-20T22:08:21.267989+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:22.071 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:22 smithi169 bash[24234]: audit 2024-05-20T22:08:21.929502+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:22.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:22 smithi046 bash[21835]: audit 2024-05-20T22:08:21.134870+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:22.429 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:22 smithi046 bash[21835]: cluster 2024-05-20T22:08:21.188168+0000 mgr.a (mgr.14150) 71 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:22.429 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:22 smithi046 bash[21835]: audit 2024-05-20T22:08:21.267989+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:22.429 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:22 smithi046 bash[21835]: audit 2024-05-20T22:08:21.929502+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:15.187058+0000 mgr.a (mgr.14150) 68 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:15.933458+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:15.933768+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:15.954025+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:16.928493+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:17.187459+0000 mgr.a (mgr.14150) 69 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:17.928696+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:17.929891+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:18.928849+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.345 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:19.187828+0000 mgr.a (mgr.14150) 70 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:19.928909+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:20.267653+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:20.929001+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.975908+0000 mon.a (mon.0) 167 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.981953+0000 mon.a (mon.0) 168 : cluster 0 monmap epoch 2 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.981989+0000 mon.a (mon.0) 169 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.982026+0000 mon.a (mon.0) 170 : cluster 0 last_changed 2024-05-20T22:08:15.928060+0000 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.982060+0000 mon.a (mon.0) 171 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.982094+0000 mon.a (mon.0) 172 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.982129+0000 mon.a (mon.0) 173 : cluster 0 election_strategy: 1 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.982162+0000 mon.a (mon.0) 174 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:20.982193+0000 mon.a (mon.0) 175 : cluster 0 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-05-20T22:08:27.346 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:21.001716+0000 mon.a (mon.0) 176 : cluster 0 fsmap 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:21.001788+0000 mon.a (mon.0) 177 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:21.002073+0000 mon.a (mon.0) 178 : cluster 0 mgrmap e13: a(active, since 91s) 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:21.002340+0000 mon.a (mon.0) 179 : cluster 1 overall HEALTH_OK 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.008637+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.015083+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.022736+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.029664+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.134870+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:27.347 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:21.188168+0000 mgr.a (mgr.14150) 71 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.267989+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.348 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:21.929502+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:22.274422+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:22.274775+0000 mon.a (mon.0) 189 : cluster 1 mon.a calling monitor election 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:22.275587+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:22.294196+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:22.294415+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:23.188569+0000 mgr.a (mgr.14150) 72 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:23.268546+0000 mon.a (mon.0) 192 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:24.268523+0000 mon.a (mon.0) 193 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:24.269911+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:25.188931+0000 mgr.a (mgr.14150) 73 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:25.268392+0000 mon.a (mon.0) 194 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:26.268811+0000 mon.a (mon.0) 195 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.623 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.268940+0000 mon.a (mon.0) 196 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.335790+0000 mon.a (mon.0) 197 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342302+0000 mon.a (mon.0) 198 : cluster 0 monmap epoch 3 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342330+0000 mon.a (mon.0) 199 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342346+0000 mon.a (mon.0) 200 : cluster 0 last_changed 2024-05-20T22:08:22.268533+0000 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342361+0000 mon.a (mon.0) 201 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342379+0000 mon.a (mon.0) 202 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342399+0000 mon.a (mon.0) 203 : cluster 0 election_strategy: 1 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342420+0000 mon.a (mon.0) 204 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342446+0000 mon.a (mon.0) 205 : cluster 0 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.342467+0000 mon.a (mon.0) 206 : cluster 0 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.361744+0000 mon.a (mon.0) 207 : cluster 0 fsmap 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.361799+0000 mon.a (mon.0) 208 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.362065+0000 mon.a (mon.0) 209 : cluster 0 mgrmap e13: a(active, since 98s) 2024-05-20T22:08:27.624 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.362309+0000 mon.a (mon.0) 210 : cluster 1 overall HEALTH_OK 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.368774+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.374027+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.379508+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.385624+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.391888+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.393815+0000 mon.a (mon.0) 216 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:27.625 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:27 smithi053 bash[23747]: audit 2024-05-20T22:08:27.395698+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:27.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:22.274422+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:08:27.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:22.274775+0000 mon.a (mon.0) 189 : cluster 1 mon.a calling monitor election 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:22.275587+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:22.294196+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:22.294415+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:23.188569+0000 mgr.a (mgr.14150) 72 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:23.268546+0000 mon.a (mon.0) 192 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:24.268523+0000 mon.a (mon.0) 193 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:24.269911+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:25.188931+0000 mgr.a (mgr.14150) 73 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:25.268392+0000 mon.a (mon.0) 194 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:26.268811+0000 mon.a (mon.0) 195 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.268940+0000 mon.a (mon.0) 196 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.335790+0000 mon.a (mon.0) 197 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342302+0000 mon.a (mon.0) 198 : cluster 0 monmap epoch 3 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342330+0000 mon.a (mon.0) 199 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342346+0000 mon.a (mon.0) 200 : cluster 0 last_changed 2024-05-20T22:08:22.268533+0000 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342361+0000 mon.a (mon.0) 201 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342379+0000 mon.a (mon.0) 202 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342399+0000 mon.a (mon.0) 203 : cluster 0 election_strategy: 1 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342420+0000 mon.a (mon.0) 204 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342446+0000 mon.a (mon.0) 205 : cluster 0 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.342467+0000 mon.a (mon.0) 206 : cluster 0 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.361744+0000 mon.a (mon.0) 207 : cluster 0 fsmap 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.361799+0000 mon.a (mon.0) 208 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.362065+0000 mon.a (mon.0) 209 : cluster 0 mgrmap e13: a(active, since 98s) 2024-05-20T22:08:27.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.362309+0000 mon.a (mon.0) 210 : cluster 1 overall HEALTH_OK 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.368774+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.374027+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.379508+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.385624+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.391888+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.393815+0000 mon.a (mon.0) 216 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:27.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:27 smithi046 bash[21835]: audit 2024-05-20T22:08:27.395698+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:27.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:22.274422+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:22.274775+0000 mon.a (mon.0) 189 : cluster 1 mon.a calling monitor election 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:22.275587+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:22.294196+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:22.294415+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:23.188569+0000 mgr.a (mgr.14150) 72 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:23.268546+0000 mon.a (mon.0) 192 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:24.268523+0000 mon.a (mon.0) 193 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:24.269911+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:25.188931+0000 mgr.a (mgr.14150) 73 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:25.268392+0000 mon.a (mon.0) 194 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:26.268811+0000 mon.a (mon.0) 195 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.268940+0000 mon.a (mon.0) 196 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.335790+0000 mon.a (mon.0) 197 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342302+0000 mon.a (mon.0) 198 : cluster 0 monmap epoch 3 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342330+0000 mon.a (mon.0) 199 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342346+0000 mon.a (mon.0) 200 : cluster 0 last_changed 2024-05-20T22:08:22.268533+0000 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342361+0000 mon.a (mon.0) 201 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342379+0000 mon.a (mon.0) 202 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342399+0000 mon.a (mon.0) 203 : cluster 0 election_strategy: 1 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342420+0000 mon.a (mon.0) 204 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342446+0000 mon.a (mon.0) 205 : cluster 0 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.342467+0000 mon.a (mon.0) 206 : cluster 0 2: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.361744+0000 mon.a (mon.0) 207 : cluster 0 fsmap 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.361799+0000 mon.a (mon.0) 208 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.362065+0000 mon.a (mon.0) 209 : cluster 0 mgrmap e13: a(active, since 98s) 2024-05-20T22:08:27.912 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.362309+0000 mon.a (mon.0) 210 : cluster 1 overall HEALTH_OK 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.368774+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.374027+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.379508+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.385624+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.391888+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.393815+0000 mon.a (mon.0) 216 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:27.913 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:27 smithi169 bash[24234]: audit 2024-05-20T22:08:27.395698+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:28.693 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 3 2024-05-20T22:08:28.693 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-05-20T22:08:28.693 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":3,"fsid":"ec001fca-16f4-11ef-bc9a-c7b262605968","modified":"2024-05-20T22:08:22.268533Z","created":"2024-05-20T22:05:48.344830Z","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.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cluster 2024-05-20T22:08:27.189328+0000 mgr.a (mgr.14150) 74 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.398142+0000 mgr.a (mgr.14150) 75 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.398778+0000 mgr.a (mgr.14150) 76 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.400448+0000 mgr.a (mgr.14150) 77 : cephadm 1 Updating smithi169:/etc/ceph/ceph.conf 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.664665+0000 mgr.a (mgr.14150) 78 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.665155+0000 mgr.a (mgr.14150) 79 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.665773+0000 mgr.a (mgr.14150) 80 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.862625+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.866740+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.870598+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.874623+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.878522+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.882415+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.886344+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.943704+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.948620+0000 mon.a (mon.0) 226 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.953527+0000 mon.a (mon.0) 227 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.958399+0000 mon.a (mon.0) 228 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.958908+0000 mgr.a (mgr.14150) 81 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.959373+0000 mon.a (mon.0) 229 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:29.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.960557+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:29.116 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:27.961719+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:29.116 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: cephadm 2024-05-20T22:08:27.963017+0000 mgr.a (mgr.14150) 82 : cephadm 1 Reconfiguring daemon mon.a on smithi046 2024-05-20T22:08:29.116 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:28.269334+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:29.116 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:28 smithi046 bash[21835]: audit 2024-05-20T22:08:28.693383+0000 mon.a (mon.0) 233 : audit 0 from='client.? 172.21.15.169:0/2657168408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-20T22:08:29.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cluster 2024-05-20T22:08:27.189328+0000 mgr.a (mgr.14150) 74 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:29.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.398142+0000 mgr.a (mgr.14150) 75 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.398778+0000 mgr.a (mgr.14150) 76 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.400448+0000 mgr.a (mgr.14150) 77 : cephadm 1 Updating smithi169:/etc/ceph/ceph.conf 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.664665+0000 mgr.a (mgr.14150) 78 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.665155+0000 mgr.a (mgr.14150) 79 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.665773+0000 mgr.a (mgr.14150) 80 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.862625+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.866740+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.870598+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.874623+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.878522+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.882415+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.123 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.886344+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.943704+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.948620+0000 mon.a (mon.0) 226 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.953527+0000 mon.a (mon.0) 227 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.958399+0000 mon.a (mon.0) 228 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.958908+0000 mgr.a (mgr.14150) 81 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.959373+0000 mon.a (mon.0) 229 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.960557+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:27.961719+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: cephadm 2024-05-20T22:08:27.963017+0000 mgr.a (mgr.14150) 82 : cephadm 1 Reconfiguring daemon mon.a on smithi046 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:28.269334+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:29.124 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:28 smithi053 bash[23747]: audit 2024-05-20T22:08:28.693383+0000 mon.a (mon.0) 233 : audit 0 from='client.? 172.21.15.169:0/2657168408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-20T22:08:29.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cluster 2024-05-20T22:08:27.189328+0000 mgr.a (mgr.14150) 74 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.398142+0000 mgr.a (mgr.14150) 75 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.398778+0000 mgr.a (mgr.14150) 76 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.400448+0000 mgr.a (mgr.14150) 77 : cephadm 1 Updating smithi169:/etc/ceph/ceph.conf 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.664665+0000 mgr.a (mgr.14150) 78 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.665155+0000 mgr.a (mgr.14150) 79 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.665773+0000 mgr.a (mgr.14150) 80 : cephadm 1 Updating smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.862625+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.866740+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.870598+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.874623+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.878522+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.882415+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.886344+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.943704+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.948620+0000 mon.a (mon.0) 226 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.953527+0000 mon.a (mon.0) 227 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.958399+0000 mon.a (mon.0) 228 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.958908+0000 mgr.a (mgr.14150) 81 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.959373+0000 mon.a (mon.0) 229 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.960557+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:27.961719+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: cephadm 2024-05-20T22:08:27.963017+0000 mgr.a (mgr.14150) 82 : cephadm 1 Reconfiguring daemon mon.a on smithi046 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:28.269334+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:08:29.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:28 smithi169 bash[24234]: audit 2024-05-20T22:08:28.693383+0000 mon.a (mon.0) 233 : audit 0 from='client.? 172.21.15.169:0/2657168408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-20T22:08:29.379 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-20T22:08:29.379 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph config generate-minimal-conf 2024-05-20T22:08:31.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:30 smithi053 bash[23747]: cluster 2024-05-20T22:08:29.189714+0000 mgr.a (mgr.14150) 83 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:31.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:30 smithi053 bash[23747]: audit 2024-05-20T22:08:30.053072+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:31.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:30 smithi053 bash[23747]: audit 2024-05-20T22:08:30.059535+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:31.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:30 smithi053 bash[23747]: audit 2024-05-20T22:08:30.061546+0000 mon.a (mon.0) 236 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:31.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:30 smithi053 bash[23747]: audit 2024-05-20T22:08:30.062962+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:31.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:30 smithi053 bash[23747]: audit 2024-05-20T22:08:30.064321+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:31.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:30 smithi169 bash[24234]: cluster 2024-05-20T22:08:29.189714+0000 mgr.a (mgr.14150) 83 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:31.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:30 smithi169 bash[24234]: audit 2024-05-20T22:08:30.053072+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:31.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:30 smithi169 bash[24234]: audit 2024-05-20T22:08:30.059535+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:31.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:30 smithi169 bash[24234]: audit 2024-05-20T22:08:30.061546+0000 mon.a (mon.0) 236 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:31.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:30 smithi169 bash[24234]: audit 2024-05-20T22:08:30.062962+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:31.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:30 smithi169 bash[24234]: audit 2024-05-20T22:08:30.064321+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:30 smithi046 bash[21835]: cluster 2024-05-20T22:08:29.189714+0000 mgr.a (mgr.14150) 83 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:30 smithi046 bash[21835]: audit 2024-05-20T22:08:30.053072+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:30 smithi046 bash[21835]: audit 2024-05-20T22:08:30.059535+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:30 smithi046 bash[21835]: audit 2024-05-20T22:08:30.061546+0000 mon.a (mon.0) 236 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:30 smithi046 bash[21835]: audit 2024-05-20T22:08:30.062962+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:30 smithi046 bash[21835]: audit 2024-05-20T22:08:30.064321+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:32.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:31 smithi053 bash[23747]: cephadm 2024-05-20T22:08:30.061045+0000 mgr.a (mgr.14150) 84 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-05-20T22:08:32.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:31 smithi053 bash[23747]: cephadm 2024-05-20T22:08:30.068682+0000 mgr.a (mgr.14150) 85 : cephadm 1 Reconfiguring daemon mon.b on smithi053 2024-05-20T22:08:32.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:31 smithi169 bash[24234]: cephadm 2024-05-20T22:08:30.061045+0000 mgr.a (mgr.14150) 84 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-05-20T22:08:32.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:31 smithi169 bash[24234]: cephadm 2024-05-20T22:08:30.068682+0000 mgr.a (mgr.14150) 85 : cephadm 1 Reconfiguring daemon mon.b on smithi053 2024-05-20T22:08:32.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:31 smithi046 bash[21835]: cephadm 2024-05-20T22:08:30.061045+0000 mgr.a (mgr.14150) 84 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-05-20T22:08:32.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:31 smithi046 bash[21835]: cephadm 2024-05-20T22:08:30.068682+0000 mgr.a (mgr.14150) 85 : cephadm 1 Reconfiguring daemon mon.b on smithi053 2024-05-20T22:08:33.152 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:32 smithi169 bash[24234]: cluster 2024-05-20T22:08:31.190146+0000 mgr.a (mgr.14150) 86 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:33.152 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:32 smithi169 bash[24234]: audit 2024-05-20T22:08:32.053657+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:33.152 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:32 smithi169 bash[24234]: audit 2024-05-20T22:08:32.060457+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:33.152 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:32 smithi169 bash[24234]: audit 2024-05-20T22:08:32.062598+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:33.153 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:32 smithi169 bash[24234]: audit 2024-05-20T22:08:32.064380+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:33.153 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:32 smithi169 bash[24234]: audit 2024-05-20T22:08:32.066122+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:33.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:32 smithi046 bash[21835]: cluster 2024-05-20T22:08:31.190146+0000 mgr.a (mgr.14150) 86 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:33.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:32 smithi046 bash[21835]: audit 2024-05-20T22:08:32.053657+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:33.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:32 smithi046 bash[21835]: audit 2024-05-20T22:08:32.060457+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:33.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:32 smithi046 bash[21835]: audit 2024-05-20T22:08:32.062598+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:33.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:32 smithi046 bash[21835]: audit 2024-05-20T22:08:32.064380+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:33.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:32 smithi046 bash[21835]: audit 2024-05-20T22:08:32.066122+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:33.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:32 smithi053 bash[23747]: cluster 2024-05-20T22:08:31.190146+0000 mgr.a (mgr.14150) 86 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:33.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:32 smithi053 bash[23747]: audit 2024-05-20T22:08:32.053657+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:33.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:32 smithi053 bash[23747]: audit 2024-05-20T22:08:32.060457+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:33.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:32 smithi053 bash[23747]: audit 2024-05-20T22:08:32.062598+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:08:33.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:32 smithi053 bash[23747]: audit 2024-05-20T22:08:32.064380+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:08:33.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:32 smithi053 bash[23747]: audit 2024-05-20T22:08:32.066122+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:34.090 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:08:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:33 smithi169 bash[24234]: cephadm 2024-05-20T22:08:32.061946+0000 mgr.a (mgr.14150) 87 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-05-20T22:08:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:33 smithi169 bash[24234]: cephadm 2024-05-20T22:08:32.068080+0000 mgr.a (mgr.14150) 88 : cephadm 1 Reconfiguring daemon mon.c on smithi169 2024-05-20T22:08:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:33 smithi169 bash[24234]: audit 2024-05-20T22:08:33.835763+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:33 smithi169 bash[24234]: audit 2024-05-20T22:08:33.842902+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:33 smithi169 bash[24234]: audit 2024-05-20T22:08:33.845329+0000 mon.a (mon.0) 246 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:34.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:33 smithi046 bash[21835]: cephadm 2024-05-20T22:08:32.061946+0000 mgr.a (mgr.14150) 87 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-05-20T22:08:34.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:33 smithi046 bash[21835]: cephadm 2024-05-20T22:08:32.068080+0000 mgr.a (mgr.14150) 88 : cephadm 1 Reconfiguring daemon mon.c on smithi169 2024-05-20T22:08:34.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:33 smithi046 bash[21835]: audit 2024-05-20T22:08:33.835763+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:34.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:33 smithi046 bash[21835]: audit 2024-05-20T22:08:33.842902+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:34.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:33 smithi046 bash[21835]: audit 2024-05-20T22:08:33.845329+0000 mon.a (mon.0) 246 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:34.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:33 smithi053 bash[23747]: cephadm 2024-05-20T22:08:32.061946+0000 mgr.a (mgr.14150) 87 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-05-20T22:08:34.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:33 smithi053 bash[23747]: cephadm 2024-05-20T22:08:32.068080+0000 mgr.a (mgr.14150) 88 : cephadm 1 Reconfiguring daemon mon.c on smithi169 2024-05-20T22:08:34.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:33 smithi053 bash[23747]: audit 2024-05-20T22:08:33.835763+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:34.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:33 smithi053 bash[23747]: audit 2024-05-20T22:08:33.842902+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:34.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:33 smithi053 bash[23747]: audit 2024-05-20T22:08:33.845329+0000 mon.a (mon.0) 246 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:34 smithi046 bash[21835]: cluster 2024-05-20T22:08:33.190553+0000 mgr.a (mgr.14150) 89 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:34 smithi046 bash[21835]: audit 2024-05-20T22:08:34.534895+0000 mon.a (mon.0) 247 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:34 smithi046 bash[21835]: audit 2024-05-20T22:08:34.536429+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:34 smithi046 bash[21835]: audit 2024-05-20T22:08:34.542595+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:35.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:34 smithi169 bash[24234]: cluster 2024-05-20T22:08:33.190553+0000 mgr.a (mgr.14150) 89 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:34 smithi169 bash[24234]: audit 2024-05-20T22:08:34.534895+0000 mon.a (mon.0) 247 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:34 smithi169 bash[24234]: audit 2024-05-20T22:08:34.536429+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:34 smithi169 bash[24234]: audit 2024-05-20T22:08:34.542595+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:35.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:34 smithi053 bash[23747]: cluster 2024-05-20T22:08:33.190553+0000 mgr.a (mgr.14150) 89 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:35.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:34 smithi053 bash[23747]: audit 2024-05-20T22:08:34.534895+0000 mon.a (mon.0) 247 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:35.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:34 smithi053 bash[23747]: audit 2024-05-20T22:08:34.536429+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:35.372 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:34 smithi053 bash[23747]: audit 2024-05-20T22:08:34.542595+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:36.557 INFO:teuthology.orchestra.run.smithi046.stdout:# minimal ceph.conf for ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:36.558 INFO:teuthology.orchestra.run.smithi046.stdout:[global] 2024-05-20T22:08:36.558 INFO:teuthology.orchestra.run.smithi046.stdout: fsid = ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:08:36.558 INFO:teuthology.orchestra.run.smithi046.stdout: mon_host = [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-05-20T22:08:37.139 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:36 smithi046 bash[21835]: cluster 2024-05-20T22:08:35.190989+0000 mgr.a (mgr.14150) 90 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:37.139 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:36 smithi046 bash[21835]: audit 2024-05-20T22:08:36.558670+0000 mon.a (mon.0) 250 : audit 0 from='client.? 172.21.15.46:0/48569103' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:37.140 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-20T22:08:37.140 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:08:37.140 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-05-20T22:08:37.155 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:08:37.155 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:08:37.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:36 smithi169 bash[24234]: cluster 2024-05-20T22:08:35.190989+0000 mgr.a (mgr.14150) 90 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:37.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:36 smithi169 bash[24234]: audit 2024-05-20T22:08:36.558670+0000 mon.a (mon.0) 250 : audit 0 from='client.? 172.21.15.46:0/48569103' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:37.212 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:08:37.212 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.conf 2024-05-20T22:08:37.223 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:36 smithi053 bash[23747]: cluster 2024-05-20T22:08:35.190989+0000 mgr.a (mgr.14150) 90 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:37.224 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:36 smithi053 bash[23747]: audit 2024-05-20T22:08:36.558670+0000 mon.a (mon.0) 250 : audit 0 from='client.? 172.21.15.46:0/48569103' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:37.227 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:08:37.227 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:08:37.287 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:08:37.287 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.conf 2024-05-20T22:08:37.301 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:08:37.301 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:08:37.357 INFO:tasks.cephadm:Adding mgr.a on smithi046 2024-05-20T22:08:37.357 INFO:tasks.cephadm:Adding mgr.b on smithi053 2024-05-20T22:08:37.357 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch apply mgr '2;smithi046=a;smithi053=b' 2024-05-20T22:08:39.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:38 smithi169 bash[24234]: cluster 2024-05-20T22:08:37.191465+0000 mgr.a (mgr.14150) 91 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:39.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:38 smithi046 bash[21835]: cluster 2024-05-20T22:08:37.191465+0000 mgr.a (mgr.14150) 91 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:39.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:38 smithi053 bash[23747]: cluster 2024-05-20T22:08:37.191465+0000 mgr.a (mgr.14150) 91 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:41.099 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.c/config 2024-05-20T22:08:41.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:40 smithi169 bash[24234]: cluster 2024-05-20T22:08:39.191877+0000 mgr.a (mgr.14150) 92 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:41.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:40 smithi046 bash[21835]: cluster 2024-05-20T22:08:39.191877+0000 mgr.a (mgr.14150) 92 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:41.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:40 smithi053 bash[23747]: cluster 2024-05-20T22:08:39.191877+0000 mgr.a (mgr.14150) 92 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:43.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:42 smithi169 bash[24234]: cluster 2024-05-20T22:08:41.192287+0000 mgr.a (mgr.14150) 93 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:43.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:42 smithi046 bash[21835]: cluster 2024-05-20T22:08:41.192287+0000 mgr.a (mgr.14150) 93 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:43.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:42 smithi053 bash[23747]: cluster 2024-05-20T22:08:41.192287+0000 mgr.a (mgr.14150) 93 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:43.547 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled mgr update... 2024-05-20T22:08:44.116 DEBUG:teuthology.orchestra.run.smithi053:mgr.b> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.b.service 2024-05-20T22:08:44.119 INFO:tasks.cephadm:Deploying OSDs... 2024-05-20T22:08:44.119 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-20T22:08:44.119 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-05-20T22:08:44.125 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-05-20T22:08:44.125 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-05-20T22:08:44.172 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-05-20 21:58:46.878381630 +0000 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-05-20 21:58:46.634383796 +0000 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-05-20 21:58:46.634383796 +0000 2024-05-20T22:08:44.173 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-05-20T22:08:44.174 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-20T22:08:44.227 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-05-20T22:08:44.227 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-05-20T22:08:44.227 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000208196 s, 2.5 MB/s 2024-05-20T22:08:44.229 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-20T22:08:44.281 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-05-20 21:58:47.394377045 +0000 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-05-20 21:58:47.118379497 +0000 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-05-20 21:58:47.118379497 +0000 2024-05-20T22:08:44.328 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-05-20T22:08:44.329 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-20T22:08:44.386 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-05-20T22:08:44.386 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-05-20T22:08:44.386 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000334637 s, 1.5 MB/s 2024-05-20T22:08:44.386 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-20T22:08:44.435 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-05-20T22:08:44.484 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-20T22:08:44.484 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:44.484 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-05-20T22:08:44.484 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:44.484 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-05-20 21:58:47.934372249 +0000 2024-05-20T22:08:44.484 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-05-20 21:58:47.658374701 +0000 2024-05-20T22:08:44.485 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-05-20 21:58:47.658374701 +0000 2024-05-20T22:08:44.485 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-05-20T22:08:44.485 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-20T22:08:44.538 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-05-20T22:08:44.538 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-05-20T22:08:44.539 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000264719 s, 1.9 MB/s 2024-05-20T22:08:44.540 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-20T22:08:44.592 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-05-20T22:08:44.644 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-20T22:08:44.644 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:44.644 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-05-20T22:08:44.644 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:44.644 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-05-20 21:58:48.158370259 +0000 2024-05-20T22:08:44.644 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-05-20 21:58:48.154370295 +0000 2024-05-20T22:08:44.645 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-05-20 21:58:48.154370295 +0000 2024-05-20T22:08:44.645 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-05-20T22:08:44.645 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-20T22:08:44.703 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-05-20T22:08:44.703 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-05-20T22:08:44.703 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000308871 s, 1.7 MB/s 2024-05-20T22:08:44.705 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-20T22:08:44.757 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-20T22:08:44.757 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-05-20T22:08:44.763 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-05-20T22:08:44.763 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2024-05-20T22:08:44.810 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-20 21:58:48.342123256 +0000 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-20 21:58:48.050125865 +0000 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-20 21:58:48.050125865 +0000 2024-05-20T22:08:44.811 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-20T22:08:44.811 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-20T22:08:44.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: cluster 2024-05-20T22:08:43.192683+0000 mgr.a (mgr.14150) 94 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:44.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.537224+0000 mgr.a (mgr.14150) 95 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi046=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:08:44.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: cephadm 2024-05-20T22:08:43.540274+0000 mgr.a (mgr.14150) 96 : cephadm 1 Saving service mgr spec with placement smithi046=a;smithi053=b;count:2 2024-05-20T22:08:44.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.546815+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:44.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.548536+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.551834+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.553683+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.562879+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.566043+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.568498+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.573143+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: audit 2024-05-20T22:08:43.575031+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:44.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:44 smithi046 bash[21835]: cephadm 2024-05-20T22:08:43.576838+0000 mgr.a (mgr.14150) 97 : cephadm 1 Deploying daemon mgr.b on smithi053 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: cluster 2024-05-20T22:08:43.192683+0000 mgr.a (mgr.14150) 94 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.537224+0000 mgr.a (mgr.14150) 95 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi046=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: cephadm 2024-05-20T22:08:43.540274+0000 mgr.a (mgr.14150) 96 : cephadm 1 Saving service mgr spec with placement smithi046=a;smithi053=b;count:2 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.546815+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.548536+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.551834+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.553683+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.562879+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:44.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.566043+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:08:44.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.568498+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-20T22:08:44.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.573143+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:08:44.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: audit 2024-05-20T22:08:43.575031+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:44.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:44 smithi053 bash[23747]: cephadm 2024-05-20T22:08:43.576838+0000 mgr.a (mgr.14150) 97 : cephadm 1 Deploying daemon mgr.b on smithi053 2024-05-20T22:08:44.869 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-20T22:08:44.869 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-20T22:08:44.869 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000213484 s, 2.4 MB/s 2024-05-20T22:08:44.870 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: cluster 2024-05-20T22:08:43.192683+0000 mgr.a (mgr.14150) 94 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.537224+0000 mgr.a (mgr.14150) 95 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi046=a;smithi053=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: cephadm 2024-05-20T22:08:43.540274+0000 mgr.a (mgr.14150) 96 : cephadm 1 Saving service mgr spec with placement smithi046=a;smithi053=b;count:2 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.546815+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.548536+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.551834+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:44.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.553683+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:44.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.562879+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:44.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.566043+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:08:44.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.568498+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-20T22:08:44.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.573143+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:08:44.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: audit 2024-05-20T22:08:43.575031+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:44.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:44 smithi169 bash[24234]: cephadm 2024-05-20T22:08:43.576838+0000 mgr.a (mgr.14150) 97 : cephadm 1 Deploying daemon mgr.b on smithi053 2024-05-20T22:08:44.924 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2024-05-20T22:08:44.970 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-20 21:58:48.834118862 +0000 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-20 21:58:48.566121255 +0000 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-20 21:58:48.566121255 +0000 2024-05-20T22:08:44.971 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-20T22:08:44.971 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-20T22:08:45.029 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-20T22:08:45.029 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-20T22:08:45.029 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000154365 s, 3.3 MB/s 2024-05-20T22:08:45.030 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-20T22:08:45.078 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-20 21:58:49.338114359 +0000 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-20 21:58:49.074116718 +0000 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-20 21:58:49.074116718 +0000 2024-05-20T22:08:45.126 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-20T22:08:45.126 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-20T22:08:45.178 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-20T22:08:45.179 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-20T22:08:45.179 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000180742 s, 2.8 MB/s 2024-05-20T22:08:45.180 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-20T22:08:45.231 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-20 21:58:49.818110072 +0000 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-20 21:58:49.554112431 +0000 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-20 21:58:49.554112431 +0000 2024-05-20T22:08:45.282 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-05-20T22:08:45.285 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-20T22:08:45.338 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-20T22:08:45.338 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-20T22:08:45.338 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000297477 s, 1.7 MB/s 2024-05-20T22:08:45.339 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-20T22:08:45.387 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-05-20T22:08:45.388 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-05-20T22:08:45.394 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-05-20T22:08:45.394 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_1 2024-05-20T22:08:45.441 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-20T22:08:45.441 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:45.441 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-05-20T22:08:45.442 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:45.442 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-05-20 21:58:45.390234102 +0000 2024-05-20T22:08:45.442 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-05-20 21:58:45.178235996 +0000 2024-05-20T22:08:45.442 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-05-20 21:58:45.178235996 +0000 2024-05-20T22:08:45.442 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-05-20T22:08:45.442 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-20T22:08:45.496 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-05-20T22:08:45.496 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-05-20T22:08:45.496 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000386263 s, 1.3 MB/s 2024-05-20T22:08:45.497 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-20T22:08:45.546 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_2 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-05-20 21:58:45.870229815 +0000 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-05-20 21:58:45.618232066 +0000 2024-05-20T22:08:45.593 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-05-20 21:58:45.618232066 +0000 2024-05-20T22:08:45.594 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-05-20T22:08:45.594 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-20T22:08:45.648 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-05-20T22:08:45.648 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-05-20T22:08:45.648 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.0004442 s, 1.2 MB/s 2024-05-20T22:08:45.649 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-20T22:08:45.698 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_3 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-05-20 21:58:46.350225527 +0000 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-05-20 21:58:46.110227670 +0000 2024-05-20T22:08:45.745 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-05-20 21:58:46.110227670 +0000 2024-05-20T22:08:45.746 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-05-20T22:08:45.746 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-20T22:08:45.799 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-05-20T22:08:45.800 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-05-20T22:08:45.800 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000397672 s, 1.3 MB/s 2024-05-20T22:08:45.801 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-20T22:08:45.850 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_4 2024-05-20T22:08:45.896 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-05-20 21:58:46.846221097 +0000 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-05-20 21:58:46.598223312 +0000 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-05-20 21:58:46.598223312 +0000 2024-05-20T22:08:45.897 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-05-20T22:08:45.897 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-20T22:08:45.951 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-05-20T22:08:45.951 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-05-20T22:08:45.951 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000284817 s, 1.8 MB/s 2024-05-20T22:08:45.952 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-20T22:08:46.002 INFO:tasks.cephadm:Deploying osd.0 on smithi046 with /dev/vg_nvme/lv_4... 2024-05-20T22:08:46.002 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-20T22:08:46.061 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:45 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:08:46.340 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:08:46.341 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:46 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:08:46.341 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:46 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:08:46.341 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:46 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:08:46.342 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:46 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:08:46.342 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:46 smithi053 systemd[1]: Started Ceph mgr.b for ec001fca-16f4-11ef-bc9a-c7b262605968. 2024-05-20T22:08:46.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 bash[23747]: cluster 2024-05-20T22:08:45.193099+0000 mgr.a (mgr.14150) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:46.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 bash[23747]: audit 2024-05-20T22:08:46.350650+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 bash[23747]: audit 2024-05-20T22:08:46.357232+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 bash[23747]: audit 2024-05-20T22:08:46.364032+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 bash[23747]: audit 2024-05-20T22:08:46.370488+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:46 smithi053 bash[23747]: audit 2024-05-20T22:08:46.460029+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:46.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:46 smithi046 bash[21835]: cluster 2024-05-20T22:08:45.193099+0000 mgr.a (mgr.14150) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:46.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:46 smithi046 bash[21835]: audit 2024-05-20T22:08:46.350650+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:46 smithi046 bash[21835]: audit 2024-05-20T22:08:46.357232+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:46 smithi046 bash[21835]: audit 2024-05-20T22:08:46.364032+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:46 smithi046 bash[21835]: audit 2024-05-20T22:08:46.370488+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:46 smithi046 bash[21835]: audit 2024-05-20T22:08:46.460029+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:46.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:46 smithi169 bash[24234]: cluster 2024-05-20T22:08:45.193099+0000 mgr.a (mgr.14150) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:46.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:46 smithi169 bash[24234]: audit 2024-05-20T22:08:46.350650+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:46 smithi169 bash[24234]: audit 2024-05-20T22:08:46.357232+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:46 smithi169 bash[24234]: audit 2024-05-20T22:08:46.364032+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:46 smithi169 bash[24234]: audit 2024-05-20T22:08:46.370488+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:46.910 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:46 smithi169 bash[24234]: audit 2024-05-20T22:08:46.460029+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:47.622 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:47 smithi053 bash[24262]: debug 2024-05-20T22:08:47.312+0000 7fa55ce31640 1 -- 172.21.15.53:0/1842275294 <== mon.2 v2:172.21.15.53:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f0783af0e0 con 0x55f0783b0800 2024-05-20T22:08:47.622 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:47 smithi053 bash[24262]: debug 2024-05-20T22:08:47.432+0000 7fa55f69b040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-20T22:08:48.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:48 smithi169 bash[24234]: cluster 2024-05-20T22:08:47.193458+0000 mgr.a (mgr.14150) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:48.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:48 smithi169 bash[24234]: audit 2024-05-20T22:08:47.376600+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:48.722 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:48 smithi053 bash[23747]: cluster 2024-05-20T22:08:47.193458+0000 mgr.a (mgr.14150) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:48.723 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:48 smithi053 bash[23747]: audit 2024-05-20T22:08:47.376600+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:48.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:48 smithi046 bash[21835]: cluster 2024-05-20T22:08:47.193458+0000 mgr.a (mgr.14150) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:48.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:48 smithi046 bash[21835]: audit 2024-05-20T22:08:47.376600+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:49.122 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:48 smithi053 bash[24262]: debug 2024-05-20T22:08:48.720+0000 7fa55f69b040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-20T22:08:49.122 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:48 smithi053 bash[24262]: debug 2024-05-20T22:08:48.788+0000 7fa55f69b040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-20T22:08:49.122 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:48 smithi053 bash[24262]: debug 2024-05-20T22:08:48.952+0000 7fa55f69b040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-20T22:08:49.999 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:49 smithi053 bash[24262]: debug 2024-05-20T22:08:49.648+0000 7fa55f69b040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-20T22:08:50.000 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:49 smithi053 bash[24262]: debug 2024-05-20T22:08:49.724+0000 7fa55f69b040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-20T22:08:50.000 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:49 smithi053 bash[24262]: debug 2024-05-20T22:08:49.796+0000 7fa55f69b040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-20T22:08:50.000 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:49.996+0000 7fa55f69b040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-20T22:08:50.371 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:50.080+0000 7fa55f69b040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-20T22:08:50.372 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:50.152+0000 7fa55f69b040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-20T22:08:50.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:50 smithi169 bash[24234]: cluster 2024-05-20T22:08:49.193846+0000 mgr.a (mgr.14150) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:50.714 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[23747]: cluster 2024-05-20T22:08:49.193846+0000 mgr.a (mgr.14150) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:50.714 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:50.428+0000 7fa55f69b040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-20T22:08:50.714 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:50.500+0000 7fa55f69b040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-20T22:08:50.714 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:50.708+0000 7fa55f69b040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-20T22:08:50.720 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:08:50.741 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:50 smithi046 bash[21835]: cluster 2024-05-20T22:08:49.193846+0000 mgr.a (mgr.14150) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:51.066 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:50 smithi053 bash[24262]: debug 2024-05-20T22:08:50.792+0000 7fa55f69b040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-20T22:08:51.371 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:51 smithi053 bash[24262]: debug 2024-05-20T22:08:51.060+0000 7fa55f69b040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-20T22:08:51.371 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:51 smithi053 bash[24262]: debug 2024-05-20T22:08:51.252+0000 7fa55f69b040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:08:51.733 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:51 smithi053 bash[24262]: debug 2024-05-20T22:08:51.428+0000 7fa55f69b040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-20T22:08:51.734 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:51 smithi053 bash[24262]: debug 2024-05-20T22:08:51.520+0000 7fa55f69b040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:51 smithi053 bash[24262]: debug 2024-05-20T22:08:51.728+0000 7fa55f69b040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[24262]: debug 2024-05-20T22:08:52.604+0000 7fa55f69b040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[24262]: debug 2024-05-20T22:08:52.692+0000 7fa55f69b040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: cluster 2024-05-20T22:08:51.194249+0000 mgr.a (mgr.14150) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.666411+0000 mon.a (mon.0) 266 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.673509+0000 mon.a (mon.0) 267 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.675178+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:52.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.676783+0000 mon.a (mon.0) 269 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:52.873 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.685851+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:52.873 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: cephadm 2024-05-20T22:08:51.774219+0000 mgr.a (mgr.14150) 102 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-05-20T22:08:52.873 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.774905+0000 mon.a (mon.0) 271 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:08:52.873 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.776754+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:08:52.873 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: audit 2024-05-20T22:08:51.778304+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:52.873 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[23747]: cephadm 2024-05-20T22:08:51.780005+0000 mgr.a (mgr.14150) 103 : cephadm 1 Reconfiguring daemon mgr.a on smithi046 2024-05-20T22:08:53.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: cluster 2024-05-20T22:08:51.194249+0000 mgr.a (mgr.14150) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:53.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.666411+0000 mon.a (mon.0) 266 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.673509+0000 mon.a (mon.0) 267 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.675178+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.676783+0000 mon.a (mon.0) 269 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.685851+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: cephadm 2024-05-20T22:08:51.774219+0000 mgr.a (mgr.14150) 102 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.774905+0000 mon.a (mon.0) 271 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.776754+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: audit 2024-05-20T22:08:51.778304+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:53.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:52 smithi046 bash[21835]: cephadm 2024-05-20T22:08:51.780005+0000 mgr.a (mgr.14150) 103 : cephadm 1 Reconfiguring daemon mgr.a on smithi046 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: cluster 2024-05-20T22:08:51.194249+0000 mgr.a (mgr.14150) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.666411+0000 mon.a (mon.0) 266 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.673509+0000 mon.a (mon.0) 267 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.675178+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.676783+0000 mon.a (mon.0) 269 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.685851+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: cephadm 2024-05-20T22:08:51.774219+0000 mgr.a (mgr.14150) 102 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.774905+0000 mon.a (mon.0) 271 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:08:53.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.776754+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:08:53.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: audit 2024-05-20T22:08:51.778304+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:53.161 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:52 smithi169 bash[24234]: cephadm 2024-05-20T22:08:51.780005+0000 mgr.a (mgr.14150) 103 : cephadm 1 Reconfiguring daemon mgr.a on smithi046 2024-05-20T22:08:53.372 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:52 smithi053 bash[24262]: debug 2024-05-20T22:08:52.940+0000 7fa55f69b040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-20T22:08:53.372 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[24262]: debug 2024-05-20T22:08:53.020+0000 7fa55f69b040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-20T22:08:53.829 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[24262]: debug 2024-05-20T22:08:53.436+0000 7fa55f69b040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[24262]: debug 2024-05-20T22:08:53.520+0000 7fa55f69b040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[23747]: cluster 2024-05-20T22:08:53.546466+0000 mon.a (mon.0) 274 : cluster 0 Standby manager daemon b started 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[23747]: audit 2024-05-20T22:08:53.547210+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[23747]: audit 2024-05-20T22:08:53.548198+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[23747]: audit 2024-05-20T22:08:53.549249+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-20T22:08:53.872 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:53 smithi053 bash[23747]: audit 2024-05-20T22:08:53.549721+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-20T22:08:54.018 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-20T22:08:54.032 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-05-20T22:08:54.032 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-05-20T22:08:54.033 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111138 s, 943 MB/s 2024-05-20T22:08:54.034 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-05-20T22:08:54.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:53 smithi046 bash[21835]: cluster 2024-05-20T22:08:53.546466+0000 mon.a (mon.0) 274 : cluster 0 Standby manager daemon b started 2024-05-20T22:08:54.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:53 smithi046 bash[21835]: audit 2024-05-20T22:08:53.547210+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-20T22:08:54.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:53 smithi046 bash[21835]: audit 2024-05-20T22:08:53.548198+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-20T22:08:54.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:53 smithi046 bash[21835]: audit 2024-05-20T22:08:53.549249+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-20T22:08:54.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:53 smithi046 bash[21835]: audit 2024-05-20T22:08:53.549721+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-20T22:08:54.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:53 smithi169 bash[24234]: cluster 2024-05-20T22:08:53.546466+0000 mon.a (mon.0) 274 : cluster 0 Standby manager daemon b started 2024-05-20T22:08:54.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:53 smithi169 bash[24234]: audit 2024-05-20T22:08:53.547210+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-20T22:08:54.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:53 smithi169 bash[24234]: audit 2024-05-20T22:08:53.548198+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-20T22:08:54.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:53 smithi169 bash[24234]: audit 2024-05-20T22:08:53.549249+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-20T22:08:54.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:53 smithi169 bash[24234]: audit 2024-05-20T22:08:53.549721+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.53:0/3877458497' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-20T22:08:54.714 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_4 2024-05-20T22:08:55.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: cluster 2024-05-20T22:08:53.194629+0000 mgr.a (mgr.14150) 104 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: cluster 2024-05-20T22:08:53.682934+0000 mon.a (mon.0) 275 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:53.683215+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:53.952459+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:53.956730+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:53.958267+0000 mon.a (mon.0) 279 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:54.599729+0000 mon.a (mon.0) 280 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:54.601446+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:54 smithi046 bash[21835]: audit 2024-05-20T22:08:54.610633+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: cluster 2024-05-20T22:08:53.194629+0000 mgr.a (mgr.14150) 104 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: cluster 2024-05-20T22:08:53.682934+0000 mon.a (mon.0) 275 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:53.683215+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:53.952459+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:53.956730+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:53.958267+0000 mon.a (mon.0) 279 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:54.599729+0000 mon.a (mon.0) 280 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:54.601446+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:55.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:54 smithi053 bash[23747]: audit 2024-05-20T22:08:54.610633+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: cluster 2024-05-20T22:08:53.194629+0000 mgr.a (mgr.14150) 104 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: cluster 2024-05-20T22:08:53.682934+0000 mon.a (mon.0) 275 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:53.683215+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:53.952459+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:53.956730+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:53.958267+0000 mon.a (mon.0) 279 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:54.599729+0000 mon.a (mon.0) 280 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:54.601446+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:08:55.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:54 smithi169 bash[24234]: audit 2024-05-20T22:08:54.610633+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:08:57.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:56 smithi046 bash[21835]: cluster 2024-05-20T22:08:55.195097+0000 mgr.a (mgr.14150) 105 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:57.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:56 smithi053 bash[23747]: cluster 2024-05-20T22:08:55.195097+0000 mgr.a (mgr.14150) 105 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:57.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:56 smithi169 bash[24234]: cluster 2024-05-20T22:08:55.195097+0000 mgr.a (mgr.14150) 105 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:08:58 smithi046 bash[21835]: cluster 2024-05-20T22:08:57.195549+0000 mgr.a (mgr.14150) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:59.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:08:58 smithi053 bash[23747]: cluster 2024-05-20T22:08:57.195549+0000 mgr.a (mgr.14150) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:59.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:08:58 smithi169 bash[24234]: cluster 2024-05-20T22:08:57.195549+0000 mgr.a (mgr.14150) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:08:59.434 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:09:00.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:00 smithi046 bash[21835]: cluster 2024-05-20T22:08:59.196026+0000 mgr.a (mgr.14150) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:01.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:00 smithi053 bash[23747]: cluster 2024-05-20T22:08:59.196026+0000 mgr.a (mgr.14150) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:01.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:00 smithi169 bash[24234]: cluster 2024-05-20T22:08:59.196026+0000 mgr.a (mgr.14150) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:03.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:02 smithi046 bash[21835]: cluster 2024-05-20T22:09:01.196498+0000 mgr.a (mgr.14150) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:03.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:02 smithi046 bash[21835]: audit 2024-05-20T22:09:02.225307+0000 mon.a (mon.0) 283 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:09:03.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:02 smithi046 bash[21835]: audit 2024-05-20T22:09:02.230964+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:09:03.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:02 smithi046 bash[21835]: audit 2024-05-20T22:09:02.232415+0000 mon.a (mon.0) 285 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:03.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:02 smithi053 bash[23747]: cluster 2024-05-20T22:09:01.196498+0000 mgr.a (mgr.14150) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:03.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:02 smithi053 bash[23747]: audit 2024-05-20T22:09:02.225307+0000 mon.a (mon.0) 283 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:09:03.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:02 smithi053 bash[23747]: audit 2024-05-20T22:09:02.230964+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:09:03.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:02 smithi053 bash[23747]: audit 2024-05-20T22:09:02.232415+0000 mon.a (mon.0) 285 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:03.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:02 smithi169 bash[24234]: cluster 2024-05-20T22:09:01.196498+0000 mgr.a (mgr.14150) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:03.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:02 smithi169 bash[24234]: audit 2024-05-20T22:09:02.225307+0000 mon.a (mon.0) 283 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:09:03.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:02 smithi169 bash[24234]: audit 2024-05-20T22:09:02.230964+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:09:03.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:02 smithi169 bash[24234]: audit 2024-05-20T22:09:02.232415+0000 mon.a (mon.0) 285 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:04.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:03 smithi046 bash[21835]: audit 2024-05-20T22:09:02.218284+0000 mgr.a (mgr.14150) 109 : audit 0 from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:09:04.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:03 smithi053 bash[23747]: audit 2024-05-20T22:09:02.218284+0000 mgr.a (mgr.14150) 109 : audit 0 from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:09:04.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:03 smithi169 bash[24234]: audit 2024-05-20T22:09:02.218284+0000 mgr.a (mgr.14150) 109 : audit 0 from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:09:05.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:04 smithi046 bash[21835]: cluster 2024-05-20T22:09:03.196947+0000 mgr.a (mgr.14150) 110 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:05.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:04 smithi053 bash[23747]: cluster 2024-05-20T22:09:03.196947+0000 mgr.a (mgr.14150) 110 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:05.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:04 smithi169 bash[24234]: cluster 2024-05-20T22:09:03.196947+0000 mgr.a (mgr.14150) 110 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:06 smithi046 bash[21835]: cluster 2024-05-20T22:09:05.197300+0000 mgr.a (mgr.14150) 111 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:07.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:06 smithi053 bash[23747]: cluster 2024-05-20T22:09:05.197300+0000 mgr.a (mgr.14150) 111 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:07.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:06 smithi169 bash[24234]: cluster 2024-05-20T22:09:05.197300+0000 mgr.a (mgr.14150) 111 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:08 smithi046 bash[21835]: cluster 2024-05-20T22:09:07.197691+0000 mgr.a (mgr.14150) 112 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:09.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:08 smithi053 bash[23747]: cluster 2024-05-20T22:09:07.197691+0000 mgr.a (mgr.14150) 112 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:09.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:08 smithi169 bash[24234]: cluster 2024-05-20T22:09:07.197691+0000 mgr.a (mgr.14150) 112 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:10 smithi046 bash[21835]: cluster 2024-05-20T22:09:09.198086+0000 mgr.a (mgr.14150) 113 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:10 smithi046 bash[21835]: audit 2024-05-20T22:09:10.207125+0000 mon.a (mon.0) 286 : audit 1 from='client.? 172.21.15.46:0/1082780123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38c3eb45-7250-4ff6-8772-7b5dce28c258"}]: dispatch 2024-05-20T22:09:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:10 smithi046 bash[21835]: audit 2024-05-20T22:09:10.209741+0000 mon.a (mon.0) 287 : audit 1 from='client.? 172.21.15.46:0/1082780123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38c3eb45-7250-4ff6-8772-7b5dce28c258"}]': finished 2024-05-20T22:09:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:10 smithi046 bash[21835]: cluster 2024-05-20T22:09:10.211785+0000 mon.a (mon.0) 288 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-05-20T22:09:11.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:10 smithi046 bash[21835]: audit 2024-05-20T22:09:10.212001+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:11.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:10 smithi053 bash[23747]: cluster 2024-05-20T22:09:09.198086+0000 mgr.a (mgr.14150) 113 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:11.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:10 smithi053 bash[23747]: audit 2024-05-20T22:09:10.207125+0000 mon.a (mon.0) 286 : audit 1 from='client.? 172.21.15.46:0/1082780123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38c3eb45-7250-4ff6-8772-7b5dce28c258"}]: dispatch 2024-05-20T22:09:11.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:10 smithi053 bash[23747]: audit 2024-05-20T22:09:10.209741+0000 mon.a (mon.0) 287 : audit 1 from='client.? 172.21.15.46:0/1082780123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38c3eb45-7250-4ff6-8772-7b5dce28c258"}]': finished 2024-05-20T22:09:11.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:10 smithi053 bash[23747]: cluster 2024-05-20T22:09:10.211785+0000 mon.a (mon.0) 288 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-05-20T22:09:11.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:10 smithi053 bash[23747]: audit 2024-05-20T22:09:10.212001+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:11.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:10 smithi169 bash[24234]: cluster 2024-05-20T22:09:09.198086+0000 mgr.a (mgr.14150) 113 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:11.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:10 smithi169 bash[24234]: audit 2024-05-20T22:09:10.207125+0000 mon.a (mon.0) 286 : audit 1 from='client.? 172.21.15.46:0/1082780123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38c3eb45-7250-4ff6-8772-7b5dce28c258"}]: dispatch 2024-05-20T22:09:11.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:10 smithi169 bash[24234]: audit 2024-05-20T22:09:10.209741+0000 mon.a (mon.0) 287 : audit 1 from='client.? 172.21.15.46:0/1082780123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38c3eb45-7250-4ff6-8772-7b5dce28c258"}]': finished 2024-05-20T22:09:11.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:10 smithi169 bash[24234]: cluster 2024-05-20T22:09:10.211785+0000 mon.a (mon.0) 288 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-05-20T22:09:11.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:10 smithi169 bash[24234]: audit 2024-05-20T22:09:10.212001+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:12.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:11 smithi046 bash[21835]: audit 2024-05-20T22:09:10.876009+0000 mon.a (mon.0) 290 : audit 0 from='client.? 172.21.15.46:0/4238311661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:09:12.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:11 smithi053 bash[23747]: audit 2024-05-20T22:09:10.876009+0000 mon.a (mon.0) 290 : audit 0 from='client.? 172.21.15.46:0/4238311661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:09:12.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:11 smithi169 bash[24234]: audit 2024-05-20T22:09:10.876009+0000 mon.a (mon.0) 290 : audit 0 from='client.? 172.21.15.46:0/4238311661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:09:13.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:12 smithi046 bash[21835]: cluster 2024-05-20T22:09:11.198525+0000 mgr.a (mgr.14150) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:13.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:12 smithi053 bash[23747]: cluster 2024-05-20T22:09:11.198525+0000 mgr.a (mgr.14150) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:13.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:12 smithi169 bash[24234]: cluster 2024-05-20T22:09:11.198525+0000 mgr.a (mgr.14150) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:15.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:14 smithi046 bash[21835]: cluster 2024-05-20T22:09:13.198915+0000 mgr.a (mgr.14150) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:15.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:14 smithi053 bash[23747]: cluster 2024-05-20T22:09:13.198915+0000 mgr.a (mgr.14150) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:15.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:14 smithi169 bash[24234]: cluster 2024-05-20T22:09:13.198915+0000 mgr.a (mgr.14150) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:17.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:16 smithi046 bash[21835]: cluster 2024-05-20T22:09:15.199293+0000 mgr.a (mgr.14150) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:17.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:16 smithi053 bash[23747]: cluster 2024-05-20T22:09:15.199293+0000 mgr.a (mgr.14150) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:17.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:16 smithi169 bash[24234]: cluster 2024-05-20T22:09:15.199293+0000 mgr.a (mgr.14150) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:19.049 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:18 smithi046 bash[21835]: cluster 2024-05-20T22:09:17.199724+0000 mgr.a (mgr.14150) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:19.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:18 smithi053 bash[23747]: cluster 2024-05-20T22:09:17.199724+0000 mgr.a (mgr.14150) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:19.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:18 smithi169 bash[24234]: cluster 2024-05-20T22:09:17.199724+0000 mgr.a (mgr.14150) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:20.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:20 smithi046 bash[21835]: cluster 2024-05-20T22:09:19.200129+0000 mgr.a (mgr.14150) 118 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:21.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:20 smithi053 bash[23747]: cluster 2024-05-20T22:09:19.200129+0000 mgr.a (mgr.14150) 118 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:21.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:20 smithi169 bash[24234]: cluster 2024-05-20T22:09:19.200129+0000 mgr.a (mgr.14150) 118 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:22.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:22 smithi046 bash[21835]: cluster 2024-05-20T22:09:21.200424+0000 mgr.a (mgr.14150) 119 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:22.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:22 smithi046 bash[21835]: audit 2024-05-20T22:09:22.096403+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-20T22:09:22.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:22 smithi046 bash[21835]: audit 2024-05-20T22:09:22.098084+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:23.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:22 smithi053 bash[23747]: cluster 2024-05-20T22:09:21.200424+0000 mgr.a (mgr.14150) 119 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:23.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:22 smithi053 bash[23747]: audit 2024-05-20T22:09:22.096403+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-20T22:09:23.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:22 smithi053 bash[23747]: audit 2024-05-20T22:09:22.098084+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:23.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:22 smithi169 bash[24234]: cluster 2024-05-20T22:09:21.200424+0000 mgr.a (mgr.14150) 119 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:23.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:22 smithi169 bash[24234]: audit 2024-05-20T22:09:22.096403+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-20T22:09:23.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:22 smithi169 bash[24234]: audit 2024-05-20T22:09:22.098084+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:24.106 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:23 smithi046 bash[21835]: cephadm 2024-05-20T22:09:22.099372+0000 mgr.a (mgr.14150) 120 : cephadm 1 Deploying daemon osd.0 on smithi046 2024-05-20T22:09:24.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:23 smithi053 bash[23747]: cephadm 2024-05-20T22:09:22.099372+0000 mgr.a (mgr.14150) 120 : cephadm 1 Deploying daemon osd.0 on smithi046 2024-05-20T22:09:24.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:23 smithi169 bash[24234]: cephadm 2024-05-20T22:09:22.099372+0000 mgr.a (mgr.14150) 120 : cephadm 1 Deploying daemon osd.0 on smithi046 2024-05-20T22:09:25.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:24 smithi046 bash[21835]: cluster 2024-05-20T22:09:23.200880+0000 mgr.a (mgr.14150) 121 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:25.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:24 smithi053 bash[23747]: cluster 2024-05-20T22:09:23.200880+0000 mgr.a (mgr.14150) 121 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:25.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:24 smithi169 bash[24234]: cluster 2024-05-20T22:09:23.200880+0000 mgr.a (mgr.14150) 121 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:26.253 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:09:26 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:09:26.254 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:26 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:09:26.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:26 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:09:26.613 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:09:26 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:09:27.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:26 smithi046 bash[21835]: cluster 2024-05-20T22:09:25.201158+0000 mgr.a (mgr.14150) 122 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:27.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:26 smithi046 bash[21835]: audit 2024-05-20T22:09:26.524233+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:09:27.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:26 smithi046 bash[21835]: audit 2024-05-20T22:09:26.527975+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:27.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:26 smithi046 bash[21835]: audit 2024-05-20T22:09:26.531937+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:27.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:26 smithi053 bash[23747]: cluster 2024-05-20T22:09:25.201158+0000 mgr.a (mgr.14150) 122 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:27.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:26 smithi053 bash[23747]: audit 2024-05-20T22:09:26.524233+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:09:27.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:26 smithi053 bash[23747]: audit 2024-05-20T22:09:26.527975+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:27.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:26 smithi053 bash[23747]: audit 2024-05-20T22:09:26.531937+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:27.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:26 smithi169 bash[24234]: cluster 2024-05-20T22:09:25.201158+0000 mgr.a (mgr.14150) 122 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:27.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:26 smithi169 bash[24234]: audit 2024-05-20T22:09:26.524233+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:09:27.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:26 smithi169 bash[24234]: audit 2024-05-20T22:09:26.527975+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:27.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:26 smithi169 bash[24234]: audit 2024-05-20T22:09:26.531937+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:28.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:28 smithi046 bash[21835]: cluster 2024-05-20T22:09:27.201480+0000 mgr.a (mgr.14150) 123 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:29.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:28 smithi053 bash[23747]: cluster 2024-05-20T22:09:27.201480+0000 mgr.a (mgr.14150) 123 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:29.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:28 smithi169 bash[24234]: cluster 2024-05-20T22:09:27.201480+0000 mgr.a (mgr.14150) 123 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:31.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:30 smithi046 bash[21835]: cluster 2024-05-20T22:09:29.201755+0000 mgr.a (mgr.14150) 124 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:31.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:30 smithi053 bash[23747]: cluster 2024-05-20T22:09:29.201755+0000 mgr.a (mgr.14150) 124 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:31.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:30 smithi169 bash[24234]: cluster 2024-05-20T22:09:29.201755+0000 mgr.a (mgr.14150) 124 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:33.033 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:32 smithi046 bash[21835]: cluster 2024-05-20T22:09:31.202159+0000 mgr.a (mgr.14150) 125 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:33.033 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:32 smithi046 bash[21835]: audit 2024-05-20T22:09:32.693538+0000 mon.a (mon.0) 296 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-20T22:09:33.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:32 smithi053 bash[23747]: cluster 2024-05-20T22:09:31.202159+0000 mgr.a (mgr.14150) 125 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:33.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:32 smithi053 bash[23747]: audit 2024-05-20T22:09:32.693538+0000 mon.a (mon.0) 296 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-20T22:09:33.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:32 smithi169 bash[24234]: cluster 2024-05-20T22:09:31.202159+0000 mgr.a (mgr.14150) 125 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:33.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:32 smithi169 bash[24234]: audit 2024-05-20T22:09:32.693538+0000 mon.a (mon.0) 296 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-20T22:09:34.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:32.771267+0000 mon.a (mon.0) 297 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-20T22:09:34.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: cluster 2024-05-20T22:09:32.775841+0000 mon.a (mon.0) 298 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-05-20T22:09:34.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:32.776634+0000 mon.a (mon.0) 299 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-05-20T22:09:34.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:32.777203+0000 mon.a (mon.0) 300 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:34.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:33.269922+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:34.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:33.273381+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:34.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:33.773151+0000 mon.a (mon.0) 303 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-05-20T22:09:34.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: cluster 2024-05-20T22:09:33.776337+0000 mon.a (mon.0) 304 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-05-20T22:09:34.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:33 smithi046 bash[21835]: audit 2024-05-20T22:09:33.776948+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:34.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:32.771267+0000 mon.a (mon.0) 297 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-20T22:09:34.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: cluster 2024-05-20T22:09:32.775841+0000 mon.a (mon.0) 298 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-05-20T22:09:34.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:32.776634+0000 mon.a (mon.0) 299 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-05-20T22:09:34.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:32.777203+0000 mon.a (mon.0) 300 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:34.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:33.269922+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:34.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:33.273381+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:34.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:33.773151+0000 mon.a (mon.0) 303 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-05-20T22:09:34.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: cluster 2024-05-20T22:09:33.776337+0000 mon.a (mon.0) 304 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-05-20T22:09:34.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:33 smithi053 bash[23747]: audit 2024-05-20T22:09:33.776948+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:32.771267+0000 mon.a (mon.0) 297 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: cluster 2024-05-20T22:09:32.775841+0000 mon.a (mon.0) 298 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:32.776634+0000 mon.a (mon.0) 299 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:32.777203+0000 mon.a (mon.0) 300 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:33.269922+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:33.273381+0000 mon.a (mon.0) 302 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:33.773151+0000 mon.a (mon.0) 303 : audit 1 from='osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: cluster 2024-05-20T22:09:33.776337+0000 mon.a (mon.0) 304 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-05-20T22:09:34.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:33 smithi169 bash[24234]: audit 2024-05-20T22:09:33.776948+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:34 smithi046 bash[21835]: cluster 2024-05-20T22:09:33.202505+0000 mgr.a (mgr.14150) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:34 smithi046 bash[21835]: audit 2024-05-20T22:09:33.782213+0000 mon.a (mon.0) 306 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:34 smithi046 bash[21835]: audit 2024-05-20T22:09:33.827742+0000 mon.a (mon.0) 307 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:34 smithi046 bash[21835]: audit 2024-05-20T22:09:33.828599+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:09:35.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:34 smithi046 bash[21835]: audit 2024-05-20T22:09:33.833821+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:35.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:34 smithi046 bash[21835]: audit 2024-05-20T22:09:34.781049+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:35.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:34 smithi053 bash[23747]: cluster 2024-05-20T22:09:33.202505+0000 mgr.a (mgr.14150) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:35.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:34 smithi053 bash[23747]: audit 2024-05-20T22:09:33.782213+0000 mon.a (mon.0) 306 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:35.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:34 smithi053 bash[23747]: audit 2024-05-20T22:09:33.827742+0000 mon.a (mon.0) 307 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:35.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:34 smithi053 bash[23747]: audit 2024-05-20T22:09:33.828599+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:09:35.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:34 smithi053 bash[23747]: audit 2024-05-20T22:09:33.833821+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:35.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:34 smithi053 bash[23747]: audit 2024-05-20T22:09:34.781049+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:35.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:34 smithi169 bash[24234]: cluster 2024-05-20T22:09:33.202505+0000 mgr.a (mgr.14150) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:34 smithi169 bash[24234]: audit 2024-05-20T22:09:33.782213+0000 mon.a (mon.0) 306 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:34 smithi169 bash[24234]: audit 2024-05-20T22:09:33.827742+0000 mon.a (mon.0) 307 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:34 smithi169 bash[24234]: audit 2024-05-20T22:09:33.828599+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:09:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:34 smithi169 bash[24234]: audit 2024-05-20T22:09:33.833821+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:35.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:34 smithi169 bash[24234]: audit 2024-05-20T22:09:34.781049+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:36.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:35 smithi046 bash[21835]: cluster 2024-05-20T22:09:33.680514+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:09:36.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:35 smithi046 bash[21835]: cluster 2024-05-20T22:09:33.680638+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:09:36.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:35 smithi046 bash[21835]: cluster 2024-05-20T22:09:34.790584+0000 mon.a (mon.0) 311 : cluster 1 osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179] boot 2024-05-20T22:09:36.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:35 smithi046 bash[21835]: cluster 2024-05-20T22:09:34.790660+0000 mon.a (mon.0) 312 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-05-20T22:09:36.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:35 smithi046 bash[21835]: audit 2024-05-20T22:09:34.791257+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:36.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:35 smithi053 bash[23747]: cluster 2024-05-20T22:09:33.680514+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:09:36.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:35 smithi053 bash[23747]: cluster 2024-05-20T22:09:33.680638+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:09:36.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:35 smithi053 bash[23747]: cluster 2024-05-20T22:09:34.790584+0000 mon.a (mon.0) 311 : cluster 1 osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179] boot 2024-05-20T22:09:36.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:35 smithi053 bash[23747]: cluster 2024-05-20T22:09:34.790660+0000 mon.a (mon.0) 312 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-05-20T22:09:36.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:35 smithi053 bash[23747]: audit 2024-05-20T22:09:34.791257+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:36.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:35 smithi169 bash[24234]: cluster 2024-05-20T22:09:33.680514+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:09:36.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:35 smithi169 bash[24234]: cluster 2024-05-20T22:09:33.680638+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:09:36.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:35 smithi169 bash[24234]: cluster 2024-05-20T22:09:34.790584+0000 mon.a (mon.0) 311 : cluster 1 osd.0 [v2:172.21.15.46:6802/541116179,v1:172.21.15.46:6803/541116179] boot 2024-05-20T22:09:36.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:35 smithi169 bash[24234]: cluster 2024-05-20T22:09:34.790660+0000 mon.a (mon.0) 312 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-05-20T22:09:36.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:35 smithi169 bash[24234]: audit 2024-05-20T22:09:34.791257+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-20T22:09:36.410 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 0 on host 'smithi046' 2024-05-20T22:09:37.014 DEBUG:teuthology.orchestra.run.smithi046:osd.0> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.0.service 2024-05-20T22:09:37.016 INFO:tasks.cephadm:Deploying osd.1 on smithi046 with /dev/vg_nvme/lv_3... 2024-05-20T22:09:37.017 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-20T22:09:37.068 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:36 smithi046 bash[21835]: cluster 2024-05-20T22:09:35.202885+0000 mgr.a (mgr.14150) 127 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:37.068 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:36 smithi046 bash[21835]: cluster 2024-05-20T22:09:35.801242+0000 mon.a (mon.0) 314 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-05-20T22:09:37.068 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:36 smithi046 bash[21835]: audit 2024-05-20T22:09:36.389241+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:09:37.068 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:36 smithi046 bash[21835]: audit 2024-05-20T22:09:36.396374+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:37.068 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:36 smithi046 bash[21835]: audit 2024-05-20T22:09:36.404408+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:37.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:36 smithi053 bash[23747]: cluster 2024-05-20T22:09:35.202885+0000 mgr.a (mgr.14150) 127 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:37.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:36 smithi053 bash[23747]: cluster 2024-05-20T22:09:35.801242+0000 mon.a (mon.0) 314 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-05-20T22:09:37.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:36 smithi053 bash[23747]: audit 2024-05-20T22:09:36.389241+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:09:37.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:36 smithi053 bash[23747]: audit 2024-05-20T22:09:36.396374+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:37.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:36 smithi053 bash[23747]: audit 2024-05-20T22:09:36.404408+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:37.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:36 smithi169 bash[24234]: cluster 2024-05-20T22:09:35.202885+0000 mgr.a (mgr.14150) 127 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-20T22:09:37.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:36 smithi169 bash[24234]: cluster 2024-05-20T22:09:35.801242+0000 mon.a (mon.0) 314 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-05-20T22:09:37.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:36 smithi169 bash[24234]: audit 2024-05-20T22:09:36.389241+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:09:37.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:36 smithi169 bash[24234]: audit 2024-05-20T22:09:36.396374+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:37.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:36 smithi169 bash[24234]: audit 2024-05-20T22:09:36.404408+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:39.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:38 smithi046 bash[21835]: cluster 2024-05-20T22:09:37.203371+0000 mgr.a (mgr.14150) 128 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:39.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:38 smithi053 bash[23747]: cluster 2024-05-20T22:09:37.203371+0000 mgr.a (mgr.14150) 128 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:39.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:38 smithi169 bash[24234]: cluster 2024-05-20T22:09:37.203371+0000 mgr.a (mgr.14150) 128 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:41.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:40 smithi046 bash[21835]: cluster 2024-05-20T22:09:39.203890+0000 mgr.a (mgr.14150) 129 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:41.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:40 smithi053 bash[23747]: cluster 2024-05-20T22:09:39.203890+0000 mgr.a (mgr.14150) 129 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:41.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:40 smithi169 bash[24234]: cluster 2024-05-20T22:09:39.203890+0000 mgr.a (mgr.14150) 129 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:41.407 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:09:43.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:42 smithi046 bash[21835]: cluster 2024-05-20T22:09:41.204367+0000 mgr.a (mgr.14150) 130 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:43.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:42 smithi053 bash[23747]: cluster 2024-05-20T22:09:41.204367+0000 mgr.a (mgr.14150) 130 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:43.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:42 smithi169 bash[24234]: cluster 2024-05-20T22:09:41.204367+0000 mgr.a (mgr.14150) 130 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:44.907 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-20T22:09:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:44 smithi046 bash[21835]: cluster 2024-05-20T22:09:43.204876+0000 mgr.a (mgr.14150) 131 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:45.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:44 smithi053 bash[23747]: cluster 2024-05-20T22:09:43.204876+0000 mgr.a (mgr.14150) 131 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:45.125 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-20T22:09:45.139 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-05-20T22:09:45.139 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-05-20T22:09:45.139 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112015 s, 936 MB/s 2024-05-20T22:09:45.139 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-05-20T22:09:45.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:44 smithi169 bash[24234]: cluster 2024-05-20T22:09:43.204876+0000 mgr.a (mgr.14150) 131 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:45.795 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_3 2024-05-20T22:09:47.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: cluster 2024-05-20T22:09:45.205132+0000 mgr.a (mgr.14150) 132 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.191306+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.198717+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.200563+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.207798+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.211609+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.213031+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:09:47.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:46 smithi046 bash[21835]: audit 2024-05-20T22:09:46.220964+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: cluster 2024-05-20T22:09:45.205132+0000 mgr.a (mgr.14150) 132 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.191306+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.198717+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.200563+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.207798+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.211609+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:47.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.213031+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:09:47.122 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:46 smithi053 bash[23747]: audit 2024-05-20T22:09:46.220964+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: cluster 2024-05-20T22:09:45.205132+0000 mgr.a (mgr.14150) 132 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.191306+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.198717+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.200563+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.207798+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.211609+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.213031+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:09:47.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:46 smithi169 bash[24234]: audit 2024-05-20T22:09:46.220964+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:09:48.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:47 smithi046 bash[21835]: cephadm 2024-05-20T22:09:46.183605+0000 mgr.a (mgr.14150) 133 : cephadm 1 Detected new or changed devices on smithi046 2024-05-20T22:09:48.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:47 smithi046 bash[21835]: cephadm 2024-05-20T22:09:46.201923+0000 mgr.a (mgr.14150) 134 : cephadm 1 Adjusting osd_memory_target on smithi046 to 17269M 2024-05-20T22:09:48.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:47 smithi053 bash[23747]: cephadm 2024-05-20T22:09:46.183605+0000 mgr.a (mgr.14150) 133 : cephadm 1 Detected new or changed devices on smithi046 2024-05-20T22:09:48.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:47 smithi053 bash[23747]: cephadm 2024-05-20T22:09:46.201923+0000 mgr.a (mgr.14150) 134 : cephadm 1 Adjusting osd_memory_target on smithi046 to 17269M 2024-05-20T22:09:48.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:47 smithi169 bash[24234]: cephadm 2024-05-20T22:09:46.183605+0000 mgr.a (mgr.14150) 133 : cephadm 1 Detected new or changed devices on smithi046 2024-05-20T22:09:48.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:47 smithi169 bash[24234]: cephadm 2024-05-20T22:09:46.201923+0000 mgr.a (mgr.14150) 134 : cephadm 1 Adjusting osd_memory_target on smithi046 to 17269M 2024-05-20T22:09:49.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:48 smithi046 bash[21835]: cluster 2024-05-20T22:09:47.205661+0000 mgr.a (mgr.14150) 135 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:49.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:48 smithi053 bash[23747]: cluster 2024-05-20T22:09:47.205661+0000 mgr.a (mgr.14150) 135 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:49.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:48 smithi169 bash[24234]: cluster 2024-05-20T22:09:47.205661+0000 mgr.a (mgr.14150) 135 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:50.565 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:09:50.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:50 smithi046 bash[21835]: cluster 2024-05-20T22:09:49.206209+0000 mgr.a (mgr.14150) 136 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:51.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:50 smithi053 bash[23747]: cluster 2024-05-20T22:09:49.206209+0000 mgr.a (mgr.14150) 136 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:51.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:50 smithi169 bash[24234]: cluster 2024-05-20T22:09:49.206209+0000 mgr.a (mgr.14150) 136 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:53.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:52 smithi046 bash[21835]: cluster 2024-05-20T22:09:51.206840+0000 mgr.a (mgr.14150) 137 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:53.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:52 smithi053 bash[23747]: cluster 2024-05-20T22:09:51.206840+0000 mgr.a (mgr.14150) 137 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:53.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:52 smithi169 bash[24234]: cluster 2024-05-20T22:09:51.206840+0000 mgr.a (mgr.14150) 137 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:54.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:53 smithi046 bash[21835]: audit 2024-05-20T22:09:53.160952+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:09:54.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:53 smithi046 bash[21835]: audit 2024-05-20T22:09:53.165398+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:09:54.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:53 smithi046 bash[21835]: audit 2024-05-20T22:09:53.166537+0000 mon.a (mon.0) 327 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:54.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:53 smithi053 bash[23747]: audit 2024-05-20T22:09:53.160952+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:09:54.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:53 smithi053 bash[23747]: audit 2024-05-20T22:09:53.165398+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:09:54.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:53 smithi053 bash[23747]: audit 2024-05-20T22:09:53.166537+0000 mon.a (mon.0) 327 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:54.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:53 smithi169 bash[24234]: audit 2024-05-20T22:09:53.160952+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:09:54.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:53 smithi169 bash[24234]: audit 2024-05-20T22:09:53.165398+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:09:54.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:53 smithi169 bash[24234]: audit 2024-05-20T22:09:53.166537+0000 mon.a (mon.0) 327 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:09:55.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:54 smithi046 bash[21835]: audit 2024-05-20T22:09:53.158034+0000 mgr.a (mgr.14150) 138 : audit 0 from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:09:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:54 smithi046 bash[21835]: cluster 2024-05-20T22:09:53.207229+0000 mgr.a (mgr.14150) 139 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:55.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:54 smithi053 bash[23747]: audit 2024-05-20T22:09:53.158034+0000 mgr.a (mgr.14150) 138 : audit 0 from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:09:55.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:54 smithi053 bash[23747]: cluster 2024-05-20T22:09:53.207229+0000 mgr.a (mgr.14150) 139 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:55.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:54 smithi169 bash[24234]: audit 2024-05-20T22:09:53.158034+0000 mgr.a (mgr.14150) 138 : audit 0 from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:09:55.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:54 smithi169 bash[24234]: cluster 2024-05-20T22:09:53.207229+0000 mgr.a (mgr.14150) 139 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:57.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:56 smithi046 bash[21835]: cluster 2024-05-20T22:09:55.207682+0000 mgr.a (mgr.14150) 140 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:57.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:56 smithi053 bash[23747]: cluster 2024-05-20T22:09:55.207682+0000 mgr.a (mgr.14150) 140 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:57.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:56 smithi169 bash[24234]: cluster 2024-05-20T22:09:55.207682+0000 mgr.a (mgr.14150) 140 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:09:58 smithi046 bash[21835]: cluster 2024-05-20T22:09:57.208129+0000 mgr.a (mgr.14150) 141 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:59.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:09:58 smithi053 bash[23747]: cluster 2024-05-20T22:09:57.208129+0000 mgr.a (mgr.14150) 141 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:09:59.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:09:58 smithi169 bash[24234]: cluster 2024-05-20T22:09:57.208129+0000 mgr.a (mgr.14150) 141 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:01.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:00 smithi046 bash[21835]: cluster 2024-05-20T22:09:59.208574+0000 mgr.a (mgr.14150) 142 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:01.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:00 smithi046 bash[21835]: cluster 2024-05-20T22:10:00.000151+0000 mon.a (mon.0) 328 : cluster 1 overall HEALTH_OK 2024-05-20T22:10:01.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:00 smithi053 bash[23747]: cluster 2024-05-20T22:09:59.208574+0000 mgr.a (mgr.14150) 142 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:01.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:00 smithi053 bash[23747]: cluster 2024-05-20T22:10:00.000151+0000 mon.a (mon.0) 328 : cluster 1 overall HEALTH_OK 2024-05-20T22:10:01.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:00 smithi169 bash[24234]: cluster 2024-05-20T22:09:59.208574+0000 mgr.a (mgr.14150) 142 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:01.162 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:00 smithi169 bash[24234]: cluster 2024-05-20T22:10:00.000151+0000 mon.a (mon.0) 328 : cluster 1 overall HEALTH_OK 2024-05-20T22:10:02.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:01 smithi053 bash[23747]: audit 2024-05-20T22:10:01.354194+0000 mon.a (mon.0) 329 : audit 1 from='client.? 172.21.15.46:0/2976712932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a973b28-1988-4704-9449-01e3532782f6"}]: dispatch 2024-05-20T22:10:02.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:01 smithi053 bash[23747]: audit 2024-05-20T22:10:01.357281+0000 mon.a (mon.0) 330 : audit 1 from='client.? 172.21.15.46:0/2976712932' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a973b28-1988-4704-9449-01e3532782f6"}]': finished 2024-05-20T22:10:02.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:01 smithi053 bash[23747]: cluster 2024-05-20T22:10:01.362332+0000 mon.a (mon.0) 331 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-05-20T22:10:02.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:01 smithi053 bash[23747]: audit 2024-05-20T22:10:01.362583+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:02.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:01 smithi169 bash[24234]: audit 2024-05-20T22:10:01.354194+0000 mon.a (mon.0) 329 : audit 1 from='client.? 172.21.15.46:0/2976712932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a973b28-1988-4704-9449-01e3532782f6"}]: dispatch 2024-05-20T22:10:02.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:01 smithi169 bash[24234]: audit 2024-05-20T22:10:01.357281+0000 mon.a (mon.0) 330 : audit 1 from='client.? 172.21.15.46:0/2976712932' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a973b28-1988-4704-9449-01e3532782f6"}]': finished 2024-05-20T22:10:02.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:01 smithi169 bash[24234]: cluster 2024-05-20T22:10:01.362332+0000 mon.a (mon.0) 331 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-05-20T22:10:02.160 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:01 smithi169 bash[24234]: audit 2024-05-20T22:10:01.362583+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:02.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:01 smithi046 bash[21835]: audit 2024-05-20T22:10:01.354194+0000 mon.a (mon.0) 329 : audit 1 from='client.? 172.21.15.46:0/2976712932' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a973b28-1988-4704-9449-01e3532782f6"}]: dispatch 2024-05-20T22:10:02.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:01 smithi046 bash[21835]: audit 2024-05-20T22:10:01.357281+0000 mon.a (mon.0) 330 : audit 1 from='client.? 172.21.15.46:0/2976712932' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a973b28-1988-4704-9449-01e3532782f6"}]': finished 2024-05-20T22:10:02.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:01 smithi046 bash[21835]: cluster 2024-05-20T22:10:01.362332+0000 mon.a (mon.0) 331 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-05-20T22:10:02.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:01 smithi046 bash[21835]: audit 2024-05-20T22:10:01.362583+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:03.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:02 smithi053 bash[23747]: cluster 2024-05-20T22:10:01.209024+0000 mgr.a (mgr.14150) 143 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:03.121 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:02 smithi053 bash[23747]: audit 2024-05-20T22:10:02.028785+0000 mon.a (mon.0) 333 : audit 0 from='client.? 172.21.15.46:0/1771969421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:10:03.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:02 smithi169 bash[24234]: cluster 2024-05-20T22:10:01.209024+0000 mgr.a (mgr.14150) 143 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:03.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:02 smithi169 bash[24234]: audit 2024-05-20T22:10:02.028785+0000 mon.a (mon.0) 333 : audit 0 from='client.? 172.21.15.46:0/1771969421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:10:03.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:02 smithi046 bash[21835]: cluster 2024-05-20T22:10:01.209024+0000 mgr.a (mgr.14150) 143 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:03.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:02 smithi046 bash[21835]: audit 2024-05-20T22:10:02.028785+0000 mon.a (mon.0) 333 : audit 0 from='client.? 172.21.15.46:0/1771969421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:10:05.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:04 smithi169 bash[24234]: cluster 2024-05-20T22:10:03.209417+0000 mgr.a (mgr.14150) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:05.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:04 smithi046 bash[21835]: cluster 2024-05-20T22:10:03.209417+0000 mgr.a (mgr.14150) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:05.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:04 smithi053 bash[23747]: cluster 2024-05-20T22:10:03.209417+0000 mgr.a (mgr.14150) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:07.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:06 smithi169 bash[24234]: cluster 2024-05-20T22:10:05.209852+0000 mgr.a (mgr.14150) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:07.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:06 smithi046 bash[21835]: cluster 2024-05-20T22:10:05.209852+0000 mgr.a (mgr.14150) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:07.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:06 smithi053 bash[23747]: cluster 2024-05-20T22:10:05.209852+0000 mgr.a (mgr.14150) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:09.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:08 smithi169 bash[24234]: cluster 2024-05-20T22:10:07.210302+0000 mgr.a (mgr.14150) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:09.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:08 smithi046 bash[21835]: cluster 2024-05-20T22:10:07.210302+0000 mgr.a (mgr.14150) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:09.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:08 smithi053 bash[23747]: cluster 2024-05-20T22:10:07.210302+0000 mgr.a (mgr.14150) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:10 smithi046 bash[21835]: cluster 2024-05-20T22:10:09.210755+0000 mgr.a (mgr.14150) 147 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:11.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:10 smithi169 bash[24234]: cluster 2024-05-20T22:10:09.210755+0000 mgr.a (mgr.14150) 147 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:11.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:10 smithi053 bash[23747]: cluster 2024-05-20T22:10:09.210755+0000 mgr.a (mgr.14150) 147 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:13.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:12 smithi046 bash[21835]: cluster 2024-05-20T22:10:11.211233+0000 mgr.a (mgr.14150) 148 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:13.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:12 smithi169 bash[24234]: cluster 2024-05-20T22:10:11.211233+0000 mgr.a (mgr.14150) 148 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:13.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:12 smithi053 bash[23747]: cluster 2024-05-20T22:10:11.211233+0000 mgr.a (mgr.14150) 148 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:14.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:13 smithi046 bash[21835]: audit 2024-05-20T22:10:13.327592+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-20T22:10:14.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:13 smithi046 bash[21835]: audit 2024-05-20T22:10:13.329351+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:14.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:13 smithi169 bash[24234]: audit 2024-05-20T22:10:13.327592+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-20T22:10:14.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:13 smithi169 bash[24234]: audit 2024-05-20T22:10:13.329351+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:14.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:13 smithi053 bash[23747]: audit 2024-05-20T22:10:13.327592+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-20T22:10:14.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:13 smithi053 bash[23747]: audit 2024-05-20T22:10:13.329351+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:15.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:14 smithi169 bash[24234]: cluster 2024-05-20T22:10:13.211693+0000 mgr.a (mgr.14150) 149 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:15.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:14 smithi169 bash[24234]: cephadm 2024-05-20T22:10:13.330822+0000 mgr.a (mgr.14150) 150 : cephadm 1 Deploying daemon osd.1 on smithi046 2024-05-20T22:10:15.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:14 smithi046 bash[21835]: cluster 2024-05-20T22:10:13.211693+0000 mgr.a (mgr.14150) 149 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:15.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:14 smithi046 bash[21835]: cephadm 2024-05-20T22:10:13.330822+0000 mgr.a (mgr.14150) 150 : cephadm 1 Deploying daemon osd.1 on smithi046 2024-05-20T22:10:15.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:14 smithi053 bash[23747]: cluster 2024-05-20T22:10:13.211693+0000 mgr.a (mgr.14150) 149 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:15.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:14 smithi053 bash[23747]: cephadm 2024-05-20T22:10:13.330822+0000 mgr.a (mgr.14150) 150 : cephadm 1 Deploying daemon osd.1 on smithi046 2024-05-20T22:10:17.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:16 smithi169 bash[24234]: cluster 2024-05-20T22:10:15.212141+0000 mgr.a (mgr.14150) 151 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:17.200 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:16 smithi046 bash[21835]: cluster 2024-05-20T22:10:15.212141+0000 mgr.a (mgr.14150) 151 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:17.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:16 smithi053 bash[23747]: cluster 2024-05-20T22:10:15.212141+0000 mgr.a (mgr.14150) 151 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:17.541 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:17 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:10:17.542 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:10:17 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:10:17.542 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:10:17 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:10:17.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:10:17 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:10:17.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:17 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:10:17.863 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:10:17 smithi046 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:10:18.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:17 smithi169 bash[24234]: audit 2024-05-20T22:10:17.678591+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:10:18.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:17 smithi169 bash[24234]: audit 2024-05-20T22:10:17.682475+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:18.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:17 smithi169 bash[24234]: audit 2024-05-20T22:10:17.687441+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:18.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:17 smithi046 bash[21835]: audit 2024-05-20T22:10:17.678591+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:10:18.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:17 smithi046 bash[21835]: audit 2024-05-20T22:10:17.682475+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:18.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:17 smithi046 bash[21835]: audit 2024-05-20T22:10:17.687441+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:18.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:17 smithi053 bash[23747]: audit 2024-05-20T22:10:17.678591+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:10:18.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:17 smithi053 bash[23747]: audit 2024-05-20T22:10:17.682475+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:18.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:17 smithi053 bash[23747]: audit 2024-05-20T22:10:17.687441+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:19.278 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:18 smithi046 bash[21835]: cluster 2024-05-20T22:10:17.212605+0000 mgr.a (mgr.14150) 152 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:19.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:18 smithi053 bash[23747]: cluster 2024-05-20T22:10:17.212605+0000 mgr.a (mgr.14150) 152 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:19.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:18 smithi169 bash[24234]: cluster 2024-05-20T22:10:17.212605+0000 mgr.a (mgr.14150) 152 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:21.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:20 smithi046 bash[21835]: cluster 2024-05-20T22:10:19.213059+0000 mgr.a (mgr.14150) 153 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:21.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:20 smithi053 bash[23747]: cluster 2024-05-20T22:10:19.213059+0000 mgr.a (mgr.14150) 153 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:21.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:20 smithi169 bash[24234]: cluster 2024-05-20T22:10:19.213059+0000 mgr.a (mgr.14150) 153 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:23.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:22 smithi046 bash[21835]: cluster 2024-05-20T22:10:21.213481+0000 mgr.a (mgr.14150) 154 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:23.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:22 smithi053 bash[23747]: cluster 2024-05-20T22:10:21.213481+0000 mgr.a (mgr.14150) 154 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:23.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:22 smithi169 bash[24234]: cluster 2024-05-20T22:10:21.213481+0000 mgr.a (mgr.14150) 154 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:25.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: cluster 2024-05-20T22:10:23.213929+0000 mgr.a (mgr.14150) 155 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:25.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: audit 2024-05-20T22:10:23.923213+0000 mon.a (mon.0) 339 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-20T22:10:25.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: audit 2024-05-20T22:10:24.603653+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: audit 2024-05-20T22:10:24.607809+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: audit 2024-05-20T22:10:24.608625+0000 mon.a (mon.0) 342 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:25.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: audit 2024-05-20T22:10:24.609373+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:10:25.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:24 smithi046 bash[21835]: audit 2024-05-20T22:10:24.613432+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: cluster 2024-05-20T22:10:23.213929+0000 mgr.a (mgr.14150) 155 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: audit 2024-05-20T22:10:23.923213+0000 mon.a (mon.0) 339 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: audit 2024-05-20T22:10:24.603653+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: audit 2024-05-20T22:10:24.607809+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: audit 2024-05-20T22:10:24.608625+0000 mon.a (mon.0) 342 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: audit 2024-05-20T22:10:24.609373+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:10:25.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:24 smithi053 bash[23747]: audit 2024-05-20T22:10:24.613432+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: cluster 2024-05-20T22:10:23.213929+0000 mgr.a (mgr.14150) 155 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:25.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: audit 2024-05-20T22:10:23.923213+0000 mon.a (mon.0) 339 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-20T22:10:25.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: audit 2024-05-20T22:10:24.603653+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: audit 2024-05-20T22:10:24.607809+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: audit 2024-05-20T22:10:24.608625+0000 mon.a (mon.0) 342 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:25.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: audit 2024-05-20T22:10:24.609373+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:10:25.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:24 smithi169 bash[24234]: audit 2024-05-20T22:10:24.613432+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:25.980 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:25 smithi046 bash[21835]: audit 2024-05-20T22:10:24.929644+0000 mon.a (mon.0) 345 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-20T22:10:25.980 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:25 smithi046 bash[21835]: cluster 2024-05-20T22:10:24.933704+0000 mon.a (mon.0) 346 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-05-20T22:10:25.980 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:25 smithi046 bash[21835]: audit 2024-05-20T22:10:24.934383+0000 mon.a (mon.0) 347 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-05-20T22:10:25.981 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:25 smithi046 bash[21835]: audit 2024-05-20T22:10:24.935204+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:26.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:25 smithi053 bash[23747]: audit 2024-05-20T22:10:24.929644+0000 mon.a (mon.0) 345 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-20T22:10:26.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:25 smithi053 bash[23747]: cluster 2024-05-20T22:10:24.933704+0000 mon.a (mon.0) 346 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-05-20T22:10:26.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:25 smithi053 bash[23747]: audit 2024-05-20T22:10:24.934383+0000 mon.a (mon.0) 347 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-05-20T22:10:26.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:25 smithi053 bash[23747]: audit 2024-05-20T22:10:24.935204+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:26.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:25 smithi169 bash[24234]: audit 2024-05-20T22:10:24.929644+0000 mon.a (mon.0) 345 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-20T22:10:26.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:25 smithi169 bash[24234]: cluster 2024-05-20T22:10:24.933704+0000 mon.a (mon.0) 346 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-05-20T22:10:26.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:25 smithi169 bash[24234]: audit 2024-05-20T22:10:24.934383+0000 mon.a (mon.0) 347 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-05-20T22:10:26.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:25 smithi169 bash[24234]: audit 2024-05-20T22:10:24.935204+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: cluster 2024-05-20T22:10:24.874218+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:10:27.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: cluster 2024-05-20T22:10:24.874354+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:10:27.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: cluster 2024-05-20T22:10:25.214399+0000 mgr.a (mgr.14150) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:27.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: audit 2024-05-20T22:10:25.938542+0000 mon.a (mon.0) 349 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-05-20T22:10:27.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: cluster 2024-05-20T22:10:25.944549+0000 mon.a (mon.0) 350 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-05-20T22:10:27.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: audit 2024-05-20T22:10:25.945885+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:26 smithi046 bash[21835]: audit 2024-05-20T22:10:25.951620+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: cluster 2024-05-20T22:10:24.874218+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: cluster 2024-05-20T22:10:24.874354+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: cluster 2024-05-20T22:10:25.214399+0000 mgr.a (mgr.14150) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: audit 2024-05-20T22:10:25.938542+0000 mon.a (mon.0) 349 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: cluster 2024-05-20T22:10:25.944549+0000 mon.a (mon.0) 350 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: audit 2024-05-20T22:10:25.945885+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:26 smithi053 bash[23747]: audit 2024-05-20T22:10:25.951620+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: cluster 2024-05-20T22:10:24.874218+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:10:27.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: cluster 2024-05-20T22:10:24.874354+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:10:27.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: cluster 2024-05-20T22:10:25.214399+0000 mgr.a (mgr.14150) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-20T22:10:27.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: audit 2024-05-20T22:10:25.938542+0000 mon.a (mon.0) 349 : audit 1 from='osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-05-20T22:10:27.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: cluster 2024-05-20T22:10:25.944549+0000 mon.a (mon.0) 350 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-05-20T22:10:27.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: audit 2024-05-20T22:10:25.945885+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:26 smithi169 bash[24234]: audit 2024-05-20T22:10:25.951620+0000 mon.a (mon.0) 352 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:27.559 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 1 on host 'smithi046' 2024-05-20T22:10:28.179 DEBUG:teuthology.orchestra.run.smithi046:osd.1> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.1.service 2024-05-20T22:10:28.182 INFO:tasks.cephadm:Deploying osd.2 on smithi053 with /dev/vg_nvme/lv_4... 2024-05-20T22:10:28.182 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-20T22:10:28.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:27 smithi053 bash[23747]: cluster 2024-05-20T22:10:26.942648+0000 mon.a (mon.0) 353 : cluster 1 osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596] boot 2024-05-20T22:10:28.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:27 smithi053 bash[23747]: cluster 2024-05-20T22:10:26.942675+0000 mon.a (mon.0) 354 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-05-20T22:10:28.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:27 smithi053 bash[23747]: audit 2024-05-20T22:10:26.942982+0000 mon.a (mon.0) 355 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:28.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:27 smithi053 bash[23747]: audit 2024-05-20T22:10:27.541863+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:10:28.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:27 smithi053 bash[23747]: audit 2024-05-20T22:10:27.549022+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:28.221 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:27 smithi053 bash[23747]: audit 2024-05-20T22:10:27.556790+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:28.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:27 smithi046 bash[21835]: cluster 2024-05-20T22:10:26.942648+0000 mon.a (mon.0) 353 : cluster 1 osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596] boot 2024-05-20T22:10:28.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:27 smithi046 bash[21835]: cluster 2024-05-20T22:10:26.942675+0000 mon.a (mon.0) 354 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-05-20T22:10:28.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:27 smithi046 bash[21835]: audit 2024-05-20T22:10:26.942982+0000 mon.a (mon.0) 355 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:28.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:27 smithi046 bash[21835]: audit 2024-05-20T22:10:27.541863+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:10:28.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:27 smithi046 bash[21835]: audit 2024-05-20T22:10:27.549022+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:28.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:27 smithi046 bash[21835]: audit 2024-05-20T22:10:27.556790+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:28.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:27 smithi169 bash[24234]: cluster 2024-05-20T22:10:26.942648+0000 mon.a (mon.0) 353 : cluster 1 osd.1 [v2:172.21.15.46:6810/2270525596,v1:172.21.15.46:6811/2270525596] boot 2024-05-20T22:10:28.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:27 smithi169 bash[24234]: cluster 2024-05-20T22:10:26.942675+0000 mon.a (mon.0) 354 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-05-20T22:10:28.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:27 smithi169 bash[24234]: audit 2024-05-20T22:10:26.942982+0000 mon.a (mon.0) 355 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-20T22:10:28.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:27 smithi169 bash[24234]: audit 2024-05-20T22:10:27.541863+0000 mon.a (mon.0) 356 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:10:28.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:27 smithi169 bash[24234]: audit 2024-05-20T22:10:27.549022+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:28.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:27 smithi169 bash[24234]: audit 2024-05-20T22:10:27.556790+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:29.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:28 smithi046 bash[21835]: cluster 2024-05-20T22:10:27.215004+0000 mgr.a (mgr.14150) 157 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:29.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:28 smithi046 bash[21835]: cluster 2024-05-20T22:10:28.560218+0000 mon.a (mon.0) 359 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-05-20T22:10:29.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:28 smithi053 bash[23747]: cluster 2024-05-20T22:10:27.215004+0000 mgr.a (mgr.14150) 157 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:29.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:28 smithi053 bash[23747]: cluster 2024-05-20T22:10:28.560218+0000 mon.a (mon.0) 359 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-05-20T22:10:29.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:28 smithi169 bash[24234]: cluster 2024-05-20T22:10:27.215004+0000 mgr.a (mgr.14150) 157 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:29.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:28 smithi169 bash[24234]: cluster 2024-05-20T22:10:28.560218+0000 mon.a (mon.0) 359 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-05-20T22:10:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:30 smithi046 bash[21835]: cluster 2024-05-20T22:10:29.215514+0000 mgr.a (mgr.14150) 158 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:31.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:30 smithi053 bash[23747]: cluster 2024-05-20T22:10:29.215514+0000 mgr.a (mgr.14150) 158 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:31.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:30 smithi169 bash[24234]: cluster 2024-05-20T22:10:29.215514+0000 mgr.a (mgr.14150) 158 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:32.899 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.b/config 2024-05-20T22:10:33.297 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:32 smithi046 bash[21835]: cluster 2024-05-20T22:10:31.216089+0000 mgr.a (mgr.14150) 159 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:33.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:32 smithi053 bash[23747]: cluster 2024-05-20T22:10:31.216089+0000 mgr.a (mgr.14150) 159 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:33.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:32 smithi169 bash[24234]: cluster 2024-05-20T22:10:31.216089+0000 mgr.a (mgr.14150) 159 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:34 smithi046 bash[21835]: cluster 2024-05-20T22:10:33.216588+0000 mgr.a (mgr.14150) 160 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:35.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:34 smithi053 bash[23747]: cluster 2024-05-20T22:10:33.216588+0000 mgr.a (mgr.14150) 160 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:35.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:34 smithi169 bash[24234]: cluster 2024-05-20T22:10:33.216588+0000 mgr.a (mgr.14150) 160 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:35.481 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-20T22:10:35.677 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-20T22:10:35.689 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-05-20T22:10:35.689 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-05-20T22:10:35.689 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0102344 s, 1.0 GB/s 2024-05-20T22:10:35.690 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-05-20T22:10:36.309 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi053:vg_nvme/lv_4 2024-05-20T22:10:37.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: cluster 2024-05-20T22:10:35.217061+0000 mgr.a (mgr.14150) 161 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.644796+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.653033+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.655175+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.656902+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.663781+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.667950+0000 mon.a (mon.0) 365 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.669606+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:10:37.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:36 smithi046 bash[21835]: audit 2024-05-20T22:10:36.679039+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: cluster 2024-05-20T22:10:35.217061+0000 mgr.a (mgr.14150) 161 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.644796+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.653033+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.655175+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.656902+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.663781+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.667950+0000 mon.a (mon.0) 365 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.669606+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:10:37.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:36 smithi053 bash[23747]: audit 2024-05-20T22:10:36.679039+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: cluster 2024-05-20T22:10:35.217061+0000 mgr.a (mgr.14150) 161 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.644796+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.653033+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.655175+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.656902+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.663781+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:37.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.667950+0000 mon.a (mon.0) 365 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:37.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.669606+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:10:37.410 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:36 smithi169 bash[24234]: audit 2024-05-20T22:10:36.679039+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:10:38.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:37 smithi046 bash[21835]: cephadm 2024-05-20T22:10:36.636625+0000 mgr.a (mgr.14150) 162 : cephadm 1 Detected new or changed devices on smithi046 2024-05-20T22:10:38.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:37 smithi046 bash[21835]: cephadm 2024-05-20T22:10:36.658127+0000 mgr.a (mgr.14150) 163 : cephadm 1 Adjusting osd_memory_target on smithi046 to 8634M 2024-05-20T22:10:38.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:37 smithi053 bash[23747]: cephadm 2024-05-20T22:10:36.636625+0000 mgr.a (mgr.14150) 162 : cephadm 1 Detected new or changed devices on smithi046 2024-05-20T22:10:38.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:37 smithi053 bash[23747]: cephadm 2024-05-20T22:10:36.658127+0000 mgr.a (mgr.14150) 163 : cephadm 1 Adjusting osd_memory_target on smithi046 to 8634M 2024-05-20T22:10:38.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:37 smithi169 bash[24234]: cephadm 2024-05-20T22:10:36.636625+0000 mgr.a (mgr.14150) 162 : cephadm 1 Detected new or changed devices on smithi046 2024-05-20T22:10:38.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:37 smithi169 bash[24234]: cephadm 2024-05-20T22:10:36.658127+0000 mgr.a (mgr.14150) 163 : cephadm 1 Adjusting osd_memory_target on smithi046 to 8634M 2024-05-20T22:10:39.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:38 smithi046 bash[21835]: cluster 2024-05-20T22:10:37.217654+0000 mgr.a (mgr.14150) 164 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:39.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:38 smithi053 bash[23747]: cluster 2024-05-20T22:10:37.217654+0000 mgr.a (mgr.14150) 164 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:39.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:38 smithi169 bash[24234]: cluster 2024-05-20T22:10:37.217654+0000 mgr.a (mgr.14150) 164 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:41.063 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.b/config 2024-05-20T22:10:41.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:40 smithi046 bash[21835]: cluster 2024-05-20T22:10:39.218246+0000 mgr.a (mgr.14150) 165 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:41.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:40 smithi053 bash[23747]: cluster 2024-05-20T22:10:39.218246+0000 mgr.a (mgr.14150) 165 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:41.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:40 smithi169 bash[24234]: cluster 2024-05-20T22:10:39.218246+0000 mgr.a (mgr.14150) 165 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:43.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:42 smithi046 bash[21835]: cluster 2024-05-20T22:10:41.218754+0000 mgr.a (mgr.14150) 166 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:43.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:42 smithi053 bash[23747]: cluster 2024-05-20T22:10:41.218754+0000 mgr.a (mgr.14150) 166 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:43.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:42 smithi169 bash[24234]: cluster 2024-05-20T22:10:41.218754+0000 mgr.a (mgr.14150) 166 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:44.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:43 smithi046 bash[21835]: audit 2024-05-20T22:10:43.524815+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:10:44.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:43 smithi046 bash[21835]: audit 2024-05-20T22:10:43.530823+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:10:44.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:43 smithi046 bash[21835]: audit 2024-05-20T22:10:43.532475+0000 mon.a (mon.0) 370 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:44.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:43 smithi053 bash[23747]: audit 2024-05-20T22:10:43.524815+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:10:44.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:43 smithi053 bash[23747]: audit 2024-05-20T22:10:43.530823+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:10:44.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:43 smithi053 bash[23747]: audit 2024-05-20T22:10:43.532475+0000 mon.a (mon.0) 370 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:44.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:43 smithi169 bash[24234]: audit 2024-05-20T22:10:43.524815+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:10:44.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:43 smithi169 bash[24234]: audit 2024-05-20T22:10:43.530823+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:10:44.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:43 smithi169 bash[24234]: audit 2024-05-20T22:10:43.532475+0000 mon.a (mon.0) 370 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:10:45.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:45 smithi046 bash[21835]: cluster 2024-05-20T22:10:43.219233+0000 mgr.a (mgr.14150) 167 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:45.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:45 smithi046 bash[21835]: audit 2024-05-20T22:10:43.517987+0000 mgr.a (mgr.14150) 168 : audit 0 from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:10:45.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:45 smithi053 bash[23747]: cluster 2024-05-20T22:10:43.219233+0000 mgr.a (mgr.14150) 167 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:45.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:45 smithi053 bash[23747]: audit 2024-05-20T22:10:43.517987+0000 mgr.a (mgr.14150) 168 : audit 0 from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:10:45.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:45 smithi169 bash[24234]: cluster 2024-05-20T22:10:43.219233+0000 mgr.a (mgr.14150) 167 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:45.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:45 smithi169 bash[24234]: audit 2024-05-20T22:10:43.517987+0000 mgr.a (mgr.14150) 168 : audit 0 from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:10:47.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:47 smithi046 bash[21835]: cluster 2024-05-20T22:10:45.219709+0000 mgr.a (mgr.14150) 169 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:47.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:47 smithi053 bash[23747]: cluster 2024-05-20T22:10:45.219709+0000 mgr.a (mgr.14150) 169 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:47.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:47 smithi169 bash[24234]: cluster 2024-05-20T22:10:45.219709+0000 mgr.a (mgr.14150) 169 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:49.351 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:49 smithi053 bash[23747]: cluster 2024-05-20T22:10:47.220200+0000 mgr.a (mgr.14150) 170 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:49.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:49 smithi046 bash[21835]: cluster 2024-05-20T22:10:47.220200+0000 mgr.a (mgr.14150) 170 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:49.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:49 smithi169 bash[24234]: cluster 2024-05-20T22:10:47.220200+0000 mgr.a (mgr.14150) 170 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:51.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:51 smithi053 bash[23747]: cluster 2024-05-20T22:10:49.220688+0000 mgr.a (mgr.14150) 171 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:51.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:51 smithi046 bash[21835]: cluster 2024-05-20T22:10:49.220688+0000 mgr.a (mgr.14150) 171 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:51.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:51 smithi169 bash[24234]: cluster 2024-05-20T22:10:49.220688+0000 mgr.a (mgr.14150) 171 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:52.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:52 smithi046 bash[21835]: audit 2024-05-20T22:10:51.653134+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.53:0/1179415138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]: dispatch 2024-05-20T22:10:52.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:52 smithi046 bash[21835]: audit 2024-05-20T22:10:51.653344+0000 mon.a (mon.0) 371 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]: dispatch 2024-05-20T22:10:52.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:52 smithi046 bash[21835]: audit 2024-05-20T22:10:51.656650+0000 mon.a (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]': finished 2024-05-20T22:10:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:52 smithi046 bash[21835]: cluster 2024-05-20T22:10:51.661628+0000 mon.a (mon.0) 373 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-05-20T22:10:52.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:52 smithi046 bash[21835]: audit 2024-05-20T22:10:51.662097+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:10:52.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:52 smithi053 bash[23747]: audit 2024-05-20T22:10:51.653134+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.53:0/1179415138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]: dispatch 2024-05-20T22:10:52.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:52 smithi053 bash[23747]: audit 2024-05-20T22:10:51.653344+0000 mon.a (mon.0) 371 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]: dispatch 2024-05-20T22:10:52.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:52 smithi053 bash[23747]: audit 2024-05-20T22:10:51.656650+0000 mon.a (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]': finished 2024-05-20T22:10:52.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:52 smithi053 bash[23747]: cluster 2024-05-20T22:10:51.661628+0000 mon.a (mon.0) 373 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-05-20T22:10:52.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:52 smithi053 bash[23747]: audit 2024-05-20T22:10:51.662097+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:10:52.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:52 smithi169 bash[24234]: audit 2024-05-20T22:10:51.653134+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.53:0/1179415138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]: dispatch 2024-05-20T22:10:52.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:52 smithi169 bash[24234]: audit 2024-05-20T22:10:51.653344+0000 mon.a (mon.0) 371 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]: dispatch 2024-05-20T22:10:52.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:52 smithi169 bash[24234]: audit 2024-05-20T22:10:51.656650+0000 mon.a (mon.0) 372 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "811dfeb4-0e60-41ca-8022-cbb8f57bdd29"}]': finished 2024-05-20T22:10:52.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:52 smithi169 bash[24234]: cluster 2024-05-20T22:10:51.661628+0000 mon.a (mon.0) 373 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-05-20T22:10:52.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:52 smithi169 bash[24234]: audit 2024-05-20T22:10:51.662097+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:10:53.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:53 smithi046 bash[21835]: cluster 2024-05-20T22:10:51.221153+0000 mgr.a (mgr.14150) 172 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:53.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:53 smithi046 bash[21835]: audit 2024-05-20T22:10:52.328156+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.53:0/2282201486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:10:53.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:53 smithi053 bash[23747]: cluster 2024-05-20T22:10:51.221153+0000 mgr.a (mgr.14150) 172 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:53.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:53 smithi053 bash[23747]: audit 2024-05-20T22:10:52.328156+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.53:0/2282201486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:10:53.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:53 smithi169 bash[24234]: cluster 2024-05-20T22:10:51.221153+0000 mgr.a (mgr.14150) 172 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:53.409 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:53 smithi169 bash[24234]: audit 2024-05-20T22:10:52.328156+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.53:0/2282201486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:10:54.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:54 smithi046 bash[21835]: cluster 2024-05-20T22:10:53.221649+0000 mgr.a (mgr.14150) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:54.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:54 smithi053 bash[23747]: cluster 2024-05-20T22:10:53.221649+0000 mgr.a (mgr.14150) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:54.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:54 smithi169 bash[24234]: cluster 2024-05-20T22:10:53.221649+0000 mgr.a (mgr.14150) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:56.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:56 smithi046 bash[21835]: cluster 2024-05-20T22:10:55.222147+0000 mgr.a (mgr.14150) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:56.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:56 smithi053 bash[23747]: cluster 2024-05-20T22:10:55.222147+0000 mgr.a (mgr.14150) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:56.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:56 smithi169 bash[24234]: cluster 2024-05-20T22:10:55.222147+0000 mgr.a (mgr.14150) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:58.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:10:58 smithi046 bash[21835]: cluster 2024-05-20T22:10:57.222652+0000 mgr.a (mgr.14150) 175 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:58.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:10:58 smithi053 bash[23747]: cluster 2024-05-20T22:10:57.222652+0000 mgr.a (mgr.14150) 175 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:10:58.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:10:58 smithi169 bash[24234]: cluster 2024-05-20T22:10:57.222652+0000 mgr.a (mgr.14150) 175 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:00.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:00 smithi046 bash[21835]: cluster 2024-05-20T22:10:59.223160+0000 mgr.a (mgr.14150) 176 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:00.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:00 smithi053 bash[23747]: cluster 2024-05-20T22:10:59.223160+0000 mgr.a (mgr.14150) 176 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:00.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:00 smithi169 bash[24234]: cluster 2024-05-20T22:10:59.223160+0000 mgr.a (mgr.14150) 176 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:02.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:02 smithi046 bash[21835]: cluster 2024-05-20T22:11:01.223637+0000 mgr.a (mgr.14150) 177 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:02.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:02 smithi053 bash[23747]: cluster 2024-05-20T22:11:01.223637+0000 mgr.a (mgr.14150) 177 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:02.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:02 smithi169 bash[24234]: cluster 2024-05-20T22:11:01.223637+0000 mgr.a (mgr.14150) 177 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:04.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:04 smithi046 bash[21835]: cluster 2024-05-20T22:11:03.224140+0000 mgr.a (mgr.14150) 178 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:04.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:04 smithi046 bash[21835]: audit 2024-05-20T22:11:03.489374+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-20T22:11:04.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:04 smithi046 bash[21835]: audit 2024-05-20T22:11:03.491158+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:04.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:04 smithi046 bash[21835]: cephadm 2024-05-20T22:11:03.492640+0000 mgr.a (mgr.14150) 179 : cephadm 1 Deploying daemon osd.2 on smithi053 2024-05-20T22:11:04.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:04 smithi053 bash[23747]: cluster 2024-05-20T22:11:03.224140+0000 mgr.a (mgr.14150) 178 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:04.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:04 smithi053 bash[23747]: audit 2024-05-20T22:11:03.489374+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-20T22:11:04.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:04 smithi053 bash[23747]: audit 2024-05-20T22:11:03.491158+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:04.622 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:04 smithi053 bash[23747]: cephadm 2024-05-20T22:11:03.492640+0000 mgr.a (mgr.14150) 179 : cephadm 1 Deploying daemon osd.2 on smithi053 2024-05-20T22:11:04.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:04 smithi169 bash[24234]: cluster 2024-05-20T22:11:03.224140+0000 mgr.a (mgr.14150) 178 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:04.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:04 smithi169 bash[24234]: audit 2024-05-20T22:11:03.489374+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-20T22:11:04.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:04 smithi169 bash[24234]: audit 2024-05-20T22:11:03.491158+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:04.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:04 smithi169 bash[24234]: cephadm 2024-05-20T22:11:03.492640+0000 mgr.a (mgr.14150) 179 : cephadm 1 Deploying daemon osd.2 on smithi053 2024-05-20T22:11:06.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:06 smithi053 bash[23747]: cluster 2024-05-20T22:11:05.224636+0000 mgr.a (mgr.14150) 180 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:06.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:06 smithi046 bash[21835]: cluster 2024-05-20T22:11:05.224636+0000 mgr.a (mgr.14150) 180 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:06.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:06 smithi169 bash[24234]: cluster 2024-05-20T22:11:05.224636+0000 mgr.a (mgr.14150) 180 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:07.458 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:07 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:07.458 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:11:07 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:07.739 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:07 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:07.740 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:11:07 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:08.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:08 smithi046 bash[21835]: cluster 2024-05-20T22:11:07.225121+0000 mgr.a (mgr.14150) 181 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:08.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:08 smithi046 bash[21835]: audit 2024-05-20T22:11:07.734931+0000 mon.a (mon.0) 377 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:08.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:08 smithi046 bash[21835]: audit 2024-05-20T22:11:07.742248+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:08.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:08 smithi046 bash[21835]: audit 2024-05-20T22:11:07.750215+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:08.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:08 smithi053 bash[23747]: cluster 2024-05-20T22:11:07.225121+0000 mgr.a (mgr.14150) 181 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:08.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:08 smithi053 bash[23747]: audit 2024-05-20T22:11:07.734931+0000 mon.a (mon.0) 377 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:08.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:08 smithi053 bash[23747]: audit 2024-05-20T22:11:07.742248+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:08.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:08 smithi053 bash[23747]: audit 2024-05-20T22:11:07.750215+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:08.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:08 smithi169 bash[24234]: cluster 2024-05-20T22:11:07.225121+0000 mgr.a (mgr.14150) 181 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:08.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:08 smithi169 bash[24234]: audit 2024-05-20T22:11:07.734931+0000 mon.a (mon.0) 377 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:08.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:08 smithi169 bash[24234]: audit 2024-05-20T22:11:07.742248+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:08.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:08 smithi169 bash[24234]: audit 2024-05-20T22:11:07.750215+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:10.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:10 smithi046 bash[21835]: cluster 2024-05-20T22:11:09.225623+0000 mgr.a (mgr.14150) 182 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:10.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:10 smithi053 bash[23747]: cluster 2024-05-20T22:11:09.225623+0000 mgr.a (mgr.14150) 182 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:10.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:10 smithi169 bash[24234]: cluster 2024-05-20T22:11:09.225623+0000 mgr.a (mgr.14150) 182 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:12.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:12 smithi046 bash[21835]: cluster 2024-05-20T22:11:11.226138+0000 mgr.a (mgr.14150) 183 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:12.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:12 smithi053 bash[23747]: cluster 2024-05-20T22:11:11.226138+0000 mgr.a (mgr.14150) 183 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:12.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:12 smithi169 bash[24234]: cluster 2024-05-20T22:11:11.226138+0000 mgr.a (mgr.14150) 183 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:14.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:14 smithi046 bash[21835]: cluster 2024-05-20T22:11:13.226659+0000 mgr.a (mgr.14150) 184 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:14.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:14 smithi046 bash[21835]: audit 2024-05-20T22:11:13.719861+0000 mon.a (mon.0) 380 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-20T22:11:14.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:14 smithi046 bash[21835]: audit 2024-05-20T22:11:13.720074+0000 mon.b (mon.2) 8 : audit 1 from='osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-20T22:11:14.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:14 smithi053 bash[23747]: cluster 2024-05-20T22:11:13.226659+0000 mgr.a (mgr.14150) 184 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:14.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:14 smithi053 bash[23747]: audit 2024-05-20T22:11:13.719861+0000 mon.a (mon.0) 380 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-20T22:11:14.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:14 smithi053 bash[23747]: audit 2024-05-20T22:11:13.720074+0000 mon.b (mon.2) 8 : audit 1 from='osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-20T22:11:14.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:14 smithi169 bash[24234]: cluster 2024-05-20T22:11:13.226659+0000 mgr.a (mgr.14150) 184 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:14.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:14 smithi169 bash[24234]: audit 2024-05-20T22:11:13.719861+0000 mon.a (mon.0) 380 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-20T22:11:14.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:14 smithi169 bash[24234]: audit 2024-05-20T22:11:13.720074+0000 mon.b (mon.2) 8 : audit 1 from='osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-20T22:11:15.615 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.319114+0000 mon.a (mon.0) 381 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-20T22:11:15.615 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.322440+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:11:15.616 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: cluster 2024-05-20T22:11:14.323548+0000 mon.a (mon.0) 382 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-05-20T22:11:15.616 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.324243+0000 mon.a (mon.0) 383 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:15.616 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.325271+0000 mon.a (mon.0) 384 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:11:15.616 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.371333+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.617 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.379490+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.617 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.995644+0000 mon.a (mon.0) 387 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:15.617 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:14.996976+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:11:15.617 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:15 smithi046 bash[21835]: audit 2024-05-20T22:11:15.005699+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.319114+0000 mon.a (mon.0) 381 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.322440+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: cluster 2024-05-20T22:11:14.323548+0000 mon.a (mon.0) 382 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.324243+0000 mon.a (mon.0) 383 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.325271+0000 mon.a (mon.0) 384 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.371333+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.379490+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.995644+0000 mon.a (mon.0) 387 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:15.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:14.996976+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:11:15.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:15 smithi053 bash[23747]: audit 2024-05-20T22:11:15.005699+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.319114+0000 mon.a (mon.0) 381 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-20T22:11:15.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.322440+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:11:15.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: cluster 2024-05-20T22:11:14.323548+0000 mon.a (mon.0) 382 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-05-20T22:11:15.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.324243+0000 mon.a (mon.0) 383 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:15.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.325271+0000 mon.a (mon.0) 384 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:11:15.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.371333+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.379490+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:15.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.995644+0000 mon.a (mon.0) 387 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:15.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:14.996976+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:11:15.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:15 smithi169 bash[24234]: audit 2024-05-20T22:11:15.005699+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:16.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:16 smithi046 bash[21835]: cluster 2024-05-20T22:11:15.227146+0000 mgr.a (mgr.14150) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:16.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:16 smithi046 bash[21835]: audit 2024-05-20T22:11:15.321580+0000 mon.a (mon.0) 390 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-20T22:11:16.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:16 smithi046 bash[21835]: cluster 2024-05-20T22:11:15.326500+0000 mon.a (mon.0) 391 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-05-20T22:11:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:16 smithi046 bash[21835]: audit 2024-05-20T22:11:15.327369+0000 mon.a (mon.0) 392 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:16 smithi046 bash[21835]: audit 2024-05-20T22:11:15.336253+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:16.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:16 smithi046 bash[21835]: audit 2024-05-20T22:11:15.695508+0000 mon.a (mon.0) 394 : audit 1 from='osd.2 ' entity='osd.2' 2024-05-20T22:11:16.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:16 smithi053 bash[23747]: cluster 2024-05-20T22:11:15.227146+0000 mgr.a (mgr.14150) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:16.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:16 smithi053 bash[23747]: audit 2024-05-20T22:11:15.321580+0000 mon.a (mon.0) 390 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-20T22:11:16.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:16 smithi053 bash[23747]: cluster 2024-05-20T22:11:15.326500+0000 mon.a (mon.0) 391 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-05-20T22:11:16.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:16 smithi053 bash[23747]: audit 2024-05-20T22:11:15.327369+0000 mon.a (mon.0) 392 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:16.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:16 smithi053 bash[23747]: audit 2024-05-20T22:11:15.336253+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:16.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:16 smithi053 bash[23747]: audit 2024-05-20T22:11:15.695508+0000 mon.a (mon.0) 394 : audit 1 from='osd.2 ' entity='osd.2' 2024-05-20T22:11:16.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:16 smithi169 bash[24234]: cluster 2024-05-20T22:11:15.227146+0000 mgr.a (mgr.14150) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:16.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:16 smithi169 bash[24234]: audit 2024-05-20T22:11:15.321580+0000 mon.a (mon.0) 390 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-20T22:11:16.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:16 smithi169 bash[24234]: cluster 2024-05-20T22:11:15.326500+0000 mon.a (mon.0) 391 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-05-20T22:11:16.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:16 smithi169 bash[24234]: audit 2024-05-20T22:11:15.327369+0000 mon.a (mon.0) 392 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:16.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:16 smithi169 bash[24234]: audit 2024-05-20T22:11:15.336253+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:16.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:16 smithi169 bash[24234]: audit 2024-05-20T22:11:15.695508+0000 mon.a (mon.0) 394 : audit 1 from='osd.2 ' entity='osd.2' 2024-05-20T22:11:17.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:17 smithi046 bash[21835]: cluster 2024-05-20T22:11:14.668071+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:11:17.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:17 smithi046 bash[21835]: cluster 2024-05-20T22:11:14.668146+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:11:17.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:17 smithi046 bash[21835]: audit 2024-05-20T22:11:16.338092+0000 mon.a (mon.0) 395 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:17.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:17 smithi046 bash[21835]: cluster 2024-05-20T22:11:16.699394+0000 mon.a (mon.0) 396 : cluster 1 osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700] boot 2024-05-20T22:11:17.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:17 smithi046 bash[21835]: cluster 2024-05-20T22:11:16.699491+0000 mon.a (mon.0) 397 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-05-20T22:11:17.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:17 smithi046 bash[21835]: audit 2024-05-20T22:11:16.699757+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:17.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:17 smithi053 bash[23747]: cluster 2024-05-20T22:11:14.668071+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:11:17.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:17 smithi053 bash[23747]: cluster 2024-05-20T22:11:14.668146+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:11:17.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:17 smithi053 bash[23747]: audit 2024-05-20T22:11:16.338092+0000 mon.a (mon.0) 395 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:17.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:17 smithi053 bash[23747]: cluster 2024-05-20T22:11:16.699394+0000 mon.a (mon.0) 396 : cluster 1 osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700] boot 2024-05-20T22:11:17.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:17 smithi053 bash[23747]: cluster 2024-05-20T22:11:16.699491+0000 mon.a (mon.0) 397 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-05-20T22:11:17.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:17 smithi053 bash[23747]: audit 2024-05-20T22:11:16.699757+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:17.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:17 smithi169 bash[24234]: cluster 2024-05-20T22:11:14.668071+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:11:17.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:17 smithi169 bash[24234]: cluster 2024-05-20T22:11:14.668146+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:11:17.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:17 smithi169 bash[24234]: audit 2024-05-20T22:11:16.338092+0000 mon.a (mon.0) 395 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:17.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:17 smithi169 bash[24234]: cluster 2024-05-20T22:11:16.699394+0000 mon.a (mon.0) 396 : cluster 1 osd.2 [v2:172.21.15.53:6800/2979052700,v1:172.21.15.53:6801/2979052700] boot 2024-05-20T22:11:17.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:17 smithi169 bash[24234]: cluster 2024-05-20T22:11:16.699491+0000 mon.a (mon.0) 397 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-05-20T22:11:17.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:17 smithi169 bash[24234]: audit 2024-05-20T22:11:16.699757+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-20T22:11:17.901 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 2 on host 'smithi053' 2024-05-20T22:11:18.467 DEBUG:teuthology.orchestra.run.smithi053:osd.2> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.2.service 2024-05-20T22:11:18.469 INFO:tasks.cephadm:Deploying osd.3 on smithi053 with /dev/vg_nvme/lv_3... 2024-05-20T22:11:18.469 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-20T22:11:18.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: cluster 2024-05-20T22:11:17.227655+0000 mgr.a (mgr.14150) 186 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:18.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: audit 2024-05-20T22:11:17.416254+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' 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-05-20T22:11:18.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: audit 2024-05-20T22:11:17.873579+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: audit 2024-05-20T22:11:17.881996+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' 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-05-20T22:11:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: audit 2024-05-20T22:11:17.886140+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: cluster 2024-05-20T22:11:17.887135+0000 mon.a (mon.0) 403 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-05-20T22:11:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: audit 2024-05-20T22:11:17.889864+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:11:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:18 smithi046 bash[21835]: audit 2024-05-20T22:11:17.894669+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: cluster 2024-05-20T22:11:17.227655+0000 mgr.a (mgr.14150) 186 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: audit 2024-05-20T22:11:17.416254+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' 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-05-20T22:11:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: audit 2024-05-20T22:11:17.873579+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: audit 2024-05-20T22:11:17.881996+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' 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-05-20T22:11:18.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: audit 2024-05-20T22:11:17.886140+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:18.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: cluster 2024-05-20T22:11:17.887135+0000 mon.a (mon.0) 403 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-05-20T22:11:18.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: audit 2024-05-20T22:11:17.889864+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:11:18.621 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:18 smithi053 bash[23747]: audit 2024-05-20T22:11:17.894669+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:18.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: cluster 2024-05-20T22:11:17.227655+0000 mgr.a (mgr.14150) 186 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: audit 2024-05-20T22:11:17.416254+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' 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-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: audit 2024-05-20T22:11:17.873579+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: audit 2024-05-20T22:11:17.881996+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' 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-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: audit 2024-05-20T22:11:17.886140+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: cluster 2024-05-20T22:11:17.887135+0000 mon.a (mon.0) 403 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: audit 2024-05-20T22:11:17.889864+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:11:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:18 smithi169 bash[24234]: audit 2024-05-20T22:11:17.894669+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:20.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:19 smithi169 bash[24234]: audit 2024-05-20T22:11:18.884357+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-20T22:11:20.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:19 smithi169 bash[24234]: cluster 2024-05-20T22:11:18.889494+0000 mon.a (mon.0) 407 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-05-20T22:11:20.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:19 smithi046 bash[21835]: audit 2024-05-20T22:11:18.884357+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-20T22:11:20.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:19 smithi046 bash[21835]: cluster 2024-05-20T22:11:18.889494+0000 mon.a (mon.0) 407 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-05-20T22:11:20.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:19 smithi053 bash[23747]: audit 2024-05-20T22:11:18.884357+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-20T22:11:20.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:19 smithi053 bash[23747]: cluster 2024-05-20T22:11:18.889494+0000 mon.a (mon.0) 407 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-05-20T22:11:21.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:20 smithi169 bash[24234]: cluster 2024-05-20T22:11:19.228203+0000 mgr.a (mgr.14150) 187 : cluster 0 pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:21.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:20 smithi169 bash[24234]: cluster 2024-05-20T22:11:19.897086+0000 mon.a (mon.0) 408 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-05-20T22:11:21.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:20 smithi169 bash[24234]: audit 2024-05-20T22:11:20.646066+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:21.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:20 smithi046 bash[21835]: cluster 2024-05-20T22:11:19.228203+0000 mgr.a (mgr.14150) 187 : cluster 0 pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:21.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:20 smithi046 bash[21835]: cluster 2024-05-20T22:11:19.897086+0000 mon.a (mon.0) 408 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-05-20T22:11:21.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:20 smithi046 bash[21835]: audit 2024-05-20T22:11:20.646066+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:21.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:20 smithi053 bash[23747]: cluster 2024-05-20T22:11:19.228203+0000 mgr.a (mgr.14150) 187 : cluster 0 pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:21.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:20 smithi053 bash[23747]: cluster 2024-05-20T22:11:19.897086+0000 mon.a (mon.0) 408 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-05-20T22:11:21.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:20 smithi053 bash[23747]: audit 2024-05-20T22:11:20.646066+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:22.874 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.b/config 2024-05-20T22:11:23.862 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:23 smithi053 bash[23747]: cluster 2024-05-20T22:11:21.228782+0000 mgr.a (mgr.14150) 188 : cluster 0 pgmap v147: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:23.863 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:23 smithi053 bash[23747]: cluster 2024-05-20T22:11:21.916542+0000 mon.a (mon.0) 410 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-05-20T22:11:23.863 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:23 smithi053 bash[23747]: audit 2024-05-20T22:11:22.585753+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:23.863 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:23 smithi053 bash[23747]: audit 2024-05-20T22:11:22.588496+0000 mon.a (mon.0) 412 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:23.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:23 smithi046 bash[21835]: cluster 2024-05-20T22:11:21.228782+0000 mgr.a (mgr.14150) 188 : cluster 0 pgmap v147: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:23.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:23 smithi046 bash[21835]: cluster 2024-05-20T22:11:21.916542+0000 mon.a (mon.0) 410 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-05-20T22:11:23.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:23 smithi046 bash[21835]: audit 2024-05-20T22:11:22.585753+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:23.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:23 smithi046 bash[21835]: audit 2024-05-20T22:11:22.588496+0000 mon.a (mon.0) 412 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:23.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:23 smithi169 bash[24234]: cluster 2024-05-20T22:11:21.228782+0000 mgr.a (mgr.14150) 188 : cluster 0 pgmap v147: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:23.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:23 smithi169 bash[24234]: cluster 2024-05-20T22:11:21.916542+0000 mon.a (mon.0) 410 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-05-20T22:11:23.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:23 smithi169 bash[24234]: audit 2024-05-20T22:11:22.585753+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:23.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:23 smithi169 bash[24234]: audit 2024-05-20T22:11:22.588496+0000 mon.a (mon.0) 412 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:25.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: cluster 2024-05-20T22:11:23.229349+0000 mgr.a (mgr.14150) 189 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:25.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.533890+0000 mon.a (mon.0) 413 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:25.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.535392+0000 mon.a (mon.0) 414 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.535617+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.536052+0000 mon.a (mon.0) 416 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.543232+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.543408+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.543533+0000 mon.c (mon.1) 3 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:23.543569+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:24.409324+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:24.459103+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:24.462567+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:24.462964+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:25 smithi169 bash[24234]: audit 2024-05-20T22:11:24.463345+0000 mon.a (mon.0) 423 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: cluster 2024-05-20T22:11:23.229349+0000 mgr.a (mgr.14150) 189 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.533890+0000 mon.a (mon.0) 413 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.535392+0000 mon.a (mon.0) 414 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.535617+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.536052+0000 mon.a (mon.0) 416 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.543232+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.782 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.543408+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.543533+0000 mon.c (mon.1) 3 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:23.543569+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:24.409324+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:24.459103+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:24.462567+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:24.462964+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.783 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:25 smithi053 bash[23747]: audit 2024-05-20T22:11:24.463345+0000 mon.a (mon.0) 423 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: cluster 2024-05-20T22:11:23.229349+0000 mgr.a (mgr.14150) 189 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.533890+0000 mon.a (mon.0) 413 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.535392+0000 mon.a (mon.0) 414 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.535617+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.536052+0000 mon.a (mon.0) 416 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.543232+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.543408+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.543533+0000 mon.c (mon.1) 3 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:23.543569+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:24.409324+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:25.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:24.459103+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:25.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:24.462567+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:11:25.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:24.462964+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:11:25.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:25 smithi046 bash[21835]: audit 2024-05-20T22:11:24.463345+0000 mon.a (mon.0) 423 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-20T22:11:26.201 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-20T22:11:26.380 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-20T22:11:26.391 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-05-20T22:11:26.391 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-05-20T22:11:26.391 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00967882 s, 1.1 GB/s 2024-05-20T22:11:26.391 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-05-20T22:11:26.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:26 smithi169 bash[24234]: audit 2024-05-20T22:11:24.463087+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:26.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:26 smithi169 bash[24234]: cluster 2024-05-20T22:11:25.229862+0000 mgr.a (mgr.14150) 190 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:26.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:26 smithi169 bash[24234]: audit 2024-05-20T22:11:25.393687+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:26.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:26 smithi046 bash[21835]: audit 2024-05-20T22:11:24.463087+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:26.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:26 smithi046 bash[21835]: cluster 2024-05-20T22:11:25.229862+0000 mgr.a (mgr.14150) 190 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:26.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:26 smithi046 bash[21835]: audit 2024-05-20T22:11:25.393687+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:26.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:26 smithi053 bash[23747]: audit 2024-05-20T22:11:24.463087+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-20T22:11:26.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:26 smithi053 bash[23747]: cluster 2024-05-20T22:11:25.229862+0000 mgr.a (mgr.14150) 190 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:26.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:26 smithi053 bash[23747]: audit 2024-05-20T22:11:25.393687+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-20T22:11:27.252 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi053:vg_nvme/lv_3 2024-05-20T22:11:28.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: cluster 2024-05-20T22:11:27.230413+0000 mgr.a (mgr.14150) 191 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: cephadm 2024-05-20T22:11:27.531774+0000 mgr.a (mgr.14150) 192 : cephadm 1 Detected new or changed devices on smithi053 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.539860+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.548296+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.550369+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: cephadm 2024-05-20T22:11:27.551709+0000 mgr.a (mgr.14150) 193 : cephadm 1 Adjusting osd_memory_target on smithi053 to 17269M 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.557901+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.562163+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.563824+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:11:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:28 smithi046 bash[21835]: audit 2024-05-20T22:11:27.573485+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: cluster 2024-05-20T22:11:27.230413+0000 mgr.a (mgr.14150) 191 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:28.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: cephadm 2024-05-20T22:11:27.531774+0000 mgr.a (mgr.14150) 192 : cephadm 1 Detected new or changed devices on smithi053 2024-05-20T22:11:28.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.539860+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.548296+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.550369+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:11:28.871 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: cephadm 2024-05-20T22:11:27.551709+0000 mgr.a (mgr.14150) 193 : cephadm 1 Adjusting osd_memory_target on smithi053 to 17269M 2024-05-20T22:11:28.871 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.557901+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.871 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.562163+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:28.871 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.563824+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:11:28.871 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:28 smithi053 bash[23747]: audit 2024-05-20T22:11:27.573485+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: cluster 2024-05-20T22:11:27.230413+0000 mgr.a (mgr.14150) 191 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: cephadm 2024-05-20T22:11:27.531774+0000 mgr.a (mgr.14150) 192 : cephadm 1 Detected new or changed devices on smithi053 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.539860+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.548296+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.550369+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: cephadm 2024-05-20T22:11:27.551709+0000 mgr.a (mgr.14150) 193 : cephadm 1 Adjusting osd_memory_target on smithi053 to 17269M 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.557901+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.562163+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.563824+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:11:28.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:28 smithi169 bash[24234]: audit 2024-05-20T22:11:27.573485+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:30.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:30 smithi046 bash[21835]: cluster 2024-05-20T22:11:29.230980+0000 mgr.a (mgr.14150) 194 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-05-20T22:11:30.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:30 smithi053 bash[23747]: cluster 2024-05-20T22:11:29.230980+0000 mgr.a (mgr.14150) 194 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-05-20T22:11:30.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:30 smithi169 bash[24234]: cluster 2024-05-20T22:11:29.230980+0000 mgr.a (mgr.14150) 194 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-05-20T22:11:31.972 INFO:teuthology.orchestra.run.smithi053.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.b/config 2024-05-20T22:11:32.833 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:32 smithi053 bash[23747]: cluster 2024-05-20T22:11:31.231506+0000 mgr.a (mgr.14150) 195 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-05-20T22:11:32.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:32 smithi046 bash[21835]: cluster 2024-05-20T22:11:31.231506+0000 mgr.a (mgr.14150) 195 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-05-20T22:11:32.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:32 smithi169 bash[24234]: cluster 2024-05-20T22:11:31.231506+0000 mgr.a (mgr.14150) 195 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-05-20T22:11:34.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:34 smithi046 bash[21835]: cluster 2024-05-20T22:11:33.232047+0000 mgr.a (mgr.14150) 196 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-05-20T22:11:34.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:34 smithi046 bash[21835]: audit 2024-05-20T22:11:34.399046+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:11:34.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:34 smithi046 bash[21835]: audit 2024-05-20T22:11:34.405067+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:11:34.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:34 smithi046 bash[21835]: audit 2024-05-20T22:11:34.406584+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:34.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:34 smithi053 bash[23747]: cluster 2024-05-20T22:11:33.232047+0000 mgr.a (mgr.14150) 196 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-05-20T22:11:34.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:34 smithi053 bash[23747]: audit 2024-05-20T22:11:34.399046+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:11:34.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:34 smithi053 bash[23747]: audit 2024-05-20T22:11:34.405067+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:11:34.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:34 smithi053 bash[23747]: audit 2024-05-20T22:11:34.406584+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:34.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:34 smithi169 bash[24234]: cluster 2024-05-20T22:11:33.232047+0000 mgr.a (mgr.14150) 196 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-05-20T22:11:34.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:34 smithi169 bash[24234]: audit 2024-05-20T22:11:34.399046+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:11:34.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:34 smithi169 bash[24234]: audit 2024-05-20T22:11:34.405067+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:11:34.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:34 smithi169 bash[24234]: audit 2024-05-20T22:11:34.406584+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:35.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:35 smithi046 bash[21835]: audit 2024-05-20T22:11:34.392477+0000 mgr.a (mgr.14150) 197 : audit 0 from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:11:35.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:35 smithi053 bash[23747]: audit 2024-05-20T22:11:34.392477+0000 mgr.a (mgr.14150) 197 : audit 0 from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:11:35.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:35 smithi169 bash[24234]: audit 2024-05-20T22:11:34.392477+0000 mgr.a (mgr.14150) 197 : audit 0 from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:11:36.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:36 smithi046 bash[21835]: cluster 2024-05-20T22:11:35.232572+0000 mgr.a (mgr.14150) 198 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:36.903 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:36 smithi053 bash[23747]: cluster 2024-05-20T22:11:35.232572+0000 mgr.a (mgr.14150) 198 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:36.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:36 smithi169 bash[24234]: cluster 2024-05-20T22:11:35.232572+0000 mgr.a (mgr.14150) 198 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:38.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:38 smithi046 bash[21835]: cluster 2024-05-20T22:11:37.233173+0000 mgr.a (mgr.14150) 199 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:38.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:38 smithi053 bash[23747]: cluster 2024-05-20T22:11:37.233173+0000 mgr.a (mgr.14150) 199 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:38.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:38 smithi169 bash[24234]: cluster 2024-05-20T22:11:37.233173+0000 mgr.a (mgr.14150) 199 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:40.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:40 smithi046 bash[21835]: cluster 2024-05-20T22:11:39.233730+0000 mgr.a (mgr.14150) 200 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:40.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:40 smithi053 bash[23747]: cluster 2024-05-20T22:11:39.233730+0000 mgr.a (mgr.14150) 200 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:40.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:40 smithi169 bash[24234]: cluster 2024-05-20T22:11:39.233730+0000 mgr.a (mgr.14150) 200 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-05-20T22:11:42.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:42 smithi046 bash[21835]: cluster 2024-05-20T22:11:41.234262+0000 mgr.a (mgr.14150) 201 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:42.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:42 smithi046 bash[21835]: audit 2024-05-20T22:11:42.404015+0000 mon.a (mon.0) 434 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]: dispatch 2024-05-20T22:11:42.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:42 smithi046 bash[21835]: audit 2024-05-20T22:11:42.404391+0000 mon.b (mon.2) 12 : audit 1 from='client.? 172.21.15.53:0/760291285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]: dispatch 2024-05-20T22:11:42.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:42 smithi046 bash[21835]: audit 2024-05-20T22:11:42.407519+0000 mon.a (mon.0) 435 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]': finished 2024-05-20T22:11:42.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:42 smithi046 bash[21835]: cluster 2024-05-20T22:11:42.412738+0000 mon.a (mon.0) 436 : cluster 0 osdmap e22: 4 total, 3 up, 4 in 2024-05-20T22:11:42.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:42 smithi046 bash[21835]: audit 2024-05-20T22:11:42.413208+0000 mon.a (mon.0) 437 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:11:42.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:42 smithi053 bash[23747]: cluster 2024-05-20T22:11:41.234262+0000 mgr.a (mgr.14150) 201 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:42.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:42 smithi053 bash[23747]: audit 2024-05-20T22:11:42.404015+0000 mon.a (mon.0) 434 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]: dispatch 2024-05-20T22:11:42.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:42 smithi053 bash[23747]: audit 2024-05-20T22:11:42.404391+0000 mon.b (mon.2) 12 : audit 1 from='client.? 172.21.15.53:0/760291285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]: dispatch 2024-05-20T22:11:42.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:42 smithi053 bash[23747]: audit 2024-05-20T22:11:42.407519+0000 mon.a (mon.0) 435 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]': finished 2024-05-20T22:11:42.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:42 smithi053 bash[23747]: cluster 2024-05-20T22:11:42.412738+0000 mon.a (mon.0) 436 : cluster 0 osdmap e22: 4 total, 3 up, 4 in 2024-05-20T22:11:42.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:42 smithi053 bash[23747]: audit 2024-05-20T22:11:42.413208+0000 mon.a (mon.0) 437 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:11:42.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:42 smithi169 bash[24234]: cluster 2024-05-20T22:11:41.234262+0000 mgr.a (mgr.14150) 201 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:42.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:42 smithi169 bash[24234]: audit 2024-05-20T22:11:42.404015+0000 mon.a (mon.0) 434 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]: dispatch 2024-05-20T22:11:42.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:42 smithi169 bash[24234]: audit 2024-05-20T22:11:42.404391+0000 mon.b (mon.2) 12 : audit 1 from='client.? 172.21.15.53:0/760291285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]: dispatch 2024-05-20T22:11:42.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:42 smithi169 bash[24234]: audit 2024-05-20T22:11:42.407519+0000 mon.a (mon.0) 435 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52d73dcc-9039-4002-b08c-590040a3374d"}]': finished 2024-05-20T22:11:42.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:42 smithi169 bash[24234]: cluster 2024-05-20T22:11:42.412738+0000 mon.a (mon.0) 436 : cluster 0 osdmap e22: 4 total, 3 up, 4 in 2024-05-20T22:11:42.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:42 smithi169 bash[24234]: audit 2024-05-20T22:11:42.413208+0000 mon.a (mon.0) 437 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:11:43.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:43 smithi046 bash[21835]: audit 2024-05-20T22:11:43.063399+0000 mon.b (mon.2) 13 : audit 0 from='client.? 172.21.15.53:0/2148640787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:11:43.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:43 smithi053 bash[23747]: audit 2024-05-20T22:11:43.063399+0000 mon.b (mon.2) 13 : audit 0 from='client.? 172.21.15.53:0/2148640787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:11:43.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:43 smithi169 bash[24234]: audit 2024-05-20T22:11:43.063399+0000 mon.b (mon.2) 13 : audit 0 from='client.? 172.21.15.53:0/2148640787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:11:44.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:44 smithi046 bash[21835]: cluster 2024-05-20T22:11:43.234783+0000 mgr.a (mgr.14150) 202 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:44.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:44 smithi053 bash[23747]: cluster 2024-05-20T22:11:43.234783+0000 mgr.a (mgr.14150) 202 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:44.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:44 smithi169 bash[24234]: cluster 2024-05-20T22:11:43.234783+0000 mgr.a (mgr.14150) 202 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:46.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:46 smithi046 bash[21835]: cluster 2024-05-20T22:11:45.235276+0000 mgr.a (mgr.14150) 203 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:46.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:46 smithi053 bash[23747]: cluster 2024-05-20T22:11:45.235276+0000 mgr.a (mgr.14150) 203 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:46.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:46 smithi169 bash[24234]: cluster 2024-05-20T22:11:45.235276+0000 mgr.a (mgr.14150) 203 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:48.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:48 smithi046 bash[21835]: cluster 2024-05-20T22:11:47.235800+0000 mgr.a (mgr.14150) 204 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:48.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:48 smithi053 bash[23747]: cluster 2024-05-20T22:11:47.235800+0000 mgr.a (mgr.14150) 204 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:48.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:48 smithi169 bash[24234]: cluster 2024-05-20T22:11:47.235800+0000 mgr.a (mgr.14150) 204 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:50.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:50 smithi046 bash[21835]: cluster 2024-05-20T22:11:49.236311+0000 mgr.a (mgr.14150) 205 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:50.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:50 smithi053 bash[23747]: cluster 2024-05-20T22:11:49.236311+0000 mgr.a (mgr.14150) 205 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:50.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:50 smithi169 bash[24234]: cluster 2024-05-20T22:11:49.236311+0000 mgr.a (mgr.14150) 205 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:52.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:52 smithi046 bash[21835]: cluster 2024-05-20T22:11:51.236854+0000 mgr.a (mgr.14150) 206 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:52.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:52 smithi053 bash[23747]: cluster 2024-05-20T22:11:51.236854+0000 mgr.a (mgr.14150) 206 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:52.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:52 smithi169 bash[24234]: cluster 2024-05-20T22:11:51.236854+0000 mgr.a (mgr.14150) 206 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:54 smithi046 bash[21835]: cluster 2024-05-20T22:11:53.237370+0000 mgr.a (mgr.14150) 207 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:54 smithi046 bash[21835]: audit 2024-05-20T22:11:54.259256+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-20T22:11:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:54 smithi046 bash[21835]: audit 2024-05-20T22:11:54.261070+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:54 smithi053 bash[23747]: cluster 2024-05-20T22:11:53.237370+0000 mgr.a (mgr.14150) 207 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:54.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:54 smithi053 bash[23747]: audit 2024-05-20T22:11:54.259256+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-20T22:11:54.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:54 smithi053 bash[23747]: audit 2024-05-20T22:11:54.261070+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:54.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:54 smithi169 bash[24234]: cluster 2024-05-20T22:11:53.237370+0000 mgr.a (mgr.14150) 207 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:54.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:54 smithi169 bash[24234]: audit 2024-05-20T22:11:54.259256+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-20T22:11:54.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:54 smithi169 bash[24234]: audit 2024-05-20T22:11:54.261070+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:11:55.777 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:55 smithi053 bash[23747]: cephadm 2024-05-20T22:11:54.262642+0000 mgr.a (mgr.14150) 208 : cephadm 1 Deploying daemon osd.3 on smithi053 2024-05-20T22:11:55.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:55 smithi046 bash[21835]: cephadm 2024-05-20T22:11:54.262642+0000 mgr.a (mgr.14150) 208 : cephadm 1 Deploying daemon osd.3 on smithi053 2024-05-20T22:11:55.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:55 smithi169 bash[24234]: cephadm 2024-05-20T22:11:54.262642+0000 mgr.a (mgr.14150) 208 : cephadm 1 Deploying daemon osd.3 on smithi053 2024-05-20T22:11:56.863 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:56 smithi053 bash[23747]: cluster 2024-05-20T22:11:55.237877+0000 mgr.a (mgr.14150) 209 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:56.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:56 smithi046 bash[21835]: cluster 2024-05-20T22:11:55.237877+0000 mgr.a (mgr.14150) 209 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:56.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:56 smithi169 bash[24234]: cluster 2024-05-20T22:11:55.237877+0000 mgr.a (mgr.14150) 209 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:58.182 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:58 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:58.183 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:11:58 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:58.183 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:11:58 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:58.457 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:58 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:58.457 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:11:58 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:58.458 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:11:58 smithi053 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:11:58.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:58 smithi053 bash[23747]: cluster 2024-05-20T22:11:57.238395+0000 mgr.a (mgr.14150) 210 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:58.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:58 smithi053 bash[23747]: audit 2024-05-20T22:11:58.456263+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:58.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:58 smithi053 bash[23747]: audit 2024-05-20T22:11:58.463820+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:58.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:11:58 smithi053 bash[23747]: audit 2024-05-20T22:11:58.472272+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:58.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:58 smithi169 bash[24234]: cluster 2024-05-20T22:11:57.238395+0000 mgr.a (mgr.14150) 210 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:58.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:58 smithi169 bash[24234]: audit 2024-05-20T22:11:58.456263+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:58.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:58 smithi169 bash[24234]: audit 2024-05-20T22:11:58.463820+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:58.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:11:58 smithi169 bash[24234]: audit 2024-05-20T22:11:58.472272+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:58 smithi046 bash[21835]: cluster 2024-05-20T22:11:57.238395+0000 mgr.a (mgr.14150) 210 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:11:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:58 smithi046 bash[21835]: audit 2024-05-20T22:11:58.456263+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:11:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:58 smithi046 bash[21835]: audit 2024-05-20T22:11:58.463820+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:11:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:11:58 smithi046 bash[21835]: audit 2024-05-20T22:11:58.472272+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:00.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:00 smithi053 bash[23747]: cluster 2024-05-20T22:11:59.238948+0000 mgr.a (mgr.14150) 211 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:00.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:00 smithi169 bash[24234]: cluster 2024-05-20T22:11:59.238948+0000 mgr.a (mgr.14150) 211 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:01.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:00 smithi046 bash[21835]: cluster 2024-05-20T22:11:59.238948+0000 mgr.a (mgr.14150) 211 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:02.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:02 smithi169 bash[24234]: cluster 2024-05-20T22:12:01.239466+0000 mgr.a (mgr.14150) 212 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:03.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:02 smithi046 bash[21835]: cluster 2024-05-20T22:12:01.239466+0000 mgr.a (mgr.14150) 212 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:03.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:02 smithi053 bash[23747]: cluster 2024-05-20T22:12:01.239466+0000 mgr.a (mgr.14150) 212 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:04.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:04 smithi053 bash[23747]: cluster 2024-05-20T22:12:03.239985+0000 mgr.a (mgr.14150) 213 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:04.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:04 smithi053 bash[23747]: audit 2024-05-20T22:12:04.538748+0000 mon.a (mon.0) 443 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-20T22:12:04.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:04 smithi053 bash[23747]: audit 2024-05-20T22:12:04.539363+0000 mon.b (mon.2) 14 : audit 1 from='osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-20T22:12:04.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:04 smithi169 bash[24234]: cluster 2024-05-20T22:12:03.239985+0000 mgr.a (mgr.14150) 213 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:04.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:04 smithi169 bash[24234]: audit 2024-05-20T22:12:04.538748+0000 mon.a (mon.0) 443 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-20T22:12:04.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:04 smithi169 bash[24234]: audit 2024-05-20T22:12:04.539363+0000 mon.b (mon.2) 14 : audit 1 from='osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-20T22:12:05.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:04 smithi046 bash[21835]: cluster 2024-05-20T22:12:03.239985+0000 mgr.a (mgr.14150) 213 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:05.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:04 smithi046 bash[21835]: audit 2024-05-20T22:12:04.538748+0000 mon.a (mon.0) 443 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-20T22:12:05.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:04 smithi046 bash[21835]: audit 2024-05-20T22:12:04.539363+0000 mon.b (mon.2) 14 : audit 1 from='osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-20T22:12:05.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:04.628290+0000 mon.a (mon.0) 444 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-20T22:12:05.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: cluster 2024-05-20T22:12:04.633351+0000 mon.a (mon.0) 445 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-05-20T22:12:05.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:04.634293+0000 mon.a (mon.0) 446 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:05.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:04.636787+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:12:05.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:04.641521+0000 mon.a (mon.0) 447 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:12:05.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:05.224206+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:05.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:05.235373+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:05.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:05.237234+0000 mon.a (mon.0) 450 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:05.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:05.239291+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:05.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:05 smithi169 bash[24234]: audit 2024-05-20T22:12:05.249782+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:04.628290+0000 mon.a (mon.0) 444 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: cluster 2024-05-20T22:12:04.633351+0000 mon.a (mon.0) 445 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:04.634293+0000 mon.a (mon.0) 446 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:04.636787+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:04.641521+0000 mon.a (mon.0) 447 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:05.224206+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:05.235373+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:05.918 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:05.237234+0000 mon.a (mon.0) 450 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:05.919 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:05.239291+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:05.919 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:05 smithi053 bash[23747]: audit 2024-05-20T22:12:05.249782+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:06.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:04.628290+0000 mon.a (mon.0) 444 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: cluster 2024-05-20T22:12:04.633351+0000 mon.a (mon.0) 445 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:04.634293+0000 mon.a (mon.0) 446 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:04.636787+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:04.641521+0000 mon.a (mon.0) 447 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:05.224206+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:05.235373+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:05.237234+0000 mon.a (mon.0) 450 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:05.239291+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:06.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:05 smithi046 bash[21835]: audit 2024-05-20T22:12:05.249782+0000 mon.a (mon.0) 452 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:06.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:06 smithi169 bash[24234]: cluster 2024-05-20T22:12:05.240457+0000 mgr.a (mgr.14150) 214 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:06.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:06 smithi169 bash[24234]: audit 2024-05-20T22:12:05.638278+0000 mon.a (mon.0) 453 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-20T22:12:06.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:06 smithi169 bash[24234]: cluster 2024-05-20T22:12:05.644031+0000 mon.a (mon.0) 454 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-05-20T22:12:06.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:06 smithi169 bash[24234]: audit 2024-05-20T22:12:05.645350+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:06.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:06 smithi169 bash[24234]: audit 2024-05-20T22:12:05.654007+0000 mon.a (mon.0) 456 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:06.909 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:06 smithi169 bash[24234]: audit 2024-05-20T22:12:05.926270+0000 mon.a (mon.0) 457 : audit 1 from='osd.3 ' entity='osd.3' 2024-05-20T22:12:06.985 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:06 smithi053 bash[23747]: cluster 2024-05-20T22:12:05.240457+0000 mgr.a (mgr.14150) 214 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:06.985 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:06 smithi053 bash[23747]: audit 2024-05-20T22:12:05.638278+0000 mon.a (mon.0) 453 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-20T22:12:06.985 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:06 smithi053 bash[23747]: cluster 2024-05-20T22:12:05.644031+0000 mon.a (mon.0) 454 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-05-20T22:12:06.985 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:06 smithi053 bash[23747]: audit 2024-05-20T22:12:05.645350+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:06.985 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:06 smithi053 bash[23747]: audit 2024-05-20T22:12:05.654007+0000 mon.a (mon.0) 456 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:06.985 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:06 smithi053 bash[23747]: audit 2024-05-20T22:12:05.926270+0000 mon.a (mon.0) 457 : audit 1 from='osd.3 ' entity='osd.3' 2024-05-20T22:12:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:06 smithi046 bash[21835]: cluster 2024-05-20T22:12:05.240457+0000 mgr.a (mgr.14150) 214 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-20T22:12:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:06 smithi046 bash[21835]: audit 2024-05-20T22:12:05.638278+0000 mon.a (mon.0) 453 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-05-20T22:12:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:06 smithi046 bash[21835]: cluster 2024-05-20T22:12:05.644031+0000 mon.a (mon.0) 454 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-05-20T22:12:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:06 smithi046 bash[21835]: audit 2024-05-20T22:12:05.645350+0000 mon.a (mon.0) 455 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:07.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:06 smithi046 bash[21835]: audit 2024-05-20T22:12:05.654007+0000 mon.a (mon.0) 456 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:07.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:06 smithi046 bash[21835]: audit 2024-05-20T22:12:05.926270+0000 mon.a (mon.0) 457 : audit 1 from='osd.3 ' entity='osd.3' 2024-05-20T22:12:07.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:07 smithi053 bash[23747]: cluster 2024-05-20T22:12:05.505071+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:12:07.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:07 smithi053 bash[23747]: cluster 2024-05-20T22:12:05.505204+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:12:07.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:07 smithi053 bash[23747]: cluster 2024-05-20T22:12:06.646158+0000 mon.a (mon.0) 458 : cluster 1 osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814] boot 2024-05-20T22:12:07.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:07 smithi053 bash[23747]: cluster 2024-05-20T22:12:06.646265+0000 mon.a (mon.0) 459 : cluster 0 osdmap e25: 4 total, 4 up, 4 in 2024-05-20T22:12:07.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:07 smithi053 bash[23747]: audit 2024-05-20T22:12:06.646656+0000 mon.a (mon.0) 460 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:07.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:07 smithi053 bash[23747]: cluster 2024-05-20T22:12:07.648317+0000 mon.a (mon.0) 461 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-05-20T22:12:07.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:07 smithi169 bash[24234]: cluster 2024-05-20T22:12:05.505071+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:12:07.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:07 smithi169 bash[24234]: cluster 2024-05-20T22:12:05.505204+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:12:07.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:07 smithi169 bash[24234]: cluster 2024-05-20T22:12:06.646158+0000 mon.a (mon.0) 458 : cluster 1 osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814] boot 2024-05-20T22:12:07.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:07 smithi169 bash[24234]: cluster 2024-05-20T22:12:06.646265+0000 mon.a (mon.0) 459 : cluster 0 osdmap e25: 4 total, 4 up, 4 in 2024-05-20T22:12:07.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:07 smithi169 bash[24234]: audit 2024-05-20T22:12:06.646656+0000 mon.a (mon.0) 460 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:07.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:07 smithi169 bash[24234]: cluster 2024-05-20T22:12:07.648317+0000 mon.a (mon.0) 461 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-05-20T22:12:08.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:07 smithi046 bash[21835]: cluster 2024-05-20T22:12:05.505071+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:12:08.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:07 smithi046 bash[21835]: cluster 2024-05-20T22:12:05.505204+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:12:08.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:07 smithi046 bash[21835]: cluster 2024-05-20T22:12:06.646158+0000 mon.a (mon.0) 458 : cluster 1 osd.3 [v2:172.21.15.53:6808/2910679814,v1:172.21.15.53:6809/2910679814] boot 2024-05-20T22:12:08.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:07 smithi046 bash[21835]: cluster 2024-05-20T22:12:06.646265+0000 mon.a (mon.0) 459 : cluster 0 osdmap e25: 4 total, 4 up, 4 in 2024-05-20T22:12:08.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:07 smithi046 bash[21835]: audit 2024-05-20T22:12:06.646656+0000 mon.a (mon.0) 460 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-20T22:12:08.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:07 smithi046 bash[21835]: cluster 2024-05-20T22:12:07.648317+0000 mon.a (mon.0) 461 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-05-20T22:12:08.158 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 3 on host 'smithi053' 2024-05-20T22:12:08.712 DEBUG:teuthology.orchestra.run.smithi053:osd.3> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.3.service 2024-05-20T22:12:08.715 INFO:tasks.cephadm:Deploying osd.4 on smithi169 with /dev/vg_nvme/lv_4... 2024-05-20T22:12:08.715 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-20T22:12:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:08 smithi046 bash[21835]: cluster 2024-05-20T22:12:07.241040+0000 mgr.a (mgr.14150) 215 : cluster 0 pgmap v174: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:08 smithi046 bash[21835]: audit 2024-05-20T22:12:08.139277+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:08 smithi046 bash[21835]: audit 2024-05-20T22:12:08.146566+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:08 smithi046 bash[21835]: audit 2024-05-20T22:12:08.154470+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:09.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:08 smithi046 bash[21835]: cluster 2024-05-20T22:12:08.650120+0000 mon.a (mon.0) 465 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-05-20T22:12:09.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:08 smithi053 bash[23747]: cluster 2024-05-20T22:12:07.241040+0000 mgr.a (mgr.14150) 215 : cluster 0 pgmap v174: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:09.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:08 smithi053 bash[23747]: audit 2024-05-20T22:12:08.139277+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:09.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:08 smithi053 bash[23747]: audit 2024-05-20T22:12:08.146566+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:09.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:08 smithi053 bash[23747]: audit 2024-05-20T22:12:08.154470+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:09.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:08 smithi053 bash[23747]: cluster 2024-05-20T22:12:08.650120+0000 mon.a (mon.0) 465 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-05-20T22:12:09.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:08 smithi169 bash[24234]: cluster 2024-05-20T22:12:07.241040+0000 mgr.a (mgr.14150) 215 : cluster 0 pgmap v174: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:09.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:08 smithi169 bash[24234]: audit 2024-05-20T22:12:08.139277+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:09.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:08 smithi169 bash[24234]: audit 2024-05-20T22:12:08.146566+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:09.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:08 smithi169 bash[24234]: audit 2024-05-20T22:12:08.154470+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:09.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:08 smithi169 bash[24234]: cluster 2024-05-20T22:12:08.650120+0000 mon.a (mon.0) 465 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-05-20T22:12:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:10 smithi046 bash[21835]: cluster 2024-05-20T22:12:09.241576+0000 mgr.a (mgr.14150) 216 : cluster 0 pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:10 smithi046 bash[21835]: cluster 2024-05-20T22:12:09.672867+0000 mon.a (mon.0) 466 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-05-20T22:12:11.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:10 smithi053 bash[23747]: cluster 2024-05-20T22:12:09.241576+0000 mgr.a (mgr.14150) 216 : cluster 0 pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:11.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:10 smithi053 bash[23747]: cluster 2024-05-20T22:12:09.672867+0000 mon.a (mon.0) 466 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-05-20T22:12:11.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:10 smithi169 bash[24234]: cluster 2024-05-20T22:12:09.241576+0000 mgr.a (mgr.14150) 216 : cluster 0 pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:11.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:10 smithi169 bash[24234]: cluster 2024-05-20T22:12:09.672867+0000 mon.a (mon.0) 466 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-05-20T22:12:12.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:11 smithi046 bash[21835]: cluster 2024-05-20T22:12:10.674689+0000 mon.a (mon.0) 467 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-05-20T22:12:12.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:11 smithi053 bash[23747]: cluster 2024-05-20T22:12:10.674689+0000 mon.a (mon.0) 467 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-05-20T22:12:12.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:11 smithi169 bash[24234]: cluster 2024-05-20T22:12:10.674689+0000 mon.a (mon.0) 467 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-05-20T22:12:12.418 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.c/config 2024-05-20T22:12:12.908 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:12 smithi169 bash[24234]: cluster 2024-05-20T22:12:11.242141+0000 mgr.a (mgr.14150) 217 : cluster 0 pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:13.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:12 smithi046 bash[21835]: cluster 2024-05-20T22:12:11.242141+0000 mgr.a (mgr.14150) 217 : cluster 0 pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:13.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:12 smithi053 bash[23747]: cluster 2024-05-20T22:12:11.242141+0000 mgr.a (mgr.14150) 217 : cluster 0 pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:14.799 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-20T22:12:14.992 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-20T22:12:15.008 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-05-20T22:12:15.009 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-05-20T22:12:15.009 INFO:teuthology.orchestra.run.smithi169.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0136191 s, 770 MB/s 2024-05-20T22:12:15.009 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-05-20T22:12:15.055 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:14 smithi169 bash[24234]: cluster 2024-05-20T22:12:13.242721+0000 mgr.a (mgr.14150) 218 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-05-20T22:12:15.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:14 smithi046 bash[21835]: cluster 2024-05-20T22:12:13.242721+0000 mgr.a (mgr.14150) 218 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-05-20T22:12:15.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:14 smithi053 bash[23747]: cluster 2024-05-20T22:12:13.242721+0000 mgr.a (mgr.14150) 218 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-05-20T22:12:15.663 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_4 2024-05-20T22:12:16.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:16 smithi053 bash[23747]: cluster 2024-05-20T22:12:15.243252+0000 mgr.a (mgr.14150) 219 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-05-20T22:12:17.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:16 smithi046 bash[21835]: cluster 2024-05-20T22:12:15.243252+0000 mgr.a (mgr.14150) 219 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-05-20T22:12:17.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:16 smithi169 bash[24234]: cluster 2024-05-20T22:12:15.243252+0000 mgr.a (mgr.14150) 219 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: cephadm 2024-05-20T22:12:17.191789+0000 mgr.a (mgr.14150) 220 : cephadm 1 Detected new or changed devices on smithi053 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.200070+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.208103+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.210089+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.211903+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: cephadm 2024-05-20T22:12:17.213241+0000 mgr.a (mgr.14150) 221 : cephadm 1 Adjusting osd_memory_target on smithi053 to 8634M 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.219117+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.223117+0000 mon.a (mon.0) 473 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.224964+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: audit 2024-05-20T22:12:17.234408+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:18 smithi046 bash[21835]: cluster 2024-05-20T22:12:17.243893+0000 mgr.a (mgr.14150) 222 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:12:18.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: cephadm 2024-05-20T22:12:17.191789+0000 mgr.a (mgr.14150) 220 : cephadm 1 Detected new or changed devices on smithi053 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.200070+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.208103+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.210089+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.211903+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: cephadm 2024-05-20T22:12:17.213241+0000 mgr.a (mgr.14150) 221 : cephadm 1 Adjusting osd_memory_target on smithi053 to 8634M 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.219117+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.223117+0000 mon.a (mon.0) 473 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.224964+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: audit 2024-05-20T22:12:17.234408+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:18 smithi053 bash[23747]: cluster 2024-05-20T22:12:17.243893+0000 mgr.a (mgr.14150) 222 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:12:18.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: cephadm 2024-05-20T22:12:17.191789+0000 mgr.a (mgr.14150) 220 : cephadm 1 Detected new or changed devices on smithi053 2024-05-20T22:12:18.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.200070+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.208103+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.210089+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.211903+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: cephadm 2024-05-20T22:12:17.213241+0000 mgr.a (mgr.14150) 221 : cephadm 1 Adjusting osd_memory_target on smithi053 to 8634M 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.219117+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.223117+0000 mon.a (mon.0) 473 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.224964+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: audit 2024-05-20T22:12:17.234408+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:18.659 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:18 smithi169 bash[24234]: cluster 2024-05-20T22:12:17.243893+0000 mgr.a (mgr.14150) 222 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:12:19.363 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.c/config 2024-05-20T22:12:20.408 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:20 smithi169 bash[24234]: cluster 2024-05-20T22:12:19.244490+0000 mgr.a (mgr.14150) 223 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-20T22:12:20.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:20 smithi046 bash[21835]: cluster 2024-05-20T22:12:19.244490+0000 mgr.a (mgr.14150) 223 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-20T22:12:20.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:20 smithi053 bash[23747]: cluster 2024-05-20T22:12:19.244490+0000 mgr.a (mgr.14150) 223 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-20T22:12:22.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:22 smithi046 bash[21835]: cluster 2024-05-20T22:12:21.245044+0000 mgr.a (mgr.14150) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-05-20T22:12:22.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:22 smithi046 bash[21835]: audit 2024-05-20T22:12:21.806295+0000 mgr.a (mgr.14150) 225 : audit 0 from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:12:22.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:22 smithi046 bash[21835]: audit 2024-05-20T22:12:21.813186+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:12:22.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:22 smithi046 bash[21835]: audit 2024-05-20T22:12:21.819251+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:12:22.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:22 smithi046 bash[21835]: audit 2024-05-20T22:12:21.821004+0000 mon.a (mon.0) 478 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:22.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:22 smithi053 bash[23747]: cluster 2024-05-20T22:12:21.245044+0000 mgr.a (mgr.14150) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-05-20T22:12:22.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:22 smithi053 bash[23747]: audit 2024-05-20T22:12:21.806295+0000 mgr.a (mgr.14150) 225 : audit 0 from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:12:22.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:22 smithi053 bash[23747]: audit 2024-05-20T22:12:21.813186+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:12:22.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:22 smithi053 bash[23747]: audit 2024-05-20T22:12:21.819251+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:12:22.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:22 smithi053 bash[23747]: audit 2024-05-20T22:12:21.821004+0000 mon.a (mon.0) 478 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:22.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:22 smithi169 bash[24234]: cluster 2024-05-20T22:12:21.245044+0000 mgr.a (mgr.14150) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-05-20T22:12:22.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:22 smithi169 bash[24234]: audit 2024-05-20T22:12:21.806295+0000 mgr.a (mgr.14150) 225 : audit 0 from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:12:22.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:22 smithi169 bash[24234]: audit 2024-05-20T22:12:21.813186+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:12:22.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:22 smithi169 bash[24234]: audit 2024-05-20T22:12:21.819251+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:12:22.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:22 smithi169 bash[24234]: audit 2024-05-20T22:12:21.821004+0000 mon.a (mon.0) 478 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:24.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:24 smithi046 bash[21835]: cluster 2024-05-20T22:12:23.245595+0000 mgr.a (mgr.14150) 226 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-20T22:12:24.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:24 smithi053 bash[23747]: cluster 2024-05-20T22:12:23.245595+0000 mgr.a (mgr.14150) 226 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-20T22:12:24.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:24 smithi169 bash[24234]: cluster 2024-05-20T22:12:23.245595+0000 mgr.a (mgr.14150) 226 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-20T22:12:26.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:26 smithi046 bash[21835]: cluster 2024-05-20T22:12:25.246125+0000 mgr.a (mgr.14150) 227 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:26.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:26 smithi053 bash[23747]: cluster 2024-05-20T22:12:25.246125+0000 mgr.a (mgr.14150) 227 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:26.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:26 smithi169 bash[24234]: cluster 2024-05-20T22:12:25.246125+0000 mgr.a (mgr.14150) 227 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:28.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:28 smithi046 bash[21835]: cluster 2024-05-20T22:12:27.246692+0000 mgr.a (mgr.14150) 228 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:28.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:28 smithi053 bash[23747]: cluster 2024-05-20T22:12:27.246692+0000 mgr.a (mgr.14150) 228 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:28.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:28 smithi169 bash[24234]: cluster 2024-05-20T22:12:27.246692+0000 mgr.a (mgr.14150) 228 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:30.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:30 smithi046 bash[21835]: cluster 2024-05-20T22:12:29.247233+0000 mgr.a (mgr.14150) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:30.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:30 smithi046 bash[21835]: audit 2024-05-20T22:12:29.769002+0000 mon.a (mon.0) 479 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]: dispatch 2024-05-20T22:12:30.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:30 smithi046 bash[21835]: audit 2024-05-20T22:12:29.769204+0000 mon.c (mon.1) 5 : audit 1 from='client.? 172.21.15.169:0/2466657267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]: dispatch 2024-05-20T22:12:30.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:30 smithi046 bash[21835]: audit 2024-05-20T22:12:29.772986+0000 mon.a (mon.0) 480 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]': finished 2024-05-20T22:12:30.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:30 smithi046 bash[21835]: cluster 2024-05-20T22:12:29.778174+0000 mon.a (mon.0) 481 : cluster 0 osdmap e30: 5 total, 4 up, 5 in 2024-05-20T22:12:30.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:30 smithi046 bash[21835]: audit 2024-05-20T22:12:29.778760+0000 mon.a (mon.0) 482 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:30.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:30 smithi053 bash[23747]: cluster 2024-05-20T22:12:29.247233+0000 mgr.a (mgr.14150) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:30.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:30 smithi053 bash[23747]: audit 2024-05-20T22:12:29.769002+0000 mon.a (mon.0) 479 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]: dispatch 2024-05-20T22:12:30.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:30 smithi053 bash[23747]: audit 2024-05-20T22:12:29.769204+0000 mon.c (mon.1) 5 : audit 1 from='client.? 172.21.15.169:0/2466657267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]: dispatch 2024-05-20T22:12:30.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:30 smithi053 bash[23747]: audit 2024-05-20T22:12:29.772986+0000 mon.a (mon.0) 480 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]': finished 2024-05-20T22:12:30.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:30 smithi053 bash[23747]: cluster 2024-05-20T22:12:29.778174+0000 mon.a (mon.0) 481 : cluster 0 osdmap e30: 5 total, 4 up, 5 in 2024-05-20T22:12:30.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:30 smithi053 bash[23747]: audit 2024-05-20T22:12:29.778760+0000 mon.a (mon.0) 482 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:30.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:30 smithi169 bash[24234]: cluster 2024-05-20T22:12:29.247233+0000 mgr.a (mgr.14150) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:30.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:30 smithi169 bash[24234]: audit 2024-05-20T22:12:29.769002+0000 mon.a (mon.0) 479 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]: dispatch 2024-05-20T22:12:30.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:30 smithi169 bash[24234]: audit 2024-05-20T22:12:29.769204+0000 mon.c (mon.1) 5 : audit 1 from='client.? 172.21.15.169:0/2466657267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]: dispatch 2024-05-20T22:12:30.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:30 smithi169 bash[24234]: audit 2024-05-20T22:12:29.772986+0000 mon.a (mon.0) 480 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e3d6b6a-369f-4ff5-b365-2179e4055cbb"}]': finished 2024-05-20T22:12:30.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:30 smithi169 bash[24234]: cluster 2024-05-20T22:12:29.778174+0000 mon.a (mon.0) 481 : cluster 0 osdmap e30: 5 total, 4 up, 5 in 2024-05-20T22:12:30.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:30 smithi169 bash[24234]: audit 2024-05-20T22:12:29.778760+0000 mon.a (mon.0) 482 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:31.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:31 smithi046 bash[21835]: audit 2024-05-20T22:12:30.382524+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.169:0/1428272901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:12:31.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:31 smithi053 bash[23747]: audit 2024-05-20T22:12:30.382524+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.169:0/1428272901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:12:31.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:31 smithi169 bash[24234]: audit 2024-05-20T22:12:30.382524+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.169:0/1428272901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:12:32.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:32 smithi046 bash[21835]: cluster 2024-05-20T22:12:31.247757+0000 mgr.a (mgr.14150) 230 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:32.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:32 smithi053 bash[23747]: cluster 2024-05-20T22:12:31.247757+0000 mgr.a (mgr.14150) 230 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:32.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:32 smithi169 bash[24234]: cluster 2024-05-20T22:12:31.247757+0000 mgr.a (mgr.14150) 230 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:34.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:34 smithi046 bash[21835]: cluster 2024-05-20T22:12:33.248309+0000 mgr.a (mgr.14150) 231 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:34.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:34 smithi053 bash[23747]: cluster 2024-05-20T22:12:33.248309+0000 mgr.a (mgr.14150) 231 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:34.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:34 smithi169 bash[24234]: cluster 2024-05-20T22:12:33.248309+0000 mgr.a (mgr.14150) 231 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:36.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:36 smithi046 bash[21835]: cluster 2024-05-20T22:12:35.248855+0000 mgr.a (mgr.14150) 232 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:36.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:36 smithi053 bash[23747]: cluster 2024-05-20T22:12:35.248855+0000 mgr.a (mgr.14150) 232 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:36.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:36 smithi169 bash[24234]: cluster 2024-05-20T22:12:35.248855+0000 mgr.a (mgr.14150) 232 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:38.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:38 smithi046 bash[21835]: cluster 2024-05-20T22:12:37.249420+0000 mgr.a (mgr.14150) 233 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:38.627 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:38 smithi053 bash[23747]: cluster 2024-05-20T22:12:37.249420+0000 mgr.a (mgr.14150) 233 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:38.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:38 smithi169 bash[24234]: cluster 2024-05-20T22:12:37.249420+0000 mgr.a (mgr.14150) 233 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:40.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:40 smithi169 bash[24234]: cluster 2024-05-20T22:12:39.249959+0000 mgr.a (mgr.14150) 234 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:40.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:40 smithi046 bash[21835]: cluster 2024-05-20T22:12:39.249959+0000 mgr.a (mgr.14150) 234 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:40.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:40 smithi053 bash[23747]: cluster 2024-05-20T22:12:39.249959+0000 mgr.a (mgr.14150) 234 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:42.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:42 smithi046 bash[21835]: cluster 2024-05-20T22:12:41.250539+0000 mgr.a (mgr.14150) 235 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:42.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:42 smithi046 bash[21835]: audit 2024-05-20T22:12:41.613505+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-20T22:12:42.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:42 smithi046 bash[21835]: audit 2024-05-20T22:12:41.615263+0000 mon.a (mon.0) 484 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:42.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:42 smithi046 bash[21835]: cephadm 2024-05-20T22:12:41.616931+0000 mgr.a (mgr.14150) 236 : cephadm 1 Deploying daemon osd.4 on smithi169 2024-05-20T22:12:42.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:42 smithi053 bash[23747]: cluster 2024-05-20T22:12:41.250539+0000 mgr.a (mgr.14150) 235 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:42.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:42 smithi053 bash[23747]: audit 2024-05-20T22:12:41.613505+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-20T22:12:42.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:42 smithi053 bash[23747]: audit 2024-05-20T22:12:41.615263+0000 mon.a (mon.0) 484 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:42.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:42 smithi053 bash[23747]: cephadm 2024-05-20T22:12:41.616931+0000 mgr.a (mgr.14150) 236 : cephadm 1 Deploying daemon osd.4 on smithi169 2024-05-20T22:12:42.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:42 smithi169 bash[24234]: cluster 2024-05-20T22:12:41.250539+0000 mgr.a (mgr.14150) 235 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:42.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:42 smithi169 bash[24234]: audit 2024-05-20T22:12:41.613505+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-20T22:12:42.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:42 smithi169 bash[24234]: audit 2024-05-20T22:12:41.615263+0000 mon.a (mon.0) 484 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:42.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:42 smithi169 bash[24234]: cephadm 2024-05-20T22:12:41.616931+0000 mgr.a (mgr.14150) 236 : cephadm 1 Deploying daemon osd.4 on smithi169 2024-05-20T22:12:44.465 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:44 smithi169 bash[24234]: cluster 2024-05-20T22:12:43.251086+0000 mgr.a (mgr.14150) 237 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:44.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:44 smithi046 bash[21835]: cluster 2024-05-20T22:12:43.251086+0000 mgr.a (mgr.14150) 237 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:44.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:44 smithi053 bash[23747]: cluster 2024-05-20T22:12:43.251086+0000 mgr.a (mgr.14150) 237 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:45.498 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:45 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:12:45.779 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:45 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:12:46.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:46 smithi046 bash[21835]: cluster 2024-05-20T22:12:45.251573+0000 mgr.a (mgr.14150) 238 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:46.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:46 smithi046 bash[21835]: audit 2024-05-20T22:12:45.780052+0000 mon.a (mon.0) 485 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:46.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:46 smithi046 bash[21835]: audit 2024-05-20T22:12:45.787392+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:46.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:46 smithi046 bash[21835]: audit 2024-05-20T22:12:45.795223+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:46.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:46 smithi053 bash[23747]: cluster 2024-05-20T22:12:45.251573+0000 mgr.a (mgr.14150) 238 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:46.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:46 smithi053 bash[23747]: audit 2024-05-20T22:12:45.780052+0000 mon.a (mon.0) 485 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:46.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:46 smithi053 bash[23747]: audit 2024-05-20T22:12:45.787392+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:46.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:46 smithi053 bash[23747]: audit 2024-05-20T22:12:45.795223+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:46.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:46 smithi169 bash[24234]: cluster 2024-05-20T22:12:45.251573+0000 mgr.a (mgr.14150) 238 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:46.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:46 smithi169 bash[24234]: audit 2024-05-20T22:12:45.780052+0000 mon.a (mon.0) 485 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:46.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:46 smithi169 bash[24234]: audit 2024-05-20T22:12:45.787392+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:46.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:46 smithi169 bash[24234]: audit 2024-05-20T22:12:45.795223+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:48.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:48 smithi053 bash[23747]: cluster 2024-05-20T22:12:47.252092+0000 mgr.a (mgr.14150) 239 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:48.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:48 smithi169 bash[24234]: cluster 2024-05-20T22:12:47.252092+0000 mgr.a (mgr.14150) 239 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:48.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:48 smithi046 bash[21835]: cluster 2024-05-20T22:12:47.252092+0000 mgr.a (mgr.14150) 239 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:50.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:50 smithi169 bash[24234]: cluster 2024-05-20T22:12:49.252595+0000 mgr.a (mgr.14150) 240 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:50.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:50 smithi046 bash[21835]: cluster 2024-05-20T22:12:49.252595+0000 mgr.a (mgr.14150) 240 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:50.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:50 smithi053 bash[23747]: cluster 2024-05-20T22:12:49.252595+0000 mgr.a (mgr.14150) 240 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:52.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: cluster 2024-05-20T22:12:51.253079+0000 mgr.a (mgr.14150) 241 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:51.811917+0000 mon.a (mon.0) 488 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:51.812684+0000 mon.c (mon.1) 7 : audit 1 from='osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:52.346136+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:52.354017+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:52.355727+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:52.357438+0000 mon.a (mon.0) 492 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:52.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:52 smithi169 bash[24234]: audit 2024-05-20T22:12:52.367047+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: cluster 2024-05-20T22:12:51.253079+0000 mgr.a (mgr.14150) 241 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:52.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:51.811917+0000 mon.a (mon.0) 488 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-20T22:12:52.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:51.812684+0000 mon.c (mon.1) 7 : audit 1 from='osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-20T22:12:52.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:52.346136+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:52.354017+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:52.355727+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:52.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:52.357438+0000 mon.a (mon.0) 492 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:52.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:52 smithi046 bash[21835]: audit 2024-05-20T22:12:52.367047+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: cluster 2024-05-20T22:12:51.253079+0000 mgr.a (mgr.14150) 241 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:52.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:51.811917+0000 mon.a (mon.0) 488 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-20T22:12:52.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:51.812684+0000 mon.c (mon.1) 7 : audit 1 from='osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-20T22:12:52.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:52.346136+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:52.354017+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:52.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:52.355727+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:12:52.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:52.357438+0000 mon.a (mon.0) 492 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:12:52.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:52 smithi053 bash[23747]: audit 2024-05-20T22:12:52.367047+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:53.626 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:53 smithi169 bash[24234]: audit 2024-05-20T22:12:52.374069+0000 mon.a (mon.0) 494 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-20T22:12:53.626 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:53 smithi169 bash[24234]: audit 2024-05-20T22:12:52.379014+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:12:53.626 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:53 smithi169 bash[24234]: cluster 2024-05-20T22:12:52.379208+0000 mon.a (mon.0) 495 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-05-20T22:12:53.626 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:53 smithi169 bash[24234]: audit 2024-05-20T22:12:52.380114+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:53.626 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:53 smithi169 bash[24234]: audit 2024-05-20T22:12:52.380679+0000 mon.a (mon.0) 497 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:12:53.626 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:53 smithi169 bash[24234]: audit 2024-05-20T22:12:53.376943+0000 mon.a (mon.0) 498 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-05-20T22:12:53.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:53 smithi046 bash[21835]: audit 2024-05-20T22:12:52.374069+0000 mon.a (mon.0) 494 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-20T22:12:53.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:53 smithi046 bash[21835]: audit 2024-05-20T22:12:52.379014+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:12:53.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:53 smithi046 bash[21835]: cluster 2024-05-20T22:12:52.379208+0000 mon.a (mon.0) 495 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-05-20T22:12:53.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:53 smithi046 bash[21835]: audit 2024-05-20T22:12:52.380114+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:53.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:53 smithi046 bash[21835]: audit 2024-05-20T22:12:52.380679+0000 mon.a (mon.0) 497 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:12:53.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:53 smithi046 bash[21835]: audit 2024-05-20T22:12:53.376943+0000 mon.a (mon.0) 498 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-05-20T22:12:53.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:53 smithi053 bash[23747]: audit 2024-05-20T22:12:52.374069+0000 mon.a (mon.0) 494 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-20T22:12:53.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:53 smithi053 bash[23747]: audit 2024-05-20T22:12:52.379014+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:12:53.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:53 smithi053 bash[23747]: cluster 2024-05-20T22:12:52.379208+0000 mon.a (mon.0) 495 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-05-20T22:12:53.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:53 smithi053 bash[23747]: audit 2024-05-20T22:12:52.380114+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:53.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:53 smithi053 bash[23747]: audit 2024-05-20T22:12:52.380679+0000 mon.a (mon.0) 497 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:12:53.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:53 smithi053 bash[23747]: audit 2024-05-20T22:12:53.376943+0000 mon.a (mon.0) 498 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-05-20T22:12:54.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: cluster 2024-05-20T22:12:53.253687+0000 mgr.a (mgr.14150) 242 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:54.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: cluster 2024-05-20T22:12:53.381846+0000 mon.a (mon.0) 499 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-05-20T22:12:54.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: audit 2024-05-20T22:12:53.382977+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: audit 2024-05-20T22:12:53.389502+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: cluster 2024-05-20T22:12:54.144283+0000 mon.a (mon.0) 502 : cluster 1 osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235] boot 2024-05-20T22:12:54.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: cluster 2024-05-20T22:12:54.144399+0000 mon.a (mon.0) 503 : cluster 0 osdmap e33: 5 total, 5 up, 5 in 2024-05-20T22:12:54.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:54 smithi169 bash[24234]: audit 2024-05-20T22:12:54.144639+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: cluster 2024-05-20T22:12:53.253687+0000 mgr.a (mgr.14150) 242 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: cluster 2024-05-20T22:12:53.381846+0000 mon.a (mon.0) 499 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-05-20T22:12:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: audit 2024-05-20T22:12:53.382977+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: audit 2024-05-20T22:12:53.389502+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: cluster 2024-05-20T22:12:54.144283+0000 mon.a (mon.0) 502 : cluster 1 osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235] boot 2024-05-20T22:12:54.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: cluster 2024-05-20T22:12:54.144399+0000 mon.a (mon.0) 503 : cluster 0 osdmap e33: 5 total, 5 up, 5 in 2024-05-20T22:12:54.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:54 smithi046 bash[21835]: audit 2024-05-20T22:12:54.144639+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: cluster 2024-05-20T22:12:53.253687+0000 mgr.a (mgr.14150) 242 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:12:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: cluster 2024-05-20T22:12:53.381846+0000 mon.a (mon.0) 499 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-05-20T22:12:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: audit 2024-05-20T22:12:53.382977+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: audit 2024-05-20T22:12:53.389502+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: cluster 2024-05-20T22:12:54.144283+0000 mon.a (mon.0) 502 : cluster 1 osd.4 [v2:172.21.15.169:6800/949848235,v1:172.21.15.169:6801/949848235] boot 2024-05-20T22:12:54.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: cluster 2024-05-20T22:12:54.144399+0000 mon.a (mon.0) 503 : cluster 0 osdmap e33: 5 total, 5 up, 5 in 2024-05-20T22:12:54.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:54 smithi053 bash[23747]: audit 2024-05-20T22:12:54.144639+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-20T22:12:55.471 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 4 on host 'smithi169' 2024-05-20T22:12:55.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:55 smithi169 bash[24234]: cluster 2024-05-20T22:12:52.767770+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:12:55.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:55 smithi169 bash[24234]: cluster 2024-05-20T22:12:52.767868+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:12:55.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:55 smithi169 bash[24234]: cluster 2024-05-20T22:12:55.145960+0000 mon.a (mon.0) 505 : cluster 0 osdmap e34: 5 total, 5 up, 5 in 2024-05-20T22:12:55.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:55 smithi046 bash[21835]: cluster 2024-05-20T22:12:52.767770+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:12:55.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:55 smithi046 bash[21835]: cluster 2024-05-20T22:12:52.767868+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:12:55.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:55 smithi046 bash[21835]: cluster 2024-05-20T22:12:55.145960+0000 mon.a (mon.0) 505 : cluster 0 osdmap e34: 5 total, 5 up, 5 in 2024-05-20T22:12:55.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:55 smithi053 bash[23747]: cluster 2024-05-20T22:12:52.767770+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:12:55.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:55 smithi053 bash[23747]: cluster 2024-05-20T22:12:52.767868+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:12:55.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:55 smithi053 bash[23747]: cluster 2024-05-20T22:12:55.145960+0000 mon.a (mon.0) 505 : cluster 0 osdmap e34: 5 total, 5 up, 5 in 2024-05-20T22:12:56.053 DEBUG:teuthology.orchestra.run.smithi169:osd.4> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.4.service 2024-05-20T22:12:56.055 INFO:tasks.cephadm:Deploying osd.5 on smithi169 with /dev/vg_nvme/lv_3... 2024-05-20T22:12:56.055 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-20T22:12:56.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:56 smithi169 bash[24234]: cluster 2024-05-20T22:12:55.254267+0000 mgr.a (mgr.14150) 243 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:12:56.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:56 smithi169 bash[24234]: audit 2024-05-20T22:12:55.452303+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:56.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:56 smithi169 bash[24234]: audit 2024-05-20T22:12:55.459617+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:56.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:56 smithi169 bash[24234]: audit 2024-05-20T22:12:55.467337+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:56.658 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:56 smithi169 bash[24234]: cluster 2024-05-20T22:12:56.148216+0000 mon.a (mon.0) 509 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-05-20T22:12:56.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:56 smithi046 bash[21835]: cluster 2024-05-20T22:12:55.254267+0000 mgr.a (mgr.14150) 243 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:12:56.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:56 smithi046 bash[21835]: audit 2024-05-20T22:12:55.452303+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:56.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:56 smithi046 bash[21835]: audit 2024-05-20T22:12:55.459617+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:56.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:56 smithi046 bash[21835]: audit 2024-05-20T22:12:55.467337+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:56.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:56 smithi046 bash[21835]: cluster 2024-05-20T22:12:56.148216+0000 mon.a (mon.0) 509 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-05-20T22:12:56.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:56 smithi053 bash[23747]: cluster 2024-05-20T22:12:55.254267+0000 mgr.a (mgr.14150) 243 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:12:56.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:56 smithi053 bash[23747]: audit 2024-05-20T22:12:55.452303+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:12:56.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:56 smithi053 bash[23747]: audit 2024-05-20T22:12:55.459617+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:56.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:56 smithi053 bash[23747]: audit 2024-05-20T22:12:55.467337+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:12:56.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:56 smithi053 bash[23747]: cluster 2024-05-20T22:12:56.148216+0000 mon.a (mon.0) 509 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-05-20T22:12:58.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:58 smithi046 bash[21835]: cluster 2024-05-20T22:12:57.157111+0000 mon.a (mon.0) 510 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-05-20T22:12:58.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:58 smithi046 bash[21835]: cluster 2024-05-20T22:12:57.254801+0000 mgr.a (mgr.14150) 244 : cluster 0 pgmap v210: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 149 KiB/s, 0 objects/s recovering 2024-05-20T22:12:58.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:58 smithi053 bash[23747]: cluster 2024-05-20T22:12:57.157111+0000 mon.a (mon.0) 510 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-05-20T22:12:58.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:58 smithi053 bash[23747]: cluster 2024-05-20T22:12:57.254801+0000 mgr.a (mgr.14150) 244 : cluster 0 pgmap v210: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 149 KiB/s, 0 objects/s recovering 2024-05-20T22:12:58.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:58 smithi169 bash[24234]: cluster 2024-05-20T22:12:57.157111+0000 mon.a (mon.0) 510 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-05-20T22:12:58.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:58 smithi169 bash[24234]: cluster 2024-05-20T22:12:57.254801+0000 mgr.a (mgr.14150) 244 : cluster 0 pgmap v210: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 149 KiB/s, 0 objects/s recovering 2024-05-20T22:12:59.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:12:59 smithi169 bash[24234]: cluster 2024-05-20T22:12:58.165417+0000 mon.a (mon.0) 511 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-05-20T22:12:59.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:12:59 smithi046 bash[21835]: cluster 2024-05-20T22:12:58.165417+0000 mon.a (mon.0) 511 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-05-20T22:12:59.620 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:12:59 smithi053 bash[23747]: cluster 2024-05-20T22:12:58.165417+0000 mon.a (mon.0) 511 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-05-20T22:13:00.407 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:00 smithi169 bash[24234]: cluster 2024-05-20T22:12:59.255338+0000 mgr.a (mgr.14150) 245 : cluster 0 pgmap v212: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-05-20T22:13:00.426 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.c/config 2024-05-20T22:13:00.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:00 smithi046 bash[21835]: cluster 2024-05-20T22:12:59.255338+0000 mgr.a (mgr.14150) 245 : cluster 0 pgmap v212: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-05-20T22:13:00.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:00 smithi053 bash[23747]: cluster 2024-05-20T22:12:59.255338+0000 mgr.a (mgr.14150) 245 : cluster 0 pgmap v212: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 140 KiB/s, 0 objects/s recovering 2024-05-20T22:13:02.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:02 smithi046 bash[21835]: cluster 2024-05-20T22:13:01.255890+0000 mgr.a (mgr.14150) 246 : cluster 0 pgmap v213: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-20T22:13:02.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:02 smithi053 bash[23747]: cluster 2024-05-20T22:13:01.255890+0000 mgr.a (mgr.14150) 246 : cluster 0 pgmap v213: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-20T22:13:02.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:02 smithi169 bash[24234]: cluster 2024-05-20T22:13:01.255890+0000 mgr.a (mgr.14150) 246 : cluster 0 pgmap v213: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-20T22:13:03.580 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-20T22:13:03.783 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-20T22:13:03.802 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-05-20T22:13:03.802 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-05-20T22:13:03.802 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0157768 s, 665 MB/s 2024-05-20T22:13:03.802 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-05-20T22:13:04.381 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_3 2024-05-20T22:13:05.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: cluster 2024-05-20T22:13:03.256447+0000 mgr.a (mgr.14150) 247 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: cephadm 2024-05-20T22:13:03.714609+0000 mgr.a (mgr.14150) 248 : cephadm 1 Detected new or changed devices on smithi169 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.722615+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.730404+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.732100+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: cephadm 2024-05-20T22:13:03.733744+0000 mgr.a (mgr.14150) 249 : cephadm 1 Adjusting osd_memory_target on smithi169 to 21361M 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.739829+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.744306+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.746391+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:05.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:04 smithi046 bash[21835]: audit 2024-05-20T22:13:03.756142+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: cluster 2024-05-20T22:13:03.256447+0000 mgr.a (mgr.14150) 247 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-20T22:13:05.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: cephadm 2024-05-20T22:13:03.714609+0000 mgr.a (mgr.14150) 248 : cephadm 1 Detected new or changed devices on smithi169 2024-05-20T22:13:05.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.722615+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.730404+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.732100+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:05.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: cephadm 2024-05-20T22:13:03.733744+0000 mgr.a (mgr.14150) 249 : cephadm 1 Adjusting osd_memory_target on smithi169 to 21361M 2024-05-20T22:13:05.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.739829+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.744306+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:05.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.746391+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:05.120 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:04 smithi053 bash[23747]: audit 2024-05-20T22:13:03.756142+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: cluster 2024-05-20T22:13:03.256447+0000 mgr.a (mgr.14150) 247 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-20T22:13:05.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: cephadm 2024-05-20T22:13:03.714609+0000 mgr.a (mgr.14150) 248 : cephadm 1 Detected new or changed devices on smithi169 2024-05-20T22:13:05.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.722615+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.730404+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.732100+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: cephadm 2024-05-20T22:13:03.733744+0000 mgr.a (mgr.14150) 249 : cephadm 1 Adjusting osd_memory_target on smithi169 to 21361M 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.739829+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.744306+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.746391+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:05.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:04 smithi169 bash[24234]: audit 2024-05-20T22:13:03.756142+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:06 smithi046 bash[21835]: cluster 2024-05-20T22:13:05.256986+0000 mgr.a (mgr.14150) 250 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:07.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:06 smithi053 bash[23747]: cluster 2024-05-20T22:13:05.256986+0000 mgr.a (mgr.14150) 250 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:07.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:06 smithi169 bash[24234]: cluster 2024-05-20T22:13:05.256986+0000 mgr.a (mgr.14150) 250 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:09.089 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.c/config 2024-05-20T22:13:09.107 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:08 smithi169 bash[24234]: cluster 2024-05-20T22:13:07.257715+0000 mgr.a (mgr.14150) 251 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:08 smithi046 bash[21835]: cluster 2024-05-20T22:13:07.257715+0000 mgr.a (mgr.14150) 251 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:09.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:08 smithi053 bash[23747]: cluster 2024-05-20T22:13:07.257715+0000 mgr.a (mgr.14150) 251 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:10.907 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:10 smithi169 bash[24234]: cluster 2024-05-20T22:13:09.258305+0000 mgr.a (mgr.14150) 252 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:10 smithi046 bash[21835]: cluster 2024-05-20T22:13:09.258305+0000 mgr.a (mgr.14150) 252 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:11.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:10 smithi053 bash[23747]: cluster 2024-05-20T22:13:09.258305+0000 mgr.a (mgr.14150) 252 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:12.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:11 smithi046 bash[21835]: audit 2024-05-20T22:13:11.563043+0000 mon.a (mon.0) 519 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:13:12.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:11 smithi046 bash[21835]: audit 2024-05-20T22:13:11.569698+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:13:12.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:11 smithi046 bash[21835]: audit 2024-05-20T22:13:11.571770+0000 mon.a (mon.0) 521 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:12.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:11 smithi053 bash[23747]: audit 2024-05-20T22:13:11.563043+0000 mon.a (mon.0) 519 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:13:12.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:11 smithi053 bash[23747]: audit 2024-05-20T22:13:11.569698+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:13:12.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:11 smithi053 bash[23747]: audit 2024-05-20T22:13:11.571770+0000 mon.a (mon.0) 521 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:12.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:11 smithi169 bash[24234]: audit 2024-05-20T22:13:11.563043+0000 mon.a (mon.0) 519 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-20T22:13:12.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:11 smithi169 bash[24234]: audit 2024-05-20T22:13:11.569698+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-20T22:13:12.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:11 smithi169 bash[24234]: audit 2024-05-20T22:13:11.571770+0000 mon.a (mon.0) 521 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:13.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:12 smithi046 bash[21835]: cluster 2024-05-20T22:13:11.258847+0000 mgr.a (mgr.14150) 253 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:13.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:12 smithi046 bash[21835]: audit 2024-05-20T22:13:11.556361+0000 mgr.a (mgr.14150) 254 : audit 0 from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:13:13.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:12 smithi053 bash[23747]: cluster 2024-05-20T22:13:11.258847+0000 mgr.a (mgr.14150) 253 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:13.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:12 smithi053 bash[23747]: audit 2024-05-20T22:13:11.556361+0000 mgr.a (mgr.14150) 254 : audit 0 from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:13:13.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:12 smithi169 bash[24234]: cluster 2024-05-20T22:13:11.258847+0000 mgr.a (mgr.14150) 253 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:13.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:12 smithi169 bash[24234]: audit 2024-05-20T22:13:11.556361+0000 mgr.a (mgr.14150) 254 : audit 0 from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:13:15.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:14 smithi046 bash[21835]: cluster 2024-05-20T22:13:13.259407+0000 mgr.a (mgr.14150) 255 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:15.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:14 smithi053 bash[23747]: cluster 2024-05-20T22:13:13.259407+0000 mgr.a (mgr.14150) 255 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:15.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:14 smithi169 bash[24234]: cluster 2024-05-20T22:13:13.259407+0000 mgr.a (mgr.14150) 255 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:16.907 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:16 smithi169 bash[24234]: cluster 2024-05-20T22:13:15.260035+0000 mgr.a (mgr.14150) 256 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:17.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:16 smithi046 bash[21835]: cluster 2024-05-20T22:13:15.260035+0000 mgr.a (mgr.14150) 256 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:17.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:16 smithi053 bash[23747]: cluster 2024-05-20T22:13:15.260035+0000 mgr.a (mgr.14150) 256 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:19.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:18 smithi046 bash[21835]: cluster 2024-05-20T22:13:17.260740+0000 mgr.a (mgr.14150) 257 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:19.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:18 smithi053 bash[23747]: cluster 2024-05-20T22:13:17.260740+0000 mgr.a (mgr.14150) 257 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:19.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:18 smithi169 bash[24234]: cluster 2024-05-20T22:13:17.260740+0000 mgr.a (mgr.14150) 257 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:20.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:19 smithi046 bash[21835]: audit 2024-05-20T22:13:19.542039+0000 mon.a (mon.0) 522 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]: dispatch 2024-05-20T22:13:20.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:19 smithi046 bash[21835]: audit 2024-05-20T22:13:19.543245+0000 mon.c (mon.1) 9 : audit 1 from='client.? 172.21.15.169:0/1239149962' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]: dispatch 2024-05-20T22:13:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:19 smithi046 bash[21835]: audit 2024-05-20T22:13:19.545698+0000 mon.a (mon.0) 523 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]': finished 2024-05-20T22:13:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:19 smithi046 bash[21835]: cluster 2024-05-20T22:13:19.550565+0000 mon.a (mon.0) 524 : cluster 0 osdmap e38: 6 total, 5 up, 6 in 2024-05-20T22:13:20.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:19 smithi046 bash[21835]: audit 2024-05-20T22:13:19.551196+0000 mon.a (mon.0) 525 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:20.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:19 smithi053 bash[23747]: audit 2024-05-20T22:13:19.542039+0000 mon.a (mon.0) 522 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]: dispatch 2024-05-20T22:13:20.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:19 smithi053 bash[23747]: audit 2024-05-20T22:13:19.543245+0000 mon.c (mon.1) 9 : audit 1 from='client.? 172.21.15.169:0/1239149962' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]: dispatch 2024-05-20T22:13:20.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:19 smithi053 bash[23747]: audit 2024-05-20T22:13:19.545698+0000 mon.a (mon.0) 523 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]': finished 2024-05-20T22:13:20.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:19 smithi053 bash[23747]: cluster 2024-05-20T22:13:19.550565+0000 mon.a (mon.0) 524 : cluster 0 osdmap e38: 6 total, 5 up, 6 in 2024-05-20T22:13:20.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:19 smithi053 bash[23747]: audit 2024-05-20T22:13:19.551196+0000 mon.a (mon.0) 525 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:20.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:19 smithi169 bash[24234]: audit 2024-05-20T22:13:19.542039+0000 mon.a (mon.0) 522 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]: dispatch 2024-05-20T22:13:20.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:19 smithi169 bash[24234]: audit 2024-05-20T22:13:19.543245+0000 mon.c (mon.1) 9 : audit 1 from='client.? 172.21.15.169:0/1239149962' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]: dispatch 2024-05-20T22:13:20.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:19 smithi169 bash[24234]: audit 2024-05-20T22:13:19.545698+0000 mon.a (mon.0) 523 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00bbed00-f835-45d0-9f44-d055dede80cf"}]': finished 2024-05-20T22:13:20.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:19 smithi169 bash[24234]: cluster 2024-05-20T22:13:19.550565+0000 mon.a (mon.0) 524 : cluster 0 osdmap e38: 6 total, 5 up, 6 in 2024-05-20T22:13:20.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:19 smithi169 bash[24234]: audit 2024-05-20T22:13:19.551196+0000 mon.a (mon.0) 525 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:21.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:20 smithi046 bash[21835]: cluster 2024-05-20T22:13:19.261344+0000 mgr.a (mgr.14150) 258 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:21.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:20 smithi046 bash[21835]: audit 2024-05-20T22:13:20.195243+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.169:0/2376232896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:13:21.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:20 smithi053 bash[23747]: cluster 2024-05-20T22:13:19.261344+0000 mgr.a (mgr.14150) 258 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:21.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:20 smithi053 bash[23747]: audit 2024-05-20T22:13:20.195243+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.169:0/2376232896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:13:21.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:20 smithi169 bash[24234]: cluster 2024-05-20T22:13:19.261344+0000 mgr.a (mgr.14150) 258 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:21.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:20 smithi169 bash[24234]: audit 2024-05-20T22:13:20.195243+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.169:0/2376232896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-20T22:13:22.907 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:22 smithi169 bash[24234]: cluster 2024-05-20T22:13:21.261867+0000 mgr.a (mgr.14150) 259 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:23.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:22 smithi046 bash[21835]: cluster 2024-05-20T22:13:21.261867+0000 mgr.a (mgr.14150) 259 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:23.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:22 smithi053 bash[23747]: cluster 2024-05-20T22:13:21.261867+0000 mgr.a (mgr.14150) 259 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:25.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:24 smithi046 bash[21835]: cluster 2024-05-20T22:13:23.262410+0000 mgr.a (mgr.14150) 260 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:25.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:24 smithi053 bash[23747]: cluster 2024-05-20T22:13:23.262410+0000 mgr.a (mgr.14150) 260 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:25.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:24 smithi169 bash[24234]: cluster 2024-05-20T22:13:23.262410+0000 mgr.a (mgr.14150) 260 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:27.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:26 smithi046 bash[21835]: cluster 2024-05-20T22:13:25.262927+0000 mgr.a (mgr.14150) 261 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:27.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:26 smithi053 bash[23747]: cluster 2024-05-20T22:13:25.262927+0000 mgr.a (mgr.14150) 261 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:27.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:26 smithi169 bash[24234]: cluster 2024-05-20T22:13:25.262927+0000 mgr.a (mgr.14150) 261 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:29.035 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:28 smithi169 bash[24234]: cluster 2024-05-20T22:13:27.263465+0000 mgr.a (mgr.14150) 262 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:29.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:28 smithi046 bash[21835]: cluster 2024-05-20T22:13:27.263465+0000 mgr.a (mgr.14150) 262 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:29.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:28 smithi053 bash[23747]: cluster 2024-05-20T22:13:27.263465+0000 mgr.a (mgr.14150) 262 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:31.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:30 smithi046 bash[21835]: cluster 2024-05-20T22:13:29.263991+0000 mgr.a (mgr.14150) 263 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:31.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:30 smithi053 bash[23747]: cluster 2024-05-20T22:13:29.263991+0000 mgr.a (mgr.14150) 263 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:31.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:30 smithi169 bash[24234]: cluster 2024-05-20T22:13:29.263991+0000 mgr.a (mgr.14150) 263 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:32.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:31 smithi046 bash[21835]: audit 2024-05-20T22:13:31.275601+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-20T22:13:32.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:31 smithi046 bash[21835]: audit 2024-05-20T22:13:31.277338+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:32.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:31 smithi053 bash[23747]: audit 2024-05-20T22:13:31.275601+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-20T22:13:32.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:31 smithi053 bash[23747]: audit 2024-05-20T22:13:31.277338+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:32.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:31 smithi169 bash[24234]: audit 2024-05-20T22:13:31.275601+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-20T22:13:32.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:31 smithi169 bash[24234]: audit 2024-05-20T22:13:31.277338+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:33.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:32 smithi046 bash[21835]: cluster 2024-05-20T22:13:31.264534+0000 mgr.a (mgr.14150) 264 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:33.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:32 smithi046 bash[21835]: cephadm 2024-05-20T22:13:31.278851+0000 mgr.a (mgr.14150) 265 : cephadm 1 Deploying daemon osd.5 on smithi169 2024-05-20T22:13:33.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:32 smithi053 bash[23747]: cluster 2024-05-20T22:13:31.264534+0000 mgr.a (mgr.14150) 264 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:33.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:32 smithi053 bash[23747]: cephadm 2024-05-20T22:13:31.278851+0000 mgr.a (mgr.14150) 265 : cephadm 1 Deploying daemon osd.5 on smithi169 2024-05-20T22:13:33.153 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:32 smithi169 bash[24234]: cluster 2024-05-20T22:13:31.264534+0000 mgr.a (mgr.14150) 264 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:33.153 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:32 smithi169 bash[24234]: cephadm 2024-05-20T22:13:31.278851+0000 mgr.a (mgr.14150) 265 : cephadm 1 Deploying daemon osd.5 on smithi169 2024-05-20T22:13:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:34 smithi046 bash[21835]: cluster 2024-05-20T22:13:33.265090+0000 mgr.a (mgr.14150) 266 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:35.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:34 smithi053 bash[23747]: cluster 2024-05-20T22:13:33.265090+0000 mgr.a (mgr.14150) 266 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:35.139 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:34 smithi169 bash[24234]: cluster 2024-05-20T22:13:33.265090+0000 mgr.a (mgr.14150) 266 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:35.140 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:34 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:13:35.140 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:13:34 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:13:35.407 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:35 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:13:35.407 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:13:35 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:13:36.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:35 smithi046 bash[21835]: audit 2024-05-20T22:13:35.272930+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:13:36.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:35 smithi046 bash[21835]: audit 2024-05-20T22:13:35.280444+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:36.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:35 smithi046 bash[21835]: audit 2024-05-20T22:13:35.288678+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:36.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:35 smithi053 bash[23747]: audit 2024-05-20T22:13:35.272930+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:13:36.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:35 smithi053 bash[23747]: audit 2024-05-20T22:13:35.280444+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:36.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:35 smithi053 bash[23747]: audit 2024-05-20T22:13:35.288678+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:36.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:35 smithi169 bash[24234]: audit 2024-05-20T22:13:35.272930+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:13:36.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:35 smithi169 bash[24234]: audit 2024-05-20T22:13:35.280444+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:36.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:35 smithi169 bash[24234]: audit 2024-05-20T22:13:35.288678+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:37.064 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:36 smithi169 bash[24234]: cluster 2024-05-20T22:13:35.265612+0000 mgr.a (mgr.14150) 267 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:36 smithi046 bash[21835]: cluster 2024-05-20T22:13:35.265612+0000 mgr.a (mgr.14150) 267 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:37.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:36 smithi053 bash[23747]: cluster 2024-05-20T22:13:35.265612+0000 mgr.a (mgr.14150) 267 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:39.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:38 smithi046 bash[21835]: cluster 2024-05-20T22:13:37.266180+0000 mgr.a (mgr.14150) 268 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:39.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:38 smithi053 bash[23747]: cluster 2024-05-20T22:13:37.266180+0000 mgr.a (mgr.14150) 268 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:39.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:38 smithi169 bash[24234]: cluster 2024-05-20T22:13:37.266180+0000 mgr.a (mgr.14150) 268 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:41.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:40 smithi046 bash[21835]: cluster 2024-05-20T22:13:39.266705+0000 mgr.a (mgr.14150) 269 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:41.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:40 smithi053 bash[23747]: cluster 2024-05-20T22:13:39.266705+0000 mgr.a (mgr.14150) 269 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:41.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:40 smithi169 bash[24234]: cluster 2024-05-20T22:13:39.266705+0000 mgr.a (mgr.14150) 269 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:42.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:41 smithi046 bash[21835]: audit 2024-05-20T22:13:41.182708+0000 mon.a (mon.0) 531 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-20T22:13:42.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:41 smithi046 bash[21835]: audit 2024-05-20T22:13:41.183991+0000 mon.c (mon.1) 11 : audit 1 from='osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-20T22:13:42.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:41 smithi046 bash[21835]: audit 2024-05-20T22:13:41.803110+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:42.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:41 smithi046 bash[21835]: audit 2024-05-20T22:13:41.811448+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:42.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:41 smithi053 bash[23747]: audit 2024-05-20T22:13:41.182708+0000 mon.a (mon.0) 531 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-20T22:13:42.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:41 smithi053 bash[23747]: audit 2024-05-20T22:13:41.183991+0000 mon.c (mon.1) 11 : audit 1 from='osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-20T22:13:42.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:41 smithi053 bash[23747]: audit 2024-05-20T22:13:41.803110+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:42.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:41 smithi053 bash[23747]: audit 2024-05-20T22:13:41.811448+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:42.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:41 smithi169 bash[24234]: audit 2024-05-20T22:13:41.182708+0000 mon.a (mon.0) 531 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-20T22:13:42.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:41 smithi169 bash[24234]: audit 2024-05-20T22:13:41.183991+0000 mon.c (mon.1) 11 : audit 1 from='osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-20T22:13:42.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:41 smithi169 bash[24234]: audit 2024-05-20T22:13:41.803110+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:42.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:41 smithi169 bash[24234]: audit 2024-05-20T22:13:41.811448+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:43.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: cluster 2024-05-20T22:13:41.267241+0000 mgr.a (mgr.14150) 270 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:43.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:41.824126+0000 mon.a (mon.0) 534 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:41.829626+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: cluster 2024-05-20T22:13:41.830620+0000 mon.a (mon.0) 535 : cluster 0 osdmap e39: 6 total, 5 up, 6 in 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:41.831935+0000 mon.a (mon.0) 536 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:41.832877+0000 mon.a (mon.0) 537 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:42.480324+0000 mon.a (mon.0) 538 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:42.481902+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:43.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:42 smithi046 bash[21835]: audit 2024-05-20T22:13:42.491793+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: cluster 2024-05-20T22:13:41.267241+0000 mgr.a (mgr.14150) 270 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:41.824126+0000 mon.a (mon.0) 534 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:41.829626+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: cluster 2024-05-20T22:13:41.830620+0000 mon.a (mon.0) 535 : cluster 0 osdmap e39: 6 total, 5 up, 6 in 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:41.831935+0000 mon.a (mon.0) 536 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:41.832877+0000 mon.a (mon.0) 537 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:42.480324+0000 mon.a (mon.0) 538 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:42.481902+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:43.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:42 smithi053 bash[23747]: audit 2024-05-20T22:13:42.491793+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: cluster 2024-05-20T22:13:41.267241+0000 mgr.a (mgr.14150) 270 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:41.824126+0000 mon.a (mon.0) 534 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:41.829626+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: cluster 2024-05-20T22:13:41.830620+0000 mon.a (mon.0) 535 : cluster 0 osdmap e39: 6 total, 5 up, 6 in 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:41.831935+0000 mon.a (mon.0) 536 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:41.832877+0000 mon.a (mon.0) 537 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-05-20T22:13:43.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:42.480324+0000 mon.a (mon.0) 538 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:43.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:42.481902+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:43.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:42 smithi169 bash[24234]: audit 2024-05-20T22:13:42.491793+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:44.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:43 smithi046 bash[21835]: audit 2024-05-20T22:13:42.827002+0000 mon.a (mon.0) 541 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-05-20T22:13:44.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:43 smithi046 bash[21835]: cluster 2024-05-20T22:13:42.832530+0000 mon.a (mon.0) 542 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-05-20T22:13:44.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:43 smithi046 bash[21835]: audit 2024-05-20T22:13:42.833446+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:44.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:43 smithi046 bash[21835]: audit 2024-05-20T22:13:42.841876+0000 mon.a (mon.0) 544 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:44.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:43 smithi046 bash[21835]: audit 2024-05-20T22:13:43.336181+0000 mon.a (mon.0) 545 : audit 1 from='osd.5 ' entity='osd.5' 2024-05-20T22:13:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:43 smithi053 bash[23747]: audit 2024-05-20T22:13:42.827002+0000 mon.a (mon.0) 541 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-05-20T22:13:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:43 smithi053 bash[23747]: cluster 2024-05-20T22:13:42.832530+0000 mon.a (mon.0) 542 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-05-20T22:13:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:43 smithi053 bash[23747]: audit 2024-05-20T22:13:42.833446+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:43 smithi053 bash[23747]: audit 2024-05-20T22:13:42.841876+0000 mon.a (mon.0) 544 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:43 smithi053 bash[23747]: audit 2024-05-20T22:13:43.336181+0000 mon.a (mon.0) 545 : audit 1 from='osd.5 ' entity='osd.5' 2024-05-20T22:13:44.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:43 smithi169 bash[24234]: audit 2024-05-20T22:13:42.827002+0000 mon.a (mon.0) 541 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-05-20T22:13:44.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:43 smithi169 bash[24234]: cluster 2024-05-20T22:13:42.832530+0000 mon.a (mon.0) 542 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-05-20T22:13:44.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:43 smithi169 bash[24234]: audit 2024-05-20T22:13:42.833446+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:44.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:43 smithi169 bash[24234]: audit 2024-05-20T22:13:42.841876+0000 mon.a (mon.0) 544 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:44.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:43 smithi169 bash[24234]: audit 2024-05-20T22:13:43.336181+0000 mon.a (mon.0) 545 : audit 1 from='osd.5 ' entity='osd.5' 2024-05-20T22:13:44.964 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 5 on host 'smithi169' 2024-05-20T22:13:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: cluster 2024-05-20T22:13:42.189037+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: cluster 2024-05-20T22:13:42.189101+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: cluster 2024-05-20T22:13:43.267834+0000 mgr.a (mgr.14150) 271 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: audit 2024-05-20T22:13:43.843086+0000 mon.a (mon.0) 546 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: cluster 2024-05-20T22:13:43.848970+0000 mon.a (mon.0) 547 : cluster 1 osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431] boot 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: cluster 2024-05-20T22:13:43.849033+0000 mon.a (mon.0) 548 : cluster 0 osdmap e41: 6 total, 6 up, 6 in 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: audit 2024-05-20T22:13:43.849309+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:45.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:44 smithi046 bash[21835]: cluster 2024-05-20T22:13:44.153664+0000 mon.a (mon.0) 550 : cluster 0 osdmap e42: 6 total, 6 up, 6 in 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: cluster 2024-05-20T22:13:42.189037+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: cluster 2024-05-20T22:13:42.189101+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: cluster 2024-05-20T22:13:43.267834+0000 mgr.a (mgr.14150) 271 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: audit 2024-05-20T22:13:43.843086+0000 mon.a (mon.0) 546 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: cluster 2024-05-20T22:13:43.848970+0000 mon.a (mon.0) 547 : cluster 1 osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431] boot 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: cluster 2024-05-20T22:13:43.849033+0000 mon.a (mon.0) 548 : cluster 0 osdmap e41: 6 total, 6 up, 6 in 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: audit 2024-05-20T22:13:43.849309+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:45.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:44 smithi053 bash[23747]: cluster 2024-05-20T22:13:44.153664+0000 mon.a (mon.0) 550 : cluster 0 osdmap e42: 6 total, 6 up, 6 in 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: cluster 2024-05-20T22:13:42.189037+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: cluster 2024-05-20T22:13:42.189101+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: cluster 2024-05-20T22:13:43.267834+0000 mgr.a (mgr.14150) 271 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: audit 2024-05-20T22:13:43.843086+0000 mon.a (mon.0) 546 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: cluster 2024-05-20T22:13:43.848970+0000 mon.a (mon.0) 547 : cluster 1 osd.5 [v2:172.21.15.169:6808/2602916431,v1:172.21.15.169:6809/2602916431] boot 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: cluster 2024-05-20T22:13:43.849033+0000 mon.a (mon.0) 548 : cluster 0 osdmap e41: 6 total, 6 up, 6 in 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: audit 2024-05-20T22:13:43.849309+0000 mon.a (mon.0) 549 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-20T22:13:45.151 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:44 smithi169 bash[24234]: cluster 2024-05-20T22:13:44.153664+0000 mon.a (mon.0) 550 : cluster 0 osdmap e42: 6 total, 6 up, 6 in 2024-05-20T22:13:45.553 DEBUG:teuthology.orchestra.run.smithi169:osd.5> sudo journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.5.service 2024-05-20T22:13:45.555 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-20T22:13:45.556 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd stat -f json 2024-05-20T22:13:46.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:45 smithi046 bash[21835]: audit 2024-05-20T22:13:44.945375+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:13:46.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:45 smithi046 bash[21835]: audit 2024-05-20T22:13:44.952567+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:46.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:45 smithi046 bash[21835]: audit 2024-05-20T22:13:44.960364+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:46.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:45 smithi046 bash[21835]: cluster 2024-05-20T22:13:45.156311+0000 mon.a (mon.0) 554 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-05-20T22:13:46.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:45 smithi053 bash[23747]: audit 2024-05-20T22:13:44.945375+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:13:46.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:45 smithi053 bash[23747]: audit 2024-05-20T22:13:44.952567+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:46.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:45 smithi053 bash[23747]: audit 2024-05-20T22:13:44.960364+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:46.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:45 smithi053 bash[23747]: cluster 2024-05-20T22:13:45.156311+0000 mon.a (mon.0) 554 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-05-20T22:13:46.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:45 smithi169 bash[24234]: audit 2024-05-20T22:13:44.945375+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:13:46.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:45 smithi169 bash[24234]: audit 2024-05-20T22:13:44.952567+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:46.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:45 smithi169 bash[24234]: audit 2024-05-20T22:13:44.960364+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:46.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:45 smithi169 bash[24234]: cluster 2024-05-20T22:13:45.156311+0000 mon.a (mon.0) 554 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-05-20T22:13:47.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:46 smithi046 bash[21835]: cluster 2024-05-20T22:13:45.268405+0000 mgr.a (mgr.14150) 272 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:13:47.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:46 smithi046 bash[21835]: cluster 2024-05-20T22:13:46.163348+0000 mon.a (mon.0) 555 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-05-20T22:13:47.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:46 smithi053 bash[23747]: cluster 2024-05-20T22:13:45.268405+0000 mgr.a (mgr.14150) 272 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:13:47.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:46 smithi053 bash[23747]: cluster 2024-05-20T22:13:46.163348+0000 mon.a (mon.0) 555 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-05-20T22:13:47.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:46 smithi169 bash[24234]: cluster 2024-05-20T22:13:45.268405+0000 mgr.a (mgr.14150) 272 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:13:47.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:46 smithi169 bash[24234]: cluster 2024-05-20T22:13:46.163348+0000 mon.a (mon.0) 555 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-05-20T22:13:48.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:48 smithi046 bash[21835]: cluster 2024-05-20T22:13:47.165958+0000 mon.a (mon.0) 556 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-05-20T22:13:48.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:48 smithi046 bash[21835]: cluster 2024-05-20T22:13:47.268957+0000 mgr.a (mgr.14150) 273 : cluster 0 pgmap v244: 1 pgs: 1 peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 168 KiB/s, 0 objects/s recovering 2024-05-20T22:13:48.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:48 smithi053 bash[23747]: cluster 2024-05-20T22:13:47.165958+0000 mon.a (mon.0) 556 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-05-20T22:13:48.619 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:48 smithi053 bash[23747]: cluster 2024-05-20T22:13:47.268957+0000 mgr.a (mgr.14150) 273 : cluster 0 pgmap v244: 1 pgs: 1 peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 168 KiB/s, 0 objects/s recovering 2024-05-20T22:13:48.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:48 smithi169 bash[24234]: cluster 2024-05-20T22:13:47.165958+0000 mon.a (mon.0) 556 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-05-20T22:13:48.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:48 smithi169 bash[24234]: cluster 2024-05-20T22:13:47.268957+0000 mgr.a (mgr.14150) 273 : cluster 0 pgmap v244: 1 pgs: 1 peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 168 KiB/s, 0 objects/s recovering 2024-05-20T22:13:50.294 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:13:50.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:50 smithi046 bash[21835]: cluster 2024-05-20T22:13:49.269501+0000 mgr.a (mgr.14150) 274 : cluster 0 pgmap v245: 1 pgs: 1 peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-05-20T22:13:50.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:50 smithi053 bash[23747]: cluster 2024-05-20T22:13:49.269501+0000 mgr.a (mgr.14150) 274 : cluster 0 pgmap v245: 1 pgs: 1 peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-05-20T22:13:50.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:50 smithi169 bash[24234]: cluster 2024-05-20T22:13:49.269501+0000 mgr.a (mgr.14150) 274 : cluster 0 pgmap v245: 1 pgs: 1 peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-05-20T22:13:52.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:52 smithi046 bash[21835]: cluster 2024-05-20T22:13:51.270043+0000 mgr.a (mgr.14150) 275 : cluster 0 pgmap v246: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-05-20T22:13:52.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:52 smithi053 bash[23747]: cluster 2024-05-20T22:13:51.270043+0000 mgr.a (mgr.14150) 275 : cluster 0 pgmap v246: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-05-20T22:13:52.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:52 smithi169 bash[24234]: cluster 2024-05-20T22:13:51.270043+0000 mgr.a (mgr.14150) 275 : cluster 0 pgmap v246: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-05-20T22:13:52.978 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:13:53.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:53 smithi046 bash[21835]: audit 2024-05-20T22:13:52.978588+0000 mon.a (mon.0) 557 : audit 0 from='client.? 172.21.15.46:0/1759262862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-20T22:13:53.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:53 smithi053 bash[23747]: audit 2024-05-20T22:13:52.978588+0000 mon.a (mon.0) 557 : audit 0 from='client.? 172.21.15.46:0/1759262862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-20T22:13:53.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:53 smithi169 bash[24234]: audit 2024-05-20T22:13:52.978588+0000 mon.a (mon.0) 557 : audit 0 from='client.? 172.21.15.46:0/1759262862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-20T22:13:53.729 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1716243223,"num_in_osds":6,"osd_in_since":1716243199,"num_remapped_pgs":0} 2024-05-20T22:13:53.730 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-20T22:13:55.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: cluster 2024-05-20T22:13:53.270611+0000 mgr.a (mgr.14150) 276 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: cephadm 2024-05-20T22:13:53.689704+0000 mgr.a (mgr.14150) 277 : cephadm 1 Detected new or changed devices on smithi169 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.701354+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.710929+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.713011+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.714897+0000 mon.a (mon.0) 561 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: cephadm 2024-05-20T22:13:53.716231+0000 mgr.a (mgr.14150) 278 : cephadm 1 Adjusting osd_memory_target on smithi169 to 10680M 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.722964+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.727583+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.729659+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:54 smithi046 bash[21835]: audit 2024-05-20T22:13:53.738267+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: cluster 2024-05-20T22:13:53.270611+0000 mgr.a (mgr.14150) 276 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: cephadm 2024-05-20T22:13:53.689704+0000 mgr.a (mgr.14150) 277 : cephadm 1 Detected new or changed devices on smithi169 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.701354+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.710929+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.713011+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.714897+0000 mon.a (mon.0) 561 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: cephadm 2024-05-20T22:13:53.716231+0000 mgr.a (mgr.14150) 278 : cephadm 1 Adjusting osd_memory_target on smithi169 to 10680M 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.722964+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.727583+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.729659+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:55.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:54 smithi053 bash[23747]: audit 2024-05-20T22:13:53.738267+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: cluster 2024-05-20T22:13:53.270611+0000 mgr.a (mgr.14150) 276 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: cephadm 2024-05-20T22:13:53.689704+0000 mgr.a (mgr.14150) 277 : cephadm 1 Detected new or changed devices on smithi169 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.701354+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.710929+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.713011+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.714897+0000 mon.a (mon.0) 561 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: cephadm 2024-05-20T22:13:53.716231+0000 mgr.a (mgr.14150) 278 : cephadm 1 Adjusting osd_memory_target on smithi169 to 10680M 2024-05-20T22:13:55.157 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.722964+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:55.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.727583+0000 mon.a (mon.0) 563 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:13:55.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.729659+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:13:55.158 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:54 smithi169 bash[24234]: audit 2024-05-20T22:13:53.738267+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:13:57.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:56 smithi046 bash[21835]: cluster 2024-05-20T22:13:55.271210+0000 mgr.a (mgr.14150) 279 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-05-20T22:13:57.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:56 smithi053 bash[23747]: cluster 2024-05-20T22:13:55.271210+0000 mgr.a (mgr.14150) 279 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-05-20T22:13:57.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:56 smithi169 bash[24234]: cluster 2024-05-20T22:13:55.271210+0000 mgr.a (mgr.14150) 279 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-05-20T22:13:58.468 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:13:58.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:13:58 smithi046 bash[21835]: cluster 2024-05-20T22:13:57.271715+0000 mgr.a (mgr.14150) 280 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:13:59.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:13:58 smithi053 bash[23747]: cluster 2024-05-20T22:13:57.271715+0000 mgr.a (mgr.14150) 280 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:13:59.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:13:58 smithi169 bash[24234]: cluster 2024-05-20T22:13:57.271715+0000 mgr.a (mgr.14150) 280 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:01.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:00 smithi046 bash[21835]: cluster 2024-05-20T22:13:59.272072+0000 mgr.a (mgr.14150) 281 : cluster 0 pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:01.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:00 smithi053 bash[23747]: cluster 2024-05-20T22:13:59.272072+0000 mgr.a (mgr.14150) 281 : cluster 0 pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:01.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:00 smithi169 bash[24234]: cluster 2024-05-20T22:13:59.272072+0000 mgr.a (mgr.14150) 281 : cluster 0 pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:01.201 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:14:01.201 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":45,"fsid":"ec001fca-16f4-11ef-bc9a-c7b262605968","created":"2024-05-20T22:05:53.158109+0000","modified":"2024-05-20T22:13:47.159097+0000","last_up_change":"2024-05-20T22:13:43.834983+0000","last_in_change":"2024-05-20T22:13:19.543175+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-05-20T22:11:17.872051+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"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":"38c3eb45-7250-4ff6-8772-7b5dce28c258","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6803","nonce":541116179}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6805","nonce":541116179}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6809","nonce":541116179}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6807","nonce":541116179}]},"public_addr":"172.21.15.46:6803/541116179","cluster_addr":"172.21.15.46:6805/541116179","heartbeat_back_addr":"172.21.15.46:6809/541116179","heartbeat_front_addr":"172.21.15.46:6807/541116179","state":["exists","up"]},{"osd":1,"uuid":"5a973b28-1988-4704-9449-01e3532782f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6811","nonce":2270525596}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6813","nonce":2270525596}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6817","nonce":2270525596}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6815","nonce":2270525596}]},"public_addr":"172.21.15.46:6811/2270525596","cluster_addr":"172.21.15.46:6813/2270525596","heartbeat_back_addr":"172.21.15.46:6817/2270525596","heartbeat_front_addr":"172.21.15.46:6815/2270525596","state":["exists","up"]},{"osd":2,"uuid":"811dfeb4-0e60-41ca-8022-cbb8f57bdd29","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6800","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6801","nonce":2979052700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6803","nonce":2979052700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6807","nonce":2979052700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6805","nonce":2979052700}]},"public_addr":"172.21.15.53:6801/2979052700","cluster_addr":"172.21.15.53:6803/2979052700","heartbeat_back_addr":"172.21.15.53:6807/2979052700","heartbeat_front_addr":"172.21.15.53:6805/2979052700","state":["exists","up"]},{"osd":3,"uuid":"52d73dcc-9039-4002-b08c-590040a3374d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6809","nonce":2910679814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6810","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6811","nonce":2910679814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6814","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6815","nonce":2910679814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6812","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6813","nonce":2910679814}]},"public_addr":"172.21.15.53:6809/2910679814","cluster_addr":"172.21.15.53:6811/2910679814","heartbeat_back_addr":"172.21.15.53:6815/2910679814","heartbeat_front_addr":"172.21.15.53:6813/2910679814","state":["exists","up"]},{"osd":4,"uuid":"2e3d6b6a-369f-4ff5-b365-2179e4055cbb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6800","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6801","nonce":949848235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6803","nonce":949848235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6807","nonce":949848235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6805","nonce":949848235}]},"public_addr":"172.21.15.169:6801/949848235","cluster_addr":"172.21.15.169:6803/949848235","heartbeat_back_addr":"172.21.15.169:6807/949848235","heartbeat_front_addr":"172.21.15.169:6805/949848235","state":["exists","up"]},{"osd":5,"uuid":"00bbed00-f835-45d0-9f44-d055dede80cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6809","nonce":2602916431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6811","nonce":2602916431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6815","nonce":2602916431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6813","nonce":2602916431}]},"public_addr":"172.21.15.169:6809/2602916431","cluster_addr":"172.21.15.169:6811/2602916431","heartbeat_back_addr":"172.21.15.169:6815/2602916431","heartbeat_front_addr":"172.21.15.169:6813/2602916431","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-05-20T22:09:33.680641+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-05-20T22:10:24.874363+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-05-20T22:11:14.668151+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:12:05.505211+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:12:52.767874+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:13:42.189104+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:6801/2294355118":"2024-05-21T22:06:49.158977+0000","172.21.15.46:6800/2294355118":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/2128562589":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/3649942563":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/3684451223":"2024-05-21T22:06:18.694821+0000","172.21.15.46:0/541714382":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/1947913353":"2024-05-21T22:06:18.694821+0000","172.21.15.46:6800/515958134":"2024-05-21T22:06:18.694821+0000","172.21.15.46:6801/515958134":"2024-05-21T22:06:18.694821+0000","172.21.15.46:0/22350900":"2024-05-21T22:06:18.694821+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-05-20T22:14:01.974 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:01 smithi046 bash[21835]: audit 2024-05-20T22:14:01.200913+0000 mon.a (mon.0) 566 : audit 0 from='client.? 172.21.15.46:0/1538284143' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:01.975 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-20T22:11:17.872051+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-20T22:14:01.975 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-20T22:14:02.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:01 smithi053 bash[23747]: audit 2024-05-20T22:14:01.200913+0000 mon.a (mon.0) 566 : audit 0 from='client.? 172.21.15.46:0/1538284143' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:02.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:01 smithi169 bash[24234]: audit 2024-05-20T22:14:01.200913+0000 mon.a (mon.0) 566 : audit 0 from='client.? 172.21.15.46:0/1538284143' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:03.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:02 smithi046 bash[21835]: cluster 2024-05-20T22:14:01.272402+0000 mgr.a (mgr.14150) 282 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:03.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:02 smithi053 bash[23747]: cluster 2024-05-20T22:14:01.272402+0000 mgr.a (mgr.14150) 282 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:03.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:02 smithi169 bash[24234]: cluster 2024-05-20T22:14:01.272402+0000 mgr.a (mgr.14150) 282 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:05.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:04 smithi046 bash[21835]: cluster 2024-05-20T22:14:03.272945+0000 mgr.a (mgr.14150) 283 : cluster 0 pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:05.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:04 smithi053 bash[23747]: cluster 2024-05-20T22:14:03.272945+0000 mgr.a (mgr.14150) 283 : cluster 0 pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:05.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:04 smithi169 bash[24234]: cluster 2024-05-20T22:14:03.272945+0000 mgr.a (mgr.14150) 283 : cluster 0 pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:06.710 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:06 smithi046 bash[21835]: cluster 2024-05-20T22:14:05.273489+0000 mgr.a (mgr.14150) 284 : cluster 0 pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:07.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:06 smithi053 bash[23747]: cluster 2024-05-20T22:14:05.273489+0000 mgr.a (mgr.14150) 284 : cluster 0 pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:07.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:06 smithi169 bash[24234]: cluster 2024-05-20T22:14:05.273489+0000 mgr.a (mgr.14150) 284 : cluster 0 pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:09.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:08 smithi046 bash[21835]: cluster 2024-05-20T22:14:07.274066+0000 mgr.a (mgr.14150) 285 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:09.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:08 smithi053 bash[23747]: cluster 2024-05-20T22:14:07.274066+0000 mgr.a (mgr.14150) 285 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:09.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:08 smithi169 bash[24234]: cluster 2024-05-20T22:14:07.274066+0000 mgr.a (mgr.14150) 285 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:09.158 INFO:teuthology.orchestra.run.smithi046.stdout:pg_num: 1 2024-05-20T22:14:09.872 INFO:tasks.cephadm:Setting up client nodes... 2024-05-20T22:14:09.872 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-20T22:14:09.872 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-20T22:14:09.872 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph mgr dump --format=json 2024-05-20T22:14:10.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:09 smithi046 bash[21835]: audit 2024-05-20T22:14:09.159327+0000 mon.a (mon.0) 567 : audit 0 from='client.? 172.21.15.46:0/2097399302' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-20T22:14:10.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:09 smithi053 bash[23747]: audit 2024-05-20T22:14:09.159327+0000 mon.a (mon.0) 567 : audit 0 from='client.? 172.21.15.46:0/2097399302' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-20T22:14:10.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:09 smithi169 bash[24234]: audit 2024-05-20T22:14:09.159327+0000 mon.a (mon.0) 567 : audit 0 from='client.? 172.21.15.46:0/2097399302' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-20T22:14:11.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:10 smithi046 bash[21835]: cluster 2024-05-20T22:14:09.274476+0000 mgr.a (mgr.14150) 286 : cluster 0 pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:11.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:10 smithi053 bash[23747]: cluster 2024-05-20T22:14:09.274476+0000 mgr.a (mgr.14150) 286 : cluster 0 pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:11.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:10 smithi169 bash[24234]: cluster 2024-05-20T22:14:09.274476+0000 mgr.a (mgr.14150) 286 : cluster 0 pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:13.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:12 smithi046 bash[21835]: cluster 2024-05-20T22:14:11.274965+0000 mgr.a (mgr.14150) 287 : cluster 0 pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:13.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:12 smithi053 bash[23747]: cluster 2024-05-20T22:14:11.274965+0000 mgr.a (mgr.14150) 287 : cluster 0 pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:13.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:12 smithi169 bash[24234]: cluster 2024-05-20T22:14:11.274965+0000 mgr.a (mgr.14150) 287 : cluster 0 pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:14.616 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:15.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:14 smithi046 bash[21835]: cluster 2024-05-20T22:14:13.275532+0000 mgr.a (mgr.14150) 288 : cluster 0 pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:15.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:14 smithi053 bash[23747]: cluster 2024-05-20T22:14:13.275532+0000 mgr.a (mgr.14150) 288 : cluster 0 pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:15.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:14 smithi169 bash[24234]: cluster 2024-05-20T22:14:13.275532+0000 mgr.a (mgr.14150) 288 : cluster 0 pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:17.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:16 smithi046 bash[21835]: cluster 2024-05-20T22:14:15.276084+0000 mgr.a (mgr.14150) 289 : cluster 0 pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:17.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:16 smithi053 bash[23747]: cluster 2024-05-20T22:14:15.276084+0000 mgr.a (mgr.14150) 289 : cluster 0 pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:17.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:16 smithi169 bash[24234]: cluster 2024-05-20T22:14:15.276084+0000 mgr.a (mgr.14150) 289 : cluster 0 pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:17.280 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:14:17.924 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":1763635452},{"type":"v1","addr":"172.21.15.46:6801","nonce":1763635452}]},"active_addr":"172.21.15.46:6801/1763635452","active_change":"2024-05-20T22:06:49.159318+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.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":[]},"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":[]},"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":[]},"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":[]},"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.46: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.46:0","nonce":724898907}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":709388272}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":3454980896}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":3676270334}]}]} 2024-05-20T22:14:17.929 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-20T22:14:17.929 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-20T22:14:17.930 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-20T22:14:18.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:17 smithi046 bash[21835]: audit 2024-05-20T22:14:17.270503+0000 mon.a (mon.0) 568 : audit 0 from='client.? 172.21.15.46:0/3540805124' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-20T22:14:18.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:17 smithi053 bash[23747]: audit 2024-05-20T22:14:17.270503+0000 mon.a (mon.0) 568 : audit 0 from='client.? 172.21.15.46:0/3540805124' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-20T22:14:18.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:17 smithi169 bash[24234]: audit 2024-05-20T22:14:17.270503+0000 mon.a (mon.0) 568 : audit 0 from='client.? 172.21.15.46:0/3540805124' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-20T22:14:19.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:18 smithi046 bash[21835]: cluster 2024-05-20T22:14:17.276590+0000 mgr.a (mgr.14150) 290 : cluster 0 pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:19.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:18 smithi053 bash[23747]: cluster 2024-05-20T22:14:17.276590+0000 mgr.a (mgr.14150) 290 : cluster 0 pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:19.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:18 smithi169 bash[24234]: cluster 2024-05-20T22:14:17.276590+0000 mgr.a (mgr.14150) 290 : cluster 0 pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:21.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:20 smithi046 bash[21835]: cluster 2024-05-20T22:14:19.277154+0000 mgr.a (mgr.14150) 291 : cluster 0 pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:21.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:20 smithi053 bash[23747]: cluster 2024-05-20T22:14:19.277154+0000 mgr.a (mgr.14150) 291 : cluster 0 pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:21.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:20 smithi169 bash[24234]: cluster 2024-05-20T22:14:19.277154+0000 mgr.a (mgr.14150) 291 : cluster 0 pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:22.665 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:23.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:22 smithi046 bash[21835]: cluster 2024-05-20T22:14:21.277720+0000 mgr.a (mgr.14150) 292 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:23.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:22 smithi053 bash[23747]: cluster 2024-05-20T22:14:21.277720+0000 mgr.a (mgr.14150) 292 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:23.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:22 smithi169 bash[24234]: cluster 2024-05-20T22:14:21.277720+0000 mgr.a (mgr.14150) 292 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:25.037 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:24 smithi046 bash[21835]: cluster 2024-05-20T22:14:23.278305+0000 mgr.a (mgr.14150) 293 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:25.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:24 smithi053 bash[23747]: cluster 2024-05-20T22:14:23.278305+0000 mgr.a (mgr.14150) 293 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:25.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:24 smithi169 bash[24234]: cluster 2024-05-20T22:14:23.278305+0000 mgr.a (mgr.14150) 293 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:25.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:14:25.375 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":45,"fsid":"ec001fca-16f4-11ef-bc9a-c7b262605968","created":"2024-05-20T22:05:53.158109+0000","modified":"2024-05-20T22:13:47.159097+0000","last_up_change":"2024-05-20T22:13:43.834983+0000","last_in_change":"2024-05-20T22:13:19.543175+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-05-20T22:11:17.872051+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"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":"38c3eb45-7250-4ff6-8772-7b5dce28c258","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6803","nonce":541116179}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6805","nonce":541116179}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6809","nonce":541116179}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6807","nonce":541116179}]},"public_addr":"172.21.15.46:6803/541116179","cluster_addr":"172.21.15.46:6805/541116179","heartbeat_back_addr":"172.21.15.46:6809/541116179","heartbeat_front_addr":"172.21.15.46:6807/541116179","state":["exists","up"]},{"osd":1,"uuid":"5a973b28-1988-4704-9449-01e3532782f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6811","nonce":2270525596}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6813","nonce":2270525596}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6817","nonce":2270525596}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6815","nonce":2270525596}]},"public_addr":"172.21.15.46:6811/2270525596","cluster_addr":"172.21.15.46:6813/2270525596","heartbeat_back_addr":"172.21.15.46:6817/2270525596","heartbeat_front_addr":"172.21.15.46:6815/2270525596","state":["exists","up"]},{"osd":2,"uuid":"811dfeb4-0e60-41ca-8022-cbb8f57bdd29","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6800","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6801","nonce":2979052700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6803","nonce":2979052700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6807","nonce":2979052700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6805","nonce":2979052700}]},"public_addr":"172.21.15.53:6801/2979052700","cluster_addr":"172.21.15.53:6803/2979052700","heartbeat_back_addr":"172.21.15.53:6807/2979052700","heartbeat_front_addr":"172.21.15.53:6805/2979052700","state":["exists","up"]},{"osd":3,"uuid":"52d73dcc-9039-4002-b08c-590040a3374d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6809","nonce":2910679814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6810","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6811","nonce":2910679814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6814","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6815","nonce":2910679814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6812","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6813","nonce":2910679814}]},"public_addr":"172.21.15.53:6809/2910679814","cluster_addr":"172.21.15.53:6811/2910679814","heartbeat_back_addr":"172.21.15.53:6815/2910679814","heartbeat_front_addr":"172.21.15.53:6813/2910679814","state":["exists","up"]},{"osd":4,"uuid":"2e3d6b6a-369f-4ff5-b365-2179e4055cbb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6800","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6801","nonce":949848235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6803","nonce":949848235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6807","nonce":949848235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6805","nonce":949848235}]},"public_addr":"172.21.15.169:6801/949848235","cluster_addr":"172.21.15.169:6803/949848235","heartbeat_back_addr":"172.21.15.169:6807/949848235","heartbeat_front_addr":"172.21.15.169:6805/949848235","state":["exists","up"]},{"osd":5,"uuid":"00bbed00-f835-45d0-9f44-d055dede80cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6809","nonce":2602916431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6811","nonce":2602916431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6815","nonce":2602916431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6813","nonce":2602916431}]},"public_addr":"172.21.15.169:6809/2602916431","cluster_addr":"172.21.15.169:6811/2602916431","heartbeat_back_addr":"172.21.15.169:6815/2602916431","heartbeat_front_addr":"172.21.15.169:6813/2602916431","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-05-20T22:09:33.680641+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-05-20T22:10:24.874363+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-05-20T22:11:14.668151+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:12:05.505211+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:12:52.767874+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:13:42.189104+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:6801/2294355118":"2024-05-21T22:06:49.158977+0000","172.21.15.46:6800/2294355118":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/2128562589":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/3649942563":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/3684451223":"2024-05-21T22:06:18.694821+0000","172.21.15.46:0/541714382":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/1947913353":"2024-05-21T22:06:18.694821+0000","172.21.15.46:6800/515958134":"2024-05-21T22:06:18.694821+0000","172.21.15.46:6801/515958134":"2024-05-21T22:06:18.694821+0000","172.21.15.46:0/22350900":"2024-05-21T22:06:18.694821+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-05-20T22:14:26.058 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:25 smithi046 bash[21835]: audit 2024-05-20T22:14:25.374370+0000 mon.a (mon.0) 569 : audit 0 from='client.? 172.21.15.46:0/179949865' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:26.059 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-20T22:14:26.059 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-20T22:14:26.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:25 smithi053 bash[23747]: audit 2024-05-20T22:14:25.374370+0000 mon.a (mon.0) 569 : audit 0 from='client.? 172.21.15.46:0/179949865' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:26.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:25 smithi169 bash[24234]: audit 2024-05-20T22:14:25.374370+0000 mon.a (mon.0) 569 : audit 0 from='client.? 172.21.15.46:0/179949865' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:27.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:26 smithi046 bash[21835]: cluster 2024-05-20T22:14:25.278826+0000 mgr.a (mgr.14150) 294 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:27.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:26 smithi053 bash[23747]: cluster 2024-05-20T22:14:25.278826+0000 mgr.a (mgr.14150) 294 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:27.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:26 smithi169 bash[24234]: cluster 2024-05-20T22:14:25.278826+0000 mgr.a (mgr.14150) 294 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:29.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:28 smithi046 bash[21835]: cluster 2024-05-20T22:14:27.279420+0000 mgr.a (mgr.14150) 295 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:29.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:28 smithi053 bash[23747]: cluster 2024-05-20T22:14:27.279420+0000 mgr.a (mgr.14150) 295 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:29.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:28 smithi169 bash[24234]: cluster 2024-05-20T22:14:27.279420+0000 mgr.a (mgr.14150) 295 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:30.794 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:31.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:30 smithi046 bash[21835]: cluster 2024-05-20T22:14:29.280040+0000 mgr.a (mgr.14150) 296 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:31.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:30 smithi053 bash[23747]: cluster 2024-05-20T22:14:29.280040+0000 mgr.a (mgr.14150) 296 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:31.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:30 smithi169 bash[24234]: cluster 2024-05-20T22:14:29.280040+0000 mgr.a (mgr.14150) 296 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:33.077 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:32 smithi046 bash[21835]: cluster 2024-05-20T22:14:31.280658+0000 mgr.a (mgr.14150) 297 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:33.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:32 smithi053 bash[23747]: cluster 2024-05-20T22:14:31.280658+0000 mgr.a (mgr.14150) 297 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:33.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:32 smithi169 bash[24234]: cluster 2024-05-20T22:14:31.280658+0000 mgr.a (mgr.14150) 297 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:33.418 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:14:33.418 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":45,"fsid":"ec001fca-16f4-11ef-bc9a-c7b262605968","created":"2024-05-20T22:05:53.158109+0000","modified":"2024-05-20T22:13:47.159097+0000","last_up_change":"2024-05-20T22:13:43.834983+0000","last_in_change":"2024-05-20T22:13:19.543175+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-05-20T22:11:17.872051+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"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":"38c3eb45-7250-4ff6-8772-7b5dce28c258","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6803","nonce":541116179}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6805","nonce":541116179}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6809","nonce":541116179}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":541116179},{"type":"v1","addr":"172.21.15.46:6807","nonce":541116179}]},"public_addr":"172.21.15.46:6803/541116179","cluster_addr":"172.21.15.46:6805/541116179","heartbeat_back_addr":"172.21.15.46:6809/541116179","heartbeat_front_addr":"172.21.15.46:6807/541116179","state":["exists","up"]},{"osd":1,"uuid":"5a973b28-1988-4704-9449-01e3532782f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6811","nonce":2270525596}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6813","nonce":2270525596}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6817","nonce":2270525596}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":2270525596},{"type":"v1","addr":"172.21.15.46:6815","nonce":2270525596}]},"public_addr":"172.21.15.46:6811/2270525596","cluster_addr":"172.21.15.46:6813/2270525596","heartbeat_back_addr":"172.21.15.46:6817/2270525596","heartbeat_front_addr":"172.21.15.46:6815/2270525596","state":["exists","up"]},{"osd":2,"uuid":"811dfeb4-0e60-41ca-8022-cbb8f57bdd29","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6800","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6801","nonce":2979052700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6803","nonce":2979052700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6807","nonce":2979052700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":2979052700},{"type":"v1","addr":"172.21.15.53:6805","nonce":2979052700}]},"public_addr":"172.21.15.53:6801/2979052700","cluster_addr":"172.21.15.53:6803/2979052700","heartbeat_back_addr":"172.21.15.53:6807/2979052700","heartbeat_front_addr":"172.21.15.53:6805/2979052700","state":["exists","up"]},{"osd":3,"uuid":"52d73dcc-9039-4002-b08c-590040a3374d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6809","nonce":2910679814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6810","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6811","nonce":2910679814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6814","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6815","nonce":2910679814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6812","nonce":2910679814},{"type":"v1","addr":"172.21.15.53:6813","nonce":2910679814}]},"public_addr":"172.21.15.53:6809/2910679814","cluster_addr":"172.21.15.53:6811/2910679814","heartbeat_back_addr":"172.21.15.53:6815/2910679814","heartbeat_front_addr":"172.21.15.53:6813/2910679814","state":["exists","up"]},{"osd":4,"uuid":"2e3d6b6a-369f-4ff5-b365-2179e4055cbb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6800","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6801","nonce":949848235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6803","nonce":949848235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6807","nonce":949848235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":949848235},{"type":"v1","addr":"172.21.15.169:6805","nonce":949848235}]},"public_addr":"172.21.15.169:6801/949848235","cluster_addr":"172.21.15.169:6803/949848235","heartbeat_back_addr":"172.21.15.169:6807/949848235","heartbeat_front_addr":"172.21.15.169:6805/949848235","state":["exists","up"]},{"osd":5,"uuid":"00bbed00-f835-45d0-9f44-d055dede80cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6808","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6809","nonce":2602916431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6810","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6811","nonce":2602916431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6814","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6815","nonce":2602916431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6812","nonce":2602916431},{"type":"v1","addr":"172.21.15.169:6813","nonce":2602916431}]},"public_addr":"172.21.15.169:6809/2602916431","cluster_addr":"172.21.15.169:6811/2602916431","heartbeat_back_addr":"172.21.15.169:6815/2602916431","heartbeat_front_addr":"172.21.15.169:6813/2602916431","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-05-20T22:09:33.680641+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-05-20T22:10:24.874363+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-05-20T22:11:14.668151+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:12:05.505211+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:12:52.767874+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-20T22:13:42.189104+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:6801/2294355118":"2024-05-21T22:06:49.158977+0000","172.21.15.46:6800/2294355118":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/2128562589":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/3649942563":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/3684451223":"2024-05-21T22:06:18.694821+0000","172.21.15.46:0/541714382":"2024-05-21T22:06:49.158977+0000","172.21.15.46:0/1947913353":"2024-05-21T22:06:18.694821+0000","172.21.15.46:6800/515958134":"2024-05-21T22:06:18.694821+0000","172.21.15.46:6801/515958134":"2024-05-21T22:06:18.694821+0000","172.21.15.46:0/22350900":"2024-05-21T22:06:18.694821+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-05-20T22:14:34.067 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:33 smithi046 bash[21835]: audit 2024-05-20T22:14:33.417946+0000 mon.a (mon.0) 570 : audit 0 from='client.? 172.21.15.46:0/4117649572' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:34.069 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-20T22:14:34.069 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-20T22:14:34.070 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-20T22:14:34.070 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-20T22:14:34.070 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-20T22:14:34.071 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-20T22:14:34.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:33 smithi053 bash[23747]: audit 2024-05-20T22:14:33.417946+0000 mon.a (mon.0) 570 : audit 0 from='client.? 172.21.15.46:0/4117649572' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:34.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:33 smithi169 bash[24234]: audit 2024-05-20T22:14:33.417946+0000 mon.a (mon.0) 570 : audit 0 from='client.? 172.21.15.46:0/4117649572' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-20T22:14:35.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:34 smithi046 bash[21835]: cluster 2024-05-20T22:14:33.281304+0000 mgr.a (mgr.14150) 298 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:35.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:34 smithi053 bash[23747]: cluster 2024-05-20T22:14:33.281304+0000 mgr.a (mgr.14150) 298 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:35.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:34 smithi169 bash[24234]: cluster 2024-05-20T22:14:33.281304+0000 mgr.a (mgr.14150) 298 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:36 smithi046 bash[21835]: cluster 2024-05-20T22:14:35.281901+0000 mgr.a (mgr.14150) 299 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:37.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:36 smithi053 bash[23747]: cluster 2024-05-20T22:14:35.281901+0000 mgr.a (mgr.14150) 299 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:37.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:36 smithi169 bash[24234]: cluster 2024-05-20T22:14:35.281901+0000 mgr.a (mgr.14150) 299 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:38.829 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:38.829 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:38.830 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:38.830 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:38.830 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:38.834 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:39.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:38 smithi046 bash[21835]: cluster 2024-05-20T22:14:37.282458+0000 mgr.a (mgr.14150) 300 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:39.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:38 smithi053 bash[23747]: cluster 2024-05-20T22:14:37.282458+0000 mgr.a (mgr.14150) 300 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:39.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:38 smithi169 bash[24234]: cluster 2024-05-20T22:14:37.282458+0000 mgr.a (mgr.14150) 300 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:41.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:40 smithi046 bash[21835]: cluster 2024-05-20T22:14:39.282846+0000 mgr.a (mgr.14150) 301 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:41.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:40 smithi053 bash[23747]: cluster 2024-05-20T22:14:39.282846+0000 mgr.a (mgr.14150) 301 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:41.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:40 smithi169 bash[24234]: cluster 2024-05-20T22:14:39.282846+0000 mgr.a (mgr.14150) 301 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:43.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:42 smithi046 bash[21835]: cluster 2024-05-20T22:14:41.283432+0000 mgr.a (mgr.14150) 302 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:43.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:42 smithi053 bash[23747]: cluster 2024-05-20T22:14:41.283432+0000 mgr.a (mgr.14150) 302 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:43.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:42 smithi169 bash[24234]: cluster 2024-05-20T22:14:41.283432+0000 mgr.a (mgr.14150) 302 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:44 smithi046 bash[21835]: cluster 2024-05-20T22:14:43.284051+0000 mgr.a (mgr.14150) 303 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:45.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:44 smithi053 bash[23747]: cluster 2024-05-20T22:14:43.284051+0000 mgr.a (mgr.14150) 303 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:45.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:44 smithi169 bash[24234]: cluster 2024-05-20T22:14:43.284051+0000 mgr.a (mgr.14150) 303 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:46.988 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:46 smithi046 bash[21835]: cluster 2024-05-20T22:14:45.284733+0000 mgr.a (mgr.14150) 304 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:47.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:46 smithi053 bash[23747]: cluster 2024-05-20T22:14:45.284733+0000 mgr.a (mgr.14150) 304 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:47.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:46 smithi169 bash[24234]: cluster 2024-05-20T22:14:45.284733+0000 mgr.a (mgr.14150) 304 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:48.873 INFO:teuthology.orchestra.run.smithi046.stdout:107374182434 2024-05-20T22:14:48.874 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-20T22:14:48.943 INFO:teuthology.orchestra.run.smithi046.stdout:34359738434 2024-05-20T22:14:48.943 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-20T22:14:49.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:48 smithi046 bash[21835]: cluster 2024-05-20T22:14:47.285286+0000 mgr.a (mgr.14150) 305 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:49.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:48 smithi053 bash[23747]: cluster 2024-05-20T22:14:47.285286+0000 mgr.a (mgr.14150) 305 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:49.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:48 smithi169 bash[24234]: cluster 2024-05-20T22:14:47.285286+0000 mgr.a (mgr.14150) 305 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:49.180 INFO:teuthology.orchestra.run.smithi046.stdout:77309411373 2024-05-20T22:14:49.180 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-20T22:14:49.635 INFO:teuthology.orchestra.run.smithi046.stdout:55834574903 2024-05-20T22:14:49.636 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-20T22:14:50.031 INFO:teuthology.orchestra.run.smithi046.stdout:141733920793 2024-05-20T22:14:50.031 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-20T22:14:50.602 INFO:teuthology.orchestra.run.smithi046.stdout:176093659152 2024-05-20T22:14:50.603 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-20T22:14:50.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:50 smithi046 bash[21835]: cluster 2024-05-20T22:14:49.285760+0000 mgr.a (mgr.14150) 306 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:51.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:50 smithi053 bash[23747]: cluster 2024-05-20T22:14:49.285760+0000 mgr.a (mgr.14150) 306 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:51.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:50 smithi169 bash[24234]: cluster 2024-05-20T22:14:49.285760+0000 mgr.a (mgr.14150) 306 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:53.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:52 smithi046 bash[21835]: cluster 2024-05-20T22:14:51.286321+0000 mgr.a (mgr.14150) 307 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:53.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:52 smithi053 bash[23747]: cluster 2024-05-20T22:14:51.286321+0000 mgr.a (mgr.14150) 307 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:53.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:52 smithi169 bash[24234]: cluster 2024-05-20T22:14:51.286321+0000 mgr.a (mgr.14150) 307 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:53.607 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:53.608 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:53.608 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:53.608 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:54.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:53 smithi046 bash[21835]: audit 2024-05-20T22:14:53.833455+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:14:54.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:53 smithi053 bash[23747]: audit 2024-05-20T22:14:53.833455+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:14:54.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:53 smithi169 bash[24234]: audit 2024-05-20T22:14:53.833455+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:14:54.617 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:54.617 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:14:55.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:54 smithi046 bash[21835]: cluster 2024-05-20T22:14:53.286912+0000 mgr.a (mgr.14150) 308 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:55.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:54 smithi046 bash[21835]: audit 2024-05-20T22:14:54.642996+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:14:55.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:54 smithi046 bash[21835]: audit 2024-05-20T22:14:54.643786+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:14:55.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:54 smithi046 bash[21835]: audit 2024-05-20T22:14:54.648609+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:14:55.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:54 smithi053 bash[23747]: cluster 2024-05-20T22:14:53.286912+0000 mgr.a (mgr.14150) 308 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:55.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:54 smithi053 bash[23747]: audit 2024-05-20T22:14:54.642996+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:14:55.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:54 smithi053 bash[23747]: audit 2024-05-20T22:14:54.643786+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:14:55.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:54 smithi053 bash[23747]: audit 2024-05-20T22:14:54.648609+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:14:55.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:54 smithi169 bash[24234]: cluster 2024-05-20T22:14:53.286912+0000 mgr.a (mgr.14150) 308 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:55.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:54 smithi169 bash[24234]: audit 2024-05-20T22:14:54.642996+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:14:55.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:54 smithi169 bash[24234]: audit 2024-05-20T22:14:54.643786+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:14:55.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:54 smithi169 bash[24234]: audit 2024-05-20T22:14:54.648609+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:14:57.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:56 smithi053 bash[23747]: cluster 2024-05-20T22:14:55.287544+0000 mgr.a (mgr.14150) 309 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:57.124 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:56 smithi046 bash[21835]: cluster 2024-05-20T22:14:55.287544+0000 mgr.a (mgr.14150) 309 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:57.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:56 smithi169 bash[24234]: cluster 2024-05-20T22:14:55.287544+0000 mgr.a (mgr.14150) 309 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:59.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:14:58 smithi046 bash[21835]: cluster 2024-05-20T22:14:57.288248+0000 mgr.a (mgr.14150) 310 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:59.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:14:58 smithi169 bash[24234]: cluster 2024-05-20T22:14:57.288248+0000 mgr.a (mgr.14150) 310 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:14:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:14:58 smithi053 bash[23747]: cluster 2024-05-20T22:14:57.288248+0000 mgr.a (mgr.14150) 310 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:01.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:00 smithi169 bash[24234]: cluster 2024-05-20T22:14:59.288735+0000 mgr.a (mgr.14150) 311 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:01.291 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:00 smithi046 bash[21835]: cluster 2024-05-20T22:14:59.288735+0000 mgr.a (mgr.14150) 311 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:01.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:00 smithi053 bash[23747]: cluster 2024-05-20T22:14:59.288735+0000 mgr.a (mgr.14150) 311 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:01.807 INFO:teuthology.orchestra.run.smithi046.stdout:77309411376 2024-05-20T22:15:02.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:01 smithi169 bash[24234]: audit 2024-05-20T22:15:01.808045+0000 mon.a (mon.0) 575 : audit 0 from='client.? 172.21.15.46:0/4226967300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-20T22:15:02.332 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:01 smithi046 bash[21835]: audit 2024-05-20T22:15:01.808045+0000 mon.a (mon.0) 575 : audit 0 from='client.? 172.21.15.46:0/4226967300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-20T22:15:02.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:01 smithi053 bash[23747]: audit 2024-05-20T22:15:01.808045+0000 mon.a (mon.0) 575 : audit 0 from='client.? 172.21.15.46:0/4226967300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-20T22:15:02.382 INFO:teuthology.orchestra.run.smithi046.stdout:141733920796 2024-05-20T22:15:02.663 INFO:teuthology.orchestra.run.smithi046.stdout:107374182436 2024-05-20T22:15:02.906 INFO:teuthology.orchestra.run.smithi046.stdout:34359738437 2024-05-20T22:15:03.138 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:02 smithi046 bash[21835]: cluster 2024-05-20T22:15:01.289406+0000 mgr.a (mgr.14150) 312 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:03.138 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:02 smithi046 bash[21835]: audit 2024-05-20T22:15:02.383413+0000 mon.a (mon.0) 576 : audit 0 from='client.? 172.21.15.46:0/4234437415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-20T22:15:03.138 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:02 smithi046 bash[21835]: audit 2024-05-20T22:15:02.664291+0000 mon.a (mon.0) 577 : audit 0 from='client.? 172.21.15.46:0/4286161424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-20T22:15:03.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:02 smithi169 bash[24234]: cluster 2024-05-20T22:15:01.289406+0000 mgr.a (mgr.14150) 312 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:03.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:02 smithi169 bash[24234]: audit 2024-05-20T22:15:02.383413+0000 mon.a (mon.0) 576 : audit 0 from='client.? 172.21.15.46:0/4234437415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-20T22:15:03.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:02 smithi169 bash[24234]: audit 2024-05-20T22:15:02.664291+0000 mon.a (mon.0) 577 : audit 0 from='client.? 172.21.15.46:0/4286161424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-20T22:15:03.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:02 smithi053 bash[23747]: cluster 2024-05-20T22:15:01.289406+0000 mgr.a (mgr.14150) 312 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:03.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:02 smithi053 bash[23747]: audit 2024-05-20T22:15:02.383413+0000 mon.a (mon.0) 576 : audit 0 from='client.? 172.21.15.46:0/4234437415' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-20T22:15:03.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:02 smithi053 bash[23747]: audit 2024-05-20T22:15:02.664291+0000 mon.a (mon.0) 577 : audit 0 from='client.? 172.21.15.46:0/4286161424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-20T22:15:03.484 INFO:teuthology.orchestra.run.smithi046.stdout:55834574905 2024-05-20T22:15:04.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:03 smithi169 bash[24234]: audit 2024-05-20T22:15:02.907605+0000 mon.a (mon.0) 578 : audit 0 from='client.? 172.21.15.46:0/4121608288' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-20T22:15:04.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:03 smithi169 bash[24234]: audit 2024-05-20T22:15:03.484800+0000 mon.a (mon.0) 579 : audit 0 from='client.? 172.21.15.46:0/1636033263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-20T22:15:04.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:03 smithi046 bash[21835]: audit 2024-05-20T22:15:02.907605+0000 mon.a (mon.0) 578 : audit 0 from='client.? 172.21.15.46:0/4121608288' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-20T22:15:04.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:03 smithi046 bash[21835]: audit 2024-05-20T22:15:03.484800+0000 mon.a (mon.0) 579 : audit 0 from='client.? 172.21.15.46:0/1636033263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-20T22:15:04.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:03 smithi053 bash[23747]: audit 2024-05-20T22:15:02.907605+0000 mon.a (mon.0) 578 : audit 0 from='client.? 172.21.15.46:0/4121608288' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-20T22:15:04.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:03 smithi053 bash[23747]: audit 2024-05-20T22:15:03.484800+0000 mon.a (mon.0) 579 : audit 0 from='client.? 172.21.15.46:0/1636033263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-20T22:15:04.525 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411373 got 77309411376 for osd.2 2024-05-20T22:15:04.526 DEBUG:teuthology.parallel:result is None 2024-05-20T22:15:04.561 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920793 got 141733920796 for osd.4 2024-05-20T22:15:04.562 DEBUG:teuthology.parallel:result is None 2024-05-20T22:15:05.159 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:04 smithi169 bash[24234]: cluster 2024-05-20T22:15:03.289794+0000 mgr.a (mgr.14150) 313 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:05.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:04 smithi046 bash[21835]: cluster 2024-05-20T22:15:03.289794+0000 mgr.a (mgr.14150) 313 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:05.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:04 smithi053 bash[23747]: cluster 2024-05-20T22:15:03.289794+0000 mgr.a (mgr.14150) 313 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:05.622 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182434 got 107374182436 for osd.3 2024-05-20T22:15:05.622 DEBUG:teuthology.parallel:result is None 2024-05-20T22:15:05.726 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574903 got 55834574905 for osd.1 2024-05-20T22:15:05.726 DEBUG:teuthology.parallel:result is None 2024-05-20T22:15:05.787 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738434 got 34359738437 for osd.0 2024-05-20T22:15:05.787 DEBUG:teuthology.parallel:result is None 2024-05-20T22:15:06.156 INFO:teuthology.orchestra.run.smithi046.stdout:176093659155 2024-05-20T22:15:06.802 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659152 got 176093659155 for osd.5 2024-05-20T22:15:06.803 DEBUG:teuthology.parallel:result is None 2024-05-20T22:15:06.803 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-20T22:15:06.803 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph pg dump --format=json 2024-05-20T22:15:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:06 smithi046 bash[21835]: cluster 2024-05-20T22:15:05.290309+0000 mgr.a (mgr.14150) 314 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:07.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:06 smithi046 bash[21835]: audit 2024-05-20T22:15:06.157365+0000 mon.a (mon.0) 580 : audit 0 from='client.? 172.21.15.46:0/665775467' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-20T22:15:07.155 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:06 smithi169 bash[24234]: cluster 2024-05-20T22:15:05.290309+0000 mgr.a (mgr.14150) 314 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:07.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:06 smithi169 bash[24234]: audit 2024-05-20T22:15:06.157365+0000 mon.a (mon.0) 580 : audit 0 from='client.? 172.21.15.46:0/665775467' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-20T22:15:07.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:06 smithi053 bash[23747]: cluster 2024-05-20T22:15:05.290309+0000 mgr.a (mgr.14150) 314 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:07.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:06 smithi053 bash[23747]: audit 2024-05-20T22:15:06.157365+0000 mon.a (mon.0) 580 : audit 0 from='client.? 172.21.15.46:0/665775467' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-20T22:15:09.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:08 smithi169 bash[24234]: cluster 2024-05-20T22:15:07.290901+0000 mgr.a (mgr.14150) 315 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:09.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:08 smithi046 bash[21835]: cluster 2024-05-20T22:15:07.290901+0000 mgr.a (mgr.14150) 315 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:09.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:08 smithi053 bash[23747]: cluster 2024-05-20T22:15:07.290901+0000 mgr.a (mgr.14150) 315 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:11.156 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:10 smithi169 bash[24234]: cluster 2024-05-20T22:15:09.291441+0000 mgr.a (mgr.14150) 316 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:11.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:10 smithi046 bash[21835]: cluster 2024-05-20T22:15:09.291441+0000 mgr.a (mgr.14150) 316 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:11.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:10 smithi053 bash[23747]: cluster 2024-05-20T22:15:09.291441+0000 mgr.a (mgr.14150) 316 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:11.546 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:15:13.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:12 smithi046 bash[21835]: cluster 2024-05-20T22:15:11.292012+0000 mgr.a (mgr.14150) 317 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:13.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:12 smithi053 bash[23747]: cluster 2024-05-20T22:15:11.292012+0000 mgr.a (mgr.14150) 317 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:13.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:12 smithi169 bash[24234]: cluster 2024-05-20T22:15:11.292012+0000 mgr.a (mgr.14150) 317 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:14.050 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-05-20T22:15:14.050 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:15:14.680 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":287,"stamp":"2024-05-20T22:15:13.292307+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178752,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292160,"statfs":{"total":575970213888,"available":575787171840,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"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.003340"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":262,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-05-20T22:13:47.175543+0000","last_change":"2024-05-20T22:13:47.174768+0000","last_active":"2024-05-20T22:13:47.175543+0000","last_peered":"2024-05-20T22:13:47.175543+0000","last_clean":"2024-05-20T22:13:47.175543+0000","last_became_active":"2024-05-20T22:13:47.173549+0000","last_became_peered":"2024-05-20T22:13:47.173549+0000","last_unstale":"2024-05-20T22:13:47.175543+0000","last_undegraded":"2024-05-20T22:13:47.175543+0000","last_fullsized":"2024-05-20T22:13:47.175543+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-20T22:11:17.872898+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-20T22:11:17.872898+0000","last_clean_scrub_stamp":"2024-05-20T22:11:17.872898+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-05-22T01:48:42.131783+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659156,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32160,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712992,"statfs":{"total":95995035648,"available":95962103808,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"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":4,"up_from":33,"seq":141733920798,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":25,"seq":107374182439,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411379,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"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":55834574908,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"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":34359738439,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-05-20T22:15:14.681 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph pg dump --format=json 2024-05-20T22:15:15.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:14 smithi046 bash[21835]: cluster 2024-05-20T22:15:13.292595+0000 mgr.a (mgr.14150) 318 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:15.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:14 smithi046 bash[21835]: audit 2024-05-20T22:15:14.049778+0000 mgr.a (mgr.14150) 319 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:15.371 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:14 smithi053 bash[23747]: cluster 2024-05-20T22:15:13.292595+0000 mgr.a (mgr.14150) 318 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:15.739 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:14 smithi053 bash[23747]: audit 2024-05-20T22:15:14.049778+0000 mgr.a (mgr.14150) 319 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:15.739 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:14 smithi169 bash[24234]: cluster 2024-05-20T22:15:13.292595+0000 mgr.a (mgr.14150) 318 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:15.739 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:14 smithi169 bash[24234]: audit 2024-05-20T22:15:14.049778+0000 mgr.a (mgr.14150) 319 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:17.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:16 smithi046 bash[21835]: cluster 2024-05-20T22:15:15.293152+0000 mgr.a (mgr.14150) 320 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:17.370 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:16 smithi053 bash[23747]: cluster 2024-05-20T22:15:15.293152+0000 mgr.a (mgr.14150) 320 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:17.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:16 smithi169 bash[24234]: cluster 2024-05-20T22:15:15.293152+0000 mgr.a (mgr.14150) 320 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:19.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:18 smithi046 bash[21835]: cluster 2024-05-20T22:15:17.293718+0000 mgr.a (mgr.14150) 321 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:19.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:18 smithi053 bash[23747]: cluster 2024-05-20T22:15:17.293718+0000 mgr.a (mgr.14150) 321 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:19.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:18 smithi169 bash[24234]: cluster 2024-05-20T22:15:17.293718+0000 mgr.a (mgr.14150) 321 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:19.419 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:15:21.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:20 smithi046 bash[21835]: cluster 2024-05-20T22:15:19.294256+0000 mgr.a (mgr.14150) 322 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:21.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:20 smithi053 bash[23747]: cluster 2024-05-20T22:15:19.294256+0000 mgr.a (mgr.14150) 322 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:21.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:20 smithi169 bash[24234]: cluster 2024-05-20T22:15:19.294256+0000 mgr.a (mgr.14150) 322 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:22.008 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-05-20T22:15:22.008 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:15:22.592 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":291,"stamp":"2024-05-20T22:15:21.294556+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178752,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292160,"statfs":{"total":575970213888,"available":575787171840,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"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.003366"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":262,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-05-20T22:13:47.175543+0000","last_change":"2024-05-20T22:13:47.174768+0000","last_active":"2024-05-20T22:13:47.175543+0000","last_peered":"2024-05-20T22:13:47.175543+0000","last_clean":"2024-05-20T22:13:47.175543+0000","last_became_active":"2024-05-20T22:13:47.173549+0000","last_became_peered":"2024-05-20T22:13:47.173549+0000","last_unstale":"2024-05-20T22:13:47.175543+0000","last_undegraded":"2024-05-20T22:13:47.175543+0000","last_fullsized":"2024-05-20T22:13:47.175543+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-20T22:11:17.872898+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-20T22:11:17.872898+0000","last_clean_scrub_stamp":"2024-05-20T22:11:17.872898+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-05-22T01:48:42.131783+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659158,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32160,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712992,"statfs":{"total":95995035648,"available":95962103808,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"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":4,"up_from":33,"seq":141733920800,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":25,"seq":107374182440,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"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":55834574909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"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":34359738441,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-05-20T22:15:22.593 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-20T22:15:22.593 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-20T22:15:22.593 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-20T22:15:22.593 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- ceph health --format=json 2024-05-20T22:15:23.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:22 smithi046 bash[21835]: cluster 2024-05-20T22:15:21.294824+0000 mgr.a (mgr.14150) 323 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:23.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:22 smithi046 bash[21835]: audit 2024-05-20T22:15:22.008459+0000 mgr.a (mgr.14150) 324 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:23.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:22 smithi053 bash[23747]: cluster 2024-05-20T22:15:21.294824+0000 mgr.a (mgr.14150) 323 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:23.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:22 smithi053 bash[23747]: audit 2024-05-20T22:15:22.008459+0000 mgr.a (mgr.14150) 324 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:23.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:22 smithi169 bash[24234]: cluster 2024-05-20T22:15:21.294824+0000 mgr.a (mgr.14150) 323 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:23.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:22 smithi169 bash[24234]: audit 2024-05-20T22:15:22.008459+0000 mgr.a (mgr.14150) 324 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:25.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:24 smithi046 bash[21835]: cluster 2024-05-20T22:15:23.295395+0000 mgr.a (mgr.14150) 325 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:25.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:24 smithi053 bash[23747]: cluster 2024-05-20T22:15:23.295395+0000 mgr.a (mgr.14150) 325 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:25.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:24 smithi169 bash[24234]: cluster 2024-05-20T22:15:23.295395+0000 mgr.a (mgr.14150) 325 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:27.334 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:15:27.356 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:26 smithi046 bash[21835]: cluster 2024-05-20T22:15:25.295953+0000 mgr.a (mgr.14150) 326 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:27.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:26 smithi053 bash[23747]: cluster 2024-05-20T22:15:25.295953+0000 mgr.a (mgr.14150) 326 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:27.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:26 smithi169 bash[24234]: cluster 2024-05-20T22:15:25.295953+0000 mgr.a (mgr.14150) 326 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:29.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:28 smithi046 bash[21835]: cluster 2024-05-20T22:15:27.296499+0000 mgr.a (mgr.14150) 327 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:29.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:28 smithi053 bash[23747]: cluster 2024-05-20T22:15:27.296499+0000 mgr.a (mgr.14150) 327 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:29.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:28 smithi169 bash[24234]: cluster 2024-05-20T22:15:27.296499+0000 mgr.a (mgr.14150) 327 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:29.789 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-20T22:15:29.789 INFO:teuthology.orchestra.run.smithi046.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-20T22:15:30.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:29 smithi046 bash[21835]: audit 2024-05-20T22:15:29.790381+0000 mon.a (mon.0) 581 : audit 0 from='client.? 172.21.15.46:0/4020544218' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-20T22:15:30.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:29 smithi053 bash[23747]: audit 2024-05-20T22:15:29.790381+0000 mon.a (mon.0) 581 : audit 0 from='client.? 172.21.15.46:0/4020544218' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-20T22:15:30.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:29 smithi169 bash[24234]: audit 2024-05-20T22:15:29.790381+0000 mon.a (mon.0) 581 : audit 0 from='client.? 172.21.15.46:0/4020544218' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-20T22:15:30.438 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-20T22:15:30.439 INFO:tasks.cephadm:Setup complete, yielding 2024-05-20T22:15:30.439 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-20T22:15:30.450 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-05-20T22:15:30.450 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:200b27799814c89893ec6700f852fc40163e03d5-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 -- bash -c 'set -ex 2024-05-20T22:15:30.450 DEBUG:teuthology.orchestra.run.smithi046:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> for host in $HOSTNAMES; do 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # find the hostname for "host.c" which will have no mgr 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> HOST_C="${host}" 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> fi 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> done 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # One last thing to worry about before draining the host 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # is that the teuthology test tends to put the explicit 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # hostnames in the placement for the mon service. 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # We want to make sure we can drain without providing 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # --force and there is a check for the host being removed 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # being listed explicitly in the placements. Therefore, 2024-05-20T22:15:30.451 DEBUG:teuthology.orchestra.run.smithi046:> # we should remove it from the mon placement. 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch ls mon --export > mon.yaml 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch apply -i mon_adjusted.yaml 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> # now drain that host 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> # wait for drain to complete 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> sleep 15 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> done 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> # we want to check the ability to remove the host from 2024-05-20T22:15:30.452 DEBUG:teuthology.orchestra.run.smithi046:> # the CRUSH map, so we should first verify the host is in 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> # the CRUSH map. 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> ceph osd getcrushmap -o compiled-crushmap 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> exit 1 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> fi 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> # If the drain was successful, we should be able to remove the 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> # host without force with no issues. If there are still daemons 2024-05-20T22:15:30.453 DEBUG:teuthology.orchestra.run.smithi046:> # we will get a response telling us to drain the host and a 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> # non-zero return code 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> sleep 30 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> ceph osd getcrushmap -o compiled-crushmap 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> exit 1 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> fi 2024-05-20T22:15:30.454 DEBUG:teuthology.orchestra.run.smithi046:> ' 2024-05-20T22:15:31.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:30 smithi046 bash[21835]: cluster 2024-05-20T22:15:29.297040+0000 mgr.a (mgr.14150) 328 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:31.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:30 smithi053 bash[23747]: cluster 2024-05-20T22:15:29.297040+0000 mgr.a (mgr.14150) 328 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:31.406 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:30 smithi169 bash[24234]: cluster 2024-05-20T22:15:29.297040+0000 mgr.a (mgr.14150) 328 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:33.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:32 smithi046 bash[21835]: cluster 2024-05-20T22:15:31.297583+0000 mgr.a (mgr.14150) 329 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:33.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:32 smithi053 bash[23747]: cluster 2024-05-20T22:15:31.297583+0000 mgr.a (mgr.14150) 329 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:33.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:32 smithi169 bash[24234]: cluster 2024-05-20T22:15:31.297583+0000 mgr.a (mgr.14150) 329 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:35.193 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/mon.a/config 2024-05-20T22:15:35.213 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:34 smithi046 bash[21835]: cluster 2024-05-20T22:15:33.298161+0000 mgr.a (mgr.14150) 330 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:35.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:34 smithi053 bash[23747]: cluster 2024-05-20T22:15:33.298161+0000 mgr.a (mgr.14150) 330 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:35.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:34 smithi169 bash[24234]: cluster 2024-05-20T22:15:33.298161+0000 mgr.a (mgr.14150) 330 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:37.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:36 smithi046 bash[21835]: cluster 2024-05-20T22:15:35.298712+0000 mgr.a (mgr.14150) 331 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:37.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:36 smithi053 bash[23747]: cluster 2024-05-20T22:15:35.298712+0000 mgr.a (mgr.14150) 331 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:37.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:36 smithi169 bash[24234]: cluster 2024-05-20T22:15:35.298712+0000 mgr.a (mgr.14150) 331 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:37.432 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch host ls --format json 2024-05-20T22:15:37.432 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r '.[] | .hostname' 2024-05-20T22:15:37.743 INFO:teuthology.orchestra.run.smithi046.stderr:+ HOSTNAMES='smithi046 2024-05-20T22:15:37.743 INFO:teuthology.orchestra.run.smithi046.stderr:smithi053 2024-05-20T22:15:37.743 INFO:teuthology.orchestra.run.smithi046.stderr:smithi169' 2024-05-20T22:15:37.743 INFO:teuthology.orchestra.run.smithi046.stderr:+ for host in $HOSTNAMES 2024-05-20T22:15:37.744 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --hostname smithi046 --format json 2024-05-20T22:15:37.744 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-20T22:15:38.056 INFO:teuthology.orchestra.run.smithi046.stderr:+ HAS_MGRS=true 2024-05-20T22:15:38.056 INFO:teuthology.orchestra.run.smithi046.stderr:+ '[' true == false ']' 2024-05-20T22:15:38.056 INFO:teuthology.orchestra.run.smithi046.stderr:+ for host in $HOSTNAMES 2024-05-20T22:15:38.056 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --hostname smithi053 --format json 2024-05-20T22:15:38.056 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-20T22:15:38.383 INFO:teuthology.orchestra.run.smithi046.stderr:+ HAS_MGRS=true 2024-05-20T22:15:38.383 INFO:teuthology.orchestra.run.smithi046.stderr:+ '[' true == false ']' 2024-05-20T22:15:38.384 INFO:teuthology.orchestra.run.smithi046.stderr:+ for host in $HOSTNAMES 2024-05-20T22:15:38.384 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --hostname smithi169 --format json 2024-05-20T22:15:38.384 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-20T22:15:38.708 INFO:teuthology.orchestra.run.smithi046.stderr:+ HAS_MGRS=false 2024-05-20T22:15:38.708 INFO:teuthology.orchestra.run.smithi046.stderr:+ '[' false == false ']' 2024-05-20T22:15:38.709 INFO:teuthology.orchestra.run.smithi046.stderr:+ HOST_C=smithi169 2024-05-20T22:15:38.709 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch ls mon --export 2024-05-20T22:15:39.034 INFO:teuthology.orchestra.run.smithi046.stderr:+ sed /smithi169/d mon.yaml 2024-05-20T22:15:39.035 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-20T22:15:39.345 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled mon update... 2024-05-20T22:15:39.359 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch host drain smithi169 --zap-osd-devices 2024-05-20T22:15:39.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:38 smithi046 bash[21835]: cluster 2024-05-20T22:15:37.299264+0000 mgr.a (mgr.14150) 332 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:39.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:38 smithi046 bash[21835]: audit 2024-05-20T22:15:37.731897+0000 mgr.a (mgr.14150) 333 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:39.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:38 smithi046 bash[21835]: audit 2024-05-20T22:15:38.042517+0000 mgr.a (mgr.14150) 334 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi046", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:39.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:38 smithi053 bash[23747]: cluster 2024-05-20T22:15:37.299264+0000 mgr.a (mgr.14150) 332 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:39.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:38 smithi053 bash[23747]: audit 2024-05-20T22:15:37.731897+0000 mgr.a (mgr.14150) 333 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:39.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:38 smithi053 bash[23747]: audit 2024-05-20T22:15:38.042517+0000 mgr.a (mgr.14150) 334 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi046", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:39.376 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:38 smithi169 bash[24234]: cluster 2024-05-20T22:15:37.299264+0000 mgr.a (mgr.14150) 332 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:39.376 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:38 smithi169 bash[24234]: audit 2024-05-20T22:15:37.731897+0000 mgr.a (mgr.14150) 333 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:39.376 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:38 smithi169 bash[24234]: audit 2024-05-20T22:15:38.042517+0000 mgr.a (mgr.14150) 334 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi046", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-20T22:15:40.405 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:40 smithi169 systemd[1]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-20T22:15:41.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:39.299765+0000 mgr.a (mgr.14150) 338 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:41.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: audit 2024-05-20T22:15:39.333155+0000 mgr.a (mgr.14150) 339 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:15:41.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cephadm 2024-05-20T22:15:39.339109+0000 mgr.a (mgr.14150) 340 : cephadm 1 Saving service mon spec with placement smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;count:3 2024-05-20T22:15:41.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cephadm 2024-05-20T22:15:39.362501+0000 mgr.a (mgr.14150) 341 : cephadm 1 Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-20T22:15:41.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cephadm 2024-05-20T22:15:39.362606+0000 mgr.a (mgr.14150) 342 : cephadm 1 Removing monitor c from monmap... 2024-05-20T22:15:41.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: audit 2024-05-20T22:15:39.364374+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-20T22:15:41.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: audit 2024-05-20T22:15:39.367747+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:15:41.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: audit 2024-05-20T22:15:39.367944+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:15:41.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:39.377114+0000 mon.b (mon.1) 16 : cluster 1 mon.b calling monitor election 2024-05-20T22:15:41.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.368583+0000 mon.a (mon.0) 593 : cluster 1 mon.a calling monitor election 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.390316+0000 mon.a (mon.0) 594 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.396982+0000 mon.a (mon.0) 595 : cluster 0 monmap epoch 4 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397012+0000 mon.a (mon.0) 596 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397031+0000 mon.a (mon.0) 597 : cluster 0 last_changed 2024-05-20T22:15:39.362899+0000 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397049+0000 mon.a (mon.0) 598 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397073+0000 mon.a (mon.0) 599 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397095+0000 mon.a (mon.0) 600 : cluster 0 election_strategy: 1 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397112+0000 mon.a (mon.0) 601 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.397132+0000 mon.a (mon.0) 602 : cluster 0 1: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.398131+0000 mon.a (mon.0) 603 : cluster 0 fsmap 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.398185+0000 mon.a (mon.0) 604 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-05-20T22:15:41.867 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.398884+0000 mon.a (mon.0) 605 : cluster 0 mgrmap e15: a(active, since 8m), standbys: b 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:41 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.399141+0000 mon.a (mon.0) 606 : cluster 1 overall HEALTH_OK 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:39.299765+0000 mgr.a (mgr.14150) 338 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: audit 2024-05-20T22:15:39.333155+0000 mgr.a (mgr.14150) 339 : audit 0 from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cephadm 2024-05-20T22:15:39.339109+0000 mgr.a (mgr.14150) 340 : cephadm 1 Saving service mon spec with placement smithi046:172.21.15.46=a;smithi053:172.21.15.53=b;count:3 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cephadm 2024-05-20T22:15:39.362501+0000 mgr.a (mgr.14150) 341 : cephadm 1 Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cephadm 2024-05-20T22:15:39.362606+0000 mgr.a (mgr.14150) 342 : cephadm 1 Removing monitor c from monmap... 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: audit 2024-05-20T22:15:39.364374+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-20T22:15:41.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: audit 2024-05-20T22:15:39.367747+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: audit 2024-05-20T22:15:39.367944+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:39.377114+0000 mon.b (mon.1) 16 : cluster 1 mon.b calling monitor election 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.368583+0000 mon.a (mon.0) 593 : cluster 1 mon.a calling monitor election 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.390316+0000 mon.a (mon.0) 594 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.396982+0000 mon.a (mon.0) 595 : cluster 0 monmap epoch 4 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397012+0000 mon.a (mon.0) 596 : cluster 0 fsid ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397031+0000 mon.a (mon.0) 597 : cluster 0 last_changed 2024-05-20T22:15:39.362899+0000 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397049+0000 mon.a (mon.0) 598 : cluster 0 created 2024-05-20T22:05:48.344830+0000 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397073+0000 mon.a (mon.0) 599 : cluster 0 min_mon_release 19 (squid) 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397095+0000 mon.a (mon.0) 600 : cluster 0 election_strategy: 1 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397112+0000 mon.a (mon.0) 601 : cluster 0 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.397132+0000 mon.a (mon.0) 602 : cluster 0 1: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.b 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.398131+0000 mon.a (mon.0) 603 : cluster 0 fsmap 2024-05-20T22:15:41.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.398185+0000 mon.a (mon.0) 604 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-05-20T22:15:41.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.398884+0000 mon.a (mon.0) 605 : cluster 0 mgrmap e15: a(active, since 8m), standbys: b 2024-05-20T22:15:41.870 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:41 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.399141+0000 mon.a (mon.0) 606 : cluster 1 overall HEALTH_OK 2024-05-20T22:15:42.702 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled to remove the following daemons from host 'smithi169' 2024-05-20T22:15:42.702 INFO:teuthology.orchestra.run.smithi046.stdout:type id 2024-05-20T22:15:42.702 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------- --------------- 2024-05-20T22:15:42.703 INFO:teuthology.orchestra.run.smithi046.stdout:mon c 2024-05-20T22:15:42.703 INFO:teuthology.orchestra.run.smithi046.stdout:osd 4 2024-05-20T22:15:42.703 INFO:teuthology.orchestra.run.smithi046.stdout:osd 5 2024-05-20T22:15:42.716 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --hostname smithi169 2024-05-20T22:15:42.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:42 smithi046 bash[21835]: cluster 2024-05-20T22:15:41.300283+0000 mgr.a (mgr.14150) 343 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:42.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:42 smithi046 bash[21835]: cephadm 2024-05-20T22:15:41.401333+0000 mgr.a (mgr.14150) 344 : cephadm 1 Removing daemon mon.c from smithi169 -- ports [] 2024-05-20T22:15:42.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:42 smithi053 bash[23747]: cluster 2024-05-20T22:15:41.300283+0000 mgr.a (mgr.14150) 343 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:42.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:42 smithi053 bash[23747]: cephadm 2024-05-20T22:15:41.401333+0000 mgr.a (mgr.14150) 344 : cephadm 1 Removing daemon mon.c from smithi169 -- ports [] 2024-05-20T22:15:43.042 INFO:teuthology.orchestra.run.smithi046.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-20T22:15:43.042 INFO:teuthology.orchestra.run.smithi046.stderr:mon.c smithi169 running (7m) 2m ago 7m 36.4M 2048M 19.0.0-2536-g200b2779 6942493d5398 b4c3a66105ff 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:osd.4 smithi169 running (2m) 2m ago 2m 33.1M 10.4G 19.0.0-2536-g200b2779 6942493d5398 72d0828ddeff 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:osd.5 smithi169 running (2m) 2m ago 2m 12.0M 10.4G 19.0.0-2536-g200b2779 6942493d5398 d573136c0743 ' 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:mon.c smithi169 running (7m) 2m ago 7m 36.4M 2048M 19.0.0-2536-g200b2779 6942493d5398 b4c3a66105ff 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:osd.4 smithi169 running (2m) 2m ago 2m 33.1M 10.4G 19.0.0-2536-g200b2779 6942493d5398 72d0828ddeff 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:osd.5 smithi169 running (2m) 2m ago 2m 12.0M 10.4G 19.0.0-2536-g200b2779 6942493d5398 d573136c0743 ' '!=' 'No daemons reported' ']' 2024-05-20T22:15:43.043 INFO:teuthology.orchestra.run.smithi046.stderr:+ sleep 15 2024-05-20T22:15:44.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: audit 2024-05-20T22:15:42.686031+0000 mgr.a (mgr.14150) 345 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi169", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:15:44.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: audit 2024-05-20T22:15:42.692769+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:44.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: cephadm 2024-05-20T22:15:42.693544+0000 mgr.a (mgr.14150) 346 : cephadm 1 Added label _no_schedule to host smithi169 2024-05-20T22:15:44.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: audit 2024-05-20T22:15:42.698729+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:44.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: cephadm 2024-05-20T22:15:42.699203+0000 mgr.a (mgr.14150) 347 : cephadm 1 Added label _no_conf_keyring to host smithi169 2024-05-20T22:15:44.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: audit 2024-05-20T22:15:42.700412+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-20T22:15:44.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: cephadm 2024-05-20T22:15:42.701420+0000 mgr.a (mgr.14150) 348 : cephadm 1 osd.4 crush weight is 0.0872955322265625 2024-05-20T22:15:44.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: audit 2024-05-20T22:15:42.702242+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-20T22:15:44.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: cephadm 2024-05-20T22:15:42.703189+0000 mgr.a (mgr.14150) 349 : cephadm 1 osd.5 crush weight is 0.0872955322265625 2024-05-20T22:15:44.115 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:43 smithi046 bash[21835]: audit 2024-05-20T22:15:43.020601+0000 mgr.a (mgr.14150) 350 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: audit 2024-05-20T22:15:42.686031+0000 mgr.a (mgr.14150) 345 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi169", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: audit 2024-05-20T22:15:42.692769+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: cephadm 2024-05-20T22:15:42.693544+0000 mgr.a (mgr.14150) 346 : cephadm 1 Added label _no_schedule to host smithi169 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: audit 2024-05-20T22:15:42.698729+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: cephadm 2024-05-20T22:15:42.699203+0000 mgr.a (mgr.14150) 347 : cephadm 1 Added label _no_conf_keyring to host smithi169 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: audit 2024-05-20T22:15:42.700412+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-20T22:15:44.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: cephadm 2024-05-20T22:15:42.701420+0000 mgr.a (mgr.14150) 348 : cephadm 1 osd.4 crush weight is 0.0872955322265625 2024-05-20T22:15:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: audit 2024-05-20T22:15:42.702242+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-20T22:15:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: cephadm 2024-05-20T22:15:42.703189+0000 mgr.a (mgr.14150) 349 : cephadm 1 osd.5 crush weight is 0.0872955322265625 2024-05-20T22:15:44.119 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:43 smithi053 bash[23747]: audit 2024-05-20T22:15:43.020601+0000 mgr.a (mgr.14150) 350 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:15:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:44 smithi046 bash[21835]: cluster 2024-05-20T22:15:43.300896+0000 mgr.a (mgr.14150) 351 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:45.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:44 smithi053 bash[23747]: cluster 2024-05-20T22:15:43.300896+0000 mgr.a (mgr.14150) 351 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:46.905 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:46 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:15:46.906 INFO:journalctl@ceph.mon.c.smithi169.stdout:May 20 22:15:46 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:15:46.906 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:15:46 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:15:47.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:46 smithi046 bash[21835]: cluster 2024-05-20T22:15:45.301442+0000 mgr.a (mgr.14150) 352 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:47.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:46 smithi053 bash[23747]: cluster 2024-05-20T22:15:45.301442+0000 mgr.a (mgr.14150) 352 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:48.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:47 smithi046 bash[21835]: audit 2024-05-20T22:15:46.718315+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:48.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:47 smithi046 bash[21835]: audit 2024-05-20T22:15:46.725647+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:48.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:47 smithi046 bash[21835]: audit 2024-05-20T22:15:46.814238+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:15:48.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:47 smithi046 bash[21835]: audit 2024-05-20T22:15:47.422683+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:48.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:47 smithi053 bash[23747]: audit 2024-05-20T22:15:46.718315+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:48.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:47 smithi053 bash[23747]: audit 2024-05-20T22:15:46.725647+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:48.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:47 smithi053 bash[23747]: audit 2024-05-20T22:15:46.814238+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:15:48.118 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:47 smithi053 bash[23747]: audit 2024-05-20T22:15:47.422683+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:49.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:48 smithi046 bash[21835]: cluster 2024-05-20T22:15:47.302016+0000 mgr.a (mgr.14150) 353 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:49.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:48 smithi053 bash[23747]: cluster 2024-05-20T22:15:47.302016+0000 mgr.a (mgr.14150) 353 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:51.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:50 smithi046 bash[21835]: cluster 2024-05-20T22:15:49.302526+0000 mgr.a (mgr.14150) 354 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:51.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:50 smithi053 bash[23747]: cluster 2024-05-20T22:15:49.302526+0000 mgr.a (mgr.14150) 354 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: cluster 2024-05-20T22:15:51.303072+0000 mgr.a (mgr.14150) 355 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.024872+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.032366+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.033961+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.035819+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.038179+0000 mgr.a (mgr.14150) 356 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.038949+0000 mgr.a (mgr.14150) 357 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.040397+0000 mgr.a (mgr.14150) 358 : cephadm 1 Removing smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.206439+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.211267+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.420255+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.425085+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.431038+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.436139+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.438684+0000 mon.a (mon.0) 625 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.440511+0000 mon.a (mon.0) 626 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.442123+0000 mon.a (mon.0) 627 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-20T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: audit 2024-05-20T22:15:52.443359+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: cluster 2024-05-20T22:15:51.303072+0000 mgr.a (mgr.14150) 355 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.024872+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.032366+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.033961+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.035819+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.038179+0000 mgr.a (mgr.14150) 356 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.038949+0000 mgr.a (mgr.14150) 357 : cephadm 1 Updating smithi053:/etc/ceph/ceph.conf 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.040397+0000 mgr.a (mgr.14150) 358 : cephadm 1 Removing smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.206439+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.211267+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.420255+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.425085+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.431038+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.436139+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.438684+0000 mon.a (mon.0) 625 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.440511+0000 mon.a (mon.0) 626 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.442123+0000 mon.a (mon.0) 627 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-20T22:15:53.369 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:53 smithi053 bash[23747]: audit 2024-05-20T22:15:52.443359+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-20T22:15:53.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:53 smithi046 bash[21835]: debug 2024-05-20T22:15:53.448+0000 7f3c4836c640 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-05-20T22:15:54.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.106069+0000 mgr.a (mgr.14150) 359 : cephadm 1 Removing smithi169:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:15:54.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.162112+0000 mgr.a (mgr.14150) 360 : cephadm 1 Removing smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.283549+0000 mgr.a (mgr.14150) 361 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: cephadm 2024-05-20T22:15:52.283791+0000 mgr.a (mgr.14150) 362 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:52.438978+0000 mgr.a (mgr.14150) 363 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:52.440732+0000 mgr.a (mgr.14150) 364 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:52.442320+0000 mgr.a (mgr.14150) 365 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:53.437188+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: cluster 2024-05-20T22:15:53.442047+0000 mon.a (mon.0) 630 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:53.444194+0000 mon.a (mon.0) 631 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:53.446993+0000 mon.a (mon.0) 632 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-20T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:54 smithi046 bash[21835]: audit 2024-05-20T22:15:53.449451+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.106069+0000 mgr.a (mgr.14150) 359 : cephadm 1 Removing smithi169:/etc/ceph/ceph.client.admin.keyring 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.162112+0000 mgr.a (mgr.14150) 360 : cephadm 1 Removing smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.283549+0000 mgr.a (mgr.14150) 361 : cephadm 1 Updating smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: cephadm 2024-05-20T22:15:52.283791+0000 mgr.a (mgr.14150) 362 : cephadm 1 Updating smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:52.438978+0000 mgr.a (mgr.14150) 363 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:52.440732+0000 mgr.a (mgr.14150) 364 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:52.442320+0000 mgr.a (mgr.14150) 365 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:53.437188+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: cluster 2024-05-20T22:15:53.442047+0000 mon.a (mon.0) 630 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:53.444194+0000 mon.a (mon.0) 631 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:53.446993+0000 mon.a (mon.0) 632 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-20T22:15:54.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:54 smithi053 bash[23747]: audit 2024-05-20T22:15:53.449451+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-20T22:15:54.905 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:54 smithi169 systemd[1]: Stopping Ceph osd.4 for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:15:54.905 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:54 smithi169 bash[27308]: debug 2024-05-20T22:15:54.791+0000 7fbdc71ce640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -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-05-20T22:15:54.905 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:54 smithi169 bash[27308]: debug 2024-05-20T22:15:54.791+0000 7fbdc71ce640 -1 osd.4 46 *** Got signal Terminated *** 2024-05-20T22:15:54.906 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:54 smithi169 bash[27308]: debug 2024-05-20T22:15:54.791+0000 7fbdc71ce640 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-20T22:15:55.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: cluster 2024-05-20T22:15:53.303639+0000 mgr.a (mgr.14150) 366 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:55.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: cephadm 2024-05-20T22:15:53.443396+0000 mgr.a (mgr.14150) 367 : cephadm 1 osd.5 weight is now 0.0 2024-05-20T22:15:55.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: audit 2024-05-20T22:15:53.444574+0000 mgr.a (mgr.14150) 368 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:55.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: audit 2024-05-20T22:15:53.447416+0000 mgr.a (mgr.14150) 369 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-20T22:15:55.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: cluster 2024-05-20T22:15:54.180179+0000 mon.a (mon.0) 634 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-05-20T22:15:55.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: audit 2024-05-20T22:15:54.182135+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-20T22:15:55.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:55 smithi046 bash[21835]: cluster 2024-05-20T22:15:54.186867+0000 mon.a (mon.0) 636 : cluster 0 osdmap e47: 6 total, 5 up, 6 in 2024-05-20T22:15:55.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: cluster 2024-05-20T22:15:53.303639+0000 mgr.a (mgr.14150) 366 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:55.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: cephadm 2024-05-20T22:15:53.443396+0000 mgr.a (mgr.14150) 367 : cephadm 1 osd.5 weight is now 0.0 2024-05-20T22:15:55.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: audit 2024-05-20T22:15:53.444574+0000 mgr.a (mgr.14150) 368 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:15:55.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: audit 2024-05-20T22:15:53.447416+0000 mgr.a (mgr.14150) 369 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-20T22:15:55.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: cluster 2024-05-20T22:15:54.180179+0000 mon.a (mon.0) 634 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-05-20T22:15:55.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: audit 2024-05-20T22:15:54.182135+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-20T22:15:55.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:55 smithi053 bash[23747]: cluster 2024-05-20T22:15:54.186867+0000 mon.a (mon.0) 636 : cluster 0 osdmap e47: 6 total, 5 up, 6 in 2024-05-20T22:15:56.155 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:55 smithi169 bash[35832]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-4 2024-05-20T22:15:56.155 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:55 smithi169 bash[35894]: Error response from daemon: No such container: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-4 2024-05-20T22:15:56.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:56 smithi046 bash[21835]: cephadm 2024-05-20T22:15:54.188055+0000 mgr.a (mgr.14150) 370 : cephadm 1 osd.4 now down 2024-05-20T22:15:56.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:56 smithi046 bash[21835]: cephadm 2024-05-20T22:15:54.188558+0000 mgr.a (mgr.14150) 371 : cephadm 1 Removing daemon osd.4 from smithi169 -- ports [] 2024-05-20T22:15:56.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:56 smithi046 bash[21835]: cluster 2024-05-20T22:15:55.188772+0000 mon.a (mon.0) 637 : cluster 0 osdmap e48: 6 total, 5 up, 6 in 2024-05-20T22:15:56.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:56 smithi053 bash[23747]: cephadm 2024-05-20T22:15:54.188055+0000 mgr.a (mgr.14150) 370 : cephadm 1 osd.4 now down 2024-05-20T22:15:56.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:56 smithi053 bash[23747]: cephadm 2024-05-20T22:15:54.188558+0000 mgr.a (mgr.14150) 371 : cephadm 1 Removing daemon osd.4 from smithi169 -- ports [] 2024-05-20T22:15:56.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:56 smithi053 bash[23747]: cluster 2024-05-20T22:15:55.188772+0000 mon.a (mon.0) 637 : cluster 0 osdmap e48: 6 total, 5 up, 6 in 2024-05-20T22:15:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:57 smithi046 bash[21835]: cluster 2024-05-20T22:15:55.304170+0000 mgr.a (mgr.14150) 372 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:57.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:57 smithi046 bash[21835]: cluster 2024-05-20T22:15:56.196085+0000 mon.a (mon.0) 638 : cluster 0 osdmap e49: 6 total, 5 up, 6 in 2024-05-20T22:15:57.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:57 smithi053 bash[23747]: cluster 2024-05-20T22:15:55.304170+0000 mgr.a (mgr.14150) 372 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-05-20T22:15:57.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:57 smithi053 bash[23747]: cluster 2024-05-20T22:15:56.196085+0000 mon.a (mon.0) 638 : cluster 0 osdmap e49: 6 total, 5 up, 6 in 2024-05-20T22:15:57.905 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:15:57 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:15:57.905 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:57 smithi169 systemd[1]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-20T22:15:57.906 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:57 smithi169 systemd[1]: Stopped Ceph osd.4 for ec001fca-16f4-11ef-bc9a-c7b262605968. 2024-05-20T22:15:57.906 INFO:journalctl@ceph.osd.4.smithi169.stdout:May 20 22:15:57 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:15:58.046 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --hostname smithi169 2024-05-20T22:15:58.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: audit 2024-05-20T22:15:57.927057+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-20T22:15:58.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: audit 2024-05-20T22:15:57.930217+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-20T22:15:58.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: audit 2024-05-20T22:15:57.936369+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:15:58.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: cluster 2024-05-20T22:15:57.937848+0000 mon.a (mon.0) 642 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-20T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: cluster 2024-05-20T22:15:57.937904+0000 mon.a (mon.0) 643 : cluster 1 Cluster is now healthy 2024-05-20T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: audit 2024-05-20T22:15:57.939972+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-20T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:58 smithi046 bash[21835]: cluster 2024-05-20T22:15:57.944919+0000 mon.a (mon.0) 645 : cluster 0 osdmap e50: 5 total, 5 up, 5 in 2024-05-20T22:15:58.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: audit 2024-05-20T22:15:57.927057+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-20T22:15:58.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: audit 2024-05-20T22:15:57.930217+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-20T22:15:58.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: audit 2024-05-20T22:15:57.936369+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:15:58.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: cluster 2024-05-20T22:15:57.937848+0000 mon.a (mon.0) 642 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-20T22:15:58.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: cluster 2024-05-20T22:15:57.937904+0000 mon.a (mon.0) 643 : cluster 1 Cluster is now healthy 2024-05-20T22:15:58.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: audit 2024-05-20T22:15:57.939972+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-20T22:15:58.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:58 smithi053 bash[23747]: cluster 2024-05-20T22:15:57.944919+0000 mon.a (mon.0) 645 : cluster 0 osdmap e50: 5 total, 5 up, 5 in 2024-05-20T22:15:58.376 INFO:teuthology.orchestra.run.smithi046.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-20T22:15:58.376 INFO:teuthology.orchestra.run.smithi046.stderr:osd.5 smithi169 running (2m) 6s ago 2m 44.4M 10.4G 19.0.0-2536-g200b2779 6942493d5398 d573136c0743 ' 2024-05-20T22:15:58.376 INFO:teuthology.orchestra.run.smithi046.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-20T22:15:58.376 INFO:teuthology.orchestra.run.smithi046.stderr:osd.5 smithi169 running (2m) 6s ago 2m 44.4M 10.4G 19.0.0-2536-g200b2779 6942493d5398 d573136c0743 ' '!=' 'No daemons reported' ']' 2024-05-20T22:15:58.376 INFO:teuthology.orchestra.run.smithi046.stderr:+ sleep 15 2024-05-20T22:15:59.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:59 smithi046 bash[21835]: cluster 2024-05-20T22:15:57.304702+0000 mgr.a (mgr.14150) 373 : cluster 0 pgmap v313: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-20T22:15:59.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:59 smithi046 bash[21835]: cephadm 2024-05-20T22:15:57.926392+0000 mgr.a (mgr.14150) 374 : cephadm 1 Removing key for osd.4 2024-05-20T22:15:59.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:59 smithi046 bash[21835]: cephadm 2024-05-20T22:15:57.935717+0000 mgr.a (mgr.14150) 375 : cephadm 1 Successfully removed osd.4 on smithi169 2024-05-20T22:15:59.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:59 smithi046 bash[21835]: cephadm 2024-05-20T22:15:57.946214+0000 mgr.a (mgr.14150) 376 : cephadm 1 Successfully purged osd.4 on smithi169 2024-05-20T22:15:59.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:59 smithi046 bash[21835]: cephadm 2024-05-20T22:15:57.946353+0000 mgr.a (mgr.14150) 377 : cephadm 1 Zapping devices for osd.4 on smithi169 2024-05-20T22:15:59.364 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:15:59 smithi046 bash[21835]: cluster 2024-05-20T22:15:58.947001+0000 mon.a (mon.0) 646 : cluster 0 osdmap e51: 5 total, 5 up, 5 in 2024-05-20T22:15:59.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:59 smithi053 bash[23747]: cluster 2024-05-20T22:15:57.304702+0000 mgr.a (mgr.14150) 373 : cluster 0 pgmap v313: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-20T22:15:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:59 smithi053 bash[23747]: cephadm 2024-05-20T22:15:57.926392+0000 mgr.a (mgr.14150) 374 : cephadm 1 Removing key for osd.4 2024-05-20T22:15:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:59 smithi053 bash[23747]: cephadm 2024-05-20T22:15:57.935717+0000 mgr.a (mgr.14150) 375 : cephadm 1 Successfully removed osd.4 on smithi169 2024-05-20T22:15:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:59 smithi053 bash[23747]: cephadm 2024-05-20T22:15:57.946214+0000 mgr.a (mgr.14150) 376 : cephadm 1 Successfully purged osd.4 on smithi169 2024-05-20T22:15:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:59 smithi053 bash[23747]: cephadm 2024-05-20T22:15:57.946353+0000 mgr.a (mgr.14150) 377 : cephadm 1 Zapping devices for osd.4 on smithi169 2024-05-20T22:15:59.368 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:15:59 smithi053 bash[23747]: cluster 2024-05-20T22:15:58.947001+0000 mon.a (mon.0) 646 : cluster 0 osdmap e51: 5 total, 5 up, 5 in 2024-05-20T22:16:00.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:00 smithi046 bash[21835]: audit 2024-05-20T22:15:58.356718+0000 mgr.a (mgr.14150) 378 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:16:00.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:00 smithi046 bash[21835]: cluster 2024-05-20T22:15:59.949539+0000 mon.a (mon.0) 647 : cluster 0 osdmap e52: 5 total, 5 up, 5 in 2024-05-20T22:16:00.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:00 smithi053 bash[23747]: audit 2024-05-20T22:15:58.356718+0000 mgr.a (mgr.14150) 378 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:16:00.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:00 smithi053 bash[23747]: cluster 2024-05-20T22:15:59.949539+0000 mon.a (mon.0) 647 : cluster 0 osdmap e52: 5 total, 5 up, 5 in 2024-05-20T22:16:01.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:01 smithi046 bash[21835]: cluster 2024-05-20T22:15:59.305232+0000 mgr.a (mgr.14150) 379 : cluster 0 pgmap v316: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-20T22:16:01.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:01 smithi053 bash[23747]: cluster 2024-05-20T22:15:59.305232+0000 mgr.a (mgr.14150) 379 : cluster 0 pgmap v316: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-20T22:16:02.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:02 smithi046 bash[21835]: cluster 2024-05-20T22:16:01.067251+0000 mon.a (mon.0) 648 : cluster 0 osdmap e53: 5 total, 5 up, 5 in 2024-05-20T22:16:02.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:02 smithi053 bash[23747]: cluster 2024-05-20T22:16:01.067251+0000 mon.a (mon.0) 648 : cluster 0 osdmap e53: 5 total, 5 up, 5 in 2024-05-20T22:16:03.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:03 smithi046 bash[21835]: cluster 2024-05-20T22:16:01.305757+0000 mgr.a (mgr.14150) 380 : cluster 0 pgmap v319: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-20T22:16:03.363 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:03 smithi046 bash[21835]: cluster 2024-05-20T22:16:02.076036+0000 mon.a (mon.0) 649 : cluster 0 osdmap e54: 5 total, 5 up, 5 in 2024-05-20T22:16:03.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:03 smithi053 bash[23747]: cluster 2024-05-20T22:16:01.305757+0000 mgr.a (mgr.14150) 380 : cluster 0 pgmap v319: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-20T22:16:03.367 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:03 smithi053 bash[23747]: cluster 2024-05-20T22:16:02.076036+0000 mon.a (mon.0) 649 : cluster 0 osdmap e54: 5 total, 5 up, 5 in 2024-05-20T22:16:04.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:04 smithi046 bash[21835]: cluster 2024-05-20T22:16:03.306315+0000 mgr.a (mgr.14150) 381 : cluster 0 pgmap v321: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-05-20T22:16:04.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:04 smithi053 bash[23747]: cluster 2024-05-20T22:16:03.306315+0000 mgr.a (mgr.14150) 381 : cluster 0 pgmap v321: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-05-20T22:16:06.361 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:06 smithi046 bash[21835]: debug 2024-05-20T22:16:06.084+0000 7f3c4836c640 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-05-20T22:16:06.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:06 smithi046 bash[21835]: cluster 2024-05-20T22:16:05.306971+0000 mgr.a (mgr.14150) 382 : cluster 0 pgmap v322: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-20T22:16:06.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:06 smithi046 bash[21835]: audit 2024-05-20T22:16:06.082852+0000 mon.a (mon.0) 650 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:16:06.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:06 smithi046 bash[21835]: audit 2024-05-20T22:16:06.085777+0000 mon.a (mon.0) 651 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-20T22:16:06.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:06 smithi046 bash[21835]: audit 2024-05-20T22:16:06.088102+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-20T22:16:06.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:06 smithi053 bash[23747]: cluster 2024-05-20T22:16:05.306971+0000 mgr.a (mgr.14150) 382 : cluster 0 pgmap v322: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-20T22:16:06.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:06 smithi053 bash[23747]: audit 2024-05-20T22:16:06.082852+0000 mon.a (mon.0) 650 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:16:06.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:06 smithi053 bash[23747]: audit 2024-05-20T22:16:06.085777+0000 mon.a (mon.0) 651 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-20T22:16:06.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:06 smithi053 bash[23747]: audit 2024-05-20T22:16:06.088102+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-20T22:16:07.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:06 smithi169 systemd[1]: Stopping Ceph osd.5 for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:07.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:06 smithi169 bash[32527]: debug 2024-05-20T22:16:06.939+0000 7fb1b5163640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -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-05-20T22:16:07.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:06 smithi169 bash[32527]: debug 2024-05-20T22:16:06.939+0000 7fb1b5163640 -1 osd.5 54 *** Got signal Terminated *** 2024-05-20T22:16:07.156 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:06 smithi169 bash[32527]: debug 2024-05-20T22:16:06.939+0000 7fb1b5163640 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: cephadm 2024-05-20T22:16:06.082168+0000 mgr.a (mgr.14150) 383 : cephadm 1 Successfully zapped devices for osd.4 on smithi169 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: audit 2024-05-20T22:16:06.083236+0000 mgr.a (mgr.14150) 384 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: audit 2024-05-20T22:16:06.086129+0000 mgr.a (mgr.14150) 385 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: cluster 2024-05-20T22:16:06.361070+0000 mon.a (mon.0) 653 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: cluster 2024-05-20T22:16:06.361129+0000 mon.a (mon.0) 654 : cluster 3 Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: audit 2024-05-20T22:16:06.369502+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: cluster 2024-05-20T22:16:06.373980+0000 mon.a (mon.0) 656 : cluster 0 osdmap e55: 5 total, 4 up, 5 in 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: cephadm 2024-05-20T22:16:06.375165+0000 mgr.a (mgr.14150) 386 : cephadm 1 osd.5 now down 2024-05-20T22:16:07.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:07 smithi053 bash[23747]: cephadm 2024-05-20T22:16:06.375654+0000 mgr.a (mgr.14150) 387 : cephadm 1 Removing daemon osd.5 from smithi169 -- ports [] 2024-05-20T22:16:07.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: cephadm 2024-05-20T22:16:06.082168+0000 mgr.a (mgr.14150) 383 : cephadm 1 Successfully zapped devices for osd.4 on smithi169 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: audit 2024-05-20T22:16:06.083236+0000 mgr.a (mgr.14150) 384 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: audit 2024-05-20T22:16:06.086129+0000 mgr.a (mgr.14150) 385 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: cluster 2024-05-20T22:16:06.361070+0000 mon.a (mon.0) 653 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: cluster 2024-05-20T22:16:06.361129+0000 mon.a (mon.0) 654 : cluster 3 Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: audit 2024-05-20T22:16:06.369502+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: cluster 2024-05-20T22:16:06.373980+0000 mon.a (mon.0) 656 : cluster 0 osdmap e55: 5 total, 4 up, 5 in 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: cephadm 2024-05-20T22:16:06.375165+0000 mgr.a (mgr.14150) 386 : cephadm 1 osd.5 now down 2024-05-20T22:16:07.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:07 smithi046 bash[21835]: cephadm 2024-05-20T22:16:06.375654+0000 mgr.a (mgr.14150) 387 : cephadm 1 Removing daemon osd.5 from smithi169 -- ports [] 2024-05-20T22:16:08.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:07 smithi169 bash[36342]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-5 2024-05-20T22:16:08.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:08 smithi169 bash[36406]: Error response from daemon: No such container: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-5 2024-05-20T22:16:08.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:08 smithi046 bash[21835]: cluster 2024-05-20T22:16:07.307670+0000 mgr.a (mgr.14150) 388 : cluster 0 pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-05-20T22:16:08.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:08 smithi053 bash[23747]: cluster 2024-05-20T22:16:07.307670+0000 mgr.a (mgr.14150) 388 : cluster 0 pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-05-20T22:16:10.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:09 smithi169 systemd[1]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-20T22:16:10.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:09 smithi169 systemd[1]: Stopped Ceph osd.5 for ec001fca-16f4-11ef-bc9a-c7b262605968. 2024-05-20T22:16:10.155 INFO:journalctl@ceph.osd.5.smithi169.stdout:May 20 22:16:09 smithi169 systemd[1]: /etc/systemd/system/ceph-ec001fca-16f4-11ef-bc9a-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-05-20T22:16:10.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cluster 2024-05-20T22:16:09.308245+0000 mgr.a (mgr.14150) 389 : cluster 0 pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cephadm 2024-05-20T22:16:10.009034+0000 mgr.a (mgr.14150) 390 : cephadm 1 Removing key for osd.5 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: audit 2024-05-20T22:16:10.009639+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: audit 2024-05-20T22:16:10.012333+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cephadm 2024-05-20T22:16:10.015688+0000 mgr.a (mgr.14150) 391 : cephadm 1 Successfully removed osd.5 on smithi169 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: audit 2024-05-20T22:16:10.016250+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cluster 2024-05-20T22:16:10.017340+0000 mon.a (mon.0) 660 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cluster 2024-05-20T22:16:10.017382+0000 mon.a (mon.0) 661 : cluster 1 Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cluster 2024-05-20T22:16:10.017406+0000 mon.a (mon.0) 662 : cluster 1 Cluster is now healthy 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: audit 2024-05-20T22:16:10.019164+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cluster 2024-05-20T22:16:10.021531+0000 mon.a (mon.0) 664 : cluster 0 osdmap e56: 4 total, 4 up, 4 in 2024-05-20T22:16:10.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cephadm 2024-05-20T22:16:10.022585+0000 mgr.a (mgr.14150) 392 : cephadm 1 Successfully purged osd.5 on smithi169 2024-05-20T22:16:10.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:10 smithi046 bash[21835]: cephadm 2024-05-20T22:16:10.022770+0000 mgr.a (mgr.14150) 393 : cephadm 1 Zapping devices for osd.5 on smithi169 2024-05-20T22:16:10.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cluster 2024-05-20T22:16:09.308245+0000 mgr.a (mgr.14150) 389 : cluster 0 pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cephadm 2024-05-20T22:16:10.009034+0000 mgr.a (mgr.14150) 390 : cephadm 1 Removing key for osd.5 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: audit 2024-05-20T22:16:10.009639+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: audit 2024-05-20T22:16:10.012333+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cephadm 2024-05-20T22:16:10.015688+0000 mgr.a (mgr.14150) 391 : cephadm 1 Successfully removed osd.5 on smithi169 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: audit 2024-05-20T22:16:10.016250+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cluster 2024-05-20T22:16:10.017340+0000 mon.a (mon.0) 660 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cluster 2024-05-20T22:16:10.017382+0000 mon.a (mon.0) 661 : cluster 1 Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cluster 2024-05-20T22:16:10.017406+0000 mon.a (mon.0) 662 : cluster 1 Cluster is now healthy 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: audit 2024-05-20T22:16:10.019164+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cluster 2024-05-20T22:16:10.021531+0000 mon.a (mon.0) 664 : cluster 0 osdmap e56: 4 total, 4 up, 4 in 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cephadm 2024-05-20T22:16:10.022585+0000 mgr.a (mgr.14150) 392 : cephadm 1 Successfully purged osd.5 on smithi169 2024-05-20T22:16:10.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:10 smithi053 bash[23747]: cephadm 2024-05-20T22:16:10.022770+0000 mgr.a (mgr.14150) 393 : cephadm 1 Zapping devices for osd.5 on smithi169 2024-05-20T22:16:12.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:12 smithi046 bash[21835]: cluster 2024-05-20T22:16:11.308780+0000 mgr.a (mgr.14150) 394 : cluster 0 pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:12.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:12 smithi053 bash[23747]: cluster 2024-05-20T22:16:11.308780+0000 mgr.a (mgr.14150) 394 : cluster 0 pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:13.379 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --hostname smithi169 2024-05-20T22:16:13.700 INFO:teuthology.orchestra.run.smithi046.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-20T22:16:13.701 INFO:teuthology.orchestra.run.smithi046.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-20T22:16:13.701 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-20T22:16:13.986 INFO:teuthology.orchestra.run.smithi046.stderr:17 2024-05-20T22:16:13.997 INFO:teuthology.orchestra.run.smithi046.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-20T22:16:14.014 INFO:teuthology.orchestra.run.smithi046.stderr:++ cat crushmap.txt 2024-05-20T22:16:14.014 INFO:teuthology.orchestra.run.smithi046.stderr:+ CRUSH_MAP='# begin crush map 2024-05-20T22:16:14.014 INFO:teuthology.orchestra.run.smithi046.stderr:tunable choose_local_tries 0 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable choose_local_fallback_tries 0 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable choose_total_tries 50 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable chooseleaf_descend_once 1 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable chooseleaf_vary_r 1 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable chooseleaf_stable 1 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable straw_calc_version 1 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:tunable allowed_bucket_algs 54 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:# devices 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:device 0 osd.0 class ssd 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:device 1 osd.1 class ssd 2024-05-20T22:16:14.015 INFO:teuthology.orchestra.run.smithi046.stderr:device 2 osd.2 class ssd 2024-05-20T22:16:14.017 INFO:teuthology.orchestra.run.smithi046.stderr:device 3 osd.3 class ssd 2024-05-20T22:16:14.017 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:14.017 INFO:teuthology.orchestra.run.smithi046.stderr:# types 2024-05-20T22:16:14.017 INFO:teuthology.orchestra.run.smithi046.stderr:type 0 osd 2024-05-20T22:16:14.017 INFO:teuthology.orchestra.run.smithi046.stderr:type 1 host 2024-05-20T22:16:14.017 INFO:teuthology.orchestra.run.smithi046.stderr:type 2 chassis 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 3 rack 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 4 row 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 5 pdu 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 6 pod 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 7 room 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 8 datacenter 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 9 zone 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 10 region 2024-05-20T22:16:14.018 INFO:teuthology.orchestra.run.smithi046.stderr:type 11 root 2024-05-20T22:16:14.019 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:14.019 INFO:teuthology.orchestra.run.smithi046.stderr:# buckets 2024-05-20T22:16:14.019 INFO:teuthology.orchestra.run.smithi046.stderr:host smithi046 { 2024-05-20T22:16:14.019 INFO:teuthology.orchestra.run.smithi046.stderr: id -3 # do not change unnecessarily 2024-05-20T22:16:14.019 INFO:teuthology.orchestra.run.smithi046.stderr: id -4 class ssd # do not change unnecessarily 2024-05-20T22:16:14.019 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.17459 2024-05-20T22:16:14.020 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:14.020 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:14.020 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.0 weight 0.08730 2024-05-20T22:16:14.020 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.1 weight 0.08730 2024-05-20T22:16:14.020 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:14.020 INFO:teuthology.orchestra.run.smithi046.stderr:host smithi053 { 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: id -5 # do not change unnecessarily 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: id -6 class ssd # do not change unnecessarily 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.17459 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.2 weight 0.08730 2024-05-20T22:16:14.021 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.3 weight 0.08730 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr:host smithi169 { 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr: id -7 # do not change unnecessarily 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr: id -8 class ssd # do not change unnecessarily 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.00000 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:14.022 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr:root default { 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr: id -1 # do not change unnecessarily 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr: id -2 class ssd # do not change unnecessarily 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.34918 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:14.023 INFO:teuthology.orchestra.run.smithi046.stderr: item smithi046 weight 0.17459 2024-05-20T22:16:14.024 INFO:teuthology.orchestra.run.smithi046.stderr: item smithi053 weight 0.17459 2024-05-20T22:16:14.024 INFO:teuthology.orchestra.run.smithi046.stderr: item smithi169 weight 0.00000 2024-05-20T22:16:14.024 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:14.024 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:14.024 INFO:teuthology.orchestra.run.smithi046.stderr:# rules 2024-05-20T22:16:14.024 INFO:teuthology.orchestra.run.smithi046.stderr:rule replicated_rule { 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr: id 0 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr: type replicated 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr: step take default 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr: step choose firstn 0 type osd 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr: step emit 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:14.025 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:14.026 INFO:teuthology.orchestra.run.smithi046.stderr:# end crush map' 2024-05-20T22:16:14.026 INFO:teuthology.orchestra.run.smithi046.stderr:+ grep -q smithi169 2024-05-20T22:16:14.026 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch host rm smithi169 --rm-crush-entry 2024-05-20T22:16:14.413 INFO:teuthology.orchestra.run.smithi046.stdout:Removed host 'smithi169' 2024-05-20T22:16:14.428 INFO:teuthology.orchestra.run.smithi046.stderr:+ sleep 30 2024-05-20T22:16:14.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:14 smithi046 bash[21835]: cluster 2024-05-20T22:16:13.309349+0000 mgr.a (mgr.14150) 395 : cluster 0 pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:14.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:14 smithi046 bash[21835]: audit 2024-05-20T22:16:13.685564+0000 mgr.a (mgr.14150) 396 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:16:14.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:14 smithi046 bash[21835]: audit 2024-05-20T22:16:13.987030+0000 mon.a (mon.0) 665 : audit 0 from='client.? 172.21.15.46:0/3032045314' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-20T22:16:14.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:14 smithi046 bash[21835]: audit 2024-05-20T22:16:14.318312+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi169"}]: dispatch 2024-05-20T22:16:14.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:14 smithi053 bash[23747]: cluster 2024-05-20T22:16:13.309349+0000 mgr.a (mgr.14150) 395 : cluster 0 pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:14.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:14 smithi053 bash[23747]: audit 2024-05-20T22:16:13.685564+0000 mgr.a (mgr.14150) 396 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:16:14.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:14 smithi053 bash[23747]: audit 2024-05-20T22:16:13.987030+0000 mon.a (mon.0) 665 : audit 0 from='client.? 172.21.15.46:0/3032045314' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-20T22:16:14.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:14 smithi053 bash[23747]: audit 2024-05-20T22:16:14.318312+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi169"}]: dispatch 2024-05-20T22:16:15.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.317482+0000 mgr.a (mgr.14150) 397 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi169", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:16:15.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.387196+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi169"}]': finished 2024-05-20T22:16:15.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: cluster 2024-05-20T22:16:14.391735+0000 mon.a (mon.0) 668 : cluster 0 osdmap e57: 4 total, 4 up, 4 in 2024-05-20T22:16:15.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.402627+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:15.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.403698+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi169"}]: dispatch 2024-05-20T22:16:15.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.408457+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi169"}]': finished 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: cephadm 2024-05-20T22:16:14.413974+0000 mgr.a (mgr.14150) 398 : cephadm 1 Removed host smithi169 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: cephadm 2024-05-20T22:16:14.414316+0000 mgr.a (mgr.14150) 399 : cephadm 1 Successfully zapped devices for osd.5 on smithi169 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.421067+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: cephadm 2024-05-20T22:16:14.478430+0000 mgr.a (mgr.14150) 400 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.479066+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.480106+0000 mon.a (mon.0) 674 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: audit 2024-05-20T22:16:14.481105+0000 mon.a (mon.0) 675 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:15.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:15 smithi046 bash[21835]: cephadm 2024-05-20T22:16:14.482448+0000 mgr.a (mgr.14150) 401 : cephadm 1 Reconfiguring daemon mon.a on smithi046 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.317482+0000 mgr.a (mgr.14150) 397 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi169", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.387196+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi169"}]': finished 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: cluster 2024-05-20T22:16:14.391735+0000 mon.a (mon.0) 668 : cluster 0 osdmap e57: 4 total, 4 up, 4 in 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.402627+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.403698+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi169"}]: dispatch 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.408457+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi169"}]': finished 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: cephadm 2024-05-20T22:16:14.413974+0000 mgr.a (mgr.14150) 398 : cephadm 1 Removed host smithi169 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: cephadm 2024-05-20T22:16:14.414316+0000 mgr.a (mgr.14150) 399 : cephadm 1 Successfully zapped devices for osd.5 on smithi169 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.421067+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:15.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: cephadm 2024-05-20T22:16:14.478430+0000 mgr.a (mgr.14150) 400 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-05-20T22:16:15.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.479066+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:16:15.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.480106+0000 mon.a (mon.0) 674 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:16:15.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: audit 2024-05-20T22:16:14.481105+0000 mon.a (mon.0) 675 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:15.869 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:15 smithi053 bash[23747]: cephadm 2024-05-20T22:16:14.482448+0000 mgr.a (mgr.14150) 401 : cephadm 1 Reconfiguring daemon mon.a on smithi046 2024-05-20T22:16:16.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:16 smithi046 bash[21835]: cluster 2024-05-20T22:16:15.309850+0000 mgr.a (mgr.14150) 402 : cluster 0 pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:16.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:16 smithi053 bash[23747]: cluster 2024-05-20T22:16:15.309850+0000 mgr.a (mgr.14150) 402 : cluster 0 pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: audit 2024-05-20T22:16:16.433211+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: audit 2024-05-20T22:16:16.441324+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: cephadm 2024-05-20T22:16:16.442927+0000 mgr.a (mgr.14150) 403 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: audit 2024-05-20T22:16:16.443542+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: audit 2024-05-20T22:16:16.445176+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: audit 2024-05-20T22:16:16.446496+0000 mon.a (mon.0) 680 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:17.684 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:17 smithi046 bash[21835]: cephadm 2024-05-20T22:16:16.448107+0000 mgr.a (mgr.14150) 404 : cephadm 1 Reconfiguring daemon mgr.a on smithi046 2024-05-20T22:16:17.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: audit 2024-05-20T22:16:16.433211+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:17.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: audit 2024-05-20T22:16:16.441324+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:17.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: cephadm 2024-05-20T22:16:16.442927+0000 mgr.a (mgr.14150) 403 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-05-20T22:16:17.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: audit 2024-05-20T22:16:16.443542+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:16:17.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: audit 2024-05-20T22:16:16.445176+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:16:17.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: audit 2024-05-20T22:16:16.446496+0000 mon.a (mon.0) 680 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:17.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:17 smithi053 bash[23747]: cephadm 2024-05-20T22:16:16.448107+0000 mgr.a (mgr.14150) 404 : cephadm 1 Reconfiguring daemon mgr.a on smithi046 2024-05-20T22:16:18.811 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:18 smithi046 bash[21835]: cluster 2024-05-20T22:16:17.310397+0000 mgr.a (mgr.14150) 405 : cluster 0 pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:18.811 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:18 smithi046 bash[21835]: audit 2024-05-20T22:16:18.329395+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:18.811 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:18 smithi046 bash[21835]: audit 2024-05-20T22:16:18.336423+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:18.811 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:18 smithi046 bash[21835]: audit 2024-05-20T22:16:18.338418+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-20T22:16:18.811 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:18 smithi046 bash[21835]: audit 2024-05-20T22:16:18.340053+0000 mon.a (mon.0) 684 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:18.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:18 smithi053 bash[23747]: cluster 2024-05-20T22:16:17.310397+0000 mgr.a (mgr.14150) 405 : cluster 0 pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:18.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:18 smithi053 bash[23747]: audit 2024-05-20T22:16:18.329395+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:18.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:18 smithi053 bash[23747]: audit 2024-05-20T22:16:18.336423+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:18.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:18 smithi053 bash[23747]: audit 2024-05-20T22:16:18.338418+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-20T22:16:18.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:18 smithi053 bash[23747]: audit 2024-05-20T22:16:18.340053+0000 mon.a (mon.0) 684 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:19.716 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:19 smithi046 bash[21835]: cephadm 2024-05-20T22:16:18.337886+0000 mgr.a (mgr.14150) 406 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-05-20T22:16:19.716 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:19 smithi046 bash[21835]: cephadm 2024-05-20T22:16:18.342609+0000 mgr.a (mgr.14150) 407 : cephadm 1 Reconfiguring daemon osd.0 on smithi046 2024-05-20T22:16:19.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:19 smithi053 bash[23747]: cephadm 2024-05-20T22:16:18.337886+0000 mgr.a (mgr.14150) 406 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-05-20T22:16:19.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:19 smithi053 bash[23747]: cephadm 2024-05-20T22:16:18.342609+0000 mgr.a (mgr.14150) 407 : cephadm 1 Reconfiguring daemon osd.0 on smithi046 2024-05-20T22:16:20.809 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:20 smithi046 bash[21835]: cluster 2024-05-20T22:16:19.310916+0000 mgr.a (mgr.14150) 408 : cluster 0 pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:20.809 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:20 smithi046 bash[21835]: audit 2024-05-20T22:16:20.347516+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:20.809 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:20 smithi046 bash[21835]: audit 2024-05-20T22:16:20.352726+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:20.809 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:20 smithi046 bash[21835]: audit 2024-05-20T22:16:20.354169+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-20T22:16:20.809 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:20 smithi046 bash[21835]: audit 2024-05-20T22:16:20.355409+0000 mon.a (mon.0) 688 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:20.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:20 smithi053 bash[23747]: cluster 2024-05-20T22:16:19.310916+0000 mgr.a (mgr.14150) 408 : cluster 0 pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:20.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:20 smithi053 bash[23747]: audit 2024-05-20T22:16:20.347516+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:20.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:20 smithi053 bash[23747]: audit 2024-05-20T22:16:20.352726+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:20.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:20 smithi053 bash[23747]: audit 2024-05-20T22:16:20.354169+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-20T22:16:20.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:20 smithi053 bash[23747]: audit 2024-05-20T22:16:20.355409+0000 mon.a (mon.0) 688 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:21.728 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:21 smithi046 bash[21835]: cephadm 2024-05-20T22:16:20.353768+0000 mgr.a (mgr.14150) 409 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-05-20T22:16:21.728 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:21 smithi046 bash[21835]: cephadm 2024-05-20T22:16:20.357351+0000 mgr.a (mgr.14150) 410 : cephadm 1 Reconfiguring daemon osd.1 on smithi046 2024-05-20T22:16:21.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:21 smithi053 bash[23747]: cephadm 2024-05-20T22:16:20.353768+0000 mgr.a (mgr.14150) 409 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-05-20T22:16:21.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:21 smithi053 bash[23747]: cephadm 2024-05-20T22:16:20.357351+0000 mgr.a (mgr.14150) 410 : cephadm 1 Reconfiguring daemon osd.1 on smithi046 2024-05-20T22:16:22.821 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:22 smithi053 bash[23747]: cluster 2024-05-20T22:16:21.311487+0000 mgr.a (mgr.14150) 411 : cluster 0 pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:22.821 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:22 smithi053 bash[23747]: audit 2024-05-20T22:16:22.342843+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:22.821 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:22 smithi053 bash[23747]: audit 2024-05-20T22:16:22.347639+0000 mon.a (mon.0) 690 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:22.822 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:22 smithi053 bash[23747]: audit 2024-05-20T22:16:22.348982+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:16:22.822 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:22 smithi053 bash[23747]: audit 2024-05-20T22:16:22.349887+0000 mon.a (mon.0) 692 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:16:22.822 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:22 smithi053 bash[23747]: audit 2024-05-20T22:16:22.350793+0000 mon.a (mon.0) 693 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:22.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:22 smithi046 bash[21835]: cluster 2024-05-20T22:16:21.311487+0000 mgr.a (mgr.14150) 411 : cluster 0 pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:22.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:22 smithi046 bash[21835]: audit 2024-05-20T22:16:22.342843+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:22.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:22 smithi046 bash[21835]: audit 2024-05-20T22:16:22.347639+0000 mon.a (mon.0) 690 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:22.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:22 smithi046 bash[21835]: audit 2024-05-20T22:16:22.348982+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-20T22:16:22.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:22 smithi046 bash[21835]: audit 2024-05-20T22:16:22.349887+0000 mon.a (mon.0) 692 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-20T22:16:22.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:22 smithi046 bash[21835]: audit 2024-05-20T22:16:22.350793+0000 mon.a (mon.0) 693 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:23.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:23 smithi046 bash[21835]: cephadm 2024-05-20T22:16:22.348669+0000 mgr.a (mgr.14150) 412 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-05-20T22:16:23.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:23 smithi046 bash[21835]: cephadm 2024-05-20T22:16:22.352071+0000 mgr.a (mgr.14150) 413 : cephadm 1 Reconfiguring daemon mon.b on smithi053 2024-05-20T22:16:23.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:23 smithi053 bash[23747]: cephadm 2024-05-20T22:16:22.348669+0000 mgr.a (mgr.14150) 412 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-05-20T22:16:23.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:23 smithi053 bash[23747]: cephadm 2024-05-20T22:16:22.352071+0000 mgr.a (mgr.14150) 413 : cephadm 1 Reconfiguring daemon mon.b on smithi053 2024-05-20T22:16:24.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:24 smithi046 bash[21835]: cluster 2024-05-20T22:16:23.312085+0000 mgr.a (mgr.14150) 414 : cluster 0 pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:24.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:24 smithi046 bash[21835]: audit 2024-05-20T22:16:24.454097+0000 mon.a (mon.0) 694 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:24.865 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:24 smithi046 bash[21835]: audit 2024-05-20T22:16:24.462131+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:24.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:24 smithi046 bash[21835]: audit 2024-05-20T22:16:24.464285+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:16:24.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:24 smithi046 bash[21835]: audit 2024-05-20T22:16:24.466284+0000 mon.a (mon.0) 697 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:16:24.866 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:24 smithi046 bash[21835]: audit 2024-05-20T22:16:24.467986+0000 mon.a (mon.0) 698 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:24.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:24 smithi053 bash[23747]: cluster 2024-05-20T22:16:23.312085+0000 mgr.a (mgr.14150) 414 : cluster 0 pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:24.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:24 smithi053 bash[23747]: audit 2024-05-20T22:16:24.454097+0000 mon.a (mon.0) 694 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:24.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:24 smithi053 bash[23747]: audit 2024-05-20T22:16:24.462131+0000 mon.a (mon.0) 695 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:24.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:24 smithi053 bash[23747]: audit 2024-05-20T22:16:24.464285+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-20T22:16:24.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:24 smithi053 bash[23747]: audit 2024-05-20T22:16:24.466284+0000 mon.a (mon.0) 697 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-20T22:16:24.868 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:24 smithi053 bash[23747]: audit 2024-05-20T22:16:24.467986+0000 mon.a (mon.0) 698 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:25.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:25 smithi046 bash[21835]: cephadm 2024-05-20T22:16:24.463618+0000 mgr.a (mgr.14150) 415 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-05-20T22:16:25.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:25 smithi046 bash[21835]: cephadm 2024-05-20T22:16:24.469938+0000 mgr.a (mgr.14150) 416 : cephadm 1 Reconfiguring daemon mgr.b on smithi053 2024-05-20T22:16:25.864 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:25 smithi053 bash[23747]: cephadm 2024-05-20T22:16:24.463618+0000 mgr.a (mgr.14150) 415 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-05-20T22:16:25.864 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:25 smithi053 bash[23747]: cephadm 2024-05-20T22:16:24.469938+0000 mgr.a (mgr.14150) 416 : cephadm 1 Reconfiguring daemon mgr.b on smithi053 2024-05-20T22:16:26.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:26 smithi046 bash[21835]: cluster 2024-05-20T22:16:25.312609+0000 mgr.a (mgr.14150) 417 : cluster 0 pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:26.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:26 smithi046 bash[21835]: audit 2024-05-20T22:16:26.476295+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:26.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:26 smithi053 bash[23747]: cluster 2024-05-20T22:16:25.312609+0000 mgr.a (mgr.14150) 417 : cluster 0 pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:26.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:26 smithi053 bash[23747]: audit 2024-05-20T22:16:26.476295+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:27.767 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:27 smithi053 bash[23747]: audit 2024-05-20T22:16:26.484000+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:27.767 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:27 smithi053 bash[23747]: cephadm 2024-05-20T22:16:26.485717+0000 mgr.a (mgr.14150) 418 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-05-20T22:16:27.767 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:27 smithi053 bash[23747]: audit 2024-05-20T22:16:26.491454+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-20T22:16:27.768 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:27 smithi053 bash[23747]: audit 2024-05-20T22:16:26.493245+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:27.768 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:27 smithi053 bash[23747]: cephadm 2024-05-20T22:16:26.495903+0000 mgr.a (mgr.14150) 419 : cephadm 1 Reconfiguring daemon osd.2 on smithi053 2024-05-20T22:16:27.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:27 smithi046 bash[21835]: audit 2024-05-20T22:16:26.484000+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:27.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:27 smithi046 bash[21835]: cephadm 2024-05-20T22:16:26.485717+0000 mgr.a (mgr.14150) 418 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-05-20T22:16:27.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:27 smithi046 bash[21835]: audit 2024-05-20T22:16:26.491454+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-20T22:16:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:27 smithi046 bash[21835]: audit 2024-05-20T22:16:26.493245+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:27.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:27 smithi046 bash[21835]: cephadm 2024-05-20T22:16:26.495903+0000 mgr.a (mgr.14150) 419 : cephadm 1 Reconfiguring daemon osd.2 on smithi053 2024-05-20T22:16:28.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:28 smithi046 bash[21835]: cluster 2024-05-20T22:16:27.313180+0000 mgr.a (mgr.14150) 420 : cluster 0 pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:28.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:28 smithi046 bash[21835]: audit 2024-05-20T22:16:28.410975+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:28 smithi046 bash[21835]: audit 2024-05-20T22:16:28.418729+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:28 smithi046 bash[21835]: audit 2024-05-20T22:16:28.420985+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-20T22:16:28.864 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:28 smithi046 bash[21835]: audit 2024-05-20T22:16:28.422878+0000 mon.a (mon.0) 706 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:28.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:28 smithi053 bash[23747]: cluster 2024-05-20T22:16:27.313180+0000 mgr.a (mgr.14150) 420 : cluster 0 pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:28.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:28 smithi053 bash[23747]: audit 2024-05-20T22:16:28.410975+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:28.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:28 smithi053 bash[23747]: audit 2024-05-20T22:16:28.418729+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:28.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:28 smithi053 bash[23747]: audit 2024-05-20T22:16:28.420985+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-20T22:16:28.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:28 smithi053 bash[23747]: audit 2024-05-20T22:16:28.422878+0000 mon.a (mon.0) 706 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:29.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:29 smithi046 bash[21835]: cephadm 2024-05-20T22:16:28.420353+0000 mgr.a (mgr.14150) 421 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-05-20T22:16:29.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:29 smithi046 bash[21835]: cephadm 2024-05-20T22:16:28.425668+0000 mgr.a (mgr.14150) 422 : cephadm 1 Reconfiguring daemon osd.3 on smithi053 2024-05-20T22:16:29.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:29 smithi053 bash[23747]: cephadm 2024-05-20T22:16:28.420353+0000 mgr.a (mgr.14150) 421 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-05-20T22:16:29.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:29 smithi053 bash[23747]: cephadm 2024-05-20T22:16:28.425668+0000 mgr.a (mgr.14150) 422 : cephadm 1 Reconfiguring daemon osd.3 on smithi053 2024-05-20T22:16:30.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:30 smithi046 bash[21835]: cluster 2024-05-20T22:16:29.313716+0000 mgr.a (mgr.14150) 423 : cluster 0 pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:30.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:30 smithi046 bash[21835]: audit 2024-05-20T22:16:30.301944+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:30.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:30 smithi046 bash[21835]: audit 2024-05-20T22:16:30.310075+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:30.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:30 smithi046 bash[21835]: audit 2024-05-20T22:16:30.312639+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:16:30.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:30 smithi053 bash[23747]: cluster 2024-05-20T22:16:29.313716+0000 mgr.a (mgr.14150) 423 : cluster 0 pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:30.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:30 smithi053 bash[23747]: audit 2024-05-20T22:16:30.301944+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:30.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:30 smithi053 bash[23747]: audit 2024-05-20T22:16:30.310075+0000 mon.a (mon.0) 708 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:30.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:30 smithi053 bash[23747]: audit 2024-05-20T22:16:30.312639+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-20T22:16:31.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:31 smithi046 bash[21835]: audit 2024-05-20T22:16:31.029267+0000 mon.a (mon.0) 710 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:31.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:31 smithi046 bash[21835]: audit 2024-05-20T22:16:31.030395+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:16:31.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:31 smithi046 bash[21835]: cluster 2024-05-20T22:16:31.032687+0000 mgr.a (mgr.14150) 424 : cluster 0 pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:31.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:31 smithi046 bash[21835]: audit 2024-05-20T22:16:31.035994+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:31.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:31 smithi053 bash[23747]: audit 2024-05-20T22:16:31.029267+0000 mon.a (mon.0) 710 : audit 0 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-20T22:16:31.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:31 smithi053 bash[23747]: audit 2024-05-20T22:16:31.030395+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-20T22:16:31.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:31 smithi053 bash[23747]: cluster 2024-05-20T22:16:31.032687+0000 mgr.a (mgr.14150) 424 : cluster 0 pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:31.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:31 smithi053 bash[23747]: audit 2024-05-20T22:16:31.035994+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14150 172.21.15.46:0/3334439838' entity='mgr.a' 2024-05-20T22:16:32.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:32 smithi046 bash[21835]: cluster 2024-05-20T22:16:31.506962+0000 mon.a (mon.0) 713 : cluster 3 Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-20T22:16:32.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:32 smithi053 bash[23747]: cluster 2024-05-20T22:16:31.506962+0000 mon.a (mon.0) 713 : cluster 3 Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-20T22:16:33.863 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:33 smithi046 bash[21835]: cluster 2024-05-20T22:16:33.033268+0000 mgr.a (mgr.14150) 425 : cluster 0 pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:33.867 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:33 smithi053 bash[23747]: cluster 2024-05-20T22:16:33.033268+0000 mgr.a (mgr.14150) 425 : cluster 0 pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:35.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:35 smithi046 bash[21835]: cluster 2024-05-20T22:16:35.033816+0000 mgr.a (mgr.14150) 426 : cluster 0 pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:35.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:35 smithi053 bash[23747]: cluster 2024-05-20T22:16:35.033816+0000 mgr.a (mgr.14150) 426 : cluster 0 pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:37.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:37 smithi046 bash[21835]: cluster 2024-05-20T22:16:37.034374+0000 mgr.a (mgr.14150) 427 : cluster 0 pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:37.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:37 smithi053 bash[23747]: cluster 2024-05-20T22:16:37.034374+0000 mgr.a (mgr.14150) 427 : cluster 0 pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:39.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:39 smithi046 bash[21835]: cluster 2024-05-20T22:16:39.034922+0000 mgr.a (mgr.14150) 428 : cluster 0 pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:39.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:39 smithi053 bash[23747]: cluster 2024-05-20T22:16:39.034922+0000 mgr.a (mgr.14150) 428 : cluster 0 pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:41.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:41 smithi046 bash[21835]: cluster 2024-05-20T22:16:41.035406+0000 mgr.a (mgr.14150) 429 : cluster 0 pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:41.618 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:41 smithi053 bash[23747]: cluster 2024-05-20T22:16:41.035406+0000 mgr.a (mgr.14150) 429 : cluster 0 pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:43.613 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:43 smithi046 bash[21835]: cluster 2024-05-20T22:16:43.035966+0000 mgr.a (mgr.14150) 430 : cluster 0 pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:43.617 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:43 smithi053 bash[23747]: cluster 2024-05-20T22:16:43.035966+0000 mgr.a (mgr.14150) 430 : cluster 0 pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-20T22:16:44.430 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-20T22:16:44.726 INFO:teuthology.orchestra.run.smithi046.stderr:18 2024-05-20T22:16:44.737 INFO:teuthology.orchestra.run.smithi046.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-20T22:16:44.755 INFO:teuthology.orchestra.run.smithi046.stderr:++ cat crushmap.txt 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:+ CRUSH_MAP='# begin crush map 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable choose_local_tries 0 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable choose_local_fallback_tries 0 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable choose_total_tries 50 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable chooseleaf_descend_once 1 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable chooseleaf_vary_r 1 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable chooseleaf_stable 1 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable straw_calc_version 1 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr:tunable allowed_bucket_algs 54 2024-05-20T22:16:44.756 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:# devices 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:device 0 osd.0 class ssd 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:device 1 osd.1 class ssd 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:device 2 osd.2 class ssd 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:device 3 osd.3 class ssd 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:# types 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:type 0 osd 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:type 1 host 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:type 2 chassis 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:type 3 rack 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:type 4 row 2024-05-20T22:16:44.757 INFO:teuthology.orchestra.run.smithi046.stderr:type 5 pdu 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:type 6 pod 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:type 7 room 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:type 8 datacenter 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:type 9 zone 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:type 10 region 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:type 11 root 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:# buckets 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr:host smithi046 { 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr: id -3 # do not change unnecessarily 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr: id -4 class ssd # do not change unnecessarily 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.17459 2024-05-20T22:16:44.758 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.0 weight 0.08730 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.1 weight 0.08730 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr:host smithi053 { 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: id -5 # do not change unnecessarily 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: id -6 class ssd # do not change unnecessarily 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.17459 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.2 weight 0.08730 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr: item osd.3 weight 0.08730 2024-05-20T22:16:44.759 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr:root default { 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: id -1 # do not change unnecessarily 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: id -2 class ssd # do not change unnecessarily 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: # weight 0.34918 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: alg straw2 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: hash 0 # rjenkins1 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: item smithi046 weight 0.17459 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: item smithi053 weight 0.17459 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr:# rules 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr:rule replicated_rule { 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: id 0 2024-05-20T22:16:44.760 INFO:teuthology.orchestra.run.smithi046.stderr: type replicated 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr: step take default 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr: step choose firstn 0 type osd 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr: step emit 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr:} 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr:# end crush map' 2024-05-20T22:16:44.761 INFO:teuthology.orchestra.run.smithi046.stderr:+ grep -q smithi169 2024-05-20T22:16:45.113 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:44 smithi046 bash[21835]: audit 2024-05-20T22:16:44.727191+0000 mon.a (mon.0) 714 : audit 0 from='client.? 172.21.15.46:0/528173413' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-20T22:16:45.117 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:44 smithi053 bash[23747]: audit 2024-05-20T22:16:44.727191+0000 mon.a (mon.0) 714 : audit 0 from='client.? 172.21.15.46:0/528173413' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-20T22:16:45.319 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-20T22:16:45.328 INFO:tasks.cephadm:Teardown begin 2024-05-20T22:16:45.329 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:16:45.343 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:16:45.358 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:16:45.373 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-20T22:16:45.373 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-20T22:16:45.396 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-20T22:16:45.410 DEBUG:teuthology.orchestra.run.smithi169:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-20T22:16:45.420 INFO:tasks.cephadm:Stopping all daemons... 2024-05-20T22:16:45.420 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-20T22:16:45.420 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a 2024-05-20T22:16:45.570 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:45 smithi046 systemd[1]: Stopping Ceph mon.a for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:45.787 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:45 smithi046 bash[21835]: debug 2024-05-20T22:16:45.567+0000 7f3c4db77640 -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-05-20T22:16:45.787 INFO:journalctl@ceph.mon.a.smithi046.stdout:May 20 22:16:45 smithi046 bash[21835]: debug 2024-05-20T22:16:45.567+0000 7f3c4db77640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-20T22:16:46.391 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.a.service' 2024-05-20T22:16:46.424 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:16:46.425 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-20T22:16:46.425 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-20T22:16:46.425 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.b 2024-05-20T22:16:46.799 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:46 smithi053 systemd[1]: Stopping Ceph mon.b for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:46.800 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:46 smithi053 bash[23747]: debug 2024-05-20T22:16:46.563+0000 7f55dedad640 -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-05-20T22:16:46.800 INFO:journalctl@ceph.mon.b.smithi053.stdout:May 20 22:16:46 smithi053 bash[23747]: debug 2024-05-20T22:16:46.563+0000 7f55dedad640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-20T22:16:47.451 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.b.service' 2024-05-20T22:16:47.486 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:16:47.486 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-20T22:16:47.486 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-20T22:16:47.487 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.c 2024-05-20T22:16:47.519 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mon.c.service' 2024-05-20T22:16:47.598 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:16:47.599 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-20T22:16:47.599 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-20T22:16:47.599 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a 2024-05-20T22:16:47.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:16:47 smithi046 systemd[1]: Stopping Ceph mgr.a for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:47.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:16:47 smithi046 bash[22089]: debug 2024-05-20T22:16:47.747+0000 7ff673375640 -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-05-20T22:16:47.863 INFO:journalctl@ceph.mgr.a.smithi046.stdout:May 20 22:16:47 smithi046 bash[22089]: debug 2024-05-20T22:16:47.747+0000 7ff673375640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-20T22:16:48.451 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.a.service' 2024-05-20T22:16:48.476 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:16:48.477 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-20T22:16:48.477 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-20T22:16:48.477 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.b 2024-05-20T22:16:48.834 INFO:journalctl@ceph.mgr.b.smithi053.stdout:May 20 22:16:48 smithi053 systemd[1]: Stopping Ceph mgr.b for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:49.360 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@mgr.b.service' 2024-05-20T22:16:49.385 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:16:49.385 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-20T22:16:49.386 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-20T22:16:49.386 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.0 2024-05-20T22:16:49.863 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:16:49 smithi046 systemd[1]: Stopping Ceph osd.0 for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:49.864 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:16:49 smithi046 bash[32179]: debug 2024-05-20T22:16:49.543+0000 7fb77aca7640 -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-05-20T22:16:49.864 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:16:49 smithi046 bash[32179]: debug 2024-05-20T22:16:49.543+0000 7fb77aca7640 -1 osd.0 57 *** Got signal Terminated *** 2024-05-20T22:16:49.864 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:16:49 smithi046 bash[32179]: debug 2024-05-20T22:16:49.543+0000 7fb77aca7640 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-20T22:16:55.863 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:16:55 smithi046 bash[45838]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-0 2024-05-20T22:16:55.863 INFO:journalctl@ceph.osd.0.smithi046.stdout:May 20 22:16:55 smithi046 bash[45901]: Error response from daemon: No such container: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-0 2024-05-20T22:16:57.349 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.0.service' 2024-05-20T22:16:57.377 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:16:57.377 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-20T22:16:57.377 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-20T22:16:57.378 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.1 2024-05-20T22:16:57.613 INFO:journalctl@ceph.osd.1.smithi046.stdout:May 20 22:16:57 smithi046 systemd[1]: Stopping Ceph osd.1 for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:16:57.613 INFO:journalctl@ceph.osd.1.smithi046.stdout:May 20 22:16:57 smithi046 bash[37419]: debug 2024-05-20T22:16:57.559+0000 7f87ebda5640 -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-05-20T22:16:57.613 INFO:journalctl@ceph.osd.1.smithi046.stdout:May 20 22:16:57 smithi046 bash[37419]: debug 2024-05-20T22:16:57.559+0000 7f87ebda5640 -1 osd.1 57 *** Got signal Terminated *** 2024-05-20T22:16:57.614 INFO:journalctl@ceph.osd.1.smithi046.stdout:May 20 22:16:57 smithi046 bash[37419]: debug 2024-05-20T22:16:57.559+0000 7f87ebda5640 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-20T22:17:03.863 INFO:journalctl@ceph.osd.1.smithi046.stdout:May 20 22:17:03 smithi046 bash[46032]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-1 2024-05-20T22:17:03.863 INFO:journalctl@ceph.osd.1.smithi046.stdout:May 20 22:17:03 smithi046 bash[46099]: Error response from daemon: No such container: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-1 2024-05-20T22:17:05.482 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.1.service' 2024-05-20T22:17:05.516 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:17:05.517 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-20T22:17:05.517 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-20T22:17:05.517 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.2 2024-05-20T22:17:05.867 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:17:05 smithi053 systemd[1]: Stopping Ceph osd.2 for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:17:05.868 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:17:05 smithi053 bash[26741]: debug 2024-05-20T22:17:05.667+0000 7f02a9f2e640 -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-05-20T22:17:05.868 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:17:05 smithi053 bash[26741]: debug 2024-05-20T22:17:05.667+0000 7f02a9f2e640 -1 osd.2 57 *** Got signal Terminated *** 2024-05-20T22:17:05.868 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:17:05 smithi053 bash[26741]: debug 2024-05-20T22:17:05.667+0000 7f02a9f2e640 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-20T22:17:11.893 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:17:11 smithi053 bash[35676]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-2 2024-05-20T22:17:11.893 INFO:journalctl@ceph.osd.2.smithi053.stdout:May 20 22:17:11 smithi053 bash[35739]: Error response from daemon: No such container: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-2 2024-05-20T22:17:13.411 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.2.service' 2024-05-20T22:17:13.439 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:17:13.439 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-20T22:17:13.439 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-20T22:17:13.439 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.3 2024-05-20T22:17:13.867 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:13 smithi053 systemd[1]: Stopping Ceph osd.3 for ec001fca-16f4-11ef-bc9a-c7b262605968... 2024-05-20T22:17:13.868 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:13 smithi053 bash[32008]: debug 2024-05-20T22:17:13.598+0000 7ff9daf56640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -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-05-20T22:17:13.868 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:13 smithi053 bash[32008]: debug 2024-05-20T22:17:13.598+0000 7ff9daf56640 -1 osd.3 57 *** Got signal Terminated *** 2024-05-20T22:17:13.868 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:13 smithi053 bash[32008]: debug 2024-05-20T22:17:13.598+0000 7ff9daf56640 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-20T22:17:15.617 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:15 smithi053 bash[32008]: debug 2024-05-20T22:17:15.350+0000 7ff9d3564640 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.46:6806 osd.0 since back 2024-05-20T22:16:53.576511+0000 front 2024-05-20T22:16:53.576378+0000 (oldest deadline 2024-05-20T22:17:15.276212+0000) 2024-05-20T22:17:16.617 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:16 smithi053 bash[32008]: debug 2024-05-20T22:17:16.366+0000 7ff9d3564640 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.46:6806 osd.0 since back 2024-05-20T22:16:53.576511+0000 front 2024-05-20T22:16:53.576378+0000 (oldest deadline 2024-05-20T22:17:15.276212+0000) 2024-05-20T22:17:17.867 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:17 smithi053 bash[32008]: debug 2024-05-20T22:17:17.410+0000 7ff9d3564640 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.46:6806 osd.0 since back 2024-05-20T22:16:53.576511+0000 front 2024-05-20T22:16:53.576378+0000 (oldest deadline 2024-05-20T22:17:15.276212+0000) 2024-05-20T22:17:18.867 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:18 smithi053 bash[32008]: debug 2024-05-20T22:17:18.382+0000 7ff9d3564640 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.46:6806 osd.0 since back 2024-05-20T22:16:53.576511+0000 front 2024-05-20T22:16:53.576378+0000 (oldest deadline 2024-05-20T22:17:15.276212+0000) 2024-05-20T22:17:19.867 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:19 smithi053 bash[35871]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-3 2024-05-20T22:17:19.867 INFO:journalctl@ceph.osd.3.smithi053.stdout:May 20 22:17:19 smithi053 bash[35935]: ceph-ec001fca-16f4-11ef-bc9a-c7b262605968-osd-3 2024-05-20T22:17:21.260 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.3.service' 2024-05-20T22:17:21.303 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:17:21.304 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-20T22:17:21.304 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-20T22:17:21.304 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.4 2024-05-20T22:17:21.339 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.4.service' 2024-05-20T22:17:21.405 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:17:21.406 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-20T22:17:21.406 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-20T22:17:21.406 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.5 2024-05-20T22:17:21.483 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec001fca-16f4-11ef-bc9a-c7b262605968@osd.5.service' 2024-05-20T22:17:21.569 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-20T22:17:21.569 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-20T22:17:21.569 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-20T22:17:21.743 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:17:24.242 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-20T22:17:24.415 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:17:26.897 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-20T22:17:27.066 INFO:teuthology.orchestra.run.smithi169.stdout:Deleting cluster with fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:17:28.612 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:17:28.628 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:17:28.644 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-20T22:17:28.657 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-20T22:17:28.659 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi046/crash 2024-05-20T22:17:28.660 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash -- . 2024-05-20T22:17:28.683 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-20T22:17:28.684 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-05-20T22:17:28.686 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi053/crash 2024-05-20T22:17:28.687 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash -- . 2024-05-20T22:17:28.700 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-20T22:17:28.700 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-05-20T22:17:28.703 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi169/crash 2024-05-20T22:17:28.703 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash -- . 2024-05-20T22:17:28.715 INFO:teuthology.orchestra.run.smithi169.stderr:tar: /var/lib/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-20T22:17:28.715 INFO:teuthology.orchestra.run.smithi169.stderr:tar: Error is not recoverable: exiting now 2024-05-20T22:17:28.716 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-20T22:17:28.717 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-05-20T22:17:28.742 INFO:tasks.cephadm:Compressing logs... 2024-05-20T22:17:28.743 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-20T22:17:28.785 DEBUG:teuthology.orchestra.run.smithi053:> 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-05-20T22:17:28.787 DEBUG:teuthology.orchestra.run.smithi169:> 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-05-20T22:17:28.794 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-20T22:17:28.800 INFO:teuthology.orchestra.run.smithi053.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-20T22:17:28.801 INFO:teuthology.orchestra.run.smithi169.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-20T22:17:28.806 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-20T22:17:28.806 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-20T22:17:28.806 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.5.log 2024-05-20T22:17:28.807 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log 2024-05-20T22:17:28.807 INFO:teuthology.orchestra.run.smithi169.stderr: 80.4% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-20T22:17:28.808 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-20T22:17:28.808 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.c.log 2024-05-20T22:17:28.808 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-20T22:17:28.809 INFO:teuthology.orchestra.run.smithi169.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-20T22:17:28.809 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.c.log: --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.4.log 2024-05-20T22:17:28.809 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log: 87.0% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-20T22:17:28.810 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.4.log: 89.8% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-20T22:17:28.811 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-20T22:17:28.811 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.2.log 2024-05-20T22:17:28.811 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-20T22:17:28.812 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.3.log 2024-05-20T22:17:28.812 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log 2024-05-20T22:17:28.813 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log: /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.3.log: 82.1% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-20T22:17:28.814 INFO:teuthology.orchestra.run.smithi053.stderr: 89.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-20T22:17:28.814 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-20T22:17:28.814 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mgr.b.log 2024-05-20T22:17:28.814 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-20T22:17:28.815 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.b.log 2024-05-20T22:17:28.815 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mgr.b.log: 86.4% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-20T22:17:28.815 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-20T22:17:28.816 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.0.log 2024-05-20T22:17:28.817 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.a.log 2024-05-20T22:17:28.817 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-20T22:17:28.817 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.1.log 2024-05-20T22:17:28.817 INFO:teuthology.orchestra.run.smithi169.stderr: 91.3% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-20T22:17:28.818 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log: /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.b.log: 89.8% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-20T22:17:28.818 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log 2024-05-20T22:17:28.819 INFO:teuthology.orchestra.run.smithi046.stderr: 82.4% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-20T22:17:28.819 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-20T22:17:28.819 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-20T22:17:28.819 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log: /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mgr.a.log 2024-05-20T22:17:28.820 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log: /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mgr.a.log: 86.6% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-20T22:17:28.820 INFO:teuthology.orchestra.run.smithi046.stderr: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-20T22:17:28.821 INFO:teuthology.orchestra.run.smithi046.stderr: 89.6% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-20T22:17:28.822 INFO:teuthology.orchestra.run.smithi053.stderr: 91.6% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mgr.b.log.gz 2024-05-20T22:17:28.825 INFO:teuthology.orchestra.run.smithi046.stderr: 91.1% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-20T22:17:28.825 INFO:teuthology.orchestra.run.smithi053.stderr: 91.2% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-20T22:17:28.836 INFO:teuthology.orchestra.run.smithi169.stderr: 92.6% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.5.log.gz 2024-05-20T22:17:28.842 INFO:teuthology.orchestra.run.smithi169.stderr: 92.7% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.4.log.gz 2024-05-20T22:17:28.875 INFO:teuthology.orchestra.run.smithi053.stderr: 92.9% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.3.log.gz 2024-05-20T22:17:28.877 INFO:teuthology.orchestra.run.smithi169.stderr: 92.9% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.c.log.gz 2024-05-20T22:17:28.877 INFO:teuthology.orchestra.run.smithi046.stderr: 93.2% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.1.log.gz 2024-05-20T22:17:28.878 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-05-20T22:17:28.878 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m0.087s 2024-05-20T22:17:28.879 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m0.155s 2024-05-20T22:17:28.879 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m0.017s 2024-05-20T22:17:28.896 INFO:teuthology.orchestra.run.smithi046.stderr: 93.1% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.0.log.gz 2024-05-20T22:17:28.908 INFO:teuthology.orchestra.run.smithi053.stderr: 93.3% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-osd.2.log.gz 2024-05-20T22:17:28.915 INFO:teuthology.orchestra.run.smithi046.stderr: 90.1% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mgr.a.log.gz 2024-05-20T22:17:28.917 INFO:teuthology.orchestra.run.smithi053.stderr: 92.7% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.b.log.gz 2024-05-20T22:17:28.918 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-05-20T22:17:28.918 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.129s 2024-05-20T22:17:28.919 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m0.298s 2024-05-20T22:17:28.919 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.017s 2024-05-20T22:17:29.111 INFO:teuthology.orchestra.run.smithi046.stderr: 91.0% -- replaced with /var/log/ceph/ec001fca-16f4-11ef-bc9a-c7b262605968/ceph-mon.a.log.gz 2024-05-20T22:17:29.113 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-20T22:17:29.113 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m0.326s 2024-05-20T22:17:29.113 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m0.535s 2024-05-20T22:17:29.113 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.037s 2024-05-20T22:17:29.114 INFO:tasks.cephadm:Archiving logs... 2024-05-20T22:17:29.114 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi046/log 2024-05-20T22:17:29.115 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-20T22:17:29.260 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi053/log 2024-05-20T22:17:29.261 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-20T22:17:29.315 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi169/log 2024-05-20T22:17:29.316 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-20T22:17:29.355 INFO:tasks.cephadm:Removing cluster... 2024-05-20T22:17:29.356 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 --force 2024-05-20T22:17:29.531 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:17:30.839 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 --force 2024-05-20T22:17:31.012 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:17:32.350 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec001fca-16f4-11ef-bc9a-c7b262605968 --force 2024-05-20T22:17:32.518 INFO:teuthology.orchestra.run.smithi169.stdout:Deleting cluster with fsid: ec001fca-16f4-11ef-bc9a-c7b262605968 2024-05-20T22:17:33.846 INFO:tasks.cephadm:Removing cephadm ... 2024-05-20T22:17:33.846 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-20T22:17:33.853 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-20T22:17:33.859 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-20T22:17:33.864 INFO:tasks.cephadm:Teardown complete 2024-05-20T22:17:33.864 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-20T22:17:33.873 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-05-20T22:17:33.873 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-20T22:17:33.897 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-20T22:17:33.902 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-20T22:17:33.995 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-20T22:17:34.003 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-20T22:17:34.004 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-20T22:17:34.006 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-20T22:17:34.009 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-20T22:17:34.018 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-05-20T22:17:34.018 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-05-20T22:17:34.018 INFO:teuthology.orchestra.run.smithi046.stdout:+hv01.front.sepi 67.205.162.81 3 u 4 64 377 0.098 -2.035 0.066 2024-05-20T22:17:34.018 INFO:teuthology.orchestra.run.smithi046.stdout:*hv02.front.sepi 63.231.80.2 3 u 2 64 377 0.096 -1.156 0.173 2024-05-20T22:17:34.018 INFO:teuthology.orchestra.run.smithi046.stdout:+hv03.front.sepi 74.6.168.72 3 u 1 64 377 0.084 -0.454 0.134 2024-05-20T22:17:34.019 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-20T22:17:34.021 INFO:teuthology.orchestra.run.smithi053.stdout: remote refid st t when poll reach delay offset jitter 2024-05-20T22:17:34.021 INFO:teuthology.orchestra.run.smithi053.stdout:============================================================================== 2024-05-20T22:17:34.021 INFO:teuthology.orchestra.run.smithi053.stdout:*hv01.front.sepi 67.205.162.81 3 u 60 64 377 0.100 -2.736 1.939 2024-05-20T22:17:34.021 INFO:teuthology.orchestra.run.smithi053.stdout:+hv02.front.sepi 63.231.80.2 3 u 63 64 377 0.079 -3.831 2.062 2024-05-20T22:17:34.021 INFO:teuthology.orchestra.run.smithi053.stdout:+hv03.front.sepi 74.6.168.72 3 u 61 64 377 0.064 +0.254 2.928 2024-05-20T22:17:34.021 INFO:teuthology.orchestra.run.smithi053.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-20T22:17:34.022 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-05-20T22:17:34.022 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-05-20T22:17:34.022 INFO:teuthology.orchestra.run.smithi169.stdout:+hv01.front.sepi 67.205.162.81 3 u 61 64 377 0.054 -1.379 2.914 2024-05-20T22:17:34.022 INFO:teuthology.orchestra.run.smithi169.stdout:+hv02.front.sepi 63.231.80.2 3 u 64 64 377 0.101 -4.408 2.697 2024-05-20T22:17:34.022 INFO:teuthology.orchestra.run.smithi169.stdout:*hv03.front.sepi 74.6.168.72 3 u 67 64 377 0.107 -4.466 3.264 2024-05-20T22:17:34.022 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-20T22:17:34.023 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-20T22:17:34.032 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-20T22:17:34.032 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-20T22:17:34.041 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-20T22:17:34.050 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-20T22:17:34.058 INFO:teuthology.task.internal:Duration was 1354.439546 seconds 2024-05-20T22:17:34.059 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-20T22:17:34.067 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-20T22:17:34.067 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-20T22:17:34.070 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-20T22:17:34.072 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-20T22:17:34.108 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-20T22:17:34.108 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-05-20T22:17:34.108 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-20T22:17:34.156 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-05-20T22:17:34.157 DEBUG:teuthology.orchestra.run.smithi053:> 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-05-20T22:17:34.167 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-05-20T22:17:34.168 DEBUG:teuthology.orchestra.run.smithi169:> 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-05-20T22:17:34.178 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-20T22:17:34.178 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-20T22:17:34.201 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-20T22:17:34.211 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-20T22:17:34.255 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-20T22:17:34.256 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-20T22:17:34.285 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-20T22:17:34.287 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-20T22:17:34.373 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-20T22:17:34.387 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-20T22:17:34.387 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-20T22:17:34.400 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-20T22:17:34.414 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-20T22:17:34.427 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-20T22:17:34.436 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-20T22:17:34.445 DEBUG:teuthology.orchestra.run.smithi053:> 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-05-20T22:17:34.454 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-05-20T22:17:34.458 DEBUG:teuthology.orchestra.run.smithi169:> 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-05-20T22:17:34.468 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-05-20T22:17:34.483 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-05-20T22:17:34.511 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-20T22:17:34.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-20T22:17:34.523 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-20T22:17:34.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-20T22:17:34.537 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-20T22:17:34.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-20T22:17:34.559 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-20T22:17:34.569 INFO:teuthology.task.internal:Transferring archived files... 2024-05-20T22:17:34.570 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi046 2024-05-20T22:17:34.570 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-20T22:17:34.595 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi053 2024-05-20T22:17:34.595 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-20T22:17:34.617 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-20_20:47:35-orch:cephadm-squid-release-distro-default-smithi/7716694/remote/smithi169 2024-05-20T22:17:34.617 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-20T22:17:34.639 INFO:teuthology.task.internal:Removing archive directory... 2024-05-20T22:17:34.639 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-20T22:17:34.641 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-20T22:17:34.655 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-20T22:17:34.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-20T22:17:34.690 INFO:teuthology.task.internal:Not uploading archives. 2024-05-20T22:17:34.690 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-20T22:17:34.699 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-20T22:17:34.699 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-20T22:17:34.702 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-20T22:17:34.704 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-20T22:17:34.706 INFO:teuthology.orchestra.run.smithi046.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 20 22:17 /home/ubuntu/cephtest 2024-05-20T22:17:34.708 INFO:teuthology.orchestra.run.smithi053.stdout: 658628 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 20 22:17 /home/ubuntu/cephtest 2024-05-20T22:17:34.728 INFO:teuthology.orchestra.run.smithi169.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 20 22:17 /home/ubuntu/cephtest 2024-05-20T22:17:34.730 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-20T22:17:34.739 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-20T22:17:34.761 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1354.4395463466644 flavor: default owner: scheduled_adking@teuthology success: true 2024-05-20T22:17:34.761 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-20T22:17:34.843 INFO:teuthology.run:pass